/* acqua-section-flight-layout-directory */
.acqua-section-flight-layout-directory {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-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.15);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	overflow: hidden;
}
.modal .acqua-section-flight-layout-directory {
	margin-bottom: 0;
}
.acqua-section-flight-layout-directory:hover {
	border-color: #ddd;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
			box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.acqua-section-flight-layout-directory .table-cell-grid {
	display: table-cell;
	width: 75%;
	height: 100%;
	padding: 20px 0;
	vertical-align: middle;
}
.acqua-section-flight-layout-directory .display-table-inner {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.acqua-section-flight-layout-directory .table-cell-inner {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	border-right: 1px solid #ddd;
}
.acqua-section-flight-layout-directory .display-table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;	
}
.acqua-section-flight-layout-directory .table-cell {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
}
.acqua-section-flight-layout-directory .table-cell:last-of-type,
.acqua-section-flight-layout-directory .table-cell:only-child {
	padding-right: 0;
}
.acqua-section-flight-layout-directory .cell-icon {
	width: 18%;
	text-align: center;
}
.acqua-section-flight-layout-directory .cell-destination {
	width: 44%;
}
.acqua-section-flight-layout-directory .cell-destination .destination {
	font-weight: 700;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-section-flight-layout-directory .cell-destination .date {
	font-size: 12px;
	color: #999;
}
.acqua-section-flight-layout-directory .cell-airline {
	width: 38%;
}
.acqua-section-flight-layout-directory .cell-airline .carrier-logo {
	width: 30px;
	height: auto;
	background-color: transparent;
	border: none;
}
.acqua-section-flight-layout-directory .cell-airline .layover {
	font-size: 12px;
	color: #999;
}
.acqua-section-flight-layout-directory .table-cell-grid.price-cell {
	width: 25%;
	text-align: center;
}
.acqua-section-flight-layout-directory .table-cell-grid.price-cell .from {
	margin-bottom: 5px;
}
.acqua-section-flight-layout-directory .table-cell-grid.price-cell .btn {
	min-width: 160px;
	font-size: 16px;
	color: #fff;
}
.acqua-section-flight-layout-directory .table-cell-grid.price-cell .btn .curr {
	font-size: 65%;
}

@media (max-width: 991px){	
	.acqua-section-flight-layout-directory .table-cell-grid,
	.acqua-section-flight-layout-directory .table-cell-grid.price-cell {
		display: block;
		width: 100%;
	}
	.acqua-section-flight-layout-directory .table-cell-grid.price-cell {
		padding: 15px 10px 20px;
		border-top: 1px solid #ddd;
	}	
	.acqua-section-flight-layout-directory .table-cell-inner:last-of-type {
		border-right: none;
	}
}
@media (max-width: 767px){
	.acqua-section-flight-layout-directory .table-cell-grid {
		padding: 10px 0;
	}
	.acqua-section-flight-layout-directory .table-cell-inner {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 0;
		vertical-align: middle;
		border-right: none;
	}
	.acqua-section-flight-layout-directory .cell-airline {
		text-align: center;
	}
	.acqua-section-flight-layout-directory .table-cell-grid.price-cell .btn {
		font-size: 22px;
	}
}
@media (max-width: 560px){
	.acqua-section-flight-layout-directory .table-cell {
		display: table-cell;
		padding-right: 5px;
	}
	.acqua-section-flight-layout-directory .table-cell:last-of-type,
	.acqua-section-flight-layout-directory .table-cell:only-child {
		padding-right: 0;
	}
	.acqua-section-flight-layout-directory .cell-icon {
		padding-left: 5px;
	}
	.acqua-section-flight-layout-directory .cell-destination {
		width: 45%;
	}
	.acqua-section-flight-layout-directory .cell-airline {
		width: 35%;
	}
	.acqua-section-flight-layout-directory .cell-icon .icon {
		width: 30px;
		height: auto;
	}
	.acqua-section-flight-layout-directory .table-cell-grid.price-cell .btn {
		display: block;
		width: 100%;
	}
}