/* acqua-section-flight-layout-box */
.acqua-section-flight-layout-box {
	min-height: 250px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.07);
	   -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.07);
			box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-section-flight-layout-box:hover {
	border-color: #bbb;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
/*.acqua-section-flight-layout-box.cheapest {
	border-color: #bae0ba;
}
.acqua-section-flight-layout-box.fastest {
	border-color: #a8deee;
}
.acqua-section-flight-layout-box.cheapest:hover {
	border-color: #5cb85c;
	-webkit-box-shadow: 0 0 7px rgba(92,184,92,0.65);
	   -moz-box-shadow: 0 0 7px rgba(92,184,92,0.65);
			box-shadow: 0 0 7px rgba(92,184,92,0.65);
}
.acqua-section-flight-layout-box.fastest:hover {
	border-color: #5bc0de;
	-webkit-box-shadow: 0 0 7px rgba(92,184,92,0.65);
	   -moz-box-shadow: 0 0 7px rgba(92,184,92,0.65);
			box-shadow: 0 0 7px rgba(91,192,222,0.65);
}*/
.modal .acqua-section-flight-layout-box {
	margin-bottom: 0;
}
.acqua-section-flight-layout-box .acqua-flight-header {
	position: relative;
	padding: 0 5px;
	background-color: #fff;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
			border-radius: 3px 3px 0 0;
}
.acqua-section-flight-layout-box .airline {
	padding: 5px 0;
	font-size: 14px;
}
.acqua-section-flight-layout-box .airline .carrier-logo {
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	border-radius: 3px;
}
.acqua-section-flight-layout-box .airline strong,
.acqua-section-flight-layout-box .airline span {
	display: block;
	width: 77%;
	line-height: 1.4;
}
.acqua-section-flight-layout-box .airline span {
	font-size: 12px;
	line-height: 1.2;
}
.acqua-section-flight-layout-box .acqua-flight-header .labels-container {
	position: absolute;
	top: -2px;
	right: 0;
}
.acqua-section-flight-layout-box .acqua-flight-header .label {
	display: inline-block;
	position: relative;
	top: -2px;
	right: -2px;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.2;
	text-shadow: 0 -1px 0 rgba(0,0,0,.15);
	-webkit-border-radius: 0 3px 0 3px;
	   -moz-border-radius: 0 3px 0 3px;
			border-radius: 0 3px 0 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
			box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.acqua-section-flight-layout-box .acqua-flight-content {
	padding: 0 5px;
	font-size: 12px;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.acqua-section-flight-layout-box .acqua-flight-content strong {
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.acqua-section-flight-layout-box:hover .acqua-flight-content .date {
	color: #555;
	background-color: #e8e8e8;
	border-top-color: #fff1d9;
}
.acqua-section-flight-layout-box:hover .acqua-flight-content strong {
	color: #333;
}
.acqua-section-flight-layout-box:hover .acqua-flight-content .layover strong {
	color: #ff8040;
}
.acqua-section-flight-layout-box.cheapest .acqua-flight-content .date {
	background-color: #e4f3e4;
}
.acqua-section-flight-layout-box.cheapest:hover .acqua-flight-content {
	background-color: #edf8ed;
}
.acqua-section-flight-layout-box.fastest .acqua-flight-content .date {
	background-color: #dff3f9;
}
.acqua-section-flight-layout-box.fastest:hover .acqua-flight-content {
	background-color: #edf9fc;
}
.acqua-section-flight-layout-box .trip-info {
	min-height: 140px;
	margin-bottom: 0;
	padding: 0 0 5px;
	font-size: 14px;
	list-style-type: none;
}
.acqua-section-flight-layout-box .trip-info .date {
	margin: 0 -5px;
	padding: 5px;
	font-size: 14px;
	background-color: #eaeaea;
}
.acqua-section-flight-layout-box .trip-info .airport {
	width: 100%;
	padding-left: 5px;	
	border-bottom: 1px dotted #ccc;
}
.acqua-section-flight-layout-box .trip-info .airport .hour {
	font-size: 16px;
	color: #333;
}
.acqua-section-flight-layout-box .trip-info .airport .glyphicon {
	font-size: 11px;
}
.acqua-section-flight-layout-box .trip-info .flight-time {
	padding-top: 5px;
}
.acqua-section-flight-layout-box .trip-info .flight-time,
.acqua-section-flight-layout-box .trip-info .layover {
	padding-left: 15px;
	font-size: 12px;
	font-style: italic;
}
.acqua-section-flight-layout-box .trip-info .layover {
	color: #d9534f;
}
.acqua-section-flight-layout-box .trip-info .layover.direct-flight {
	color: #5cb85c;
}
.acqua-section-flight-layout-box .trip-info .flight-time .glyphicon,
.acqua-section-flight-layout-box .trip-info .layover .glyphicon {
	font-size: 11px;
}
.acqua-section-flight-layout-box .tour.one-way {
	border-bottom: none;
}
.acqua-section-flight-layout-box .airport-container.tour {
	background: #eaeaea url('../img/icons/icon-plane-right.png') no-repeat 10px 50%;
}
.acqua-section-flight-layout-box .airport-container.retour {
	background: #eaeaea url('../img/icons/icon-plane-left.png') no-repeat 10px 50%;
}
.acqua-section-flight-layout-box .airport-container .trip-type {
	margin-left: -10px;
	padding: 2px 10px 3px;
	color: #fff;
	line-height: 1;
	background-color: #555;
}
.acqua-section-flight-layout-box .icon {
	width: 20%;
	padding: 0;
	font-size: 20px;
	line-height: 1;
}
.acqua-section-flight-layout-box .icon .layover {
	font-size: 14px;
	background-color: transparent;
	border-top: none;
}
.acqua-section-flight-layout-box .icon .layover-duration {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}
.acqua-section-flight-layout-box .takeoff-landing {
	padding: 5px 10px 5px 55px;
	font-size: 16px;
	border-bottom: 1px dotted #aaa;
}
.acqua-section-flight-layout-box .takeoff-landing span.glyphicon {
	position: relative;
	top: 1px;
	font-size: 14px;
}
.acqua-section-flight-layout-box .flight-info {
	margin-bottom: 0;
	padding: 5px;
	list-style-type: none;
}
.acqua-section-flight-layout-box .flight-info.flight-info-details {
	padding-left: 50px;
}
.acqua-section-flight-layout-box .flight-info li {
	float: left;
	padding: 0 5px;
}
.acqua-section-flight-layout-box .flight-info span.glyphicon {
	position: relative;
	top: 0;
	width: auto;
	font-size: 8px;
}
.acqua-section-flight-layout-box .acqua-flight-footer {
	position: relative;
	padding: 5px;
	text-align: right;
	border-top: 1px solid #ddd;
}
.acqua-section-flight-layout-box .acqua-flight-footer .price {
	color: #fff;
	text-align: right;
	text-transform: uppercase;
}
.acqua-section-flight-layout-box .acqua-flight-footer .price .price-value {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
}
.acqua-section-flight-layout-box .acqua-flight-footer .flight-variants {
	font-weight: 400;
	font-size: 11px;
}
.acqua-section-flight-layout-box .acqua-flight-footer .flight-variants .more-options {
	text-align: center;
	border-top: 1px dotted #a7d8a7;
}
.acqua-section-flight-layout-box .acqua-flight-footer .flight-variants .price {
	font-weight: 700;
	font-size: 16px;
}
.acqua-section-flight-layout-box .acqua-flight-footer .flight-variants .curr {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}
.acqua-section-flight-layout-box .acqua-flight-footer .btn.btn-sm {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
}
.acqua-section-flight-layout-box .acqua-flight-footer .btn.btn-sm.price {
	padding-top: 15px;
	padding-bottom: 14px;
	text-align: center;
}
.acqua-section-flight-layout-box .acqua-flight-footer .actions {
	margin-top: 5px;
}
.acqua-section-flight-layout-box .acqua-flight-footer .actions .btn-default {
	color: #999;
	text-shadow: none;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.acqua-section-flight-layout-box .acqua-flight-footer .flight-details {
	margin-bottom: 10px;
}
.acqua-section-flight-layout-box .please-wait-modal .message img {
	margin-bottom: 10px;
}
.acqua-section-flight-layout-box:hover .acqua-flight-footer .actions .btn-default {
	color: #333;
	text-shadow: 0 1px 0 #fff;
}

@media (max-width: 767px){
	.acqua-section-flight-layout-box .trip-info {
		min-height: auto;
	}
}