/* 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;
}

@media screen and (max-width: 767px){
	#hotels-section-nav {
		display: none;
	}
	.acqua-hotel-details-header-mobile {
		position: fixed;
		z-index: 1040;
		top: -100%;
		right: 0;
		left: 0;
		padding-top: 5px;
		text-align: center;
		background-color: #fff;
		transition: all .5s ease;
	}
	.acqua-hotel-details-header-mobile .hotel-stars {
		margin-bottom: 5px;
	} 
	.acqua-hotel-details-header-mobile h1 {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 1.1;
	}
	.acqua-hotel-details-header-mobile .price-group {
		margin-bottom: 5px;
		text-align: center;
	}
	.acqua-hotel-details-header-mobile .btn {
		margin-bottom: 0;
		color: #fff;
		background-color: rgba(var(--primary-color), 1);
	}
	.show-details-header-mobile .acqua-hotel-details-header-mobile {
		display: block;
		top: 0;
	}
}
@media screen and (min-width: 767px){
	.acqua-hotel-details-header-mobile {
		display: none;
	}
}

.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;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	margin-right: -8px;
	margin-left: -8px;
}
.amenities-box-col {
	flex: 0 0 auto;
	width: 25%;
	margin-bottom: 16px;
	padding-right: 8px;
	padding-left: 8px;
}
.amenities-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	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 {
	margin-bottom: 8px;
	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;
}
.amenities-box-footer .more-link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	padding-top: 2px;
	font-size: 12px;
	border-top: 1px solid #e8e8e8;
}
.amenities-box-footer .more-link i {
	margin-top: 1px;
	font-size: .7rem;
}
.amenities-box-sliding-wrapper-mask {
	display: none;
	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) 65%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
	pointer-events: none;
}
.amenities-box-show-more-container {
	display: none;
	margin: 4px 0 16px;
	padding: 8px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #73b43b;
	border-radius: 2px;
	cursor: pointer;
}
@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%;
	}
	.amenities-box-sliding-wrapper {
		position: relative;
		max-height: 280px;
		margin-bottom: 8px;
		overflow: hidden;	
	}	
	.amenities-box-sliding-wrapper.open {
		max-height: none;
	}
	.amenities-box-sliding-wrapper-mask.open {
		display: none;
	}
}
@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;
	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;
	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: 12px;
	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;
}
.hotel-details-room-sliding-wrapper {
	position: relative;
	max-height: 400px;
	overflow: hidden;
}
.open .hotel-details-room-sliding-wrapper {
	max-height: none;
	overflow: visible;
}
.hotel-details-room-mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	pointer-events: none;
}
.hotel-details-room-show-all {
	display: none;
	margin: 4px 0 16px;
	padding: 8px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #73b43b;
	border-radius: 2px;
	cursor: pointer;
}
.hotel-details-room-show-all a {
	color: #fff;
}
@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: 8px;
	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;
	}
}

.add-review-btn-wrapper {
	text-align: center;
	margin-bottom: 20px;
}
.short-reviews-filters-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	padding: 12px 15px 0;
	background-color: #f5f5f5;
}
.short-reviews-filters {
	display: flex;
	align-items: center;
}
.short-reviews-filter-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.short-reviews-filter-item:last-of-type {
	margin-top: 14px;
}
.short-reviews-filters-block {
	display: flex;
	flex-direction: column;
	align-items: start;
	margin-right: 24px;	
	margin-bottom: 12px;
}
.short-reviews-filters-block.search-in-reviews .short-reviews-filter-item-input-wrapper {
	position: relative;
	width: 100%;
}
.short-reviews-filters-block.search-in-reviews .short-reviews-filter-item-icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	font-size: 18px;
	color: #fff;
	background-color: #559523;
}
.short-reviews-filters-block.search-in-reviews .form-control {
	padding-right: 56px;
}
.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: 767px){
	.short-reviews-filters-wrapper {
		flex-wrap: wrap;
	}
	.short-reviews-filter-item {
		flex-wrap: wrap;
		width: 100%;
	}
	.short-reviews-filter-item:last-of-type {
		margin-bottom: 12px;
	}
	.short-reviews-filter-item.search-in-reviews {
		width: 100%;
	}
	.short-reviews-filter-item .form-control {
		width: 100%;
	}
	.short-reviews-filters-block {
		width: 100%;
		margin-right: 0;
	}	
}

.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;*/
	padding-top: 4px;
	padding-bottom: 16px;
	background-color: #f7f7f7;
	border-top: 2px solid rgba(var(--primary-color), 1);
	border-bottom: 2px solid rgba(var(--primary-color), 1);
	/*border-radius: 6px;*/
	overflow: hidden;
}
.vazut-location-infobox-title {
	margin-bottom: 0;
	padding: 0 16px;
	font-weight: 600;
	font-size: 20px;
	color: rgba(var(--primary-color), 1);
}
.vazut-location-infobox-container {
	display: flex;
	gap: 12px;
}
.vazut-location-infobox-icon {
	padding: 16px;
	font-size: 7rem;
	color: #feb94c;
	text-align: center;
	line-height: 1;
}
.vazut-location-infobox-content {
	width: 100%;
	max-height: 148px;
	padding-top: 16px;
	overflow: auto;
}
.vazut-location-infobox-content ul,
.vazut-location-infobox-content ol {
	margin: 0;
	padding-left: 12px;
}
.vazut-location-infobox-content ul li,
.vazut-location-infobox-content ol li {
	margin-bottom: 8px;
	padding-left: 4px;
}
.vazut-location-infobox-content ul li:last-of-type,
.vazut-location-infobox-content ol li:last-of-type {
	margin-bottom: 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;
}
@media screen and (max-width: 767px){
	.vazut-location-infobox-icon {
		display: none;
	}
	.vazut-location-infobox-content {
		padding-left: 16px;
	}
}


