.acqua-tmpl-saved-offers {
	display: flex;
	flex-wrap: wrap;
	margin: 10px -15px 20px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-saved-offers-item {
	flex-basis: 25%;
	margin-bottom: 30px;
	padding: 0 15px;
}
.acqua-tmpl-saved-offers .box-wrapper {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
			box-shadow: 0 1px 3px rgba(0,0,0,.15);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-saved-offers .box-wrapper:hover {
	border-color: #ccc;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
/*.acqua-tmpl-saved-offers .box-container {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
}*/
.acqua-tmpl-saved-offers .promo-label {
	position: absolute;
	z-index: 15;
	top: 5px;
	left: -6px;
	height: 24px;
	line-height: 24px;
	padding: 0 5px 0 10px;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	background-color: #d12f2f;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
			box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-saved-offers .box-container:hover .promo-label {
	padding-right: 10px;
}
.acqua-tmpl-saved-offers .promo-label:before {
	content: "";
	position: absolute;
	z-index: 15;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-top: 3px solid #930000;
	border-right: 3px solid #930000;
	border-bottom: 3px solid transparent;
	border-left: 3px solid transparent;
}
.acqua-tmpl-saved-offers .promo-label:after {
	content: "";
	position: absolute;
	z-index: 15;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 24px solid transparent;
	border-right: 24px solid transparent;
	border-left: 12px solid #d12f2f;
}
.acqua-tmpl-saved-offers .box {
	position: relative;
	color: #2d3e52;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.acqua-tmpl-saved-offers .box:hover {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.acqua-tmpl-saved-offers .classification {
	margin-bottom: 5px;
}
.acqua-tmpl-saved-offers .classification img {
	width: auto;
	height: 14px;
	padding-right: 5px;
}
.acqua-tmpl-saved-offers .img-link {
	position: relative;
	z-index: 1;
	width: 100%;	
	padding-bottom: 74.52472%;
	background: #f1f1f1 url('../img/icons/icon-nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-tmpl-saved-offers .img-link img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 100%;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-saved-offers .acqua-directional-arrows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 2px;
	background-color: rgba(255,255,255,.5);
}
/*.acqua-tmpl-saved-offers .acqua-directional-arrows .move-btn {
	width: 22px;
	height: 22px;
	font-size: 12px;
	color: #555;
	line-height: 20px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
	cursor: pointer;
}
.acqua-tmpl-saved-offers .acqua-directional-arrows .move-btn:hover,
.acqua-tmpl-saved-offers .acqua-directional-arrows .move-btn:focus {
	background-color: #efefef;
}*/
.acqua-tmpl-saved-offers .acqua-directional-arrows .close-btn {
	width: 22px;
	height: 22px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	background-color: rgba(204,0,0,.65);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
	cursor: pointer;
}
.acqua-tmpl-saved-offers .acqua-directional-arrows .close-btn:hover {
	background-color: rgba(204,0,0,1);
}
.acqua-tmpl-saved-offers .box-content {	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 10px;
	color: #333;
}
.acqua-tmpl-saved-offers .box-info {
	
}
.acqua-tmpl-saved-offers .box-info-title {
	font-weight: 600;
	font-size: 16px;
	color: #333;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-overflow: initial;
	overflow: hidden;
}
.acqua-tmpl-saved-offers .box-info-text {
	margin-top: 5px;
	color: #555;
}
.acqua-tmpl-saved-offers .box-info-period {
	/*margin-top: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;*/
}
.acqua-tmpl-saved-offers .price-container {
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #ddd;
}
.acqua-tmpl-saved-offers .price-group {
	text-align: center;
}
.acqua-tmpl-saved-offers .price-group .price-discount {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 90%;
}
.acqua-tmpl-saved-offers .price-group .price {
	line-height: 1;
}
.acqua-tmpl-saved-offers .price-group .price .curr {
	font-weight: 600;
	font-size: 75%;
}
.acqua-tmpl-saved-offers .price-group .price-details {
	height: 16px;
	font-size: 11px;
	color: #777;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-tmpl-saved-offers .flight-direction-box {

}
.acqua-tmpl-saved-offers .flight-direction {
	margin-bottom: 3px;
	font-size: 12px;
}
.acqua-tmpl-saved-offers .flight-direction .carrier-logo-container {
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	background-color: #f1f1f1;
}
.acqua-tmpl-saved-offers .date-time {
	margin-top: 3px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
}
.acqua-tmpl-saved-offers .airport {
	font-size: 13px;
}
.acqua-tmpl-saved-offers .airport .fa {
	position: relative;
	top: -2px;
	font-size: 8px;
}

/* MQ */
@media (max-width: 991px){
	.acqua-tmpl-saved-offers-item {
		flex-basis: 33.33334%;
	}
}
@media (max-width: 767px){
	.acqua-tmpl-saved-offers-item {
		flex-basis: 50%;
	}
}
@media (max-width: 575px){
	.acqua-tmpl-saved-offers-item {
		flex-basis: 100%;
	}
}
@media (max-width: 480px){
		
}