/* acqua-tmpl-calendar-table */
.acqua-tmpl-calendar-table {
	margin-bottom: 30px;
}
.acqua-tmpl-calendar-table .nav-tabs {
	margin-bottom: 0;
	border-bottom: none;
}
.acqua-tmpl-calendar-table .nav-tabs li {
	position: relative;
	width: 8.33334%;
	height: 75px;
	margin-bottom: 0;
}
.acqua-tmpl-calendar-table .nav-tabs li a,
.acqua-tmpl-calendar-table .nav-tabs li a:hover,
.acqua-tmpl-calendar-table .nav-tabs li a:focus,
.acqua-tmpl-calendar-table .nav-tabs li.active a:hover,
.acqua-tmpl-calendar-table .nav-tabs li.active a:focus {
	border: none;
}
.acqua-tmpl-calendar-table .nav-tabs li a {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 40px;
	max-height: 160px;
	margin-right: 0;
	padding: 0;
	color: #555;
	text-align: center;
	text-transform: uppercase;
	background-color: #f1f1f1;
	border-left: 2px solid #fff;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-calendar-table .nav-tabs li a:hover,
.acqua-tmpl-calendar-table .nav-tabs li a:focus {
	border-left: 2px solid #fff;
	background-color: #ddd;
}
.acqua-tmpl-calendar-table .nav-tabs li.min-price a,
.acqua-tmpl-calendar-table .nav-tabs li.min-price a:hover,
.acqua-tmpl-calendar-table .nav-tabs li.min-price a:focus,
.acqua-tmpl-calendar-table .nav-tabs li.active.min-price a,
.acqua-tmpl-calendar-table .nav-tabs li.active.min-price a:hover,
.acqua-tmpl-calendar-table .nav-tabs li.active.min-price a:focus {
	color: #fff;
	background-color: #5cb85c;
}
.acqua-tmpl-calendar-table .nav-tabs li.active a,
.acqua-tmpl-calendar-table .nav-tabs li.active a:hover,
.acqua-tmpl-calendar-table .nav-tabs li.active a:focus {
	color: #fff;
	background-color: #777;
	border-left: 1px solid #fff;
}
.acqua-tmpl-calendar-table .nav-tabs li:first-of-type a,
.acqua-tmpl-calendar-table .nav-tabs li:first-of-type a:hover,
.acqua-tmpl-calendar-table .nav-tabs li:first-of-type a:focus,
.acqua-tmpl-calendar-table .nav-tabs li:first-of-type.active a:hover,
.acqua-tmpl-calendar-table .nav-tabs li:first-of-type.active a:focus {
	border-left: none;
}
.acqua-tmpl-calendar-table .nav-tabs li a .graph-price {
	display: block;
	position: absolute;
	z-index: 5;
	top: -25px;
	right: 0;
	left: 0;
	text-align: center;
	line-height: 1;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-calendar-table .nav-tabs li a .graph-price .price {
	font-size: 13px;
}
.acqua-tmpl-calendar-table .nav-tabs li a .graph-price .price .curr {
	display: block;
}
.acqua-tmpl-calendar-table .nav-tabs li.active a .graph-price,
.acqua-tmpl-calendar-table .nav-tabs li:hover a .graph-price,
.acqua-tmpl-calendar-table .nav-tabs li:focus a .graph-price {
	color: #c0264c;
}
.acqua-tmpl-calendar-table .nav-tabs li.min-price a .graph-price,
.acqua-tmpl-calendar-table .nav-tabs li.min-price a .graph-price,
.acqua-tmpl-calendar-table .nav-tabs li.min-price a .graph-price {
	color: #5cb85c;
}
.acqua-tmpl-calendar-table .nav-tabs li a .graph-month {
	display: block;
	position: absolute;
	z-index: 5;
	bottom: 5px;
	right: 0;
	left: 0;
}

.acqua-tmpl-calendar-table table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}
.acqua-tmpl-calendar-table th {
	padding: 7px 0;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #777;
}
.acqua-tmpl-calendar-table td {
	height: 75px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.acqua-tmpl-calendar-table td.inactive {
	background-color: #f7f7f7;
}
.acqua-tmpl-calendar-table .acqua-cal-day {
	position: relative;
	display: block;
	height: 100%;
	padding: 5px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-calendar-table .acqua-cal-day:hover,
.acqua-tmpl-calendar-table .acqua-cal-day:focus,
.acqua-tmpl-calendar-table .acqua-cal-day.active {
	background-color: #c0264c;
}
.acqua-tmpl-calendar-table .acqua-cal-day.empty,
.acqua-tmpl-calendar-table .acqua-cal-day.empty:hover,
.acqua-tmpl-calendar-table .acqua-cal-day.empty:focus {
	background-color: transparent;
	cursor: default;
}
.acqua-tmpl-calendar-table .acqua-cal-date {
	position: relative;
	color: #bbb;
	text-align: right;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-calendar-table .acqua-cal-date .date-left {
	text-align: left;
}
.acqua-tmpl-calendar-table .acqua-cal-date .date-left .carrier-logo {
	border: none;
}
.acqua-tmpl-calendar-table .acqua-cal-date .date-right {
	position: absolute;
	top: 0;
	right: 5px;
}
.acqua-tmpl-calendar-table .acqua-cal-price {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	font-weight: 700;
	color: #c0264c;
	line-height: 1;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-calendar-table .no-price .acqua-cal-price {
	font-weight: 400;
	color: #aaa;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-calendar-table .no-price .acqua-cal-day:hover,
.acqua-tmpl-calendar-table .no-price .acqua-cal-day:focus,
.acqua-tmpl-calendar-table .no-price .acqua-cal-day.active {
	color: #fff;
	background-color: #bbb;
}
.acqua-tmpl-calendar-table .acqua-cal-price .price-group .price {
	font-size: 16px;
}
.acqua-tmpl-calendar-table .acqua-cal-price .tourists {
	margin-top: 5px;
	font-weight: 400;
	font-size: 12px;
	color: #888;
}
.acqua-tmpl-calendar-table .acqua-cal-price .check {
	font-size: 14px;
}
.acqua-tmpl-calendar-table .acqua-cal-price .check .dates {
	font-weight: 400;
	font-size: 11px;
}
.acqua-tmpl-calendar-table .acqua-cal-day:hover .acqua-cal-date,
.acqua-tmpl-calendar-table .acqua-cal-day:focus .acqua-cal-date,
.acqua-tmpl-calendar-table .acqua-cal-day:hover .acqua-cal-price .price,
.acqua-tmpl-calendar-table .acqua-cal-day:focus .acqua-cal-price .price,
.acqua-tmpl-calendar-table .acqua-cal-day:hover .acqua-cal-price .tourists,
.acqua-tmpl-calendar-table .acqua-cal-day:focus .acqua-cal-price .tourists,
.acqua-tmpl-calendar-table .acqua-cal-day:hover .acqua-cal-price .check,
.acqua-tmpl-calendar-table .acqua-cal-day:focus .acqua-cal-price .check,
.acqua-tmpl-calendar-table .acqua-cal-day.active .acqua-cal-date,
.acqua-tmpl-calendar-table .acqua-cal-day.active .acqua-cal-date,
.acqua-tmpl-calendar-table .acqua-cal-day.active .acqua-cal-price .price,
.acqua-tmpl-calendar-table .acqua-cal-day.active .acqua-cal-price .price,
.acqua-tmpl-calendar-table .acqua-cal-day.active .acqua-cal-price .tourists,
.acqua-tmpl-calendar-table .acqua-cal-day.active .acqua-cal-price .tourists,
.acqua-tmpl-calendar-table .acqua-cal-day.active .acqua-cal-price .check,
.acqua-tmpl-calendar-table .acqua-cal-day.active .acqua-cal-price .check {
	color: #fff;
}
.acqua-tmpl-calendar-table .acqua-cal-day.empty .acqua-cal-price {
	display: none;
}
.acqua-tmpl-calendar-table .acqua-cal-day.empty:hover .acqua-cal-date,
.acqua-tmpl-calendar-table .acqua-cal-day.empty:focus .acqua-cal-date {
	color: #bbb;
}
/* min-price-cell */
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-day {
	background-color: #6bad01;
}
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-day:hover,
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-day:focus,
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-day.active {
	background-color: #558701;
}
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-day .price-group .price {
	color: #fff;
}
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-day .acqua-cal-date .date-right,
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-day:hover .acqua-cal-date .date-right,
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-day:focus .acqua-cal-date .date-right,
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-day.active .acqua-cal-date .date-right,
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-price .tourists,
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-day:hover .acqua-cal-price .tourists,
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-day:focus .acqua-cal-price .tourists,
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-day.active .acqua-cal-price .tourists {
	color: #e8e8e8;
	color: rgba(255,255,255, 0.75);
}

/* acqua-searchform-calendar */
.acqua-searchform-calendar-container {
	margin-bottom: 30px;
	padding: 15px;
	background-color: #fcfcfc;
	border: 2px solid #555;
}
/*.acqua-searchform-calendar label {
	color: #fff;
}*/
.acqua-searchform-calendar .label-cell {
	padding-top: 30px;
	text-align: right;
}
.acqua-searchform-calendar .search-button {
	padding-top: 5px;
}

@media (max-width: 767px){
	.acqua-tmpl-calendar-table .acqua-cal-price {
		margin-top: 8px;
	}
	.acqua-tmpl-calendar-table .nav-tabs {
		margin-right: -2px;
		margin-left: -2px;
	}
	.acqua-tmpl-calendar-table .nav-tabs li {
		display: inline-block;
		width: 25%;
		height: auto;
		margin-bottom: 4px;
	}
	.acqua-tmpl-calendar-table .nav-tabs li a {
		display: block;
		position: static;
		right: auto;
		bottom: auto;
		left: auto;
		min-height: auto;
		max-height: auto;
		margin: 0 2px;
		height: 50px !important;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	.acqua-tmpl-calendar-table .nav-tabs li a .graph-price {
		z-index: 5;
		top: 6px;
		right: 5px;
		left: 5px;
	}
	.acqua-tmpl-calendar-table .nav-tabs li a .graph-price .price {
		font-size: 18px;
	}
	.acqua-tmpl-calendar-table .nav-tabs li.active a .graph-price .price {
		color: #fff;
	}
	.acqua-tmpl-calendar-table .nav-tabs li a .graph-month {
		bottom: 3px;
		right: 5px;
		left: 5px;
		font-weight: 700;
		font-size: 14px;
	}
	.acqua-searchform-calendar .label-cell {
		margin-bottom: 10px;
		padding-top: 0;
		font-size: 16px;
		text-align: center;
		border-bottom: 1px dashed rgba(255,255,255,0.35);
	}
	.acqua-searchform-calendar .room-container {
		margin-top: 5px;
		padding: 10px 5px 5px;
		background-color: rgba(255,255,255,0.05);
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
		   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
				box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	}
}

@media (max-width: 640px){
	.acqua-tmpl-calendar-table .acqua-cal-price {
		margin-top: 5px;
	}
	.acqua-tmpl-calendar-table .acqua-cal-price .tourists,
	.acqua-tmpl-calendar-table .acqua-cal-price .check .dates {
		display: none;
	}
}

@media (max-width: 540px){
	.acqua-tmpl-calendar-table .nav-tabs li a {
		height: 45px !important;
	}
	.acqua-tmpl-calendar-table .nav-tabs li a .graph-price .price {
		font-size: 14px;
	}
	.acqua-tmpl-calendar-table .nav-tabs li a .graph-month {
		font-size: 12px;
	}
	.acqua-searchform-calendar {
		width: 100%;
	}
	.acqua-searchform-calendar .btn {
		display: block;
		width: 100%;
	}
	.acqua-tmpl-calendar-table .acqua-cal-price .check {
		font-size: 10px;
	}
}

@media (max-width: 400px){
	.acqua-tmpl-calendar-table .nav-tabs li {
		width: 33.33334%;
	}
	.acqua-tmpl-calendar-table .acqua-cal-price .price-group .price {
		font-size: 14px;
	}
}