/* 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 */

/* review-sliding-container */
.active-vazut .room-row.hidden-room-row {
	display: none;
}
.active-vazut .open .room-row.hidden-room-row {
	display: table !important;
	width: 100%;
}
.active-vazut .room-row-wrapper.hidden-room-row {
	display: none;
}
.active-vazut .open .room-row-wrapper.hidden-room-row {
	display: table !important;
	width: 100%;
}
/*.active-vazut .room-rows-sliding-container {
	margin-bottom: 20px;
}*/
.active-vazut .room-rows-sliding-wrapper {
	position: relative;
	max-height: 400px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.active-vazut .open .room-rows-sliding-wrapper {
	max-height: 200000px;
	overflow: visible;
}
.active-vazut .room-rows-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 */
	pointer-events: none;
}

.active-vazut .open .room-rows-sliding-wrapper-mask {
	opacity: 0;
}
.active-vazut .room-rows-container {
	position: relative;	
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.room-rows-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;
}
.room-rows-show-all a {
	color: #fff;
}
.room-rows-show-all .fa {
	position: relative;
	top: -1px;
	font-size: 10px;
}
@media screen and (max-width: 767px){
	.active-vazut .room-rows-sliding-wrapper {
		border-bottom: none;
	}
}
/* /room-rows-sliding-container */

