@font-face {
    font-family: 'Railway';
    src: url('Railway.eot');
    src: url('Railway.eot') format('embedded-opentype'),
         url('Railway.woff2') format('woff2'),
         url('Railway.woff') format('woff'),
         url('Railway.ttf') format('truetype'),
         url('Railway.svg#Railway') format('svg');
	font-weight:normal;
}
@font-face {
    font-family: 'ITC New Baskerville';
    src: url('NewBaskervilleITCbyBTRoman.woff2') format('woff2'),
         url('NewBaskervilleITCbyBTRoman.woff') format('woff');
	font-weight:normal;
}
body, #description h1 {
	font-family: 'Railway', Montserrat, sans-serif;
}
body, #wrapper {
	width: 100%;
	max-width:1024px;
	height: 100%;
	overflow:scroll;
	font-family: 'Railway', Montserrat, sans-serif;
	position: relative;
	margin:0px;
}
#closeErr {
	display:none;
}
@media only screen and (max-width:899px) {
	body {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: scroll;
	}
	#col3 {
		margin-bottom:30px;
	}
	#errorMsg {
		position: fixed;
		bottom: 20px;
		width: 100%;
		left: 0px;
	}
	#closeErr {
		position: absolute;
		top: -20px;
		right: 0;
		background: wheat;
		height: 40px;
		width: 40px;
		font-size: 0px;
		display:block;
	}
	#closeErr:after, #closeErr:before {
		content:'';
		width:20px;
		height:1px;
		background:black;
		position:absolute;
		left: 50%;
		top:50%;
	}
	#closeErr:after {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	#closeErr:before {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
}
@media only screen and (max-width:400px) {
	#wrapper {
		padding:0px 20px 20px;
		width: calc(100% - 40px);
		height: calc(100% - 40px);
	}
}
* {
	font-weight:normal;
}
#consentOptions {
	margin-top: 10px;
    display: block;
}
#emailConsentCheckbox {
	float: left;
}
#emailConsentText {
	float: right;
    width: calc(100% - 30px);
}
#main {
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
#col1, #col2, #col3 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;	
	-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
	border: 1px solid rgb(200, 180, 130);
	border: 1px solid #ccc;
	padding:20px;
	position:relative;
	margin-top:25px;
	background: #f7f7f7;
}
#col1:after, #col2:after, #col3:after {
    font-size: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    background: rgb(200, 180, 130);
    line-height: 35px;
    text-align: center;
}
#col1:after {
	content: '1';
}
#col2:after {
	content: '2';
}
#col3:after {
	content: '3';
}

@media only screen and (min-width:900px) {
	#col1, #col2, #col3 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
		margin-top:40px;
	}
	#col2 {
		border-left:none;
		border-right:none;
	}
	#col1 {
		border-radius:4px 0px 0px 4px;
	}
	#col3 {
		border-radius:0px 4px 4px 0px;
	}
}

