/* 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: 44px;
	max-height: 160px;
	margin-right: 0;
	padding: 0;
	color: rgba(var(--primary-text-color),.9);
	text-align: center;
	text-transform: uppercase;
	background-color: rgba(var(--primary-color),.08);
	border-left: 2px solid rgba(var(--light-color),1);
	-webkit-border-radius: 2px 2px 0 0;
	   -moz-border-radius: 2px 2px 0 0;
			border-radius: 2px 2px 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 rgba(var(--light-color),1);
	background-color: rgba(var(--primary-color),.15);
}
.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: rgba(var(--light-color),1);
	background-color: rgba(var(--secondary-color),1);
}
.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: rgba(var(--light-color),1);
	background-color: rgba(var(--primary-color),1);
	border-left: 1px solid rgba(var(--light-color),1);
}
.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: rgba(var(--price-color),1);
}
.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: rgba(var(--secondary-color),1);
}
.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 .nav-tabs li a .graph-month_year {
	display: block;
}
.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: rgba(var(--light-color),1);
	text-align: center;
	vertical-align: middle;
	background-color: rgba(var(--primary-color),1);
}
.acqua-tmpl-calendar-table td {
	height: 75px;
	font-size: 12px;
	background-color: rgba(var(--light-color),1);
	border: 1px solid rgba(var(--border-color),1);
}
.acqua-tmpl-calendar-table td.inactive {
	background-color: rgba(var(--bg-color),1);
}
.acqua-tmpl-calendar-table .acqua-cal-day {
	position: relative;
	display: block;
	height: 100%;
	padding: 5px;
	color: rgba(var(--secondary-text-color),.75);
	-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: rgba(var(--price-color),1);
}
.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: rgba(var(--secondary-texr-color),.75);
	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: rgba(var(--price-color),1);
	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: rgba(var(--secondary-text-color),.75);
	-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: rgba(var(--light-color),1);
	background-color: rgba(var(--secondary-text-color),.75);
}
.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: rgba(var(--secondary-text-color),1);
}
.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: rgba(var(--light-color),1);
}
.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: rgba(var(--secondary-text-color),.85);
}
/* min-price-cell */
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-day {
	background-color: rgba(var(--secondary-color),.8);
}
.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: rgba(var(--secondary-color),1);
}
.acqua-tmpl-calendar-table .min-price-cell .acqua-cal-day .price-group .price {
	color: rgba(var(--light-color),1);
}
.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: rgba(var(--secondary-text-color),.5);*/
	color: rgba(var(--light-color),.75);
}

/* acqua-searchform-calendar */
.acqua-searchform-calendar-container {
	margin-bottom: 30px;
	padding: 15px;
	background-color: rgba(var(--bg-color),1);
	border: 2px solid rgba(var(--primary-text-color),.85);
}
.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: relative;
		right: auto;
		bottom: auto;
		left: auto;
		min-height: auto;
		max-height: none;
		margin: 0 2px;
		padding: 5px;
		height: auto;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	.acqua-tmpl-calendar-table .nav-tabs li a .graph-price {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		margin-bottom: 5px;
	}
	.acqua-tmpl-calendar-table .nav-tabs li a .graph-price .price {
		font-size: 18px;
	}
	.acqua-tmpl-calendar-table .acqua-cal-price .price-group .price {
		font-size: 14px;
	}
	.acqua-tmpl-calendar-table .nav-tabs li.active a .graph-price .price {
		color: rgba(var(--light-color),1);
	}
	.acqua-tmpl-calendar-table .nav-tabs li a .graph-month {
		position: relative;
		bottom: auto;
		right: auto;
		left: auto;
		font-weight: 700;
		font-size: 14px;
	}
	.acqua-tmpl-calendar-table .nav-tabs li a .graph-month_year {
		display: inline-block;
	}
	.acqua-searchform-calendar .label-cell {
		margin-bottom: 10px;
		padding-top: 0;
		font-size: 16px;
		text-align: center;
		border-bottom: 1px dashed rgba(var(--light-color),.35);
	}
	.acqua-searchform-calendar .room-container {
		margin-top: 5px;
		padding: 10px 5px 5px;
		background-color: rgba(var(--light-color),.05);
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
				border-radius: 2px;
		-webkit-box-shadow: 0 1px 3px rgba(var(--blur-color),.05);
		   -moz-box-shadow: 0 1px 3px rgba(var(--blur-color),.05);
				box-shadow: 0 1px 3px rgba(var(--blur-color),.05);
	}
}

@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: 55px !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%;
	}
}