/* vzt-dir */
.vzt-dir-title {
	margin-bottom: 20px;
	font-weight: 600;
	text-align: center;
}
.vzt-dir-title strong {
	color: #c0264c;
}
/* vzt-dir-hero */
.vzt-dir-hero-title {
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	line-height: 1.1;
}
.vzt-dir-hero-title strong {
	color: rgb(var(--primary-color));
}
.vzt-dir-hero-subtitle {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
	color: #777;
	text-align: center;
}
.vzt-dir-hero {
	position: relative;
	min-height: 300px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.vzt-dir-hero-img {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 100%;
	height: auto;
}
.vzt-dir-hero-overtext {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 30px;
	width: 66%;
	padding: 16px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	background: rgba(0,0,0,.35);
}
@media screen and (max-width: 991px){
	.vzt-dir-hero-overtext {
		width: auto;
		right: 16px;
		bottom: 16px;
		left: 16px;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.vzt-dir-hero-title {
		margin-bottom: 8px;
		font-size: 32px;
		line-height: 1.1;
	}
	.vzt-dir-hero-subtitle {
		font-size: 14px;
	}
	.vzt-dir-hero-overtext {
		font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.vzt-dir-hero-overtext {
		bottom: 4px;
		left: 4px;
		right: 4px;		
	}
}
/* /vzt-dir-hero */

/* vzt-dir-hero-wide */
.vzt-dir-hero-wide {
	min-height: 400px;
	padding: 80px 0 40px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.vzt-dir-hero-wide-heading {	
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
}
.vzt-dir-hero-wide-heading h1 {
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 48px;
}
.vzt-dir-hero-wide-heading h1 strong {
	font-weight: 700;
	color: #fff;
}
.vzt-dir-hero-wide-subtitle {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}
.vzt-dir-hero-wide-overtext {
	margin-top: 80px;
	padding: 16px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0,.45);
}
@media screen and (max-width: 767px){
	.vzt-dir-hero-wide {
		min-height: auto;
		padding-top: 40px;
	}
	.vzt-dir-hero-wide-heading h1 {
		margin-bottom: 8px;
		font-size: 32px;
		line-height: 1.1;
	}
	.vzt-dir-hero-wide-subtitle {
		font-size: 14px;
	}
	.vzt-dir-hero-wide-overtext {
		margin-top: 40px;
		font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.vzt-dir-hero-wide {
		padding: 20px 0;
	}
}
/* /vzt-dir-hero-wide */

.vzt-dir-search-wrapper {
	display: flex;
	margin: 0 -10px 20px;
}
.vzt-dir-search-engine-cell {
	min-width: 700px;
	width: 700px;
	padding: 0 10px;
}
.vzt-dir-search-engine .tab-content {
	padding: 12px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top: none;
}
.vzt-dir-search-engine .nav-tabs {
	display: flex;
	justify-content: space-between;
}
.vzt-dir-search-engine .nav-tabs > li {
	float: none;
	width: 100%;
	text-align: center;
}
.vzt-dir-search-engine .nav-tabs > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	height: 100%;
	margin-right: 0;
	padding: 12px;
	font-weight: 600;
	font-size: 16px;
	color: #999;
	border-color: #ddd;
	border-bottom: transparent;
	border-radius: 6px 6px 0 0;
	transition: all .25s ease;
}
.vzt-dir-search-engine .nav-tabs > li:last-of-type > a {
	margin-right: 0;
}
.vzt-dir-search-engine .nav-tabs > li.active > a,
.vzt-dir-search-engine .nav-tabs > li.active > a:focus,
.vzt-dir-search-engine .nav-tabs > li.active > a:hover {
	color: #2d3e52;
	background-color: #f5f5f5;
	border-bottom: none;
}
.vzt-dir-search-engine .nav > li > a:focus,
.vzt-dir-search-engine .nav > li > a:hover {
	color: #777;
	background-color: transparent;
	border-bottom-color: #ddd;
}
.vzt-dir-search-engine form .form-group {
	margin-bottom: 16px;
}
.vzt-dir-search-engine .acqua-searchform-calendar .label-cell label {
	margin-bottom: 0;
}
.vzt-dir-search-wrapper .acqua-searchform-calendar .room-container {
	margin: 0;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}

/* vzt-main-block-search-wrapper */
.vzt-main-block-search-wrapper {
	position: relative;
	z-index: 10;
	max-width: 575px;
	margin: 0 auto 24px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 8px;
	/*overflow: hidden;*/
}
.vzt-main-block-search-wrapper.show-hints {
	border-bottom-color: transparent;
	border-radius: 8px 8px 0 0;	
	box-shadow: 0 3px 5px rgba(0,0,0,.15);
}
.vzt-main-block-input-wrapper {
	position: relative;
}
.vzt-main-block-input-wrapper .fa-search {
	position: absolute;
	top: 50%;
	left: 0;  
	transform: translateY(-50%);
	width: 40px;
	font-size: 16px;
	color: #777;
	text-align: center;
}
.vzt-main-block-input-wrapper .form-control {
	padding-right: 40px;
	padding-left: 40px;
	background-color: transparent;
	border: none;
}
.vzt-main-block-search-hints {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	margin: 0 -1px;
	background-color: #fff;	
	border: 1px solid #ced4da;
	border-top: none;
	border-radius: 0 0 8px 8px;
	overflow: hidden;	
	box-shadow: 0 3px 5px rgba(0,0,0,.15);
}
.vzt-main-block-search-hints .vzt-list-group {
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.vzt-main-block-search-hints .vzt-list-group:first-of-type {
	border-top: 1px solid rgba(0,0,0,.125);
}
.vzt-main-block-search-hints .vzt-list-group.group-type-destination .vzt-list-group-item {
	background-color: #f4faf1;
}
.vzt-main-block-search-hints .vzt-list-group.group-type-destination .vzt-list-group-item:hover,
.vzt-main-block-search-hints .vzt-list-group.group-type-destination .vzt-list-group-item:focus {
	background-color: #e8f4e1;
}
.vzt-main-block-search-hints .vzt-list-group.group-type-hotel {
	background-color: #f3f3f3;
}
.vzt-main-block-search-hints .vzt-list-group.group-type-hotel .vzt-list-group-item:hover,
.vzt-main-block-search-hints .vzt-list-group.group-type-hotel .vzt-list-group-item:focus {
	background-color: #e8e8e8;
}
.vzt-main-block-search-hints .vzt-list-group.group-type-searched-text {
	color: #fff;
	background-color: #777;
}
.vzt-main-block-search-hints .vzt-list-group.group-type-searched-text .vzt-list-group-item {
	color: #fff;
}
.vzt-main-block-search-hints .vzt-list-group.group-type-searched-text:hover {
	color: #333;
	background-color: #ddd;
}
.vzt-main-block-search-hints .vzt-list-group.group-type-searched-text:hover .vzt-list-group-item {
	color: #333;
}
.vzt-main-block-search-hints .vzt-list-group-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	padding: 8px 16px;
	color: #212529;
	background-color: transparent;
	text-decoration: none;
	transition: all .25s ease;
}
.vzt-main-block-search-hints .vzt-list-group .vzt-list-group-item .badge {
	padding: 4px 8px;
	border-radius: 4px;
	transition: all .25s ease;
}
.vzt-main-block-search-hints .vzt-list-group.group-type-destination .vzt-list-group-item .badge {
	background-color: #65a33d;
}
.vzt-main-block-search-hints .vzt-list-group.group-type-searched-text .vzt-list-group-item .badge {
	position: relative;
	padding-left: 16px;
	font-weight: 600;
	font-size: 14px;
}
.vzt-main-block-search-hints .vzt-list-group.group-type-searched-text .vzt-list-group-item .badge:before {
	content: "\f002";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	font-size: 10px;
}
.vzt-main-block-search-hints .vzt-list-group.group-type-searched-text .vzt-list-group-item .badge {
	color: #777;
	background-color: #fff;
}
.vzt-main-block-search-hints .vzt-list-group.group-type-searched-text:hover .vzt-list-group-item .badge {
	color: #fff;
	background-color: #777;
}
#search_terms_fa_spinner {
	position: absolute;
	top: 38%;
	left: 0;  
	transform: translateY(-50%);
	width: 40px;
	font-size: 16px;
	color: #777;
	text-align: center;
}

@media screen and (max-width: 1200px){
	.vzt-dir-search-engine .acqua-searchform-calendar .label-cell {
		margin-bottom: 12px;
		padding: 4px 8px;
		text-align: center;
		background-color: #ddd;
	}
}
@media screen and (max-width: 1200px){
	.vzt-dir-search-engine-cell {
		min-width: 585px;
		width: 585px;		
	}
}
@media screen and (max-width: 991px){
	.vzt-dir-search-engine-cell {
		min-width: 460px;
		width: 460px;
	}
}
@media screen and (max-width: 767px){
	.vzt-dir-search-wrapper {
		display: block;
		margin: 0 0 20px;		
	}
	.vzt-dir-search-engine-cell {
		min-width: auto;
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
}
@media screen and (max-width: 500px){
	.vzt-dir-search-engine .nav-tabs > li > a {
		flex-direction: column;
		font-size: 14px;
	}
	.vzt-dir-search-engine .nav-tabs > li > a .fa {
		font-size: 20px;
	}
}
@media screen and (max-width: 380px){
	.vzt-dir-search-engine .nav-tabs > li > a {
		font-size: 12px;
	}
}

.vzt-dir-search-map-cell {	
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
}
.vzt-dir-search-map-wrapper {
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
}
.vzt-dir-search-map {
	position: relative;
	height: 100%;
	background-position: 50%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 6px;
}
.vzt-dir-search-map-img {
	height: 1px;
	opacity: 0;
	pointer-events: none;
}
.vzt-dir-search-map-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	transition: all .25s ease;
}
.vzt-dir-search-map-overlay:hover {
	background-color: rgba(0,0,0,.1);
}
.vzt-dir-search-wrapper h2 {
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 20px;
}
.vzt-dir-search-btn-wrapper {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	font-size: 13px;
	color: #3d8edd;
	cursor: pointer;
}
.vzt-dir-search-btn-calendar {
	display: flex;
	align-items: center;
	gap: 8px;
	text-align: left;
	order: 1;
}
.vzt-dir-search-btn-calendar .fa {
	font-size: 32px;
}
.vzt-dir-search-btn-wrapper .btn {
	order: 2;
}
@media screen and (max-width: 767px){
	.vzt-dir-search-map-cell {
		padding: 0;
		overflow: visible;
	}
	.vzt-dir-search-map {
		height: 300px;
	}
	/*.vzt-dir-search-map iframe {
		width: 100%;
	}*/
}
@media screen and (max-width: 540px){
	.vzt-dir-search-btn-wrapper {
		flex-direction: column;
		gap: 12px;
		align-items: center;
	}
	.vzt-dir-search-btn-calendar {
		order: 2;
	}
	.vzt-dir-search-btn-wrapper .btn {
		order: 1;
	}
}

.vzt-dir-search-map-modal-bg {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.65);	
	overflow: hidden;
	opacity: 0;
	transition: all .15s ease;
}
.vzt-dir-search-map-modal-wrapper {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 16px;
	opacity: 0;
	transition: all .25s ease;
}
.vzt-dir-search-map-modal-bg.open {
	z-index: 1042;
	opacity: 1;
}
.vzt-dir-search-map-modal-wrapper.open {
	z-index: 2000;
	opacity: 1;
}
.vzt-dir-search-map-modal {
	position: relative;
	height: 100%;
	padding: 10px;
	text-align: left;
	background-color: #fff;
}
.vzt-dir-search-map-modal-close {
	position: absolute;
	z-index: 2;
	right: -8px;
	top: -8px;
	width: 28px;
	height: 28px;
	font-weight: 600;
	font-size: 28px;
	color: rgba(204,0,0,.65);
	line-height: 28px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	transition: all .25s ease;	
	cursor: pointer;	
}
.vzt-dir-search-map-modal-close:hover {
	color: rgba(204,0,0,1);
}
.vzt-dir-search-map-modal-info-window {
	position: absolute;
	z-index: 2;
	top: 120px;
	left: 20px;
	width: 240px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
}
.vzt-dir-search-map-modal-info-window .vzt-list-box-wrapper .list-box {
	border: none;
}
.vzt-dir-search-map-modal-info-window .vzt-list-box-wrapper .list-box:hover {
	box-shadow: none;
}
.vzt-dir-search-map-modal-info-window .vzt-list-box-wrapper .list-box__content {
	margin: 0;
}
.vzt-dir-search-map-modal-info-window .vzt-list-box-wrapper .list-box__transport {
	margin: 0;
	padding-top: 4px;
}
.vzt-dir-search-map-modal iframe {
	position: relative;
	z-index: 1;
	border: none;
}

/* vzt-pagination-wrapper */
.vzt-pagination-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}
.vzt-pagination-wrapper h2 {
	margin-bottom: 0;
}
@media screen and (max-width: 640px){
	.vzt-pagination-wrapper {
		display: block;
	}
}
/* /vzt-pagination-wrapper */

