.acqua-tmpl-list-01 {
	position: relative;
	padding: 8px 12px;
	margin-bottom: 15px;
	background-color: #f5f5f5;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-list-01 ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	grid-gap: 12px;
}
.acqua-tmpl-list-01 li {
	position: relative;	
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;	
}
.acqua-tmpl-list-01 li.edit-mode:hover {
	padding-left: 20px;
}
.acqua-tmpl-list-01 li .edit-icon {
	top: 50%;
	left: 0;
	transform: translateY(-50%);	
	width: 16px;
	height: 16px;
	line-height: 1;
	border-radius: 2px;
}
.acqua-tmpl-list-01 li .edit-icon .fa {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 9px;
	color: #fff; 
}
.acqua-tmpl-list-01 li .edit-icon:hover .fa {
	color: #fff; 
}
.acqua-tmpl-list-01 li a {
	display: block;
	width: 100%;
	color: #777;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .25s ease;
}
.acqua-tmpl-list-01 li:hover a {
	color: #333;
	text-decoration: none;
}
.acqua-tmpl-list-01 li a .fa {
	position: relative;
	top: -2px;
	font-size: 8px;
	color: #777;
	transition: all .25s ease;
}
.acqua-tmpl-list-01 li:hover a .fa {
	color: #333; 
}

.acqua-tmpl-list-01 li .main-departure {
	font-weight: 600;
	color: #333;
}
.acqua-tmpl-list-01.countries li {
	width: 14.28571%;
	padding: 2px 5px;
}
.acqua-tmpl-list-01.countries a {	
	font-size: 11px;
	color: #555;
}
.acqua-tmpl-list-01.countries a:hover {	
	color: #222;
}
.acqua-tmpl-list-01.countries a img {
	position: relative;
	top: -2px;
	right: 1px;
	border: 1px solid #555;
}