/* hotel results */
.acqua-hotel-results {
	position:relative;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-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;
}
.acqua-hotel-results:hover {
	border-color: #777;
}
.acqua-hotel-results .acqua-hotel-results-header {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 10px 0;
}
.acqua-hotel-results .hotel-image,
.acqua-hotel-results .hotel-info,
.acqua-hotel-results .hotel-price {
	display: table-cell;
	vertical-align: top;
}
.acqua-hotel-results .hotel-image {
	width: 150px;
}
.acqua-hotel-results .hotel-image .image-box {
	width: 180px;
	height: 150px;
	margin-right: 10px;
	background: #f9f9f9 url('../img/nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-hotel-results .hotel-image .image-box img {
	width: 100%;
	height: 100%;
	min-height: 100px;
}
.acqua-hotel-results .hotel-price {
	width: 30%;
	text-align: right;
}
.acqua-hotel-results .hotel-price .price {
	font-size: 28px;
}
.acqua-hotel-results .hotel-price .price .offer-type {
	display: block;
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 11px;
	color: #555;
	text-transform: uppercase;
}
.acqua-hotel-results .hotel-price .travellers,
.acqua-hotel-results .hotel-price .period {
	font-size: 12px;
}
.acqua-hotel-results .hotel-price .btn {
	min-width: 130px;
	margin-top: 5px;
}
.acqua-hotel-results .hotel-info {
	min-height: 100px;
}
.acqua-hotel-results .hotel-info h1 {
	margin-bottom: 5px;
}
.acqua-hotel-results .hotel-info h2 {
	margin-bottom: 5px;
	font-size: 20px;
}
.acqua-hotel-results .hotel-info h2 .flight-included {
	position: relative;
	top: -5px;
	font-size: 16px;
	color: #777;
}
.acqua-hotel-results .hotel-info .hotel-stars {
	margin-bottom: 5px;
}
.acqua-hotel-results .hotel-info .hotel-stars img {
	margin-right: 10px;
}
.acqua-hotel-results .hotel-info .hotel-stars .hotel-like {
	display: inline-block;
}
.acqua-hotel-results .hotel-info .view-map {
	font-size: 12px;
}
.acqua-hotel-results .hotel-info .hotel-location {
	margin-bottom: 5px;
	font-size: 12px;
	color: #777;
	line-height: 2;
}
.acqua-hotel-results .hotel-info .hotel-location a {
	white-space: nowrap;
}
.acqua-hotel-results .hotel-info .hotel-location strong {
	margin-right: 10px;
}
.acqua-hotel-results .hotel-info .hotel-location i {
	font-size: 16px;
}
.acqua-hotel-results .hotel-info .show-short-description {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	text-align: right;
	border-bottom: 1px solid #e8e8e8;
}
.acqua-hotel-results .hotel-info .show-short-description .fa {
	position: relative;
	top: -1px;
	font-size: 9px;
}
.acqua-hotel-results .hotel-info .short-description {
	max-height: 35px;
	margin-bottom: 2px;
	font-size: 12px;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-hotel-results .hotel-info .short-description.show {
	max-height: 2000px;
}

.all-hotels-on-map {
	max-height: 0;
	overflow: hidden;
	-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;
}
.all-hotels-on-map.show {
	max-height: 1000px;
}
.all-hotels-on-map #map-canvas {
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
}