.adv-dir-content-wrapper {
	display: flex;
}
.adv-dir-aside {
	min-width: 240px;
	width: 240px;
	margin-top: 10px;
	margin-right: 20px;
	background-color: #fff;
}
.adv-dir-aside h3 {
	font-size: 20px;
}
.adv-dir-main {
	width: 100%;
}
.adv-dir-filters-close {
	display: none;
}
@media screen and (max-width: 767px){
	.adv-dir-aside {
		position: fixed;
		z-index: 1079;
		top: 0;
		bottom: 0;
		left: -100vw;
		min-width: auto;
		width: 100%;
		margin: 0;
		padding: 15px;
		transition: all .25s ease;
		overflow: auto;
	}
	body.open-adv-dir-filters {
		overflow-y: hidden;
	}
	.open-adv-dir-filters .adv-dir-aside {
		left: 0;
		right: 0;
		width: 100%;
	}
	.adv-dir-filters-header {
		margin-bottom: 12px;
	}
	.adv-dir-aside h3 {
		margin-bottom: 0;
	}
	.adv-dir-filters-close {
		display: inline-block;
		font-size: 28px;
		color: #cc0000;
		cursor: pointer;
	}
}

/* adv-dir-filters-wrapper */
@media screen and (min-width: 768px){
	.adv-dir-filters-wrapper {
		_position: sticky;
		_top: 120px;
	}
}
.adv-dir-filters-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}
.adv-dir-filter-category {	 
	margin-bottom: 12px;
	padding: 8px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 6px;	
}
.adv-dir-filter-category-title {
	margin-bottom: 8px;
	font-weight: 600;
}
.period .adv-dir-filter-category-title,
.nights .adv-dir-filter-category-title {
	margin-bottom: 4px;
}
.period.adv-dir-filter-category .flex-row,
.nights.adv-dir-filter-category .flex-row{
	margin-right: -4px;
	margin-left: -4px;
}
.period.adv-dir-filter-category .flex-row > *,
.nights.adv-dir-filter-category .flex-row > * {
	padding-right: 4px;
	padding-left: 4px;
}
.period.adv-dir-filter-category input {
	padding: 6px 30px 6px 6px;
	font-size: 12px;
	background-position: right 2px center;
	background-size: auto 16px;
}
.search .adv-dir-filters {
	position: relative;
}
.adv-dir-filter-category.departure .adv-dir-filters {
	max-height: 236px;
	overflow: auto; 
}
.adv-dir-filters ul {
	margin-bottom: 0; 
}
.adv-dir-filters ul > li:first-of-type {
	padding-top: 4px; 
}
.adv-dir-filters ul li:last-of-type .checkbox {
	margin-bottom: 0; 
}
.period .adv-dir-filters ul > li,
.nights .adv-dir-filters ul > li {
	margin-bottom: 8px; 
}
.adv-dir-filters .checkbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0;
}
.adv-dir-filters-stars-count {
	font-size: 12px;
}
.adv-dir-filters label {
	font-weight: 400;
	font-size: 13px;
}
.adv-dir-filters .checkbox input {
	margin-top: 3px;
}
.adv-dir-filters-btn-wrapper {
	margin-top: 8px;
}
.adv-dir-filters-btn-wrapper .btn {
	border-radius: 4px;
}
.search .adv-dir-filter-category-title {
	margin-bottom: 4px;
	border-bottom: none;
}
.search .adv-dir-filters .fa {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	color: #888;
}
.adv-dir-filters .checkbox .adv-dir-filters-stars,
.adv-dir-filters .checkbox .adv-dir-filters-rating {
	width: auto;
	height: 13px;
}