.cal {
	width: 100%;
    background: white;
	border: 1px solid #ddd;
    padding: 0px;
}
.cal_notavail {
	color: #ddd;
    background: #f1f1f1;
}
.cal_title {
    padding: 10px 10px 7px;
    width: 100%;
	border-bottom:3px double #eee;
}
.cal_title * {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.cal_nextprev a {
	position:absolute;
	width:100%;
	height:100%;
	font-size:1px;
	top:0;
	left:0;
}
.cal_nextprev a:after {
	background:white;
	position:absolute;
	width:100%;
	height:100%;
	line-height:30px;
	top:0;
	left:0;
	text-align:center;
	color:#000;
	font-size: 30px;
    line-height: 34px;
	border-radius: 2px;
}
.cal_nextprev a:hover:after {
    background: #f2f2f2;
}
.cal_nextprev:first-child a:after {
	content:'<';
}
.cal_nextprev:last-child a:after {
	content:'>';
}
.cal_title .center {
	width:calc(100% - 80px);
}
.cal_title .cal_nextprev, .cal_title .cal_nextprev {
	width:30px;
	height:30px;
	position:relative;
}
.cal_dayheader {
    height: 30px;
	border-bottom:3px double #eee;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.cal_day, .cal_today, .cal_notavail, .cal_othermonth, .cal_weekend, .cal_selectday {
	height:40px;
	line-height:40px;
	font-size:13px;
}
.cal_selectday {
	background:#000;
}
.cal_day, .cal_weekend, .cal_today {
	background:#ffffff;
}
.cal_othermonth {
	background:#f7f7f7;
}
.cal_day:hover, .cal_weekend:hover,.cal_othermonth:hover {
	background:wheat;
}
.cal_day:hover a, .cal_weekend:hover a, .cal_othermonth:hover a {
	/* color:#fff !important; */
}
.cal_selectday {
	background:rgb(200, 180, 130);
	/* background:#000000; */
	color:#fff !important;
}
.cal_selectday a {
	color:#fff !important;
}
.cal_day, .cal_today, .cal_othermonth, .cal_weekend, .cal_selectday {
	position:relative;
	width: 14%;
}
.cal_day a, .cal_today a, .cal_othermonth a, .cal_weekend a, .cal_selectday a {
	text-decoration:none;
	position:absolute;
	height:100%;
	width:100%;
	top: 0;
    left: 0;
}
/* table, th, td {
  border: 1px solid white;
} */
.cal tr:nth-child(1), .cal tr:nth-child(1) th, .cal tr:nth-child(1) td,
.cal tr:nth-child(2), .cal tr:nth-child(2) th, .cal tr:nth-child(2) td {
  border: 0px solid white;
}
#calendar {
	margin:10px 0px 14px;
}
#calendar > span {
	display:none;
}
.backnext {
	width: 100%;
    padding: 10px 0px;
    background: rgb(200, 180, 130);
    display: block;
    margin-top: 10px;
    content: 'Next';
    text-align: center;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
#headerdiv, .backnext {
	display:none;
}
#contact, #requests, #col1 span, #emailConsentText {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 19px;
}
#summary:not(:empty) {
	padding: 10px;
    background: white;
    margin: 20px 0px;
    border-radius: 3px;
    font-family: 'ITC New Baskerville', 'Baskerville', georgia, 'Times New Roman', Times, serif;
    border: 1px solid burlywood;
    background: bisque;
}
select,
textarea, 
input[type="text"], 
input[type="tel"],
input[type="email"],
input[type="submit"] {
	width: 100%;
    border: none;
    border: 1px solid #ddd;
    padding: 9px;
    border-radius: 2px;
    font-family: 'ITC New Baskerville', 'Baskerville', georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
    margin: 8px 0px 11px;
    outline: none;
	cursor:pointer;
	text-transform:none;
	letter-spacing:0px;
    background-position: center 3px;
	background: white;
	-webkit-appearance:none;
	-appearance:none;
}
select:disabled,
textarea:disabled, 
input[type="text"]:disabled, 
input[type="tel"]:disabled,
input[type="email"]:disabled,
input[type="submit"]:disabled {
	opacity:0.3;
}
input[type="submit"]:disabled {
	background:#ddd;
}
input[type="submit"] {
	background:rgb(200, 180, 130);
	color:#fff;
	border:none;
	font-family: 'Railway', Montserrat, sans-serif;
}
textarea, 
input[type="text"], 
input[type="tel"],
input[type="email"] {
    width: calc(100% - 20px);
}
#errorInner {
	padding:20px 23px 7px;
	background: wheat;
	margin-top:20px;
	border-radius: 3px;
	font-family: 'ITC New Baskerville', 'Baskerville', georgia, 'Times New Roman', Times, serif;
}

#errorInner p:first-of-type {
	margin-top: 0px;
}
#tclabel {
	font-size: 15px;
    font-family: 'Baskerville';
    line-height: 1.35;
}
#termsAndConditionsLink {
	color:black;
}
#tccheck {
	float:left;
}
#tclabel {
	margin: 0px;
	float: right;
	width: calc(100% - 30px);
}
#book {
	clear:both;
	margin-top:20px;
}
#col3 {
	padding-top:44px;
}

#errorInner ul {
	padding-left: 13px;
}
#errorInner li {
	margin-bottom: 4px;
    font-size: 15px;
}