.tripadvisor {
	margin: 5px 0;
}
.tripadvisor .tripadvisor-link {
	display: inline-block;
	padding-right: 10px;
	font-size: 14px;
	color: #444;
	white-space: nowrap;
}
.tripadvisor:hover .tripadvisor-link {
	color: #5b9a44;
}
.tripadvisor .tripadvisor-link img {
	position: relative;
	top: -2px;
}
.tripadvisor .score {
	display: inline-block;
	font-size: 14px;
	white-space: nowrap;
}
.tripadvisor .score strong {	
	font-size: 15px;
	color: #5b9a44;
}
.tripadvisor-modal .modal-header {
	padding: 10px;
    color: #fff;
    text-align: left;
    text-shadow: 0 -1px 0 #589442;
	background-color: #589442;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
			box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
.tripadvisor-modal .modal-header .hotel-thumb {
    float: left;
	width: 75px;
    height: 50px;
	overflow: hidden;
    margin-right: 10px;
	font-size: 10px;
	line-height: 1.2;
    vertical-align: top;   
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
	   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
			box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.tripadvisor-modal .modal-header h3 {
	margin-bottom: 0;
    line-height: 1.2;    
}
.tripadvisor-modal .modal-header h3 .star {
    position: relative;
    top: -2px;
}
.tripadvisor-modal .modal-header h3 span {
    display: block;
	margin-top: 5px;
	font-weight: 400;    
    font-style: italic;
	font-size: 16px;    
	color: #dbecd5;
}
.tripadvisor-modal .modal-header .close {
	margin-top: 0;
    color: #fff;   
    opacity: 1;
}
.tripadvisor-modal .modal-header .close:hover {
    color: #c0deb6;
}
.tripadvisor-modal .modal-body {
    height: 500px;
    padding: 0;
	overflow: hidden;
}
.tripadvisor-modal .modal-footer {
	padding: 8px 0;
    font-size: 9px;
    color: #797979;  
	text-align: right;
	background-color: #f3f3f3;
    border-top: 5px solid #ddd;
	border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.tripadvisor-modal .modal-footer .logo-tripadvisor {
    position: relative;
    right: -10px;
}
.tripadvisor-modal .modal-footer .logo-tripadvisor span {
    position: relative;
    right: 5px;
    top: 3px;
}

.show-acqua-hotel-rooms-container {
	margin-bottom: 10px;
	font-size: 12px;
}
.show-acqua-hotel-rooms-container .fa {
	font-size: 14px;
}
.acqua-hotel-results .hotel-info .show-acqua-hotel-rooms {
	position: relative;
	display: inline-block;
}
.acqua-hotel-results .hotel-info .show-acqua-hotel-rooms .glyphicon-chevron-down,
.acqua-hotel-results .hotel-info .show-acqua-hotel-rooms .glyphicon-chevron-up {
	position: absolute;
	top: 4px; 
	right: -13px;
	font-size: 9px; 
}
.acqua-hotel-results .hotel-info .show-acqua-hotel-rooms .glyphicon-chevron-down {
	opacity: 1;
}
.acqua-hotel-results .hotel-info .show-acqua-hotel-rooms .glyphicon-chevron-up {
	opacity: 0;
}
.acqua-hotel-results .hotel-info .show-acqua-hotel-rooms .glyphicon-chevron-down.up {
	opacity: 0;
}
.acqua-hotel-results .hotel-info .show-acqua-hotel-rooms .glyphicon-chevron-up.up {
	opacity: 1;
}
.acqua-hotel-rooms {
	display: block;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}
.acqua-hotel-rooms.show {
	max-height: 2000px;
}
.acqua-hotel-rooms .room-row {
	display: table;
	width: 100%;
	table-layout: fixed;
	background-color: #fafafa;
}
.acqua-hotel-rooms .room-row:nth-child(even) {
	background-color: #f1f1f1;
}
.acqua-hotel-rooms .room-row.rooms-head-cell {
	font-weight: 700;
	border-top: 1px solid #e8e8e8;
}
.acqua-hotel-rooms .room-row.rooms-head-cell div {
	font-size: 14px;
}
.acqua-hotel-rooms .room-type,
.acqua-hotel-rooms .room-meal,
.acqua-hotel-rooms .room-conditions,
.acqua-hotel-rooms .room-price {
	display: table-cell;
	padding: 5px 10px;
	font-size: 12px;
	vertical-align: top;
}
.acqua-hotel-rooms .room-type {
	width: 35%;
}
.acqua-hotel-rooms .room-type .show-cancellation-policy {
	display: block;
	font-size: 12px;
}
.cancellation-policy {
	position: relative;
	max-width: 650px;
	margin: 40px auto;
	padding: 20px 30px 10px;
	background-color: #fff;	
	text-align: left;
}
.cancellation-policy h2 {
	margin-bottom: 20px;
	font-size: 26px;
}
.acqua-hotel-rooms .room-meal {
	width: 20%;
}
.acqua-hotel-rooms .room-conditions {
	width: 25%;
}
.acqua-hotel-rooms .room-price {
	width: 20%;
	text-align: center;
}
.acqua-hotel-rooms.compact .room-type {
	width: 45%;
}
.acqua-hotel-rooms.compact .room-meal {
	width: 25%;
}
.acqua-hotel-rooms.compact .room-price {
	width: 30%;
}
.acqua-hotel-rooms .room-type .room-thumb {
	float: left;
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 5px;
	width: 30px;
	height: 30px;
	border: 1px solid #aaa;
}
.acqua-hotel-rooms .room-type .room-thumb img {
	display: block;
	width: 100%;
	height: 100%;
}
.acqua-hotel-rooms .room-type .type {
	margin-bottom: 5px;
	font-size: 14px;
}
.acqua-hotel-rooms .room-type .type.with-img {
	margin-left: 40px;
}
.acqua-hotel-rooms .room-type .type .fa {
	font-size: 13px;
}
.acqua-hotel-rooms .room-type .type .fa.fa-bed {
	font-size: 18px;
}
.acqua-hotel-rooms .room-type .period {
	margin-bottom: 5px;
	font-size: 10px;
	color: #555;
}
.acqua-hotel-rooms .room-conditions .conditions-item {
	margin-bottom: 5px;
}
.acqua-hotel-rooms .room-conditions .conditions-item:last-of-type {
	margin-bottom: 0;
}
.acqua-hotel-rooms .room-conditions .conditions-item abbr {
	border-bottom-color: inherit;
}
.acqua-hotel-rooms .room-conditions .conditions-item.text-warning {
	color: #cc9342;
}
.acqua-hotel-rooms .room-conditions .conditions-item .glyphicon {
	position: relative;
	top: 2px;
}
.acqua-hotel-rooms .room-conditions .conditions-info {
	max-height: 0;
	overflow: hidden;
	font-size: 11px;
}
.acqua-hotel-rooms .conditions-info.show {
	max-height: 400px;
	padding: 2px 0 2px 15px;
}
.acqua-hotel-rooms .room-conditions-info {
	max-height: 400px;
}
.acqua-hotel-rooms .room-price a {
	min-width: 100px;
	padding: 5px 10px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	border: none;
	white-space: nowrap;
	overflow: hidden;
	-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-hotel-rooms .room-price a:active {
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
	   -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
			box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.acqua-hotel-rooms .room-price a .book-now {
	margin: 5px -10px -5px;
	padding: 4px 5px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: rgba(0,0,0,0.15);
}

/* gmaps generated styles: gm-style and gm-style-iw  */
.gm-style .gm-style-iw .table {
	margin-top: 5px;
	margin-bottom: 0;
}
.gm-style .gm-style-iw .table > tbody > tr > td {
	padding: 0;
	border-bottom: none;
}
.gm-style .gm-style-iw .hotel-image {
	width: 100px;
	height: auto;
}
.gm-style .gm-style-iw .hotel-image img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gm-style .gm-style-iw .hotel-name {
	padding-left: 10px;
}
.gm-style .gm-style-iw h2 {
	margin-bottom: 5px;
	padding: 0;
	font-size: 18px;
	background-color: transparent;
}
.gm-style .gm-style-iw .stars img {
	display: block;
	width: auto;
	height: 14px;
	margin-bottom: 10px;
}
/* /gmaps generated styles */

/* hotel-map-infobox */
.hotel-map-infobox {
	min-width: 200px;
	max-width: 350px;
	padding: 5px 20px 5px 0;
	background-color: #fff;
}
.hotel-map-infobox td {
	vertical-align: top;
}
.hotel-map-infobox .hotel-image {
	float: left;
	width: 114px;
	height: 84px;
	margin-right: 10px;
	border: 2px solid #555;
	background: #f9f9f9 url('../img/nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.hotel-map-infobox .hotel-image img {
	width: 114px;
	height: 84px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.hotel-map-infobox h2 {
	margin: 0;
	font-size: 16px;
}
.hotel-map-infobox h2 a:hover {
	text-decoration: none;
}
.hotel-map-infobox .stars {
	display: block;
	margin-bottom: 5px;
}
.hotel-map-infobox .location {
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 14px;
	color: #777;
	line-height: 1.2;
}
.hotel-map-infobox .location a {
	text-decoration: none;
}
/* /hotel-map-infobox */

/* acqua-hotel-map-all */
.acqua-hotel-map-heading {
	margin-bottom: 0;
	padding: 5px 10px;
}
.acqua-hotel-map-all {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.acqua-hotel-map-all .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.075);
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.acqua-hotel-map-all:hover .overlay {
	opacity: 1;
}
.acqua-hotel-map-all .overlay .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	width: 100%;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.15s ease;
}
.acqua-hotel-map-all:hover .overlay .text {
	opacity: 1;
}
.acqua-hotel-map-all a {
	display: block;	
}
/* /acqua-hotel-map-all */

.acqua-hotel-results-footer {
	padding: 5px 10px;
	border-top: 1px solid #ddd; 
}
.acqua-hotel-results-footer .social .select-offer,
.acqua-hotel-results-footer .social .favorites {
	padding: 4px 5px 5px;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	border: none;
}
.acqua-hotel-results-footer .social .select-offer:hover,
.acqua-hotel-results-footer .social .favorites:hover {
	color: #2870d5;
	background-color: #f5f5f5;
	cursor: pointer;
}
.acqua-hotel-results-footer .social .select-offer input,
.acqua-hotel-results-footer .social .favorites input {
	position: relative;
	top: 2px;
	margin-top: 0;
}
.acqua-hotel-results-footer .flight-included-button,
.acqua-hotel-results-footer .buss-included-button {
	float: left;
	height: 22px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 20px;
	background-color: #428bca;
	border: 1px solid #428bca;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.acqua-hotel-results-footer .flight-included-button span,
.acqua-hotel-results-footer .buss-included-button span {
	display: inline-block;
	padding: 0 5px 0 25px;	
	background: #e5e5e5 url('../img/icons/icon-plane.png') no-repeat 5px 3px;
	background-size: 16px 16px;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-radius: 2px 0 0 2px;
	   -moz-border-radius: 2px 0 0 2px;
			border-radius: 2px 0 0 2px;
}
.acqua-hotel-results-footer .buss-included-button span {
	background: #e5e5e5 url('../img/icons/icon-bus.png') no-repeat 3px 2px;
	background-size: 18px 18px;
}
.acqua-hotel-results-footer .flight-included-button a,
.acqua-hotel-results-footer .buss-included-button a {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
}
.acqua-hotel-results-footer .flight-included-button:hover,
.acqua-hotel-results-footer .buss-included-button:hover {
	background-color: #fff;
}
.acqua-hotel-results-footer .flight-included-button:hover span,
.acqua-hotel-results-footer .buss-included-button:hover span {
	background-color: #d7d7d7;
}
.acqua-hotel-results-footer .flight-included-button:hover a,
.acqua-hotel-results-footer .buss-included-button:hover a {
	color: #428bca;
}

.modal.hotel-results-wait .modal-body {
	padding: 20px 0;
	font-size: 24px;
	text-align: center; 
}
.modal.hotel-results-wait .modal-body span {
	display: block;
	margin-top: 5px;
	font-size: 18px;
}
.modal.hotel-results-wait .modal-body .loading-img {
	width: 40px;
	height: 40px;
	margin: 10px auto 0; 
}

/* hotel details */
.acqua-hotel-details-header-container {
	margin-bottom: 10px;
}
.acqua-hotel-details {
	margin-bottom: 20px;
}
.modal .acqua-hotel-details {
	margin-bottom: 0;
}
.acqua-hotel-details .hotel-info h1 {
	margin-bottom: 5px;
}
.acqua-hotel-details .hotel-info .address {
	display: inline-block;
	margin-right: 10px;
}
.acqua-hotel-details .show-hotel-on-map {
	font-size: 12px;
	white-space: nowrap;
}
.acqua-hotel-details .hotel-info .hotel-stars {
	margin-bottom: 5px;
}
.acqua-hotel-details .hotel-info .hotel-stars img {
	margin-right: 10px;
}
.acqua-hotel-details .hotel-info .hotel-stars .hotel-like {
	display: inline-block;
}
.acqua-hotel-details .hotel-info .view-map {
	font-size: 12px;
}
.acqua-hotel-details .hotel-info .hotel-location {
	margin-bottom: 5px;
	font-size: 12px;
	color: #777;
	line-height: 2;
}
.acqua-hotel-details .hotel-info .hotel-location a {
	white-space: nowrap;
}
.acqua-hotel-details .hotel-info .hotel-location strong {
	margin-right: 10px;
}
.acqua-hotel-details .hotel-info .hotel-location i {
	font-size: 16px;
}

.acqua-hotel-details .hotel-price {
	text-align: right;
}
.acqua-hotel-details .hotel-price .price {
	font-size: 32px;
}
.acqua-hotel-details .hotel-price .period {
	margin-bottom: 5px;
	font-size: 12px;
}
.mfp-gmaps {
	overflow: hidden !important;
}
.mfp-gmaps .mfp-container {
	padding: 15px;
}
.mfp-gmaps .mfp-container .mfp-content {
	height: 100%;
}
.hotel-on-map {
	position: relative;
	height: 100%;
	padding: 10px;	
	text-align: left;
	background-color: #fff;
}
.hotel-on-map #hotels-map-canvas {
	width: 100%;
	height: 100%;
}
.hotel-on-map .info-window {
	position: absolute;
	z-index: 10;
	top: 90px;
	left: 20px;
	width: 220px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	opacity: 0.8;
	transition: all 0.25s ease;
}
.hotel-on-map .info-window .icon-cancel {
	position: absolute;
	z-index: 10;
	top: -10px;
	right: -10px;
	width: 19px;
	height: 20px;
	font-size: 22px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	background-color: #333;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	cursor: pointer;
}
.hotel-on-map .info-window .hotel-img {
	margin-bottom: 10px;
}
.hotel-on-map .info-window .hotel-name {
	font-size: 18px;
}
.hotel-on-map .info-window .hotel-address {
	font-size: 12px;
	color: #777;
}
.hotel-on-map .info-window .hotel-price {
	font-size: 12px;
	text-align: right;
	line-height: 1.1;
}
.hotel-on-map .info-window .hotel-price .price {
	font-size: 20px;
}
.hotel-on-map .info-window .hotel-price .travellers {
	color: #777;
}
.hotel-on-map .info-window .btn {
	margin-top: 10px;
}

.hotel-on-map .poi-container {
	position: absolute;
	z-index: 10;
	top: 90px;
	right: 10px;
	width: 220px;
	bottom: 10px;
	padding: 10px;
	background-color: #fff;
	opacity: 0.75;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.hotel-on-map .poi-container:hover {
	opacity: 1;
}
.hotel-on-map .poi-container .poi {
	position: absolute;
	z-index: 10;
	top: 60px;
	right: 20px;
	bottom: 10px;
	left: 10px;
	width: auto;
	max-width: 310px;
	min-width: 220px;
	overflow-y: auto;  
}
.hotel-on-map .poi-container .hotel-poi li {
	margin-bottom: 2px;
	padding-left: 3px;
	font-size: 12px;
	text-align: left;
}
.hotel-on-map .poi-container .hotel-poi li .glyphicon {
	font-size: 11px;
}
.hotel-on-map .poi-container .title {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 16px;	
}
.hotel-on-map .poi-container .subtitle {
	font-size: 12px;
	color: #777;
}
.hotel-on-map .poi-container .hotel-poi li.category {
	margin: 10px 0 0;
	padding: 0;
	font-weight: 700;
	color: #777;	
	text-transform: capitalize;
}
.hotel-on-map .poi-container .hotel-poi li.category .glyphicon {
	font-size: 14px;
}

.acqua-hotel-details-header .tripadvisor {
	margin-bottom: 10px;
}
.acqua-hotel-details .hotel-gallery {
	margin-bottom: 20px;
}
.acqua-hotel-details .hotel-gallery {
	margin-bottom: 20px;
}
.acqua-hotel-details .hotel-gallery .image-box {
	width: 400px;
	height: 266px;
	margin: 0 auto 5px;
	background: #f9f9f9 url('../img/nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-hotel-details .hotel-gallery .image-box img {
	width: 100%;
	height: 100%;
}
.acqua-hotel-details .hotel-gallery .hotel-thumbnails {
	/*text-align: center;*/
}
.acqua-hotel-details .hotel-gallery .hotel-thumbnails figure {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0;
}
.acqua-hotel-details .hotel-gallery .hotel-thumbnails figure img {
	display: block;
	width: 100%;
	height: 100%;
}
.acqua-hotel-details .hotel-gallery .hotel-thumbnails a {
	float: left;
	width: 100%;
	height: 100%;
}
.acqua-hotel-details .hotel-gallery .hotel-thumbnails a img {
	display: block;
	width: 100%;
	height: 100%;
}
.acqua-hotel-details .hotel-description {
	margin-bottom: 10px;
	font-size: 12px;
}
.acqua-hotel-details h2 {
	margin-bottom: 5px;
	font-size: 20px;
}
.acqua-hotel-details .description p:last-child {
	margin-bottom: 0;
}
.acqua-hotel-details .nav-tabs {
	border: none;
}
.acqua-hotel-details .nav-tabs > li {
	margin-bottom: 0;
}
.acqua-hotel-details .nav-tabs > li > a {
	padding: 5px 10px;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.acqua-hotel-details .nav-tabs > li.active > a,
.acqua-hotel-details .nav-tabs > li.active > a:hover,
.acqua-hotel-details .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #555;
	border: none;	
}
.acqua-hotel-details .acqua-hotel-rooms {
	max-height: 10000px;
	margin-bottom: 20px;
}
.acqua-hotel-details .facilities ul {
	padding-left: 0;
	list-style-type: none;
}
.acqua-hotel-details .facilities ul li {
	display: inline-block;
	margin-right: 10px;
	padding-left: 15px;
	font-size: 12px;
	background: transparent url('/assets/themes/vancatta/img/icons/icon-ok.png') no-repeat left 50%;
	background-size: 12px auto;
}

.acqua-hotel-details .rooms,
.acqua-hotel-details .description,
.acqua-hotel-details .transfers,
.acqua-hotel-details .additional-info,
.acqua-hotel-details .cancelling-terms {
	margin-bottom: 20px;
	padding: 10px 0;
}
.acqua-hotel-details .description h2,
.acqua-hotel-details .transfers h2,
.acqua-hotel-details .additional-info h2,
.acqua-hotel-details .cancelling-terms h2 {
	margin-right: -10px;
	margin-left: -10px;
	font-size: 20px;
}
.acqua-hotel-details .description .image-box {
	max-height: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.acqua-hotel-details .transfers ul {
	padding-left: 0;
	list-style-type: none;
}
.acqua-hotel-details .transfers ul .glyphicon {
	position: relative;
	top: 0;
	font-size: 10px;
	color: #666;
}
.acqua-hotel-details .button-container {
	margin: 10px 0 20px;
}
.acqua-hotel-details .acqua-hotel-details-header-container .container {
	width: auto;
	padding: 0;
}	
body.fixed .acqua-hotel-details .acqua-hotel-details-header-container {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	height: auto;
	padding-top: 5px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
			box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
body.fixed .acqua-hotel-details .acqua-hotel-details-header {
	margin-bottom: 0;
}
.acqua-upsell-insurance {
	padding: 10px;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.acqua-upsell-insurance .item {
	padding: 5px;
}

/* acqua-hotel-visited */
.acqua-hotel-visited h3 {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
.acqua-hotel-visited a {
	position: relative;
	display: block;
	height: 100px;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 12px;
	color: #555;
	background-color: #f7f7f7;
	border: 1px solid transparent;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.acqua-hotel-visited a:hover,
.acqua-hotel-visited a:focus {
	background-color: #fef3e9;
}
.acqua-hotel-visited a p {
	margin-bottom: 5px;
}
.acqua-hotel-visited a p:last-of-type {
	margin-bottom: 0;
}
.acqua-hotel-visited a .thumb {
	float: left;
	display: block;
	width: 75px;
	height: 75px;
	margin-bottom: 5px;
	background: #eee url('../img/nophoto.png') no-repeat 50% 50%;
	background-size: 40px auto;
}
.acqua-hotel-visited a .info {
	margin-left: 85px;
}
.acqua-hotel-visited a .info .name {
	margin-bottom: 0;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-hotel-visited a .info .stars {
	display: block;
	width: auto;
	height: 12px;
	margin-bottom: 7px;
}
.acqua-hotel-visited a .info .location {
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-hotel-visited a .info .price-container {
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: right;
}
.acqua-hotel-visited a .info .price-container .price {
	font-weight: 700;
	font-size: 18px;
}
.acqua-hotel-visited a .info .price-container .price .curr {
	font-weight: 400;
	font-size: 65%;
}

/* MQ */
@media (min-width: 1200px) {
	body.fixed .acqua-hotel-details .acqua-hotel-details-header-container .container {
		width: 1160px;
		padding: 0 10px;
	}
}
@media (min-width: 992px) {
	/*body.fixed .acqua-hotel-details .acqua-hotel-details-header-container .container {
		width: 960px;
	}	*/
}
@media (max-width: 991px) {
	.container,
	body.fixed .acqua-hotel-details .acqua-hotel-details-header-container .container {
		width: 100%;
	}
}
@media (max-width: 767px) {
	body.fixed .acqua-hotel-details .acqua-hotel-details-header-container {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		background-color: transparent;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;	
	}
	.acqua-hotel-details .nav-tabs {
		padding: 5px 5px 0;
		background-color: #f5f5f5;
	}
	.acqua-hotel-details .nav-tabs > li {
		display: inline-block;
		margin-bottom: 2px;
	}
	.acqua-hotel-details .hotel-gallery .image-box {
		float: none;
		width: 100%;
		height: auto;
	}
	.acqua-hotel-details .hotel-gallery .image-box img {
		display: block;
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.acqua-hotel-details .facilities ul {
		width: 50%;
	}
	.acqua-hotel-visited a {
		height: auto;
	}
	.acqua-hotel-visited a .info .name,
	.acqua-hotel-visited a .info .location {
		text-overflow: none;
		white-space: normal;
		overflow: visible;
	}
	.acqua-hotel-visited a .info .price-container {
  		position: relative;
		right: auto;
		bottom: auto;
	}
	.acqua-hotel-visited a .info .price-container .price {
		font-size: 22px;
	}
}
@media (max-width: 680px) {
	.acqua-hotel-results .acqua-hotel-results-header,
	.acqua-hotel-results .hotel-image,
	.acqua-hotel-results .hotel-info,
	.acqua-hotel-results .hotel-price {
		display: block;
		width: 100%;
	}
	.acqua-hotel-results .hotel-image .image-box {
		width: 100%;
		height: auto;
		margin-right: 0;
		overflow: visible;
	}
	.acqua-hotel-results .hotel-image .image-box img {
		width: auto;
		min-height: 0;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.acqua-hotel-results .hotel-info {
		margin: 10px 0;
	}
	.acqua-hotel-results .hotel-price .price-container {
		float: right;
		display: inline-block;
	}
	.acqua-hotel-results .hotel-price .btn {
		float: left;
		min-width: auto;
		margin-top: 35px;
	}
	.acqua-hotel-rooms {
		border-top: 1px solid #aaa;
	}
	.acqua-hotel-rooms .room-row {
		
	}
	.acqua-hotel-rooms .room-row:last-of-type {
		border-bottom: 2px solid #aaa;
	}
	.acqua-hotel-rooms .room-row.rooms-head-cell {
		display: none;
	}
	.acqua-hotel-rooms .room-row {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		padding: 10px;
	}
	.acqua-hotel-rooms .room-type,
	.acqua-hotel-rooms .room-meal,
	.acqua-hotel-rooms .room-conditions,
	.acqua-hotel-rooms .room-price,
	.acqua-hotel-rooms.compact .room-type,
	.acqua-hotel-rooms.compact .room-meal,
	.acqua-hotel-rooms.compact .room-price {
		display: block;
		width: 100%;
		padding: 5px 0;
		font-size: 16px;
		text-align: left;
	}
	.acqua-hotel-rooms .room-type a {
		text-decoration: underline;
	}
	.acqua-hotel-rooms .room-type .type {
		font-size: 20px;
	}
	.acqua-hotel-rooms .room-type .type i {
		font-size: 22px;
	}
	.acqua-hotel-rooms .room-type .period {
		font-size: 14px;
	}
	.acqua-hotel-rooms .room-conditions abbr {
		font-size: 16px;
	}
	.acqua-hotel-rooms .room-conditions .conditions-info {
		padding-left: 20px;
		font-size: 12px;
	}
	.acqua-hotel-rooms .room-price {
		text-align: right;
	}
	.acqua-hotel-rooms .room-price .price {
		min-width: 0;
		font-size: 18px;
	}
	.acqua-hotel-rooms .room-price .price strike {
		font-size: 16px;
	}
	.acqua-hotel-rooms.compact .room-price {
		text-align: right;
	}
	/*.acqua-upsell-insurance .item .price-group {
		display: block;
		text-align: left;
	}*/
}
@media (max-width: 549px) {
	.acqua-hotel-details .hotel-info h1 {
		font-size: 22px;
	}
	.acqua-hotel-details .facilities ul {
		float: none;
		width: 100%;
	}
	.acqua-hotel-rooms .room-price .price {
		display: block;
		width: 100%;
	}
}
@media (max-width: 400px) {
	.acqua-hotel-results .hotel-price .price-container {
		float: none;
		display: block;
	}
	.acqua-hotel-results .hotel-price .btn {
		float: none;
		display: block;
		margin-top: 10px;
	}
}

.discount-label {
	position: absolute;
	z-index: 5;
	top: 10px;
	right: -10px;
	padding: 0 20px;
	font-weight: 700;
	font-size: 17px;
	color: #fff;
	line-height: 26x;
	background-color: #c90c4e;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
			transform: rotate(45deg);
}