.adv-dir-show-filters-btn-wrapper {
	margin-bottom: 12px;
}
@media screen and (min-width: 768px){
	.adv-dir-show-filters-btn-wrapper {
		display: none;
	}
}

/* adv-dir-filters-active-wrapper */
.adv-dir-filters-active-wrapper {
	margin-bottom: 8px;
	padding: 8px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 6px;
}
.adv-dir-filters-active {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}
.adv-dir-filters-active-title-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.adv-dir-filters-active-title {
	margin-bottom: 0;
	font-weight: 600;	
	
}
.adv-dir-filters-active-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 4px 6px;
	font-size: 11px;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	transition: all .25s ease;
	cursor: pointer;
}
.adv-dir-filters-active-btn.reverse {
	gap: 4px;
	padding: 1px 6px 2px;
	color: #fff;	
	background-color: #cc0000;
	border: none;
	box-shadow: none;	
}
.adv-dir-filters-active-btn.reverse:hover,
.adv-dir-filters-active-btn.reverse:focus {
	background-color: #970000;
}
.adv-dir-filters-active-btn.reverse .adv-dir-filters-active-btn-close {
	color: #fff;
}
.adv-dir-filters-active-btn:hover,
.adv-dir-filters-active-btn:focus {
	box-shadow: none;
}
.adv-dir-filters-active-btn-txt {
	display: flex;
	align-items: center;
	gap: 4px;
}
.adv-dir-filters-active-btn-txt strong {
	font-weight: 600;
}
.adv-dir-filters-active-btn-txt img {
	width: auto;
	height: 10px;
}
.adv-dir-filters-active-btn-close {
	font-weight: 700;
	font-size: 16px;
	color: #cc0000;
	line-height: 1;
}
/* /adv-dir-filters-active-wrapper */

