/* acqua-hotel-floating-box (floating-box) */
.acqua-hotel-floating-box {
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 5px;
	width: 99px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
	-webkit-transition: all 0.45s ease 0.25s;
	   -moz-transition: all 0.45s ease 0.25s;
		 -o-transition: all 0.45s ease 0.25s;
			transition: all 0.45s ease 0.25s;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
	   -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
			box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
	opacity: 0.65;
}
.acqua-hotel-floating-box:hover {
	width: 250px;
	padding-right: 5px;
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
		 -o-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
	opacity: 0.95;
}
.acqua-hotel-floating-box .title {
	display: block;
	position: relative;
	margin: -5px -5px 5px;
	padding: 5px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-color: #999;
}
.acqua-hotel-floating-box .title .icon-arrow-down,
.acqua-hotel-floating-box .title .icon-arrow-up {
	width: 12px;
	height: 12px;
	padding-left: 15px;
}
.acqua-hotel-floating-box .title .icon-arrow-down {
	background: transparent url('../img/icons/icon-arrow-down-12x12.png') no-repeat left 2px;
}
.acqua-hotel-floating-box .title .icon-arrow-up {
	background: transparent url('../img/icons/icon-arrow-up-12x12.png') no-repeat left 2px;
}
.acqua-hotel-floating-box-inner {
	max-height: 275px;
	padding-right: 5px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	overflow-y: scroll;
}	
.acqua-hotel-floating-box .item-container {
	position: relative;
	margin-bottom: 5px;
}
.acqua-hotel-floating-box .item-container:last-of-type {
	margin-bottom: 0;
}
.acqua-hotel-floating-box .item {
	display: block;
	position: relative;
	width: 100%;
	height: 65px;
	padding: 4px;
	color: #555;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	-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;
	overflow: hidden;
}
.acqua-hotel-floating-box .item:hover {
	color: #000;
	background-color: #f9f9f9;
}
.acqua-hotel-floating-box .item.empty:hover {
	background-color: #fff;
}
.acqua-hotel-floating-box .item .img-box {
	float: left;
	width: 55px;
	height: 55px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	overflow: hidden;
	background: #f9f9f9 url('../img/nophoto.png') no-repeat 50% 50%;
	background-size: 75% 75%;
}
.acqua-hotel-floating-box .item .thumb {
	width: 55px;
	height: 55px;
}
.acqua-hotel-floating-box .item .info {
	margin-left: 60px;
	padding-top: 5px;
}
.acqua-hotel-floating-box .item .stars {
	display: block;
	width: 63px;
	height: 12px;
	margin-bottom: 1px;
}
.acqua-hotel-floating-box .item .name {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-hotel-floating-box .item .price {
	font-size: 11px;
	text-align: right;
}
.acqua-hotel-floating-box .item .price strong {
	font-size: 14px;
	color: #ae1f43;
}
.acqua-hotel-floating-box .item:hover .price strong {
	color: #7e1631;
}
.acqua-hotel-floating-box .item .price .curr {
	font-weight: 400;
	font-size: 12px;
}
.acqua-hotel-floating-box .item-container .remove {
	display: none; 
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 3px;
	font-size: 24px;
	color: #ff9999;
	line-height: 1;
}
.acqua-hotel-floating-box .item-container:hover .remove {
	display: block;
}
.acqua-hotel-floating-box .item-container:hover .remove:hover {
	color: #ff0000;
}
.acqua-hotel-floating-box .btn-container {
	margin: 10px -5px 5px;
}
.acqua-hotel-floating-box .btn-container .btn-cell {
	float: left;
	width: 50%;
	padding: 0 5px;
	text-align: center;
}
.acqua-hotel-floating-box .btn-container .btn {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	text-overflow: clip;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 0 1px rgba(0,0,0,0.15);
			box-shadow: 0 0 1px rgba(0,0,0,0.15);
	-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-floating-box .btn-container .btn .text {
	display: inline-block;
	line-height: 1.1;
	text-align: left;
	color: #555;
}
.acqua-hotel-floating-box .btn-container .btn:hover .text {
	color: #333;
}
.acqua-hotel-floating-box .btn-container .btn .text small {
	display: block;
	font-weight: 400;
	font-size: 11px;
	text-transform: none;
}
.acqua-hotel-floating-box .btn-container .btn img {
	margin: 3px 2px 0;
	vertical-align: top;
	opacity: 0.75;
}
.acqua-hotel-floating-box .btn-container .btn:hover img {
	opacity: 1;
}
.acqua-hotel-floating-box .btn.email {
	margin-bottom: 5px;
}
.acqua-hotel-floating-box .remove-all-container {
	margin: 0 5px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-hotel-floating-box .remove-all-container .remove-all {
	font-size: 11px;
	color: #ff0000;
	line-height: 1;
	border-bottom: 1px solid transparent;
	-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-floating-box .remove-all-container .remove-all:hover {
	color: #cc0000;
	border-bottom-color: #cc0000;
}
.acqua-hotel-floating-box-send-email.modal .modal-header {
	background-color: #f1f1f1;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.acqua-hotel-floating-box-send-email.modal .modal-body textarea {
	height: 75px;
}
.acqua-hotel-floating-box-send-email.modal .modal-footer {
	border-top: none;
}

@media (min-width: 1395px){
	.acqua-hotel-floating-box {
		right: auto;
		margin-left: 870px;
	}
	.acqua-hotel-floating-box:hover {
		-webkit-transform: translate(-151px, -50%);
		   -moz-transform: translate(-151px, -50%);
			 -o-transform: translate(-151px, -50%);
			-ms-transform: translate(-151px, -50%);
				transform: translate(-151px, -50%);
	}
}