/* --------------------------------------------------------------------------------------------- */
/* Big */
.calendar-item-big img {
	border-radius:3px;
	margin-bottom:10px;
}

/* --------------------------------------------------------------------------------------------- */
/* Reserved Page */
.reserved-page.calendar .no-calendar-available {
	font-size:22px;
	text-align:center;
	margin-top:20px;
	font-weight:400!important;
}

.reserved-page.calendar .calendar-item {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
}

.reserved-page.calendar .calendar-item .title {
	font-size:30px;
	margin-bottom:5px;
}

.reserved-page.calendar .calendar-item.last {
	margin:0;
}

.reserved-page.calendar .calendar-item > img {
	border-radius:3px;
	margin-bottom:10px;
	margin-top:10px;
}

.reserved-page.calendar.without-pager .calendar-item.last {
	margin:0;
	padding:0;
	border:none;
}

/* --------------------------------------------------------------------------------------------- */