.adv-dir-before-content-wrapper,
.adv-dir-after-content-wrapper {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* vzt-dir-filters-wrapper */
.vzt-dir-filters-wrapper {
	margin-bottom: 20px;
	padding: 8px 12px 0;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}
.vzt-dir-filters-title {
	margin-bottom: 4px;
	font-weight: 600;
}
.vzt-dir-filters-wrapper .flex-row {
	align-items: center;
	margin-right: -5px;
	margin-left: -5px;
}
.vzt-dir-filters-wrapper .flex-row [class*='col'] {
	padding-right: 5px;
	padding-left: 5px;
}
.vzt-dir-filters input[readonly] {
	background-color: #fff;
	cursor: pointer;
}
.vzt-dir-filters {
	position: relative;
	margin-bottom: 8px;
}
.vzt-dir-filters > .fa {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	font-size: 8px;
	color: #888;
}
/*.vzt-dir-filters.search input {
	font-size: 16px;
	cursor: pointer;
}
.vzt-dir-filters.search input:focus,
.vzt-dir-filters.search input:active {
	font-size: 16px;
}*/
@supports (-webkit-overflow-scrolling: touch) {
   .vzt-dir-filters.search input {
     font-size: 16px;
   }
}
.vzt-dir-filters.search > .fa {
	font-size: 14px;
	cursor: pointer;
}
.vzt-dir-filters.search > input {
	padding-right: 30px;
}
.vzt-dir-filters .dropdown-menu {
	min-width: 100%;
	padding: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.vzt-dir-filters .dropdown-menu .dropdown-close {
	position: absolute;
	z-index: 1;
	top: -4px;
	right: 4px;
	font-weight: 600;
	font-size: 20px;
	color: #cc0000;
	cursor: pointer;
}
.vzt-dir-filters .dropdown-menu.scrolled-menu {
	min-width: 100%;
	padding: 10px 10px 28px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.vzt-dir-filters .dropdown-menu.scrolled-menu ul {
	max-height: 190px;
	overflow-x: hidden;
	overflow-y: auto;
}
.vzt-dir-filters .dropdown-menu.scrolled-menu .btn {
	position: absolute;
	z-index: 1;
	left: 10px;
	bottom: 10px;
	right: 10px;
}
.vzt-dir-filters .dropdown-menu li {
	margin-bottom: 8px;
}
.vzt-dir-filters .dropdown-menu li:last-of-type {
	margin-bottom: 0;
}
.vzt-dir-filters .dropdown-menu label {
	display: block;
	font-size: 12px;
}
.vzt-dir-filters .dropdown-menu .checkbox,
.vzt-dir-filters .dropdown-menu .radio {
	margin: 0;
}
.vzt-dir-filters .dropdown-menu .checkbox label,
.vzt-dir-filters .dropdown-menu .radio label {
	font-size: 13px;
	white-space: nowrap;
}
.vzt-dir-filters .dropdown-menu .checkbox input[type="checkbox"],
.vzt-dir-filters .dropdown-menu .radio input[type="radio"] {
	margin-top: 3px;
}
.vzt-dir-filters .dropdown-menu .checkbox .vzt-dir-filters-stars,
.vzt-dir-filters .dropdown-menu .checkbox .vzt-dir-filters-rating {
	width: auto;
	height: 13px;
}
.vzt-dir-filters .dropdown-menu .btn,
.vzt-dir-filters .dropdown-menu .btn:hover,
.vzt-dir-filters .dropdown-menu .btn:focus {
	color: rgba(var(--light-color),.85);
	background-color: rgba(var(--primary-btn-hover-color),1);
	border-color: rgba(var(--primary-btn-hover-color),1);
}
.vzt-dir-filters .dropdown-submenu {
	position: relative;
}
.vzt-dir-filters .dropdown-submenu .dropdown-toggle {
	padding-left: 0;
}
.vzt-dir-filters .dropdown-submenu > a::after {
	float: right;
	content: "";
	display: block;		
	width: 0;
	height: 0;
	margin-top: 6px;
	margin-right: -10px;
	border-color: transparent;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-top-color: #000;
}
.vzt-dir-filters .dropdown-submenu > ul.dropdown-menu {
	float: none;
	position: relative;
	left: 0;
	top: 0;
	margin: 0 -10px;
	padding: 4px 16px;
	background-color: #f5f5f5;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

/* vzt-dir-filters-active-wrapper */
.vzt-dir-filters-active-wrapper {
	margin: 4px -12px 0;
	padding: 8px 12px;
	background-color: #e8e8e8;
	border-top: 1px solid #ddd;
}
.vzt-dir-filters-active {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}
.vzt-dir-filters-active-title-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(255,255,255,.75);  
}
.vzt-dir-filters-active-title {
	margin-bottom: 0;
	margin-left: 2px;
	font-weight: 600;
}
.vzt-dir-filters-active-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 4px 6px;
	font-size: 11px;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	transition: all .25s ease;
	cursor: pointer;
}
.vzt-dir-filters-active-btn.reverse {
	gap: 4px;
	padding: 1px 6px 2px;
	color: #fff;	
	background-color: #cc0000;
	border: none;
	box-shadow: none;	
}
.vzt-dir-filters-active-btn.reverse:hover,
.vzt-dir-filters-active-btn.reverse:focus {
	background-color: #970000;
}
.vzt-dir-filters-active-btn.reverse .vzt-dir-filters-active-btn-close {
	color: #fff;
}
.vzt-dir-filters-active-btn:hover,
.vzt-dir-filters-active-btn:focus {
	box-shadow: none;
}
.vzt-dir-filters-active-btn-txt {
	display: flex;
	align-items: center;
	gap: 4px;
}
.vzt-dir-filters-active-btn-txt strong {
	font-weight: 600;
}
.vzt-dir-filters-active-btn-txt img {
	width: auto;
	height: 10px;
}
.vzt-dir-filters-active-btn-close {
	font-weight: 700;
	font-size: 16px;
	color: #cc0000;
	line-height: 1;
}
/* /vzt-dir-filters-active-wrapper */

/*@media screen and (max-width: 991px){
	.vzt-dir-filters .dropdown-menu {
		min-width: 100%;
	}
	.vzt-dir-filters .dropdown-submenu > ul.dropdown-menu {
		float: none;
		position: relative;
		left: 0;
		top: 0;
		margin: 0 -10px;
		padding: 4px 16px;
		background-color: #f3f3f3;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	.vzt-dir-filters .dropdown-submenu > a::after {
		border-width: 4px 4px 0 4px;
		border-left-color: transparent;
		border-top-color: #000;
	}
}*/
.vzt-list-box-wrapper > .flex-row > [class*='col'] {
	padding-bottom: 20px;
}
.vzt-list-box-wrapper .list-box {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #2d3e52;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	transition: all .25s ease;
	overflow: hidden;
}
.vzt-list-box-wrapper .list-box:hover {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 1px 5px rgba(0,0,0,.15);
			box-shadow: 0 1px 5px rgba(0,0,0,.15);
}
.vzt-list-box-wrapper .list-box__rating {
	position: absolute;
	z-index: 15;
	top: 10px;
	left: 10px;
	padding: 4px;
	background-color: rgba(0,0,0,.1);
	border-radius: 4px;
}
.vzt-list-box-wrapper .list-box__rating-img {
	float: left;
	width: auto;
	height: 20px;
}
.vzt-list-box-wrapper .list-box__img-box {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 8px;
	padding-bottom: 74.52472%;
	background: #fff url('../img/logos/logo-vazut-ro.webp') no-repeat 50% 50%;
	background-size: 50%;
	overflow: hidden;
}
.vzt-list-box-wrapper .list-box__main-img {
	position: absolute;
	z-index: 10;
	/*top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	width: 100%;
	height: 100%;
	text-indent: 100%;
    white-space: nowrap;
}
.vzt-list-box-wrapper .list-box-content-wrapper {
	flex: 1 0 auto;	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.vzt-list-box-wrapper .list-box__content {
	display: block;
	margin: 0 8px;
	color: #2d3e52;
}
.vzt-list-box-wrapper .list-box__content-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
}
.vzt-list-box-wrapper .list-box_content-classification img {
	display: block;
	width: auto;
	height: 16px;
}
.vzt-list-box-wrapper .list-box_content-favorite .fa {
	color: #999;
	transition: all .25s ease;
	cursor: pointer;
}
.vzt-list-box-wrapper .list-box_content-favorite:hover .fa,
.vzt-list-box-wrapper .list-box_content-favorite.active .fa {
	color: #cc0000;
}
.vzt-list-box-wrapper .list-box_content-title {
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 16px;
	color: #5096b5;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.vzt-list-box-wrapper .list-box_content-subtitle {
	font-size: 12px;
	color: #555;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.vzt-list-box-wrapper .list-box_content-price {
	padding: 0 10px 5px;
	text-align: right;
}
.vzt-list-box-wrapper .list-box_content-price strong {
	font-weight: 700;
	font-size: 22px;
	color: #549128;
}
.vzt-list-box-wrapper .list-box__content-body {
	margin-bottom: 8px;
}
.vzt-list-box-wrapper .list-box__content-body-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}
.vzt-list-box-wrapper .list-box_content-rating-wrapper {
	width: 110px;
	text-align: right;
}
.vzt-list-box-wrapper .list-box_content-rating-container {
	display: inline-block;
	font-size: 32px;
	text-align: left;
	line-height: 1;
}
.vzt-list-box-wrapper .list-box_content-rating {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.vzt-list-box-wrapper .list-box_content-rating-text {
	margin-bottom: 3px;
	font-weight: 600;
	font-size: 33%;
}
.vzt-list-box-wrapper .list-box_content-rating-number {
	font-weight: 700;
	color: #549128;
	line-height: 0.9;
}
.vzt-list-box-wrapper .rating-1 .list-box_content-rating-number {
	color: #db3443;
}
.vzt-list-box-wrapper .rating-2 .list-box_content-rating-number {
	color: #f49118;
}
.vzt-list-box-wrapper .rating-3 .list-box_content-rating-number {
	color: #fcb532;
}
.vzt-list-box-wrapper .rating-4 .list-box_content-rating-number {
	color: #73b53f;
}
.vzt-list-box-wrapper .rating-5 .list-box_content-rating-number {
	color: #569320;
}
.vzt-list-box-wrapper .list-box_content-ratings {
	padding-left: 5px;
	font-size: 28%;
}
.vzt-list-box-wrapper .front-box__content .list-box_content-rating-wrapper {
	width: 150px;
}
.vzt-list-box-wrapper .front-box__content .list-box_content-rating-container {
	font-size: 52px;
}
.vzt-list-box-wrapper .front-box__content .list-box__content-body-text {
	padding-top: 10px;
}
.vzt-list-box-wrapper .front-box__content .list-box_content-rating-text {
	font-weight: 400;
	font-size: 30%;
}
.vzt-list-box-wrapper .list-box__facilities {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.vzt-list-box-wrapper .list-box__facilities .fa {
	font-size: 18px;
}
.vzt-list-box-wrapper .list-box__transport {
	margin: 0 8px 8px;
	padding-top: 8px;
}
.vzt-list-box-wrapper .list-box__transport--title {	
	margin-bottom: 4px;
	font-weight: 700;
}
.vzt-list-box-wrapper .list-box__transport .fa {
	font-size: 12px;
}
.vzt-list-box-wrapper .list-box__transport_line_wrapper .list-box__transport_line_link {
	display: block;
}
.vzt-list-box-wrapper .list-box__transport_line_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*margin: 0 -8px;*/
	padding: 4px;
	color: #2d3e52;
	border-top: 1px dashed #ccc;
	transition: all .25s ease;
}
.vzt-list-box-wrapper .list-box__transport_line_wrapper:first-of-type {
	margin-bottom: 0;
}
.vzt-list-box-wrapper .list-box__transport_line_wrapper:hover,
.vzt-list-box-wrapper .list-box__transport_line_wrapper:focus {
	background-color: #f2f7ee;
}
.vzt-list-box-wrapper .list-box__transport_line_wrapper .list-box__transport_line_text .fa {
	font-size: 16px;
}
.vzt-list-box-wrapper .list-box__transport_line_price {
	line-height: 1.2;
	font-size: 12px;
	text-align: right;
}
.vzt-list-box-wrapper .list-box__transport_line_price strong {
	font-size: 16px;
	color: #569320;
}
.vzt-list-box-wrapper .list-box__transport--footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	padding-top: 4px;
	font-size: 11px;
	text-align: center;
	border-top: 1px dashed #ccc;
}
.vzt-list-box-wrapper .list-box__transport--footer-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.vzt-list-box-wrapper .list-box__transport--footer-tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	padding-top: 6px;
}
.vzt-list-box-wrapper .list-box__transport--footer-tools-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	color: #999;
	line-height: 1;
	cursor: pointer;
	transition: all .25s ease;
}
.vzt-list-box-wrapper .list-box__transport--footer-tools-item:hover {
	color: #2d3e52;
}
.vzt-list-box-wrapper .list-box__transport--footer-tools-item-text {
	display: block;
	font-weight: 500;	
	cursor: pointer;
	transition: all .25s ease;
}
.vzt-list-box-wrapper .list-box__transport--footer-tools-item input {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.vzt-list-box-wrapper .list-box__transport--footer-tools-item .fa-clipboard {
	font-size: 13px;
}

/* list-box-slider */
.vzt-list-box-wrapper.slider-style {
	margin-right: -15px;
	margin-left: -15px;
}
.vzt-list-box-wrapper .slick-track {
	display: flex !important;	
}
.vzt-list-box-wrapper .slick-slide {
	float: none;
	height: inherit !important;
}
.vzt-list-box-wrapper .slick-prev,
.vzt-list-box-wrapper .slick-next {
	width: 48px;
	height: 48px;
	top: 20%;
	background-color: rgba(0,0,0,.7);
	transition: all .25s ease;
}
.vzt-list-box-wrapper .slick-prev:hover,
.vzt-list-box-wrapper .slick-next:hover,
.vzt-list-box-wrapper .slick-prev:focus,
.vzt-list-box-wrapper .slick-next:focus {
	background-color: rgba(0,0,0,.85);
}
.vzt-list-box-wrapper .slick-prev {
	left: 16px;
	right: 45px;
	border-radius: 0 6px 6px 0;
}
.vzt-list-box-wrapper .slick-next {
	right: 15px;
	border-radius: 6px 0 0 6px;
}
.vzt-list-box-wrapper .list-box-wrapper {
	position: relative;
	padding: 0 15px;
}
.vzt-list-box-wrapper .list-box-wrapper .list-box {
	height: 100%;
} 
@media (max-width: 767px){	
	.vzt-list-box-wrapper .list-box_content-title {
		text-overflow: initial;
		white-space: normal;
		overflow: visible;
	}
	.vzt-directory-hotels-col.flex-col-3 {
		width: 50%;
	}	
}
@media (max-width: 575px){
	.vzt-list-box-wrapper .list-box_content-title {
		font-size: 20px;
	}
	.vzt-list-box-wrapper .list-box_content-subtitle {
		font-size: 14px;
	}
}
/* /vzt-list-box-wrapper */

/* vzt-details-transport-wrapper */
.vzt-details-transport-wrapper {
	margin-bottom: 20px;
}
.vzt-details-transport-wrapper .vzt-details-transport-title {
	margin-bottom: 16px;
	padding: 8px;
	font-weight: 600;
	background-color: #efefef;
}
.vzt-details-transport-wrapper .nav-pills {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 16px;
}
.vzt-details-transport-wrapper .nav-pills > li {
	width: 33%;
}
.vzt-details-transport-wrapper .nav-pills > li + li {
	margin-left: 16px;
}
.vzt-details-transport-wrapper .nav-pills > li > a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 8px 10px;
	font-weight: 600;
	font-size: 22px;
	color: #fff;
	background-color: #b4b4bc;
	border-radius: 0;
}
.vzt-details-transport-wrapper .nav-pills > li > a > .nav-pills-link-text {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
}
.vzt-details-transport-wrapper .nav-pills > li > a .fa {
	font-size: 24px;
}
.vzt-details-transport-wrapper .nav-pills > li > a:focus,
.vzt-details-transport-wrapper .nav-pills > li > a:hover {
	background-color: #74b442;
}
.vzt-details-transport-wrapper .nav-pills > li > a > .nav-pills-link-price {
	font-size: 12px;
	text-align: right;
	white-space: nowrap;
}
.vzt-details-transport-wrapper .nav-pills > li > a > .nav-pills-link-price strong {
	font-weight: 600;
	font-size: 24px;
}
@media screen and (max-width: 767px){
	.vzt-details-transport-wrapper .nav-pills > li > a {
		font-size: 18px;
	}
}
@media screen and (max-width: 680px){
	.vzt-details-transport-wrapper .nav-pills > li > a .fa {
		font-size: 32px;
	}
	.vzt-details-transport-wrapper .nav-pills > li > a {
		padding: 12px 10px 8px;
		font-size: 14px;
}
	.vzt-details-transport-wrapper .nav-pills > li > a > .nav-pills-link-text {
		flex-direction: column;
		gap: 4px;
		margin-bottom: 8px;
		padding-bottom: 8px;
		text-align: center;
		border-bottom: 1px solid rgba(255,255,255,.35);
	}
	.vzt-details-transport-wrapper .nav-pills > li > a > .nav-pills-link-price {
		line-height: 1.1;
	}
	.vzt-details-transport-wrapper .nav-pills > li > a > .nav-pills-link-price .from {
		display: block;
	}
	.vzt-details-transport-wrapper .nav-pills > li > a > .nav-pills-link-price strong {
		font-size: 18px;
	}
}
@media screen and (max-width: 540px){
	.vzt-details-transport-wrapper .nav-pills > li + li {
		margin-left: 4px;
	}
}
/* /vzt-details-transport-wrapper */

