/* acqua-tmpl-list-01 (acqua-list-destination) */ 
.acqua-tmpl-list-01 {
	position: relative;
	margin-bottom: 30px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-list-01.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-list-01.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-list-01 .acqua-widget-tools {
	position: absolute;
	z-index: -1;
	top: 5px;
	right: 5px;
	padding: 5px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	text-align: right;
	background-color: #000;
	background-color: rgba(0,0,0,0.65);
	border: 1px solid #000;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
			box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	opacity: 0;
}
.acqua-tmpl-list-01:hover .acqua-widget-tools {
	z-index: 10;
	opacity: 1;
}
.acqua-tmpl-list-01:hover .acqua-widget-tools:hover {
	background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-list-01 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-list-01 .acqua-widget-tools a {
	display: inline-block;
	padding: 0 5px 2px;
	font-weight: 300;
	font-size: 12px;
	color: #222;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #000;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-list-01 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-list-01 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-list-01 .acqua-widget-tools a .fa.fa-remove {
	font-size: 11px;
}
.acqua-tmpl-list-01 h3 {
	margin: 0 0 10px;
	font-size: 24px;
}
.acqua-tmpl-list-01 ul {
	margin: 0;
}
.acqua-tmpl-list-01 li {
	position: relative;
	float: left;
	/*width: 12.5%;*/
	width: 25%;
	padding: 1px 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.1s ease;
	   -moz-transition: all 0.1s ease;
			transition: all 0.1s ease;
}
.acqua-tmpl-list-01 li:hover.edit-mode {
	padding-left: 25px;
}
.acqua-tmpl-list-01 li .edit-icon {
	width: 14px;
	height: 14px;
	font-size: 10px;
	line-height: 14px;
}
.acqua-tmpl-list-01 li .edit-icon .fa {
	left: 3px;
}
.acqua-tmpl-list-01 li .glyphicon {
	position: relative;
	top: 0;
	right: 3px;
	font-size: 10px;
	color: #777;
}
.acqua-tmpl-list-01 li:hover .glyphicon {
	color: #333; 
}
.acqua-tmpl-list-01 li a {
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-tmpl-list-01 li:hover a {
	color: #333;
	text-decoration: none;
}
.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;
}

@media (max-width: 991px) {
	.acqua-tmpl-list-01 li {
		width: 33.33334%;
		padding: 5px;
	}
	.acqua-tmpl-list-01 li a {
		font-size: 16px;
		text-overflow: inherit;
		white-space: normal;
		overflow: visible;
	}
}
@media (max-width: 767px) {
	.acqua-tmpl-list-01 li {
		width: 50%;
	}
}
@media (max-width: 575px) {
	.acqua-tmpl-list-01 li {
		width: 100%;
	}
}