/* Landpod */

@media (min-width: 1000px) {
	.landpod {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		border: 2px solid #999999;
		opacity: 0.8;
		cursor: pointer;
	}
	
	.landpod--left {
		margin-right: 4%;
	}

	.landpod--right {
		margin-left: 4%;
	}
}

@media (max-width: 1000px) {
	.landpod {
		vertical-align: top;
		width: 80%;
		margin-left: 10%;
		border: 2px solid #999999;
		opacity: 0.8;
		cursor: pointer;
	}
	
	.landpod--left {
		margin-bottom: 20px;
	}

	.landpod--right {
		margin-top: 20px;
	}
}

.landpod--selected {
	border: 2px solid #9fad9e;
	opacity: 1;
}

.landpod:hover {
	border: 2px solid #9fad9e;
	opacity: 1;
}

.landpod--text {
	text-align: left;
	border: none;
	opacity: 1;
}

	.landpod--text:hover {
		border: none;
		opacity: 1;
		cursor: default;
	}

.landpod__image {
	max-width: 100%;
}

.landpod__information {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20px;
    margin-bottom: 20px;
}

.landpod__title {
	margin-bottom: 10px;
	font-size: 20px;
}

.landpod__text {
	font-size: 16px;
}

.landpod__text--margin {
	margin-bottom: 10px;
}

.landpods__message {
	margin-top: 20px;
	font-size: 16px;
}

/* Calendar */
@media (min-width: 1000px) {
	.calendarWrapper {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin-left: 5%;
	}
	
	.calendar__keyWrapper {
		display: inline-block;
		vertical-align: top;
		width: 20%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media (max-width: 1000px) {
	.calendarWrapper {
		vertical-align: top;
		width: 90%;
		margin-left: 5%;
		margin-bottom: 20px;
	}
	
	.calendar__keyWrapper {
		vertical-align: top;
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
	}
}

.calendar {
	width: 100%;
	border: 2px solid #9fad9e;
}

.calendar__months {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #9fad9e;
}

.calendar__month {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 30px;
	line-height: 35px;
	vertical-align: middle;
}

.calendar__previous {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0%, -50%);
	height: 20px;
	cursor: pointer;
}

.calendar__previous:hover {
	opacity: 0.8;
}

.calendar__next {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0%, -50%);
	height: 20px;
	cursor: pointer;
}

.calendar__next:hover {
	opacity: 0.8;
}

.calendar_icon {
	max-width: 100%;
	max-height: 100%;
}

.calendar__days {
	width: 100%;
	text-align: center;
	background-color: #DDDDDD;
}

.calendar__day {
	display: inline-block;
	width: 14%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
}

.calendar__dates {
	width: 100%;
	text-align: left;
	background-color: #EEEEEE;
}

.calendar__message {
	margin-top: 30px;
	color: #000000;
	font-size: 20px;
	text-align: center;
}

.calendar__message--confirmation {
	text-align: left;
	white-space: nowrap;
}

.calendar__message--error {
	color: #FF0000;
}

.calendar__prompt {
	margin-bottom: 6px;
}

.date {
	position: relative;
	display: inline-block;
	width: 14.2857142857%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	text-align: center;
}

.date--unavailable {
	cursor: default;
}

.date--available {
	background-color: #C1FFC1;
}

.date--limited {
	background-color: #FFE0C1;
}

.date--booked {
	cursor: default;
	background-color: #FFC1C1;
}

.date--selected {
	background-color: #6aacff !important;
}

.date--first--available {
	background: linear-gradient(135deg, #C1FFC1 45%, #6aacff 45%);
}

.date--first--limited {
	background: linear-gradient(135deg, #FFE0C1 45%, #6aacff 45%);
}

.date--last--available {
	background: linear-gradient(135deg, #6aacff 45%, #C1FFC1 45%);
}

.date--last--limited {
	background: linear-gradient(135deg, #6aacff 45%, #FFE0C1 45%);
}

.date--last--booked {
	background: linear-gradient(135deg, #6aacff 45%, #FFC1C1 45%);
}

.date--clickable:hover {
	cursor: pointer;
	background-color: #9fad9e;
}

.date__price {
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 10px;
}

.key {
	width: 100%;
	border: 2px solid #9fad9e;
}

.key__item {
	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 16px;
}

.key__item--available {
	background-color: #C1FFC1;
}

.key__item--limited {
	background-color: #FFE0C1;
}

.key__item--booked {
	background-color: #FFC1C1;
}

.key__item--unavailable {
	background-color: #EEEEEE;
}

/* Details */

@media (min-width: 1000px) {
	.details {
		width: 40%;
		margin-left: 5%;
	}
}

@media (max-width: 1000px) {
	.details {
		width: 70%;
		margin-left: 15%;
	}
}

.details__table {
	width: 100%;
}

.details__header {
	font-size: 14px;
	padding-bottom: 6px;
}

.details__input {
	margin-bottom: 15px;
	padding: 4px;
    width: 100%;
    border: 1px solid #8a8a8a;
}

.details__select {
	margin-bottom: 15px;
	padding: 4px;
    border: 1px solid #8a8a8a;
}

.details__select--margin {
	margin-left: 20px;
}

.details__input--error {
	border: 2px solid red;
}

.details__checkbox {
	margin-bottom: 15px;
}

.details__text {
	margin-left: 6px;
	font-size: 14px;
}

.details__button {
	float: left;
}

/* Review */

.review {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.review__table {
	width: auto;
}

.review__title {
	vertical-align: top;
	margin-right: 30px;
	font-size: 16px;
    white-space: nowrap;
}

.review__title--bold {
	font-weight: bold;
}

.review__text {
	vertical-align: top;
	font-size: 16px;
}

.review__text--bold {
	font-weight: bold;
}

.review__text--error {
	color: red;
}

.review__button {
	margin-top: 20px;
	float: left;
}

.review__send {
	font-size: 18px;
}

.review__checkboxWrapper {
	margin-top: 16px;
}

.review__checkbox {
	margin-right: 10px;
}

.review__link {
	font-weight: bold;
}

/* Confirmation */

@media (min-width: 1000px) {
	.confirmation__messageWrapper {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin-left: 5%;
		margin-right: 5%;
		text-align: center;
	}
	
	.confirmation__imageWrapper {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media (max-width: 1000px) {
	.confirmation__messageWrapper {
		vertical-align: top;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.confirmation__imageWrapper {
		vertical-align: top;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
}

.conformation__title {
	margin-top: 30px;
    margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #9fad9e;
}

.confirmation__message {
	margin-bottom: 20px;
	font-size: 18px;
}

.confirmation__image {
	max-width: 100%;
}