/* vzt-countries-list */
.vzt-country-box {
	position: relative;
	display: block;
	height: 0;
	margin-bottom: 20px;
	padding-bottom: 86.27451%;	
	text-decoration: none;
	border-radius: 10px;
	overflow: hidden;	
}
.vzt-country-box-title {
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 20px;
	left: 20px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,.75);
}
.vzt-country-box-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.1);
	transition: all .5s ease;
}
.vzt-country-box:hover .vzt-country-box-mask,
.vzt-country-box:focus .vzt-country-box-mask {
	background-color: rgba(0,0,0,.3);
}
.vzt-country-box-img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%,-50%);
	transition: all .5s ease;
}
.vzt-country-box:hover .vzt-country-box-img,
.vzt-country-box:focus .vzt-country-box-img {
	transform: translate(-50%,-50%) scale(1.1);
}

/* vzt-cities-list */
.vzt-city-box {
	position: relative;
	display: block;
	height: 0;
	margin-bottom: 24px;
	padding-bottom: 86.27451%;	
	text-decoration: none;
	border-radius: 10px;
	overflow: hidden;	
}
.vzt-city-box-title {
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 20px;
	left: 20px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,.75);
}
.vzt-city-box-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.1);
	transition: all .5s ease;
}
.vzt-city-box:hover .vzt-city-box-mask,
.vzt-city-box:focus .vzt-city-box-mask {
	background-color: rgba(0,0,0,.3);
}
.vzt-city-box-img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translate(-50%,-50%);
	transition: all .5s ease;
}
.vzt-city-box:hover .vzt-city-box-img,
.vzt-city-box:focus .vzt-city-box-img {
	transform: translate(-50%,-50%) scale(1.05);
}
.vzt-city-box-text {
	position: absolute;
	z-index: 3;
	right: 20px;
	bottom: 20px;
	left: 20px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
	text-align: right;
}

/* GLOBALS */
.acqua-anchor-heading {
	margin-bottom: 15px;
	padding: 2px 10px 3px;
	background-color: #f3f3f3;
}
.text-secondary {
	color: #6c757d !important;
}