/* acqua-transfers-results */
.acqua-transfers-results {
	position: relative;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
			box-shadow: 0 1px 3px 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;
}
.acqua-transfers-results:hover {
	background-color: #fcfcfc;
	border-color: #aaa;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
			box-shadow: none;
}
.acqua-transfers-results:last-of-type {
	margin-bottom: 0;
}
.acqua-transfers-results h2 {
	margin: 0 200px 5px 220px;
	font-size: 20px;
}
.acqua-transfers-results .acqua-transfers-results-header {
	position: relative;
	min-height: 171px;
	padding: 10px;
}
.acqua-transfers-results .acqua-transfer-image {
	position: absolute;
	z-index: 5;
	top: 10px;
	left: 10px;
	width: 200px;
	height: auto;
	background: transparent url('../img/nophoto.png') no-repeat 50% 50%;
	background-size: 48px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.acqua-transfers-results .acqua-transfer-image img {
	display: block;
	width: 100%;
	height: auto;
}
.acqua-transfers-results .acqua-transfer-price {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
	width: 180px;
	text-align: right;
}
.acqua-transfers-results .acqua-transfer-price .btn {
	min-width: 130px;
	margin: 5px 0 10px;
}
.acqua-transfers-results .acqua-transfer-info-wrapper {
	min-height: 75px;
	margin: 0 200px 0 220px;
	font-size: 12px;
}
.acqua-transfers-results .acqua-transfer-info-wrapper .supplier {
	margin-bottom: 10px;
}
.acqua-transfers-results .acqua-transfer-info-wrapper em {
	display: inline-block;
	padding: 1px 5px;
	font-style: normal;
	font-weight: 600;
	color: #fff;
	background-color: #06a2ff;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-transfers-results .acqua-transfer-info {
	max-height: 88px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	overflow: hidden;
}
.acqua-transfers-results .acqua-transfer-info.open {
	max-height: 100000px;
}
.acqua-transfers-results .acqua-transfer-info strong {
	margin-right: 10px;
}
.acqua-transfers-results .acqua-transfer-info i {
	font-size: 16px;
}
.acqua-transfers-results .acqua-transfer-info-wrapper .show-acqua-transfer-info .fa {
	position: relative;
	top: -2px;
	font-size: 9px;
}


























/* transfers */
.popular-transfers h2 {
	margin-bottom: 0;
	padding: 7px 5px;
	font-size: 18px;
	background-color: #ddd;
	border-radius: 4px 4px 0 0;
}
.popular-transfers .table {
	margin-bottom: 10px;
}
.popular-transfers .table th small {
	font-weight: 400;
	font-size: 11px;
	color: #777;
}
.popular-transfers .table td {
	vertical-align: middle;
}
.popular-transfers .destination a {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 700;
	font-size: 16px;
}
.popular-transfers .destination .date {
	display: block;
	font-size: 12px;
	line-height: 1;
}
.popular-transfers .destination .date .glyphicon {
	margin-right: 2px;
}
.popular-transfers .transfer-type img {
	border: 1px solid transparent;
	transition: all 0.25s ease 0s;
}
.popular-transfers tr:hover .transfer-type img {
	top: 8px;
	left: 30px;
	border-color: #ccc;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,0.15);
			box-shadow: 0 0 2px rgba(0,0,0,0.15);
	-webkit-transform: scale(2);
	   -moz-transform: scale(2);
		 -o-transform: scale(2);
			transform: scale(2);
}
.popular-transfers tr:hover .transfer-type .vehicle-name {
	font-weight: 700;
}
.popular-transfers .price {
	background-color: #f5f5f5;
}
.popular-transfers .price {
	font-size: 12px;
	line-height: 1;
}
.popular-transfers .price span {
	color: #777;
}
.popular-transfers .price strong {
	font-size: 24px;
}
/* /popular-transfers */

/* last-booked-transfers */
.last-booked-transfers {
	margin-bottom: 10px;
	font-size: 12px;
}
.last-booked-transfers h2 {
	margin-bottom: 5px;
	font-size: 16px;
}
.last-booked-transfers table {
	margin-bottom: 0;
	border-bottom: 1px solid #aaa;
}
.last-booked-transfers table td {
	}
.last-booked-transfers thead th {
	background-color: #ddd;
}
.last-booked-transfers thead th small {
	 display: block;
	 line-height: 1;
}
.last-booked-transfers thead th:first-child small {
	color: #777;
}
.last-booked-transfers th.price {
	font-size: 12px;
	color: #efefef;
	line-height: 1.4;
	background-color: #ae1f43;
	border-bottom-color: #ae1f43;
}
.last-booked-transfers .table > tbody > tr > td {
	padding: 5px;
	vertical-align: middle;
}
.last-booked-transfers .destination {
	width: 65%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.last-booked-transfers .destination a {
	font-size: 14px;
	line-height: 1;
}
.last-booked-transfers .destination .date {
	display: block;
	font-size: 11px;
	line-height: 1;
}
.last-booked-transfers .price {
	font-size: 11px;
	line-height: 1;
	vertical-align: bottom;
	background-color: #f5f5f5;
}
.last-booked-transfers .price span {
	display: block;
	color: #555;
}
.last-booked-transfers .price strong {
	font-size: 16px;
	line-height: 1;
}
.last-booked-transfers .destination a {
	line-height: 1;
}
.last-booked-transfers .destination .car {
	display: block;
	font-size: 11px;
	color: #777;
	line-height: 1;
}	
/* /last-booked-transfers */

/* acqua-transfer-deal */
.acqua-transfer-deal {
	border: 1px solid #ddd;
	border-radius: 4px;
}
.acqua-transfer-deal h2 {
	margin-bottom: 0;
	padding: 5px;
	font-size: 18px;
	background-color: #ddd;
	border-radius: 4px 4px 0 0;
}
.acqua-transfer-deal .car {
	border-top: 1px solid #ddd;
}
.acqua-transfer-deal .car:first-child {
	border-top: none;
}
.acqua-transfer-deal .car .image {
	position: relative;
	float: left;
	width: 60%;
	height: 100px;
	padding: 10px;
	text-align: center;
}
.acqua-transfer-deal .car .image img {
	width: 120px;
}
.acqua-transfer-deal .car .image .name {
	display: inline-block;
	margin-top: 5px;
	font-size: 12px;
	color: #777;
}
.acqua-transfer-deal .car:hover .name {
	font-weight: 700;
}
.acqua-transfer-deal .car .image .glyphicon {
	position: absolute;
	top: 50%;
	right: -13px;
	margin-top: -13px;
	font-weight: 400;
	font-size: 26px;
	color: #fff;
}
.acqua-transfer-deal .car .price {
	float: left;
	width: 40%;
	height: 100px;
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
	background-color: #eaeaea;
	text-shadow: 0 1px 0 #fff;
}
.acqua-transfer-deal .car .price span {
	display: block;
	color: #777;
}
.acqua-transfer-deal .car .price strong {
	font-size: 32px;
	text-align: right;
}
.acqua-transfer-deal .car .price a span {
	display: inline;
}
/* /acqua-transfer-deal */

/* acqua-transfer-type-explained */
.acqua-transfer-type-explained h3 {
	margin: 0 0 5px 5px;
	font-size: 16px;			
}
.acqua-transfer-type-explained ul {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.acqua-transfer-type-explained li {
	float: left;
	width: 14.28571%;
	padding: 0 5px;
}
.acqua-transfer-type-explained li .item {
	display: block;
	height: 140px;
	color: #333;
	text-align: center;
	background-color: #e5e5e5;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
		 -o-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.acqua-transfer-type-explained li .item:hover {
	color: #ae1f43;
	background-color: #fff;
	border-color: #ae1f43;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.acqua-transfer-type-explained li .item .details {
	padding: 1px;
	font-size: 12px;
	color: #777;
	background-color: #ccc;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
		 -o-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.acqua-transfer-type-explained li .item:hover .details {
	color: #fff;
	background-color: #ae1f43;
}
.acqua-transfer-type-explained li .item img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
		 -o-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.acqua-transfer-type-explained li .item .type {	
	padding: 13px 5px 0;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 1px;
}
.acqua-transfer-type-explained li .item .type.tall {
	padding-top: 6px;
}
/* /acqua-transfer-type-explained */

/* acqua-transfer-type-details */
.acqua-transfer-type-details .modal-dialog {
	width: 700px;
}
.acqua-transfer-type-details .modal-header {
	color: #fff;
	background-color: #ae1f43;
	border-radius: 6px 6px 0 0;
}
.acqua-transfer-type-details .modal-header .close {
	color: #fff;
	opacity: 0.75;
}
.acqua-transfer-type-details .modal-header:hover .close {
	opacity: 1;
}
.acqua-transfer-type-details h3 {
	margin-bottom: 0;
}
.acqua-transfer-type-details .modal-body {
	font-size: 12px;
}
.acqua-transfer-type-details .modal-body .image-box {
	float: left;
	width: 150px;
	font-size: 14px;
	text-align: center;
}
.acqua-transfer-type-details .modal-body .image-box strong {
	color: #ae1f43;
}
.acqua-transfer-type-details .modal-body .description {
	margin-left: 160px;
}
.acqua-transfer-type-details .modal-footer .transfer-icons {
	text-align: center;
}
.acqua-transfer-type-details .modal-footer .transfer-icons a {
	display: inline-block;
	padding: 0 5px;
	text-align: center;
}		
.acqua-transfer-type-details .modal-footer .transfer-icons a img {
	width: 75px;
	opacity: 0.4;
	transition: opacity 0.25s ease 0s;
}
.acqua-transfer-type-details .modal-footer .transfer-icons a:hover img,
.acqua-transfer-type-details .modal-footer .transfer-icons a.active img {
	opacity: 1;
}
.acqua-transfer-type-details .modal-footer .transfer-icons a span {
	font-size: 12px;
	color: #bbb;
}
.acqua-transfer-type-details .modal-footer .transfer-icons a:hover span,
.acqua-transfer-type-details .modal-footer .transfer-icons a.active span {
	color: #555;
}
/* /acqua-transfer-type-details */

/* transfer-type */
.transfer-wrapper {
	margin-bottom: 0px;
}
.transfer-wrapper .note {
	margin-bottom: 5px;
	padding: 0 10px;
	font-size: 12px;
	color: #ae1f43;
}
.transfer-wrapper h2 {
	padding: 8px 10px;
	font-size: 18px;
	color: #fff;
	background-color: #777;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.transfer-wrapper h2 .date {
	float: right;
}
.transfer-wrapper .transfer-type {
	position: relative;
	display: block;
	height: 163px;
	margin-bottom: 10px;
	overflo: hidden;
	background-color: #fff;
	border: 2px solid #777;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
		 -o-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.transfer-wrapper .transfer-type[data-title]:hover:after {
	content: attr(data-title);
	position: absolute;
	top: 116px;
	left: -2px;
	right: -2px;
	z-index: 5;
	min-height: 45px;
	padding: 5px;
	font-weight: 400;
	font-size: 12px;
	color: #555;
	background-color: #f9f9f9;
	border: 2px solid #ae1f43;
	border-top: 1px solid #777;
	-webkit-border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.25);
			box-shadow: 0 2px 1px rgba(0,0,0,0.25);
}
.transfer-wrapper .transfer-type-column .transfer-type:last-child {
	margin-bottom: 0;
}
.transfer-wrapper .transfer-type:hover {
	border-color: #ae1f43;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25); 
	   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.25); 
			box-shadow: 0 0 5px rgba(0,0,0,0.25); 
}
.transfer-wrapper .transfer-type.notransfer {
	height: auto;
}
.transfer-wrapper .transfer-type.notransfer .transfer-label {
	border-bottom: none;
}
.transfer-wrapper .transfer-type.notransfer .transfer-label label {
	margin: 0;
}
.transfer-wrapper .transfer-label {
	background-color: #eaeaea;
	border-bottom: 1px solid #777;
	border-radius: 1px 1px 0 0;
}
.transfer-wrapper .transfer-label label {
	display: inline-block;
	margin: 5px 0 0 0;
	padding-left: 5px;
	font-weight: 700;
	font-size: 18px;
	color: #333;
}
.transfer-wrapper .transfer-label input {
	margin-top: 3px;	
}
.transfer-wrapper .transfer-label .price {
	display: inline-block;
	float: right;
	margin: 5px -5px 0 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
}
.transfer-wrapper .transfer-label .price sup {
	position: relative;
	top: -15px;
	left: 2px;
	font-size: 14px;
}
.transfer-wrapper .transfer-label .price .curr {
	position: relative;
	left: -12px;
	font-weight: 400;
	font-size: 14px;
}
.transfer-wrapper .transfer-type.selected {
	border-color: #ae1f43;
}
.transfer-wrapper .transfer-type.selected .transfer-label {
	background-color: #ae1f43;
}
.transfer-wrapper .transfer-type.selected .transfer-label label {
	color: #fff;
}
.transfer-wrapper .transfer-type.selected .transfer-label .price {
	color: #fff;
}
.transfer-wrapper .transfer-vehicle-image {
	position: relative;
	z-index: 0;
	float: left;
	width: 150px;
	height: 75px;
	margin: 0 5px 5px 0;
}
.transfer-wrapper .transfer-vehicle-image .transfer-type-icon-generic {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.transfer-wrapper .transfer-type-icon {
	position: relative;
	z-index: 5;
	width: 150px;
	height: 75px;
}
.transfer-wrapper .transfer-type-details {
	float: right;
	padding: 5px;
	text-align: right;
}
.transfer-wrapper .transfer-type-details .passengers {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
}
.transfer-wrapper .transfer-type-details .passengers strong {
	font-size: 18px;
}
.transfer-wrapper .transfer-type-details .passengers .glyphicon {
	position: relative;
	top: 2px;
}
.transfer-wrapper .transfer-type-details .availability {
	display: inline-block;
	margin-top: 5px;
	padding: 1px 4px;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.transfer-wrapper .transfer-type-details .availability.available {
	background-color: #5cb85c;
}
.transfer-wrapper .transfer-type-details .availability.unavailable {
	background-color: #cc0000;
}
.transfer-wrapper .transfer-type-details .availability.request {
	background-color: #d9534f;
}
.transfer-wrapper .duration {
	display: inline-block;
	float: right;
	min-width: 76px;
	height: 70px;
	margin-top: 5px;
	padding: 40px 5px 0 5px;
	font-weight: 700;
	font-size: 24px;
	color: #555;
	text-align: center;
	background: url('../img/icons/icon-time.png') no-repeat 50% top;
	border-left: 1px solid #777;
}
.transfer-wrapper .duration .minutes {
	padding-left: 2px;
	font-weight: 400;
	font-size: 18px;
}
.transfer-wrapper .transfer-type-info {	
	height: 43px;
	padding: 5px;
	font-weight: 400;
	font-size: 12px;
	color: #555;
	background-color: #f9f9f9;
	border-top: 1px solid #777;
	overflow: hidden;
}
.show-more-transfers {
	padding: 1px 5px;
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 4px;
}
.book-transfer {
	margin: 20px 0 10px;
	text-align: center;
}
/* /transfer-type */

/* transfer-not-found */
.transfer-not-found-container {
text-align: center;
}
.transfer-not-found {
displaY: inline-block;
margin-top: 50px;
padding: 10px 20px;
color: #ae1f43;
}
.transfer-not-found h3 {
display: inline-block;
position: relative;
top: 20px;
font-weight: 700;
font-size: 28px;
text-align: left;
text-shadow: 0 0 2px rgba(0,0,0,0.35);
}
.transfer-not-found h3 span {
display: block;
margin: 10px 0 0 7px;
font-weight: 400;
font-size: 14px;
color: #777;
text-shadow: 0 0 1px rgba(0,0,0,0.35);
}
/* /transfer-not-found */

/* transfer-selected */
.transfer-selected {
	width: 272px;
	min-height: 342px;
	padding: 5px;
	background-color: #ae1f43;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.transfer-selected.affix {
	top: 80px;
}

.test-affix {
	width: 272px; height: 350px; border-radius: 4px; background-color: #ccc
}
.test-affix.affix {
	top: 80px;
}

.transfer-selected h2 {
	margin-bottom: 5px;
	padding: 2px 0;
	font-size: 16px;
	color: #fff;
}
.transfer-selected .transfer-item {
	position: relative;
	min-height: 152px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
		 -o-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.transfer-selected .transfer-item.empty {
	padding-bottom: 0;
}
.transfer-selected .transfer-item:hover {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.45);
	   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.45);
			box-shadow: 0 0 5px rgba(0,0,0,0.45);
}
.transfer-selected .transfer-item:last-child,
.transfer-selected .transfer-item:only-child {
	margin-bottom: 0;
}
.transfer-selected .transfer-label {
	padding: 5px 5px 0;
	background-color: #e5e5e5;
	border-bottom: 1px solid #777;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
			border-radius: 3px 3px 0 0;
}
.transfer-selected .transfer-label label {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	color: #333;
}
.transfer-selected .transfer-label .transfer-type {
	display: inline-block;
	float: left;
	font-weight: 700;
	color: #ae1f43;
	text-transform: uppercase;
}
.transfer-selected .transfer-label .price {
	display: inline-block;
	float: right;
	margin-top: 2px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
}
.transfer-selected .transfer-label .price sup {
	position: relative;
	top: -10px;
	font-size: 10px;
}
.transfer-selected .transfer-label .price .curr {
	font-weight: 400;
	font-size: 12px;
}
.transfer-selected .transfer-image {
	float: left;
	width: 151px;
	height: 94px;
	margin: 5px 0 0 0;
	border-right: 1px solid #777;
}
.transfer-selected .transfer-image .transfer-vehicle {
	width: 100%;
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
}
.transfer-selected .transfer-image .transfer-vehicle-image {
	position: relative;
	width: 150px;
}
.transfer-selected .transfer-image .transfer-vehicle-image .transfer-type-icon-generic {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.transfer-selected .transfer-image .transfer-vehicle-image .transfer-type-icon {
	position: relative;
	z-index: 5;
	width: 150px;
}
.transfer-selected .transfer-item-details {
	display: block;
	margin-left: 156px;
}
.transfer-selected .transfer-item-details .duration {
	display: block;
	margin: 10px 5px 7px 0;
	padding: 25px 0 7px;
	font-weight: 700;
	font-size: 16px;
	color: #555;
	text-align: center;
	line-height: 1;
	background: url('../img/icons/icon-time.png') no-repeat 50% top;
	background-size: 20px, 20px;
	border-bottom: 1px dotted #777;
}
.transfer-selected .transfer-item-details .duration .minutes {
	padding-left: 2px;
	font-weight: 400;
	font-size: 14px;
}
.transfer-selected .transfer-item-details .passengers {
	display: block;
	padding-right: 5px;
	font-weight: 400;
	font-size: 14px;
	color: #555;
	text-align: center;
	line-height: 1.2;
}
.transfer-selected .transfer-item-details .text-left {
	display: inline-block;
	text-align: left;
}
.transfer-selected .transfer-item-details .passengers .glyphicon {
	font-size: 12px;
}
.transfer-selected .transfer-item-details.passengers .glyphicon.glyphicon-briefcase {
	top: 1px;
}
.transfer-selected .transfer-type-info {
	margin-top: 5px;
	padding: 3px 5px 0;
	font-weight: 400;
	font-size: 11px;
	color: #555;
	line-height: 1.2;
	background-color: #f9f9f9;
	border-top: 1px solid #777;
}
.transfer-selected .no-transfer-selected {
	min-height: 152px;
	padding-top: 50px;
	font-weight: 700;
	font-size: 18px;
	color: #ae1f43;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	text-shadow: 0 1px 0 #fff;
	background-color: #f1f1f1;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

@media (max-width: 767px) {
	.acqua-transfers-results h2 {
		margin: 0 0 20px;
	}
	.acqua-transfers-results .acqua-transfer-image {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		margin: 0 auto 20px;
	}
	.acqua-transfers-results .acqua-transfer-info-wrapper {
		min-height: auto;
		margin: 0;
		font-size: 14px;
	}
	.acqua-transfers-results .acqua-transfer-info {
		min-height: auto;
		margin: 0;
	}
	.acqua-transfers-results .acqua-transfer-price {
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		margin-top: 15px;
		padding-top: 15px;
		text-align: center;
		border-top: 1px solid #ddd;
	}
	.acqua-transfers-results .acqua-transfer-price .price-group {
		text-align: center;
	}
}