face { font-family: Nexa Bold; font-weight: bold; src: url('../style/fonts/NexaBold.otf');}

.main-booking-form {
	font-family: Nexa Bold, sans-serif;
}

.booking-step {
	width: 320px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30pt;
}

.booking-step-no {
	float: left;
	font-size: 70px;
	line-height: 110px;
	font-weight: bold;
	width: 120px;
	text-align: right;
	color: #726f64;
	margin: 0 40px 0 -40px;
}

.booking-step-content {
	float: left;
	width: 300px;
	margin: 0 0 0 10px;
}

.booking-step-title {
	width: 100%;
	color: #726f64;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 32px;
	line-height: 34px;
	margin: 20px 0 32px 0;
}

.booking-selected-day {
	width: 300px;
	background-color: #efbf8e;
	display: none;
	color: #2a363e;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
}

.booking-time {
	width: 300px;
	background-color: #181a1a;
	display: none;
}

.booking-time td{
	padding: 4px 8px;
	text-align: center;
	border-bottom: 3px solid #f9f9f9;
}

.booking-time td.selected, .booking-time td:hover {
	color: #fff;
	cursor: pointer;
	background-color: #eb9580;
	border-bottom: 3px solid #ce4b2c;
}

.booking-time td.booked {
	background-color: #595959;
	color: #858585;
	border-bottom: 3px solid #131313;
	cursor: auto;
}

.booking-calendar {
	width: 300px;
}

.booking-calendar-header {
	background-color: #8e6b48;
	height: 64px;
	overflow: hidden;
}

.booking-calendar-left-arrow {
	background: url('../images/left-arrow-brown.png') center center no-repeat;
	width: 50px;
	height: 64px;
	cursor: pointer;
	float: left;
}

.booking-calendar-right-arrow {
	background: url('../images/right-arrow-brown.png') center center no-repeat;
	width: 50px;
	height: 64px;
	cursor: pointer;
	float: right;
}

.booking-calendar-month-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	width: 200px;
	height: 64px;
	float: left;
	color: #2a363e;
	padding: 4px 0 0 0;
	background-color: #efbf8e;
}

.booking-calendar-days-of-week {
	width: 192px;
	float: left;
	color: #8e6b48;
	font-size: 14px;
	font-weight: bold;
	margin: 8px 4px 0 4px;
}

.booking-calendar-days-of-week td {
	text-align: center;
}

.booking-calendar-days-of-week td.selected {
	color: #2a363e;
}

.booking-calendar-month-data {
	background-color: #181a1a;
	color: #8e6b48;
}

.booking-calendar-days-of-month {
	width: 192px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 54px 0 54px;
}

.booking-calendar-days-of-month td {
	text-align: center;
	cursor: pointer;
	border-bottom: 3px solid #262626;
	height: 26px;
}

.booking-calendar-days-of-month td:hover{
	background-color: #efbf8e;
	border-bottom: 3px solid #8e6b48;
	color: #8e6b48;
}

.booking-calendar-days-of-month td.selected{
	background-color: #efbf8e;
	border-bottom: 3px solid #8e6b48;
	color: #8e6b48;
}

.booking-calendar-days-of-month-not-available{
	cursor: default !important;
	color: #262626;
}

.booking-calendar-days-of-month-not-available:hover{
	border-bottom: 3px solid #34312b !important;
	background-color: #181a1a !important;
	color: #34312b !important;
}

.booking-checkin {
	margin: 20px 0 0 0;
	width: 300px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	color: #c2986b;
	display: none;
}

.booking-checkin img {
	margin: -4px 0 0 0;
	vertical-align: text-top;
}

.booking-checkin span {
	color: #abcceb;
	margin-left: 10px;
}

.booking-hr {
	width: 100%;
	height: 1px;
	background-color: #f9f9f9;
	margin: 30px 0;
}

.booking-hr-line {
	width: 100%;
	height: 1px;
	background-color: #726f64;
	float: left;
}

.booking-check {
	float: right;
	margin: -26px 0 0 0;
	display: none;
}

.book-container {
	display: block;
}

.loader{
    background: url('../book/images/loader.gif') no-repeat center center;
	min-height: 20px;
	min-width: 100px;
}

.price {
	color: #606060;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 2px 0px 2px 10px;
}

.available-no {
	color: #909090;
	float: left;
	font-size: 11px;
	line-height: 15px;
	padding: 2px 10px;
}

.av_content {
	color: #909090;
	float: left;
	font-size: 11px;
	line-height: 15px;
	padding: 10px 5px 4px 5px !important;
}

.book-form {
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 300px;
}

.section {
	background: #f3f3f3;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	margin: 5px;
	padding: 0 10px 10px 10px;
	overflow: hidden;
}

.booking-item {
	margin: 2px 0 0 0;
	text-align: left;
}

.booking-item label {
	margin-top: 10px;
}

.booking-item.price {
	color: #726f64;
	display: none;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em !important;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 100%;
	text-align: center;
}
.booking-item label {
	color: #726f64;
	display: inline-block;
	float: left;
	font-weight: bold;
}
.booking-item.title {
	color: #606060;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	line-height: 1em;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}
.booking-item input {
	background: #181a1a;
	border: 1px solid #c2986b;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #c2986b !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	line-height: 1em !important;
	margin: 0 0 15px 0;
	padding: 4px 2px;
	width: 100%;
}
.booking-item.left {
	float: left;
	width: 106px;
}
.booking-item select {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333333 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	line-height: 1em !important;
	margin: 5px 0 0 0;
	padding: 4px 2px;
	width: 60px;
}
.booking-item textarea {
	background: #181a1a;
	border: 1px solid #c2986b;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0 inset #c2986b;
	border: 1px solid #c2986b;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #c2986b !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	line-height: 1em !important;
	margin: 5px 0 0 0;
	padding: 4px 2px;
	resize: vertical;
	width: 100%;
}
.booking-item input[type=radio], .booking-item input[type=checkbox] {
	float: left;
	display: inline-block !important;
	margin: 12px 0 0 0;
	padding: 0;
	width: 8% !important;
	color: #fff;
}
.booking-item label.radio {
	font-weight: normal;
}
.booking-item label a {
	color: #efbf8e;
}
.booking-item input[type=submit]:hover {
	background-color: #d2a87b;
    -webkit-transition: background-color 700ms linear;
    -moz-transition: background-color 700ms linear;
    -o-transition: background-color 700ms linear;
    -ms-transition: background-color 700ms linear;
    transition: background-color 700ms linear;
	cursor: pointer;
}
.booking-item label.checkbox {
	font-weight: normal;
	width: 85%;
}
.booking-item input[type=submit] {
	width: 100%;
	margin: 16px 0;
	background-color: #be9569;
	font-size: 24px !important;
	color: #fff !important;
	padding: 10px;
}

.green {
	margin-top: 10px;
	color: green;
	font-size: 12px !important;
	line-height: 1em !important;
	font-weight: bold;
}

.red {
	margin-top: 10px;
	color: red;
	font-size: 12px !important;
	line-height: 1em !important;
	font-weight: bold;
}

#go-back-button {
	background: url('../images/back.png') top left no-repeat;
	margin: 10px 20px;
	width: 90px;
	height: 22px;
	cursor: pointer;
}

.episodes {
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.episodes td {
	width: 35%;
	text-align: center;
	display: inline-block;
}
.episodes td img{
	width: 100%;
	display: inline-block;
}

.episodes td.selected, .episodes td.active:hover{
	color: #fff;
	cursor: pointer;
	border: 3px solid #726f64;
}

.episodes td.inactive{
	background: url('../images/coming-soon.png');
}
