/* holiday */
.acqua-holiday,
.acqua-holiday.details:hover {
	margin-bottom: 20px;
	border: 1px solid #bbb;
	border-bottom-width: 2px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
			box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.acqua-holiday-wrapper .acqua-holiday:last-child {
	margin-bottom: 0;
}
.acqua-holiday:hover {
	border-color: #aaa;
	-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);
}
.acqua-holiday h2 {
	margin: 0 -10px 5px;
	padding: 3px 10px;
	font-size: 18px;
	background-color: #ededed;
	border-top: 2px solid #77aad9;
	border-bottom: 1px solid #ccc;
}
.acqua-holiday-header {
	padding: 10px;
}
.acqua-holiday.details .acqua-holiday-header {
	padding-bottom: 5px;
}
.acqua-holiday-header .hotel-image {
	float: left;
	width: 120px;
	height: 90px;
	margin-bottom: 10px;
	background: #f9f9f9 url('../img/nophoto.png') no-repeat 50% 50%;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	overflow: hidden;
}
.acqua-holiday-header .hotel-image img {
	width: 120px;
	height: 90px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-holiday-header .short-info {
	margin-left: 130px;
	background-color: #fff;
}
.acqua-holiday-header .short-info h1 {
	margin: 5px 0;
	font-size: 24px;
	text-decoration: none;
}
.acqua-holiday .short-info .price-container {
	margin-bottom: 10px;
	text-align: right;
	border-top: 2px solid #86B4DD;
}
.acqua-holiday .short-info .price-container .price-wrapper {
	display: inline-block;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1;
	background-color: #edf3fa;
	border: 2px solid #86B4DD;
	border-top: none;
	border-radius: 0 0 2px 2px;
}
.acqua-holiday .short-info .price-container .price {
	font-weight: 700;
	font-size: 20px;
}
.acqua-holiday .short-info .price-container .price .curr {
	font-size: 16px;
}
.acqua-holiday-header .short-info .stars img {
	display: inline-block;
	margin-top: -4px;
	border: none;
}
.acqua-holiday-header .short-info .included {
	padding: 2px 5px 3px;
	font-size: 12px;
	color: #777;
	background-color: #f9f9f9;
	border: 1px solid #77aad9;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-holiday-header .short-info .included strong {
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
	color: #428bca;
	border-bottom: 1px dotted #aaa;
}
.acqua-holiday-header .thumbnails img {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 5px 5px 0;
	background: #f9f9f9 url('../img/nophoto-32.png') no-repeat 50% 50%;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-holiday-header .short-info-details {
	margin-top: 5px;
	padding: 5px;
	background-color: #eaeaea;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-holiday-header .short-info-details table {
	margin-bottom: 0;
	background-color: #fff;
}
.acqua-holiday .short-info-details .table-rates-container td {
	padding: 3px 10px;
}
.acqua-holiday-header .short-info-details caption {
	font-weight: 700;
	color: #555;
	text-align: left;
}
.acqua-holiday .table-rates-container {
	margin: 5px 0 0;
	padding: 0 0 1px;
	border: 1px solid #aaa;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-holiday .table-rates-container table {
	width: 100%;
	margin: 0;
}
.acqua-holiday .table-rates-container th {
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #aaa;
}
.acqua-holiday .table-rates-container th div {
	height: 100%;
	padding: 5px 0 5px 10px;
	line-height: 1;
	background-color: #eaeaea;
}
.acqua-holiday .table-rates-container th div span {
	display: block;
	border-right: 1px solid #777;
}
.acqua-holiday .table-rates-container tr th:first-child div {
	-webkit-border-radius: 2px 0 0 0;
	   -moz-border-radius: 2px 0 0 0;
			border-radius: 2px 0 0 0;
}
.acqua-holiday .table-rates-container tr th:last-child div {
	padding: 5px 10px 5px 0;
	-webkit-border-radius: 0 2px 0 0;
	   -moz-border-radius: 0 2px 0 0;
			border-radius: 0 2px 0 0;
}
.acqua-holiday .table-rates-container th:last-child div span {
	border-right: none;
}
.acqua-holiday .table-rates-container td {
	padding: 3px 10px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
}
.acqua-holiday .table-rates-container table tr:last-child td {
	border-bottom: none;
}
.acqua-holiday .table-rates-container td img {
	border: 1px solid #ddd;
}
.acqua-holiday .table-rates-container .period .period-details {
	display: block;
	font-size: 11px;
}
.acqua-holiday .table-rates-container .price-group .special-offer {
	margin-bottom: 2px;
	padding: 2px 4px;
	font-weight: 700;
	color: #fff;
	background-color: #ae1f43;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-holiday .table-rates-container .nights {
	margin-top: 2px;
	font-size: 11px;
	border-top: 1px dotted #777;
}
.acqua-holiday .table-rates-container .nights strong {
	font-size: 14px;
	line-height: 1;
}

.acqua-holiday-header .short-info-details tr:last-child td {
	border-bottom: none;
}
.acqua-holiday .short-info-details,
.acqua-holiday .description,
.acqua-holiday .items,
.acqua-holiday .booking-item,
.acqua-holiday .facilities {
	padding: 0 10px 10px;
}
.acqua-holiday .description {
	font-size: 12px;
}
.acqua-holiday .short-info-details,
.acqua-holiday .items,
.acqua-holiday .booking-item,
.acqua-holiday .facilities {
	padding-bottom: 15px;
	background-color: #f9f9f9;
}
.acqua-holiday .short-info-details h2,
.acqua-holiday .items h2,
.acqua-holiday .booking-item h2 {
	margin-bottom: 0;
	padding: 5px 10px 3px;
	background-color: transparent;
	border-bottom: none;
}
.acqua-holiday .items h2 small {
	color: #777;
}
.acqua-holiday .booking-item form {
	margin: 5px 0 0;
	background-color: #eaeaea;
	border: 1px solid #aaa;
}
.acqua-holiday .booking-item form .button {
	margin-top: 20px;
}
.acqua-holiday .facilities {
	padding-bottom: 5px;
}
.acqua-holiday .facilities ul {
	margin-bottom: 0;
	padding: 5px 0 0 0;
}
.acqua-holiday .facilities li {
	float: left;
	display: inline-block;
	margin: 0 3px 5px;
	list-style-type: none;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
			box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.acqua-holiday .facilities .hotel-icon-bg-left,
.acqua-holiday .facilities .hotel-icon-bg-right,
.acqua-holiday .facilities .hotel-icon-bg-middle {
	display: inline-block;
	float: left;
	width: 6px;
	height: 36px;
}
.acqua-holiday .facilities .hotel-icon-bg-left {
	background: url('../img/icons/hotel-icon-bg-left.png') no-repeat;
}
.acqua-holiday .facilities .hotel-icon-bg-right {
	background: url('../img/icons/hotel-icon-bg-right.png') no-repeat;
}
.acqua-holiday .facilities .hotel-icon-bg-middle {
	width: auto;
	min-width: 23px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	background: url('../img/icons/hotel-icon-bg-middle.png') repeat-x;
}
.acqua-holiday-footer {
	padding: 10px;
	background-color: #fff;
	border-top: 5px solid #ddd;
	-webkit-border-radius: 0 0 2px 2px;
	   -moz-border-radius: 0 0 2px 2px;
			border-radius: 0 0 2px 2px;
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s; 
}
.modal.acqua-holiday-wait .modal-body {
	padding: 20px 0;
	font-size: 24px;
	text-align: center; 
}
.modal.acqua-holiday-wait .modal-body span {
	display: block;
	margin-top: 5px;
	font-size: 18px;
}
.modal.acqua-holiday-wait .modal-body .loading-img {
	width: 40px;
	height: 40px;
	margin: 10px auto 0; 
}

/* acqua-holiday-details */
.acqua-holiday-details {
	margin-bottom: 15px;
}
.acqua-holiday-details .acqua-holiday-image {
	position: relative;
	max-height: 300px;
	margin-bottom: 5px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	overflow: hidden;
}
.acqua-holiday-details .acqua-holiday-image img {
	display: block;
	width: 100%;
	height: auto;	
}
.acqua-holiday-details .acqua-holiday-image .price-on-image {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	padding: 5px 15px;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px 0 #555;
	background-color: #ea771a;
	background-color: rgba(0,0,0,0.5);
	-webkit-border-radius: 0 0 2px 0;
	   -moz-border-radius: 0 0 2px 0;
			border-radius: 0 0 2px 0;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
			box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.acqua-holiday-details .acqua-holiday-image .price-on-image strong {
	font-size: 28px;
}
.acqua-holiday-details .acqua-holiday-image .price-on-image strong.curr {
	font-size: 24px;
}
.acqua-holiday-details .acqua-holiday-image .btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-shadow: 0 1px 0 #555;
	border: none;
	-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-holiday-details .acqua-holiday-thumbs {
	margin-bottom: 15px;
}
.acqua-holiday-details .acqua-holiday-thumbs a {
	display: inline-block;
	width: 70px;
	height: 40px;
	margin: 0 2px 1px 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	overflow: hidden;
}
.acqua-holiday-details .acqua-holiday-thumbs a img {
	display: block;
	width: 100%;
	height: 100%;
}
.acqua-holiday-details .nav-tabs {
	margin-bottom: 10px;
	border: none;
}
.acqua-holiday-details .nav-tabs > li {
	margin-bottom: 0;
}
.acqua-holiday-details .nav-tabs.nav > li > a {
	padding: 5px 10px;
	color: #777;
	background-color: #f1f1f1;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-holiday-details .nav-tabs.nav > li > a:hover,
.acqua-holiday-details .nav-tabs.nav > li > a:focus {
	background-color: #ececec;
	border: none;
}
.acqua-holiday-details .nav-tabs > li.active > a,
.acqua-holiday-details .nav-tabs > li.active > a:hover,
.acqua-holiday-details .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #555;
	border: none;
}
.acqua-holiday-details .tab-pane {
	padding: 0 0 15px;
	font-size: 12px;
}
.acqua-holiday-details .rates-container .panel-heading {
	padding: 0;
}
.acqua-holiday-details .rates-container h2 {
	font-size: 20px;
}
.acqua-holiday-details .rates-container h2 .glyphicon {
	position: relative;
	top: -2px;
	font-size: 12px;
}
.acqua-holiday-details .rates-container .panel {
	box-shadow: none;
	border-bottom: 1px solid #ddd;
}
.acqua-holiday-details .rates-container .panel-body {
	padding: 15px 0;
}
.acqua-holiday-details #program p {
	margin-bottom: 15px;
}
.acqua-holiday-details #program p br {
	display: none;
}
.acqua-holiday-details #program p strong > br {
	display: block;
}
.acqua-holiday-details #program strong {
	display: block;
	font-size: 16px;
}
.acqua-holiday-details #services strong {
	font-size: 16px;
}
.acqua-holiday-details .table-rates-container .table {
	margin-bottom: 0;
}
.acqua-holiday-details .table-rates-container .table > thead > tr > th {
	background-color: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom-width: 1px;
}
.acqua-holiday-details-aside .accordion-container h2 {
	margin-bottom: 12px;
}
.acqua-holiday-details-aside .accordion-container #holiday-accordion {
	margin-bottom: 20px;
}
/*.acqua-holiday-details-aside .practical-info {
	margin-bottom: 20px;
	padding: 0 15px 15px;
	color: #251957;
	background: #f4df68;
	background: -moz-linear-gradient(-45deg,  #f4df68 0%, #faf1be 100%);
	background: -webkit-linear-gradient(-45deg,  #f4df68 0%,#faf1be 100%);
	background: linear-gradient(135deg,  #f4df68 0%,#faf1be 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4df68', endColorstr='#faf1be',GradientType=1 );
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 2px 0 rgba(210,181,15,0.5);
	   -moz-box-shadow: 0 2px 0 rgba(210,181,15,0.5);
			box-shadow: 0 2px 0 rgba(210,181,15,0.5);
	overflow: hidden;
}
.acqua-holiday-details-aside .practical-info h2 {
	margin: 0 -15px 15px;
	padding: 10px 15px;
	background: #f3dc56;
	background: -moz-linear-gradient(top,  #f3dc56 0%, #f1d43b 100%);
	background: -webkit-linear-gradient(top,  #f3dc56 0%,#f1d43b 100%);
	background: linear-gradient(to bottom,  #f3dc56 0%,#f1d43b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dc56', endColorstr='#f1d43b',GradientType=0 );
}*/
.acqua-holiday-details-aside {
	position: relative;
	padding-top: 438px;
}
.acqua-holiday-details-aside .practical-info {
	position: absolute;
	top: 23px;
	right: 0;
	width: 388px;
	height: 428px;
	margin-bottom: 20px;
	padding: 50px 0 5px 40px;
	font-family: 'Dancing Script';
	font-size: 18px;
	color: #251957;
	line-height: 1.3;
	background: url('../img/bg-postit.png') no-repeat;
	background-size: contain;
}
.acqua-holiday-details-aside .practical-info h2 {
	margin: 0 0 10px;
	font-weight: 400;
	font-size: 24px;
}
.acqua-holiday-details-aside .practical-info .practical-info-text {
	height: 295px;
	margin: 0 10px 10px 0;
	padding-right: 10px;		
	overflow: auto;
}
.acqua-holiday-details-aside .practical-info .practical-info-text p {
	margin: 0 0 7px;
}
@media (max-width: 1199px) {
	.acqua-holiday-details-aside {
		padding-top: 368px; 
	}
	.acqua-holiday-details-aside .practical-info {
		width: 328px;
		height: 362px;
	}
	.acqua-holiday-details-aside .practical-info .practical-info-text {
		height: 228px;
	}
}
.acqua-holiday-details-aside .map-container {
	margin: 20px 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	overflow: hidden;
}
/*.acqua-holiday-details-aside .panel .panel-heading {
	margin-bottom: 1px;
	padding: 0;
	border: 1px solid #e8e6f9;
}
.acqua-holiday-details-aside .panel .panel-heading .panel-title {
	display: block;
	padding: 6px 12px;
	font-weight: 700;
	font-size: 14px;
	color: #554c7f;
	background-color: #e8e6f9;
}
.acqua-holiday-details-aside .panel .panel-heading .panel-title:after {
	position: relative;
	top: 4px;
	content: url('../img/icons/icon-arrow-right-12x12.png');
	float: right;
    font-size: 11px;
	color: #554c7f;
}
.acqua-holiday-details-aside .panel .panel-heading .panel-title.collapsed:after {
    content: url('../img/icons/icon-arrow-down-12x12.png');
}
.acqua-holiday-details-aside .panel .panel-heading .panel-title.collapsed {
	background-color: #f7f7f7;
}
.acqua-holiday-details-aside .panel-group .panel-heading + .panel-collapse .panel-body {
	font-size: 12px;
	color: #554c7f;
	background-color: #fcfcfe;
	border-top: none;
	border-right: 1px solid #e8e6f9; 
	border-left: 1px solid #e8e6f9;
}
.acqua-holiday-details-aside .panel-group .panel-collapse:last-of-type {
	border-bottom: 3px solid #e8e6f9;
}*/
/* /acqua-holiday-details */