/* Custom Scroll Bar */
::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
}

::-webkit-scrollbar-track {
  border-top: 1px solid #c7c7c7 !important;
  border-left: 1px solid #c7c7c7 !important;
}

::-webkit-scrollbar-thumb {
  background-color: #c7c7c7 !important;
  border-radius: 5px !important;
}

::-webkit-scrollbar-track {
  background: white !important;
}


.accountBtn, .payBtn {
	display: none;
}

.tooltip .tooltip-inner {
    background-color: rgb(222 128 61);
    opacity: 1;
}
/*.tooltip .tooltip-arrow::before {
    border-top-color: rgb(222 128 61) !important;
}*/

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
	border-left-color: rgb(222 128 61);
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
	border-right-color: rgb(222 128 61);
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
	border-top-color: rgb(222 128 61);
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
	border-bottom-color: rgb(222 128 61);
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgb(222 128 61);
}
.tooltip.top .tooltip-arrow {
    border-top-color: rgb(222 128 61);
}
.tooltip.right .tooltip-arrow {
    border-right-color: rgb(222 128 61);
}
.tooltip.left .tooltip-arrow {
    border-left-color: rgb(222 128 61);
}

#collapseDeposit .card-body {
	background-color: rgb(192 215 48);
}

.btnDeposit {
	background-color: rgba(0,0,0,0.35);
}

.btnDeposit:hover {
	background-color: rgba(0,0,0,0.5);
}

.btnDeposit.selected {
	background-color: rgba(193,110,16,1);
	border: rgba(193,110,16,1);
}

html {
	overflow-x: hidden;
}
body {
	padding:0;
	margin:0;
	/*color: rgba(0,0,0,.86);*/
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	overflow-x: hidden;
}
.topBanner{
	display: none;
}
.topBar {
	font-size:14px;
}
.header {
	min-height: 108px !important;
	background-color: #f2f2f2;
}
.mainContent {
	padding-top: 0;
	margin-top: 25px;
	min-height: 800px;
}
// .logo img {
// 	float: none !important;
// 	padding-top: 20px;
// }
/* Remove Blue Focus glow, especially in Chrome */
:focus {
  outline-color: transparent;
  outline-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	/*font-size: 26px;*/
	margin: 0 0 8px 0;
	color: #5a652c;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	word-spacing: 3px;
}
h1 span.border {
	width: 135px;
	border-top: 4px solid #c8d959!important;
	display: block;
	margin-bottom: 10px;
}
h2 {
	color: #9f7a4c;
	font-family: 'Reem Kufi', sans-serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 10px 0 20px 0;
	text-transform: uppercase;
}
h3 {
	font-size: 20px;
	margin: 0 0 8px 0;
}
h4 {
	/*font-size: 16px;*/
	margin: 0 0 8px 0;
}

ul {
	margin:0 20px;
	padding:0;
}
.nowrap { white-space: nowrap; }
#policyDialog ul li, #policyDialog p, #policies ul li, #policies p, #adapolicy p, #adapolicy ul li, #petsPolicy p, #golfCartPolicy p, #petsPolicy ul li, #golfCartPolicy ul li {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
}
#invHelp p, #emailHelp p {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
}
#policyDialog ul li, #policies ul li, #adapolicy ul li, #petsPolicy ul li, #golfCartPolicy ul li, .custompolicy ul li  {
	list-style-type: disc;
}
#policyDialog h4, #policyDialog h3, #policies h2, .custompolicy h2, #invHelp h4, #emailHelp h4, #policies h4, #policies h3, #adapolicy h4, #petsPolicy h4, #golfCartPolicy h4 {
	font-family: 'Reem Kufi', Arial, sans-serif;
	color: rgba(255,255,255,0.8);
}
#policies h4, #policies h3, #policies h2, .custompolicy h2, #adapolicy h4, #petsPolicy h4, #golfCartPolicy h4 {
	text-transform: uppercase;
	margin-top: 18px;
}
#policies h4:first-child, #policies h3:first-child, #adapolicy h4:first-child, #petsPolicy h4:first-child, #golfCartPolicy h4:first-child {
	margin-top: 0px;
}
select, input {
	font-size: 13px;
}
label {
	font-weight: 600;
}
.mapOverlay {
	position: absolute;
	/*background-color: rgba(255,255,255,.5);*/
	border: 4px solid rgba(90,101,44,.5);
	transition: border 250ms ease;
	cursor: pointer;
}
.mapOverlay:hover {
	transition: border 250ms ease;
	border: 6px solid rgb(166,64,28,.9);
}
.mapOverlay a {
	height:100%;
	width: 100%;
}
.panel {
	background-color: transparent;
}
.inactive .all { display: none; }
.breadcrumbs {
	margin: 0 0 20px 0;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 13px;
}
.breadcrumbs li {
	list-style: none;
	display: inline-block;
}
.breadcrumbs a li { font-weight: normal !important; }
.breadcrumbs li.delimiter {
	color: #ddd;
}
.breadcrumbs li.stageCrumb {
	color: #bbb;
	text-decoration: none;
}
.breadcrumbs li.stageCrumb.link,
.breadcrumbs li.stageCrumb.link span {
	color: #666;
	text-decoration: underline;
	cursor: pointer;
}

.breadcrumbs li.stageCrumb.link:hover,
.breadcrumbs li.stageCrumb.link:hover span {
	color: #c36c00;
}
.breadcrumbs li.stageCrumb.active,
.breadcrumbs li.stageCrumb.active span {
	color: #c16e10;
	font-family: 'GibsonBold', sans-serif;
	font-size: 1em;
}

/*a:link {
	text-decoration:underline;
	color:#391114;
}
a:visited {
	text-decoration:underline;
	color:#391114;
}
a:hover {
	text-decoration:underline;
	color:#505050;
}
a:active {
	text-decoration:underline;
	color:#391114;
}*/

/* Reset ables */
table, table.tooltip tbody, table.tooltip, .datepicker table tbody, .datepicker table thead, thead, tbody {
	border:none !important;
	border-color: #FFF !important;
}
table.formTable {
	border: 1px solid #CCC;
	width:100%;
	border-collapse: collapse;
	/*background-color: #FFF;*/
	margin-top: 15px;
}
table.formTable td {
	padding: 10px;
	text-align: left;
	font-size: 16px;
	border-color: #bcbcbc !important;
}
table.formTable td i.option {
	color: #C00;
	margin-right: 10px;
}
table.formTable td p {
	margin: 0;
	font-size: 16px !important;
}
table.formTable td p strong {
	font-size: 18px;
	margin-bottom: 5px;
	display: inline-block;
}
table.formTable td p span.date {
	color: #c16e10;
	font-size: 16px !important;
	padding: 0;
}
table.formTable td p span.block {
	display: block;
	margin-bottom: 5px;
}
table.formTable td.text-right, .text-right {
	text-align: right;
}
table.formTable td.text-center, .text-center {
	text-align: center;
}
table.formTable td span, .formCells div div span {
	/*color: rgba(0,0,0,.6);
	font-size: 16px;
	padding-left:10px;*/
}
table.formTable td span a, .formCells div div span a {
	color: rgba(0,0,0,.6);
}
table.formTable td span a:hover, .formCells div div span a:hover {
	color: rgba(255,165,0,1);
}
table.formTable label {
	display: inline-block;
}
table.formTable select.addCart, table.formTable select.addGolfCart {
	transform: scale(1.3);
	font-size: 14px;
	width: 40px;
	margin-right: 14px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.mainBody {
	margin-bottom: 50px;
	min-height: 800px;
}

p.rule {
	margin: 10px;
	border-top:1px solid #CCC;
	line-height: 2px;
}
.infoBoxList p.rule {
	margin: 10px 0;
}
.infoBoxList p.desc {
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.3;
}
.infoBoxList p.desc.restrictions, .innerbox p.desc.restrictions {
	color: #c16e10 !important;
}

.border {
	border: 1px solid #CCC;
}
.bb {
	border-bottom: 1px solid #CCC;
}
.bt {
	border-top: 1px solid #CCC;
}
.screenhide {
	display: none;
}
.ccv {
	cursor: pointer;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 20px;
	text-decoration: underline;
}
.clear {
	clear: both;
}

/* Error Container & Style */
.errors {
	margin: 20px 0;
}
.error {
	color: #FB6048;
	font-weight: bold;
  	font-size:16px;
	margin:0 0 8px 0;
}
.error.stageOneError {
	color: #d65915;
	font-size: 18px;
	margin: 5px 0 25px 0;
}

.ftleft {
	float: left;
}
.ftright {
	float: right;
}
.dateRow,
.mapDates {
	padding:10px 0;
	width: 100%;
	display: block;
}
.dateRow label,
.mapDates label {
	margin: 10px 10px 10px 0;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}
.dateRow input,
.mapDates input {
	margin-left:4px;
}
.dateRow.rules,
.mapDates.rules {
	padding:20px 0;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 30px 0;
	width: 100%;
}
.mapDates div {
	font-size: 18px;
	font-weight: normal;
	float: left;
	display: inline;
	padding: 0 30px 20px 0;
}
.mapDates div span {
	font-weight: bold;
}

#park_id {
	font-size: 16px;
	margin-bottom: 10px;
}

#dateRangeText {
	color: #c34511;
}
/* Flatpickr IE Fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     span.flatpickr-day {
     	flex-basis: 13%;
     }
}
/*Flatpickr Mobile styles*/
.flatpickr-calendar {
	width: 100% !important;
}
.flatpickr-rContainer {
	width: 100%;
}
span.flatpickr-day.today:not(.selected) {
	border-bottom-color: rgba(166,64,28,1);
}
.flatpickr-days {
	width: 100% !important;
}
.flatpickr-day {
	background: rgba(0, 0, 0, 0.15);
	/*color: #fff;*/
	color: #7a6b52;
}
.flatpickr-day:hover,
.flatpickr-day.selected:hover {
	background: rgba(162, 175, 38, .75);
	color: #fff;
}
.flatpickr-day.disabled,
.flatpickr-day.nextMonthDay.disabled,
.flatpickr-day.prevMonthDay.disabled {
	/*background: rgba(0, 0, 0, 0.06);*/
	background: transparent;
	font-weight: normal;
	color: #ccc;
}
.flatpickr-day.nextMonthDay:not(.flatpickr-disabled),
.flatpickr-day.prevMonthDay:not(.flatpickr-disabled) {
	/*background: transparent;*/
	background: rgba(0,0,0,0.05);
	color: #7a6b52;
	border: solid 1px #fff;
}
.flatpickr-day.nextMonthDay:hover:not(.flatpickr-disabled),
.flatpickr-day.prevMonthDay:hover:not(.flatpickr-disabled) {
	background: rgba(162,175,38,1);
	color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.selected:focus,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange,
span.flatpickr-day.startRange,
span.flatpickr-day.startRange:hover,
span.flatpickr-day.startRange:focus,
span.flatpickr-day.startRange:active {
	background: rgba(162,175,38,1);
	border-color: #4a5021;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange {
	background: rgba(162,175,38,0.75);
	color: #fff;
	box-shadow: none;
}
span.flatpickr-day.endRange,
span.flatpickr-day.endRange.nextMonthDay,
span.flatpickr-day.endRange.prevMonthDay,
span.flatpickr-day.nextMonthDay.selected.endRange,
span.flatpickr-day.endRange:hover,
span.flatpickr-day.endRange:focus {
	background: rgba(162,175,38,1);
	border-color: #4a5021;
}
.flatpickr-calendar .dayContainer {
	width: 100%;
	min-width: unset;
	max-width: unset;
}

.errorRow {
	padding:20px 0 0;
	border-top:1px solid #ccc;
	margin:20px 0 -20px;
	width: 100%
}

.instructions {
	margin-bottom: 10px;
}
.instructions a {
	color: #917f60;
}
.instructions a:hover {
	color: #c16e10;
}
.instructions span.calView {
	display: none;
}
/* style for first stage image only */
.dateImage {
	width:300px;
	margin: 3px 0 18px 24px;
	float: right;
}

.calOptions {
	margin-top: 20px;
}
.calOptions p {
	color: #9f7a4c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.calOptions p.instructions {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-top: 20px;
}
.calOptions p.instructions span {
	font-weight: bold;
	color: #9f7a4c;
}
.btnCal, .btnBack2, .btnChangeView {
	background-color: #c16e10;
	color: #fff;
	font-size: 18px;
	padding: 12px 15px;
	width: 100%;
	margin: 10px 0;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
}

.btnCal:hover,
.btnCal:active,
.btnBack2:hover,
.btnBack2:active,
.btnChangeView:hover,
.btnChangeView:active {
	background-color: #d97c12;
}
.btnCal i {
	float: right;
	font-size: 25px;
}

.dateRangePicker {
	margin: 10px 0 20px 0;
}
.dateRangePicker label,
.selectedDates label {
	/*margin-top: 15px;*/
	width: 44.9%;
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
	// border: 1px solid #ddd;
	border-color: #ccc;
	border-radius: 3px;
	font-size: 16px;
	margin-bottom: 15px;
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}
.selectedDates label {
	border: 1px solid #ddd;
	cursor: pointer;
}
.selectedDates label:hover {
	background-color: rgba(255,255,255,0.7);
}
.selectedDates label.dayuseCheckin {
	width: 100%;
}
.selectedDates label p {
	margin-bottom: 0;
	font-size: 12px;
}
.dateRangePicker label span,
.selectedDates label span {
	color: #879220;
	display: block;
	font-size: 16px;
	transition: all 100ms ease;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-o-transition: all 100ms ease;
}
.dateRangePicker i.fa {
	margin-top: 7px;
	width: 10%;
	text-align: center;
	color: #917f60;
	transition: margin-top 250ms ease;
	-webkit-transition: margin-top 250ms ease;
	-moz-transition: margin-top 250ms ease;
	-o-transition: margin-top 250ms ease;
}
.selectedDates i.fa {
	margin-top: 16px;
	width: 10%;
	text-align: center;
	color: #a6401c;
	transition: margin-top 250ms ease;
	-webkit-transition: margin-top 250ms ease;
	-moz-transition: margin-top 250ms ease;
	-o-transition: margin-top 250ms ease;
}
tr.tentrr td ul li {
	list-style: disc;
}

/* Alert style */
.alertmsg {
	/*background-color: #ff5f41;*/
 	padding: 15px 0 20px;
  	margin-bottom: 0;
  	width: 100%;
  	color: #fff;
  	display: none;
	border-radius: 0;
}
.alertmsg .container {
	position: relative;
}
.alertmsg .btnCloseAlert {
	float: right;
	/*top: 7px;
	right: 20px; */
	margin-right: 20px;
	font-size: 30px;
	color: rgba(255,255,255,0.5);
	cursor: pointer;
}
.alertmsg.mapAlert .btnCloseAlert {
	right: 10px;
}
.alertmsg .btnCloseAlert:hover {
	color: rgba(255,255,255,0.9);
}
.alertmsg h4, .alertmsg h1 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	color:#FFF;
}
.alertmsg p {
	font-size: 14px;
	line-height: 18px;
	max-width: 800px;
	margin: 8px 0 0 0;
}
.alertmsg p a, .alertmsg a  {
	color: rgba(255,255,255,0.7);
	text-decoration: underline !important;
	font-weight: 400;
	transition: color 200ms ease;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
}
.alertmsg p a:hover,
.alertmsg p a:active {
	color: rgba(255,255,255,0.9);
}
.alertmsg .bigIcon {
	color: rgba(255,255,255,0.6);
	font-size: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: calc(50% - 30px);
	display: none;
}
.alertmsg .bigIcon .fa-fire {
	font-size: 80px;
	height:80px;
}
.alertmsg.general {
	background-color: #337ab7;
}
.alertmsg.fire {
	background-color: #c16e10;
}
.alertmsg.promotion {
	background-color: #919f38;
}
.alertmsg.travel {
	background-color: #1e3f56;
}
.alertmsg.weather {
	background-color: #ff5f41;
}
.alertmsg.closed {
	background-color: #ffa500;
}

.fa-wheelchair {
	color:  #0c67cf;
}

#availCalendar label,
#listAvailCalendar label {
	/*margin-top: 15px;*/
	width: 44.9%;
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
	// border: 1px solid #ddd;
	border-color: #ccc;
	border-radius: 3px;
	font-size: 16px;
	margin-bottom: 15px;
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}
#availCalendar label span,
#listAvailCalendar label span {
	color: #a6401c;
	display: block;
	font-size: 16px;
}
#availCalendar i.fa,
#listAvailCalendar i.fa {
	margin-top: 7px;
	width: 10%;
	text-align: center;
	color: #a6401c;
	transition: margin-top 250ms ease;
	-webkit-transition: margin-top 250ms ease;
	-moz-transition: margin-top 250ms ease;
	-o-transition: margin-top 250ms ease;
}
#availCalendar .btnNextAvail i.fa,
#listAvailCalendar .btnNextAvail i.fa {
	color: #fff;
	margin-top: 0 !important;
}

.parkInfoBox {
	width: 100%;
	background-color: #eee;
	padding: 40px;
	border-radius: 5px;
	margin-top: 25px;
	overflow: hidden;
}
.parkInfoBox h3 {
	color: #c16e10;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.parkInfoBox p {
	font-size: 14px;
}
.parkInfoBox img {
	width: 150px;
	float: right;
	display: block;
	margin: 0 0 10px 10px;
}
.parkInfoBox.dayUse {
	margin-top: 0;
}

.selectedDates {
	margin-bottom: 10px;
}
.selectedDates span {
	color: #a6401c;
	display: block;
	font-size: 16px;
}
.selectedDates .sidebar {
	background-color: #eee;
	padding: 5px 10px;
	border-radius: 5px;
	display: none;
}
.selectedDates .sidebar div.chosen {
	margin: 5px 0;
}

#filterDiv,
#textFilterDiv {
	margin: 0 0 2px 1px;
	/*text-transform: capitalize;*/
}
#filterDiv .panel-default,
#textFilterDiv .panel-default {
	border: none;
	box-shadow: none;
}
#filterDiv .panel-default>.panel-heading+.panel-collapse>.panel-body,
#textFilterDiv .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}
#filterDiv .panel-heading,
#textFilterDiv .panel-heading {
	padding: 0;
	background: none;
}
#filterDiv .panel-title,
#textFilterDiv .panel-title {
	border: none;
}
#filterDiv .panel-title > a,
#textFilterDiv .panel-title > a {
	text-decoration: underline;
	font-size: 16px;
	color: #666;
	font-weight: 400;
	margin-bottom: 6px;
	display: block;
}
#filterDiv .panel-title > a:hover,
#textFilterDiv .panel-title > a:hover {
	font-size: 16px;
	color: #666;
}
#filterDiv .panel-body,
#textFilterDiv .panel-body {
	padding: 0;
}
#filterDiv .collapse.in,
#textFilterDiv .collapse.in {
	margin-bottom: 10px;
}
#filterDiv #reset {
	text-align: right;
    display: inline-block;
    float: right;
    font-size: 14px;
    /*text-transform: uppercase;*/
    text-decoration: underline;
    font-family: 'Gibson', sans-serif;
}
#filterDiv a#reset { color: #666; }
#filterDiv select.form-control {
	margin: 0 0 15px 0;
}
.reservationInfo {
	margin-bottom: 10px;
}
/* Buttons */
.btnClear {
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
	margin-top: -8px;
	display: none;
}
.btnClear:hover,
.btnClear:active {
	text-decoration: underline;
}
.btnNext, .accountBtn {
	/*background-color: #c16e10;*/
	background-color:#F78800;
	color: #ffffff;
	width: 100%;
	height: 45px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 0 14px;
	border-radius: 4px;
	border:1px solid #91510d;
	text-align: center;
	cursor: pointer;
	/* float: right; */
	margin: 10px 0;
	transition: background-color 0.3s ease;
}
.dateRangePicker .btnNext i.fa {
	color: #ffffff;
}

.btnNext:hover,
.btnNextAvail:hover,
#btnReserve:hover,
#btnPreReserve:hover,
#another_reservation:hover,
#printme:hover,
#cancel:hover,
#send:hover,
#share:hover,
.accountBtn:hover,
#login:hover {
	background-color: #d97c12;
	color: #ffffff;
}
.btnAvailModal {
	text-align: center;
	font-size: 14px;
	color: #666;
	text-decoration: underline;
	font-weight: 400;
	margin-top: 20px;
	display: block;
}
.btnAvailModal:hover,
.btnAvailModal:active {
	color: #333;
	text-decoration: underline;
}
.btnBack,
.btnStartOver {
	background-color: rgba(145,127,96,.8);
	width: 100%;
	height: 45px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 0 14px;
	border-radius: 4px;
	border:1px solid rgb(145,127,96);
	text-align: center;
	cursor: pointer;
	float: left;
	margin: 10px 0 30px 0;
	transition: background-color 0.3s ease;
}
.btnBack:hover,
.btnStartOver:hover {
	background-color: rgba(145,127,96,1);
	transition: background-color 0.3s ease;
}
.selectedDates span.btnBackDate {
	display: none;
}
.innerbox .nextAvailWrap p,
#listAvailCalendar .nextAvailWrap p {
	margin-top: 15px;
}
.btnNextAvail {
	background-color: #c16e10;
	width: 100%;
	height: 45px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 0 14px;
	border-radius: 4px;
	border:1px solid #91510d;
	text-align: center;
	cursor: pointer;
	/* float: right; */
	margin: 5px 0 10px 0;
	transition: background-color 0.3s ease;
}
#btnPreReserve {
	background-color: #c16e10;
	width: 100%;
	height: 45px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 0 14px;
	border-radius: 4px;
	border:1px solid #91510d;
	text-align: center;
	cursor: pointer;
	float: right;
	margin: 10px 0;
	// display: none;
	transition: background-color 0.3s ease;
}
#btnReserve {
	background-color: #c16e10;
	width: 100%;
	height: 45px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 0 14px;
	border-radius: 4px;
	border:1px solid #91510d;
	text-align: center;
	cursor: pointer;
	float: right;
	margin: 10px 0 30px 0;
	// display: none;
	transition: background-color 0.3s ease;
}
#another_reservation, #printme {
	background-color: rgba(193,110,16,0.85);
	border:1px solid rgba(193,110,16,0.85);
	width: 100%;
	height: 45px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 0 14px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	float: right;
	margin: 10px 0 10px 0;
	transition: background-color 0.3s ease;
}
.accountBtn {
	background-color: rgba(193,110,16,0.85);
	border:1px solid rgba(193,110,16,0.85);
	height: 45px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 0 14px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	margin: 10px 0 10px 0;
	transition: background-color 0.3s ease;
}
.listTable tr.selected {
	background-color: rgba(193,110,16,0.85);
}
#btnMap, #btnList {
	height: 30px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	float: right;
	margin: -5px 0 3px 15px;
	position: absolute;
	right: 16px;
}
#btnMap:hover, #btnList:hover {
	color:#c36c00;
	text-decoration: underline;
}
#btnList.multitab {
	top: -22px;
}
#btnList.singletab {
	top: -22px;
}
#btnMap.multitab {
	top: -31px;
	z-index: 9;
}
#btnMap.singletab {
	top: -22px;
	z-index: 9;
}
table.listTable {
	margin-top: 0;
}
#mapList {
	z-index: 1;
}
#btnCoupon {
	background-color: rgba(0,0,0,.6);
	height: 30px;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	padding: 0 14px;
	border-radius: 4px;
	border:1px solid rgba(0,0,0,.8);
	text-align: center;
	cursor: pointer;
	margin: 0 0 4px 0;
	display: inline-block;
}
.couponLabel {
	color: #a6401c;
	text-decoration: underline;
	cursor: pointer;
}
#showButton {
    background-color: #3a84ef;
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 0 14px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    /* float: right; */
    border:1px solid #3a84ef;
    margin: 10px 0;
    transition: background-color 0.3s ease;
}
#showButton:hover {
    background-color: #1b72ef;
}

.attentionInner {
    border: 3px solid #e4a23b;
    margin: 30px 0 15px 0;
    text-align: center;
	background-color: rgba(193,110,16,0.85);
    display: none;
}
circle, text { cursor: pointer; }


/* Map Styles */

.mapContainer {
	padding-top: 10px;
}

#tabButtons {
	margin: 0;
}
#tabButtons > li {
	width: 100%;
}
#tabButtons > li > a {
	border: solid 1px #ccc;
	background-color: #eee;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
}
#tabButtons > li > a:hover {
	/*font-weight: normal;*/
}
#tabButtons > li.active a {
	background-color: #a6401c;
	color: #fff;
}
#tabButtons .singletab {
	opacity: 0;
	height: 0;
}

.mobile.dropdown {
	width: 100%;
}
.mobile.dropdown .btn-default {
	width: 100%;
	height: 45px;
	background-color: #eee;
	background-image: none;
	border: solid 1px #ccc;
	margin: 10px 0;
	font-size: 16px;
	/*color: #2a85b8;*/
	color: #c16e10;
}
.mobile.dropdown .dropdown-menu {
	width: 100%;
	background-color: #eee;
	font-size: 16px;
}
.mobile.dropdown .dropdown-menu > li > a {
	/*color: #2a85b8;*/
	color: #c16e10;
	padding: 12px 15px;
	border-top: solid 1px #ddd;
}
.mobile.dropdown .dropdown-menu > .active > a {
	color: #fff;
	/*background-color: #a6401c;*/
	background-color: #c16e10;
	background-image: none;
}
.mobile.dropdown .dropdown-menu > li > a:hover,
.mobile.dropdown .dropdown-menu > li > a:focus,
.mobile.dropdown .dropdown-menu > li > a:active {
	color: #fff;
	/*background-color: #a6401c;*/
	background-color: #c16e10;
}

/*.reservationMap {
	min-height:600px;
	position: relative;
	background-size: cover;
	overflow: hidden;
	overflow-x: scroll;
}*/

.mapImg {
	position: absolute;
	width: auto;
	z-index: 900;
}

.iconBox {
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	position:relative;
	z-index: 2;
}
.iconBox .swipe {
	width: 100px;
	height: 200px;
	padding-top: 100px;
	/*margin: 0 auto;
	display: block;*/
	/*margin-top: 100px;*/
}

.plotpoint {
	color: #fff;
  border-radius: 50px;
  display: block;
  position: absolute;
  /* position: relative; */
  padding: 0;
  height: 30px;
  width: 30px;
  box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 1000;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.plotpoint.selected {
  border: 3px solid #f8e7c5;
  background-color: #ff951e;
  height: 35px;
  width: 35px;
  padding: 3px 0px;
  margin: -3px;
  cursor: pointer;
  box-shadow: 4px 4px 1px rgba(0,0,0,0.2);
}
.plotpoint.selected:hover {
	border: 3px solid ##c34511;
	background-color: ##c34511;
	color: ##fff;
}
.plotpoint.avail {
  border: 2px solid #f8e7c5;
  background-color: #65b5bc;
}

.plotpoint.closed {
  border: 2px solid #f8e7c5;
  background-color: #eb4034;
}

.plotpoint.avail:hover {
	border: 2px solid ##002c54;
	background-color: ##002c54;
	color: ##fff;
	height: 35px;
	width:35px;
	padding:3px 0px;
	margin:-3px;
	box-shadow: 4px 4px 1px rgba(0,0,0,0.2);
}
.plotpoint.disabled,
.plotpoint.limit,
.plotpoint.callreserveDisabled,
.plotpoint.noreserveDisabled,
.plotpoint.callreserveDisabled:hover,
.plotpoint.noreserveDisabled:hover {
  border: 2px solid #eae4da;
  background-color: #b5b3a1;
}
.plotpoint.callreserve,
.plotpoint.noreserve {
	border: 2px solid #f8e7c5;
  background-color: #65b5bc;
}
.plotpoint.callreserve:hover,
.plotpoint.noreserve:hover {
	border: 2px solid ##002c54;
	background-color: ##002c54;
	color: ##fff;
	height: 35px;
	width:35px;
	padding:3px 0px;
	margin:-3px;
}
.campRow a:hover,
.cabinRow a:hover {
	font-weight: normal;
}
.campRow.disabled,
.campRow.limit,
.cabinRow.disabled,
.campRow.callreserveDisabled,
.cabinRow.callreserveDisabled,
.campRow.noreserveDisabled,
.cabinRow.noreserveDisabled {
	/*display: none;*/
	color: #bbb;
}
.campRow.disabled .btnListAvail,
.cabinRow.disabled .btnListAvail {
	color: #fff;
	background-color: #bbb;
	padding: 3px;
	font-size: 18px;
	border-radius: 5px;
	transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
	-webkit-transition: background-color 200ms ease;
}
.campRow.disabled .btnListAvail:hover,
.cabinRow.disabled .btnListAvail:hover {
	background-color: #002c54;
	cursor: pointer;
}
/* Filtered styles */
#filterDiv .filterItem {
	display: none;
}
.plotpoint.lengthFilter,
.plotpoint.ampsFilter,
.plotpoint.accessFilter,
.plotpoint.waterFilter,
.plotpoint.sewerFilter,
.plotpoint.adaFilter,
.plotpoint.adjFilter,
.plotpoint.bedsFilter,
.plotpoint.petsFilter,
.plotpoint.villaFilter,
.plotpoint.camperFilter,
.plotpoint.lakefrontFilter,
.plotpoint.riverfrontFilter,
.plotpoint.oceanfrontFilter {
  height: 18px;
  width: 18px;
  margin: 6px 0 0 6px;
	font-size: 0px;
	line-height: 16px;
	border: 2px solid #515151 !important;
	background-color: #909170 !important;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	color: ##fff;
	-webkit-transition: all .25s ease);
     -moz-transition: all .25s ease);
      -ms-transition: all .25s ease);
       -o-transition: all .25s ease);
          transition: all .25s ease);
}
.plotpoint.lengthFilter:hover,
.plotpoint.ampsFilter:hover,
.plotpoint.accessFilter:hover,
.plotpoint.waterFilter:hover,
.plotpoint.sewerFilter:hover,
.plotpoint.adaFilter:hover,
.plotpoint.adjFilter:hover,
.plotpoint.bedsFilter:hover,
.plotpoint.petsFilter:hover,
.plotpoint.villaFilter:hover,
.plotpoint.camperFilter:hover,
.plotpoint.lakefrontFilter:hover,
.plotpoint.riverfrontFilter:hover,
.plotpoint.oceanfrontFilter:hover {
	width: 22px;
	height: 22px;
	margin: 4px 0 0 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

tr.lengthFilter,
tr.ampsFilter,
tr.accessFilter,
tr.waterFilter,
tr.sewerFilter,
tr.adaFilter,
tr.adjFilter,
tr.bedsFilter,
tr.petsFilter,
tr.camperFilter,
tr.villaFilter ,
tr.lakefrontFilter,
tr.oceanfrontFilter,
tr.riverfrontFilter {
 	display: none;
}

#textList {
	overflow: visible;
	border: none;
	margin-top: 0;
}
#textList.multitab {
	margin-top: 15px;
}
#textList.table-responsive {
	overflow-x: unset;
}
/* List view checkboxes */
#textList i.checkbox {
	font-size: 27px;
	width: 21px;
	padding-top: 0;
}
#textList i.fa-phone-square {
	font-size: 24px;
}

#textList .table-responsive {
	border: none;
}
#textList .btnDetails {
	cursor:pointer;
	font-weight: 600;
}

/* Tool Tip Styles */
.beds { font-weight: bold; }
.infoBox, .infoBoxRT {
	/*background: transparent url('/images/infoboxshadowsym.png') no-repeat bottom center;*/
	padding-bottom: 2px;
	position: absolute;
	/*width: 360px;*/
	width: 100%;
	font-size:13px;
	display: none;
	/*background-color: green;*/
	z-index: 999;
	width: 290px;
	margin-left: -145px;
}
.infoBox .innerbox {
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.infoBox.disabled .innerbox {
	border-color: #999;
}
.infoBox.disabled .innerbox h3 {
	background-color: #999;
}
.infoBox.closed .innerbox {
	border-color: #eb4034;
}
.infoBox.closed .innerbox h3 {
	background-color: #eb4034;
}
.infoBox.selected .innerbox {
	border-color: #c16e10;
}
.infoBox.selected .innerbox h3 {
	background-color: #c16e10;
}
.infoBox .priceWrap .price,
.infoBoxList .priceWrap .price {
	font-size: 20px;
	font-weight: 700;
	color: #c16e10;
}
.infoBox .priceWrap .price.pricerange,
.infoBoxList .priceWrap .price.pricerange {
	font-size: 16px;
}
.infoBox table.toolTip td {
	line-height: 16px;
	vertical-align: top;
	padding: 3px 0;
	font-size: 13px;
}
.infoBox p.para1 {
	line-height: 15px;
	padding-top: 10px;
}

.infoBoxList .modal-content {
	border-radius: 10px;
}
.infoBoxList.avail .modal-content {
	background-color: #4a5021;
}
.infoBoxList.disabled .modal-content {
	background-color: #999;
}
.infoBoxList .modal-header {
	padding-top: 5px;
	border-bottom: none;
}
.infoBoxList .modal-title {
	color: #fff;
}
.infoBoxList .modal-header .close  {
	font-size: 40px;
	margin-top: -10px;
	color: rgba(255,255,255,0.8);
}
.infoBoxList .modal-body {
	background-color: #fff;
}
.infoBoxList table.toolTip {
	width: 100%;
}
/*.infoBoxList img {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-bottom: 10px;
	margin-top: 0;
	border: none;
}*/
.infoBoxList .infoBoxListImage {
	width: 570px;
    height: 380px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -25px;
    margin-left: -15px;
    margin-bottom: 15px;
    right: 0;
	z-index: 2;
}
.innerbox div.resStatus {
	font-size:16px;
	font-weight:bold;
	margin:-5px 6px 8px 12px;
}
.innerbox h3 {
	background-color: #4a5021;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	color: #ffffff !important;
	font-size: 14px;
	margin: -1px -1px 14px;
	width: calc(100% + 2px);
	-moz-border-radius: 0px 0px 0 0;
	padding: 5px 10px;
}
.innerbox div.selectme {
	background-color: #c16e10;
	/* width: 140px; */
	width: 100%;
	/*height: 16px;*/
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 6px 10px 7px;
	border-radius: 3px;
	border:1px solid #91510d;
	text-align: center;
	cursor: pointer;
	float: left;
	margin: 0 0 10px 0;
}
.innerbox div.unavailMsg {
	color: #c16e10;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
	display: none;
	font-weight: bold;
}
.innerbox div.unavailReason,
.infoBoxList .listUnavailReason {
	color: #FB6048;
	font-size: 15px;
	line-height: 1.2em;
	text-align: center;
	margin: -8px 0 10px 0;
}
.innerbox div.callReserveMsg,
.innerbox div.noReserveMsg {
	color: #c16e10;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
	display: none;
	font-weight: bold;
}
.listCallReserveMsg,
.listNoReserveMsg {
	color: #c16e10;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	display: none;
	font-weight: bold;
	/*height: 60px;*/
}
.listUnavailMsg {
	color: #a6401c;
	text-align: center;
	margin-bottom: 10px;
	display: none;
	font-weight: bold;
	font-size: 18px;
	/*height: 60px;*/
}

.innerbox .closedMsg div {
	background-color: #917f60;
	/* width: 140px; */
	width: 100%;
	/*height: 16px;*/
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 6px 10px 7px;
	border-radius: 3px;
	border:1px solid #625641;
	text-align: center;
	cursor: pointer;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
}


.innerbox div.closedMsg div:hover,
.closedMsg div:hover {
	background-color: #9d8b6c;
}
.innerbox div.closedMsg .fa-spinner,
.closedMsg .fa-spinner {
	display: none;
	position: absolute;
	right: 9px;
	top: 9px;
}

.innerbox div.btnAvailCalendar,
.btnListAvailCalendar {
	background-color: #917f60;
	/* width: 140px; */
	width: 100%;
	/*height: 16px;*/
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 6px 10px 7px;
	border-radius: 3px;
	border:1px solid #625641;
	text-align: center;
	cursor: pointer;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
}
.innerbox div.btnAvailCalendar:hover,
.btnListAvailCalendar:hover {
	background-color: #9d8b6c;
}
.innerbox div.btnAvailCalendar .fa-spinner,
.btnListAvailCalendar .fa-spinner {
	display: none;
	position: absolute;
	right: 9px;
	top: 9px;
}
.innerbox div#availCalendar,
#listAvailCalendar {
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;
}
#availCalendar #dateRangeText,
#listAvailCalendar #dateRangeText {
	font-size: 14px;
	margin-bottom: 5px;
}
#availCalendar #dateRangeText span,
#listAvailCalendar #dateRangeText span {
	color: #777;
}
.innerbox div.notme {
	background-color: #4a4f21;
	width: 100%;
	/*height: 16px;*/
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 6px 10px 7px;
	border-radius: 3px;
	border:1px solid #6e6048;
	text-align: center;
	cursor: pointer;
	float: left;
	margin: 0 0 10px 0;
}
.innerbox .close {
	/* margin: 3px 0 0 274px; */
	right: 10px;
	top: 12px;
	position: absolute;
	width:16px;
	color:#fff;
	opacity: 0.8;
}
.infoBox .loadingImg {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    margin-top: 61px;
}
.infoBox .siteImg {
    width: 280px;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 12px;
    z-index: 2;
    right: 0;
    color: #fff;
}
.infoBoxList .siteImg {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 12px;
    z-index: 2;
    right: 0;
    color: #fff;
}
.infoBox .imageLink, .infoBoxList .imageLink {
	position:relative;
	display: block;
}
.infoBox .imageLink .fa,
.infoBoxList .imageLink .fa,
.infoBox .siteImageDiv .fa {
    opacity: 0;
    position: absolute;
    top: 200px;
  left: 120px;
  font-size: 60px;
  color: #fff;
  z-index: 3;

  -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.infoBox .imageLink:hover .fa,
.infoBox .siteImageDiv .fa {
    opacity: .7;
}
/* disabled infoBox image styles */
.infoBox.disabled.calendarOpen .loadingImg {
    margin-top: 0;
}
.infoBox.disabled.calendarOpen .siteImg {
    right: auto;
    margin-top: -4px;
}
.features {
	margin: 0 0px;
}
.innerbox img.photo {
	margin: 0px 10px 10px 10px;
	position: relative;
	z-index: 10;
	/*width: 270px;*/
	width: 95%;
}
.innerbox img.zoom {
	position: absolute;
	z-index:10;
	left: 270px;
	top: 135px;
	height: 30px;
	width: 30px;
}
.innerbox div.para1 {
	margin: 10px 10px 0;
	line-height: 1.2;
}
.innerbox p.desc  {
	margin: 5px 12px 6px 12px;
	font-size: 13px;
	line-height:1.3;
}

.innerbox p.desc.rates, .infoBoxList p.desc.rates {
	font-size: 13px;
}

.innerbox table {
    /*font-size: 16px;*/
    margin: 0 10px;
    width: calc(100% - 25px);
}
.innerbox table tr td {
	font-size: 14px;
}
.innerbox {
	/*background: white url(/images/infoboxbg.png) no-repeat bottom center;*/
	background-color: #ffffff;
	border: 5px solid #4a5021;
	border-radius: 8px;
	/* margin: 25px; */
	-moz-border-radius: 8px;
	padding-bottom: 10px;
	/*width: 300px;*/
	margin: auto;
	width: 100%;
	max-width: 290px;
}
.infoBoxRT > .innerbox {
	margin:25px 35px 15px 15px !important;
}
.innerbox h2,.innerbox h3,.innerbox h4,.innerbox h5 {
	color: #FFF;
}
/* Little Pointers */
.infoBox .innerbox > .popupcorner {
	height:20px;
	width:20px;
	margin-left: -21px;
	margin-top: 120px;
	margin-right: 0;
	font-size: 40px;
	color: #4a5021;
	position: absolute;
}
.infoBox.disabled .innerbox > .popupcorner  {
	color: #4a5021;
}
.infoBox.selected .innerbox > .popupcorner  {
	color: #c16d12;
}
.infoBoxRT > .innerbox > .popupcorner {
    height:20px;
    width:20px;
    margin-left:280px;
    margin-right: 0px;
    margin-top: 10px;
    position: absolute;
}
.siteImageDiv img {
	width: 100%;
	margin: 12px 0;
 }


 a.showPolicyDialog, span.showPolicyDialog {
	font-weight: 400;
	text-decoration: underline;
}

table.toolTip {
	border: none !important;
	/*width: 180px;*/
	width: 240px;
}
table.toolTip td {
	padding: 2px;
	/*font-size: 12px;*/
	border: none !important;
}

/* Other Table Styles */
tr.tablehead, .invoiceHD, .invoice-title {
	background-color: #4a5021;
}
tr.tablehead td, .invoiceHD, .invoice-title {
	padding: 10px 10px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
tr.tablehead.invColor {
	background-color: #a6401c;
}


div.invoice-title span, div.invoice-title span a, div.invoice-title span label {
    font-style: italic;
    /*letter-spacing: .64px;*/
    font-weight: bold;
    font-size: 14.4px;
    color: #fff;
    float: right;
    margin-right: 5px;
}


.formCells {
    border: none;
    padding: 0;
    margin-bottom: 15px;
    font-size: 17.6px;
}
.formCells label {
    /*text-align: center;*/
}

.formCells label span, .formCells .btnCVV, .formCells .btn-link  {
    display: inline;
    text-decoration: none;
    font-size: 14px;
    margin: 0 0 0 5px;
	color: #c36c00;
    -webkit-transition: all .1sease-in-out;
    transition: all .1sease-in-out;
    font-weight: 700;
}

.btn-link:hover, .btnCVV:hover {
  color: gray;
}

.formCells label.text-left {
    text-align: left;
}
.formCells input {
    height: 40px;
    width: 100%;
    border-radius: 3px;
    border:1px solid #ccc;
    font-size: 16px;
    text-align: left;
    padding-left:4px;
    margin: 0 0 10px 0;
    font-weight:200;
}
.formCells select {
    height: 40px;
   /* width: 100%;*/
    border-radius: 3px;
    border:1px solid #ccc;
    font-size: 16px;
    text-align: left;
    padding-left:4px;
    margin: 0 0 10px 0;
}
.formCells img.cards {
    width: auto;
    height: 30px;
    margin-top: -10px;
}
.formCells div.tablerow {
    padding: 8px 0;
    width: 100%;
}
.formCells div.tablerow div:first-child {
    width: 100%;
    text-align: left;
    padding: 0 0 4px 0;
}
.formCells div.tablerow > div:last-child {
    width: 100%;
}
.formCells .tooltip {
    opacity: 1;
    bottom: 45px;
    display: none;
}
.formCells input[type=checkbox] {
    vertical-align: middle;
    margin: 0 5px 0 0;
    width: auto;
    height:24px;
}

.formCells img.cards {
	height: 40px;
	margin-top: 0;
}



#cancelInvoice span,
#cancelInvoice div,
#partialCancelModal span,
#partialCancelModal div,
#confirmCancelAllModal span,
#confirmCancelAllModal div,
#payInvoice span,
#payInvoice div {
  font-size: 17.6px !important;
}

#cancelInvoice .text-dkgreen,
#partialCancelModal .text-dkgreen,
#confirmCancelAllModal .text-dkgreen,
#payInvoice .text-dkgreen {
  font-size: 24px !important;
}

#cancelInvoice .totalNights,
#payInvoice .totalNights {
  padding-bottom: 8px !important;
}

#cancelInvoice .receiptDetailsBtn span,
#payInvoice .receiptDetailsBtn span {
  font-size: 13.4px !important;
}


#totalTable,
#confirmTotalTable {
	/*width: 100%;*/
	/*float: right;*/
	margin: 30px 0;
	border: none;
	text-align: right;
}
#totalTable tbody,
#confirmTotalTable tbody {
	border: none !important;
}
#totalTable td,
#confirmTotalTable td {
	font-size: 16px;
	padding:10px;
	font-weight: bold;
	text-align: right;
	border: none !important;
}
#totalTable .totalprice,
#confirmTotalTable .totalprice {
	color: #c16e10;
	font-weight: 700;
	padding-right: 25px;
	font-size: 20px;
}
#resTotal {
	font-size: 20px;
}
#minDeposit {
	font-size: 16px;
	margin-top: 10px;
}
#totalTable .depositprice {
	color: #c16e10;
	font-weight: 700;
	padding-right: 25px;
	font-size: 16px;
	margin-top: 10px;
}
#confirmReserve #minDeposit {
	font-size: 20px;
	margin-top: 0;
}
#confirmReserve #totalTable .depositprice {
	color: #c16e10;
	font-weight: 700;
	padding-right: 25px;
	font-size: 20px;
	margin-top: 0;
}
#confirmReserve #totalTable .balanceprice {
	color: #c16e10;
	font-weight: 700;
	padding-right: 25px;
	font-size: 16px;
	margin: 0;
}
.btnPayAmount {
	/*background-color: rgba(193,110,16,0.5);*/
	background-color: rgba(0,0,0,0.35);
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
	margin: 0 0 5px 0;
	border-radius: 3px;
	border: solid 2px rgba(255,255,255,0.2);
	cursor: pointer;
}
.btnPayAmount:hover {
	/*background-color: rgba(193,110,16,0.7);*/
	background-color: rgba(0,0,0,0.5);
}
.btnPayAmount.selected {
	background-color: rgba(193,110,16,1);
	border: solid 2px rgba(0,0,0,0.2);
}
.btnPayAmount span {
	font-weight: 700;
	/*font-size: 18px;*/
	margin-left: 5px;
}
.depositCancelMsg {
	background-color: #c0d72f;
    color: #333;
    padding: 15px 15px 5px 15px;
    width: calc(100% - 30px);
    margin: 20px 0 0 15px;
    text-align: center !important;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
}
/*#couponTable {
	margin:10px 0 60px 0;
}
#couponTable table {
	width:330px;
}*/
#coupon input[type=text] {
	width: 100%;
	height: 33px;
	padding: 5px 7px;
	border: solid 1px #ccc;
	border-radius: 3px;
}
#coupon input[type=submit] {
	width: 100%;
	display: inline-block;
	margin: 10px 0 0 0;
	height: 33px;
}
.title {
	background-color: #4a5021;
	color: #fff;
	margin: 20px 0 30px 0;
	padding: 10px 0 10px 0px !important;
	text-align: left;
	/*clear: right;*/
}
.title span {
	color: #fff;
	float: right;
	font-size: 13px;
	font-weight: normal;
	padding: 0;
}
.title span a {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	display: block;
	margin-top: 8px;
}
.title span label {
	margin-top: 0;
}
.title span label input {
	vertical-align: bottom;
}
.title #copyBilling {
	margin-left: 15px;
}
.billingInfo {
	display: block;
	margin-bottom: 30px;
}
#terms {
	margin:20px 0 0 0;a
	display: block;
	padding: 0 0 20px;
	clear: left;
}
#termsADA {
	margin: 0;
	display: block;
	padding: 0 0 0 0;
	clear: left;
}
#termsPets {
	margin:20px 0 0 0;
	display: block;
	padding: 0 0 0 0;
	clear: left;
}
#termsGolfCart {
	margin:20px 0 0 0;a
	display: block;
	padding: 0 0 0 0;
	clear: left;
}
.customterms {
	display: block;
	padding: 0 0 0 0;
	/*clear: left;*/
}
#terms span, .customterms span, #termsADA span, #termsPets span, #termsGolfCart span {
	font-family: 'Gibsonbold', sans-serif;
	color: #C00;
	margin-right:10px;
}
#noAvailModal .modal-content {
	background-color: #91a21d;
	color: #FFFFFF;
}
#policies, .custompolicy {
	padding: 20px;
	margin: 15px 0 0 0;
	background-color: #c16e10;
	color: #fff;
}
#adapolicy {
/*	display: none;*/
	padding: 20px;
	margin: 15px 0 30px 0;
	background-color: #0c67cf;
	border-radius: 8px;
	color: #fff;
}
#petsPolicy {
	padding: 20px;
	margin: 15px 0 0 0;
	background-color: #337ab7;
	color: #fff;
}
#golfCartPolicy {
	padding: 20px;
	margin: 15px 0 0 0;
	background-color: #92A02D;
	color: #fff;
}
#policies h3 {
	color: rgba(0,0,0,0.6);
	font-size: 24px;
}
a#showPolicy {
	text-decoration: underline;
}
/* Form Elements */
input#startDate, input#endDate, input#coupon {
	height: 26px;
	border-radius: 3px;
	border:1px solid #ccc;
	font-size: 16px;
	text-align: center;
	width: 120px;
}
.formCells {
	border: none;
	padding: 0;
	margin-bottom: 15px;
}
.formCells label {
	text-align: center;
}
.formCells label span {
	display: inline;
	text-decoration: underline;
	font-size: 12px;
	margin: 5px 0 0 10px;
}
.formCells label.text-left {
	text-align: left;
}
.formCells input {
	height: 40px;
	width: 100%;
	border-radius: 3px;
	border:1px solid #ccc;
	font-size: 16px;
	text-align: left;
	padding-left:4px;
	margin: 0 0 10px 0;
	font-weight:200;
}
.formCells select {
	height: 40px;
	width: 100%;
	border-radius: 3px;
	border:1px solid #ccc;
	font-size: 16px;
	text-align: left;
	padding-left:4px;
	margin: 0 0 10px 0;
}
.formCells img.cards {
	width: auto;
	height: 25px;
}
.formCells div.tablerow {
	padding: 8px 0;
	width: 100%;
}
.formCells div.tablerow div:first-child {
	width: 100%;
	text-align: left;
	padding: 0 0 4px 0;
}
.formCells div.tablerow > div:last-child {
	width: 100%;
}
.formCells .tooltip {
	opacity: .9;
	bottom: 45px;
	display: none;
}
.formCells .tooltip .tooltip-inner {
	background-color: #a6401c;
}
.formCells .tooltip .tooltip-arrow {
	border-top-color: #a6401c;
}
#joinRow {
	padding:10px 0 10px 220px;
	width: 100%;
}
.hint {
	color: rgba(0,0,0,.3); ;
}
#opener {
	margin-left:10px;
	font-size: 12px;
}

input[type=submit] {
	height:30px;
	border:1px solid #b8b8b8;
	background-color: #fff;
	border-radius: 3px;
	font-size: 16px;
	margin-top:-2px;
}
input[type=checkbox] {
	transform:scale(1.6, 1.6);
	margin-right: 8px;
}
.formCells input[type=checkbox] {
	vertical-align: middle;
	margin: 0 5px 0 0;
	width: auto;
	height:24px;
}
.row .payTable div {
	display: inline-block;
	width: 100%;
}
.mapDates {
	width:100%;
}

#cards {
	height:32px;
	margin: 0 0 -10px 10px;
}
.addBottom {
	margin-bottom:30px;
}
.addTop {
	margin-top:30px;
}
.dialogImg {
	width: 250px;
	margin: 0 0 12px 12px;
	float: right;
}
.attrib {
	font-style: italic;
	font-size: 11px;
}
/* Use to switch on later */
input.addCountry, input.notState, .USA, #post, #post2, #province2, #province {
	display: none;
}
/* Receipt Styles */
.reportwidth {
	width: 100%;
}
// #navbar { width: 100%; }
/* jQuery Tweaks */
.ui-datepicker {
	font-size: 14px;
}
/*.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
}*/
.inputRow .inputGroupContainer, .inputRow label {
	padding-bottom: 10px;
}

.formTable .btnRemove {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	background-color: #9f7a4c;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	margin: 7px 5px 0 0;
	padding: 0 0 0 1px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	transition: background-color 200ms ease;
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
}
.formTable .btnRemove:hover {
	background-color: #c16e10;
}

/* Modals */
.modal-dialog {
	/*height: 84vh;*/
	margin-top: 8vh;
	/*background-color: #fff;*/
}
.modal-content {
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding: 15px;
}

	#petsModal .modal-dialog, #golfcartModal .modal-dialog {
		width: 100%;
		max-width: 450px;
		color: #fff;
		margin: 70px auto 30px auto;
		padding: 3px;
	}
		#golfcartModal .modal-content {
			background-color: #92A02D;
			border: solid 2px #fff;
			border-radius: 10px;
		}
		#petsModal .modal-content {
			background-color:#337ab7;
			border: solid 2px #fff;
			border-radius: 10px;
		}

.modal-body {
	overflow: hidden;
}

.priceDetailsBtn {
	background-color: #aeba49;
	color:#fff;
	border-color: #fff;
	font-size: 14px;
	display: block;
	margin: 10px 0 0 0;
	float: right;
	/*right: 0;*/
	transition: all 100ms ease;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
}
.priceDetailsBtn:hover,
.priceDetailsBtn:active,
.priceDetailsBtn:focus {
	background-color: #a2af26;
	color: #fff;
}

#policyDialog .modal-content,
#privacyModal .modal-content {
	background-color: #c16e10;
}
#policyDialog .modal-header span.border {
	width: 110px;
	border: none;
	border-top: 4px solid #4a5021;
	display: block;
	margin-bottom: 8px;
}
#policyDialog .modal-header h4 {
	/*color: rgba(0,0,0,0.6);*/
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	word-spacing: 3px;
}
#policyDialog .modal-header h5 {
	color: rgba(255,255,255,0.7);
  font-family: 'Reem Kufi', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
#policyDialog .modal-header .close,
#cvvModal .modal-header .close {
	font-size: 40px;
	margin-top: 0;
}
#policyDialog .modal-body {
	color: #fff;
}

#privacyModal .modal-header {
	padding: 5px 15px 10px 15px;
}
#privacyModal .modal-header h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	word-spacing: 3px;
}
#privacyModal .modal-header .close {
	font-size: 40px;
	margin-top: -6px;
}

#cvvModal .modal-header h4 {
	color: #c16e10;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	word-spacing: 3px;
}

#LOSExpDetails .modal-dialog {
	width: 100%;
	max-width: 450px;
	color: #39491d;
	margin: 70px auto 30px auto;
	padding: 3px;
}
#LOSExpDetails .modal-content {
	background-color: #aeba49;
	border: solid 2px #fff;
	border-radius: 10px;
}
#LOSExpDetails .modal-header {
	padding: 5px 15px 20px 15px;
	border: none;
}
#LOSExpDetails .modal-header .close {
	font-size: 40px;
	margin-top: 0;
}
#LOSExpDetails .modal-header h4 {
	color: #fff;
	font-size: 22px;
}
#LOSExpDetails .modal-header h5 {
	font-size: 14px;
	margin: 5px 0 0 0;
}
#LOSExpDetails .modal-body {
	padding: 0;
}
#LOSExpDetails .modal-body h5 {
	color: #fff;
	font-size: 18px;
	padding: 15px 15px 0 15px;
	margin: 0 0 15px 0;
	border-top: solid 1px #fff;
}
#LOSExpDetails .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,0.1);
}
#LOSExpDetails table {
	margin-bottom: 0;
}
#LOSExpDetails table tr td {
	width: 30%;
	padding: 7px 15px !important;
	border: none;
}
#LOSExpDetails table tr td.price {
	color: #39491d;
	font-weight: bold;
}
#LOSExpDetails table.subtotal {
	margin: 10px 0 20px 0;
	font-weight: bold;
}
#LOSExpDetails table.subtotal tr td.price {
	color: #fff;
}
/* Options Modals */
#addPetsModal .modal-dialog,
#addCartModal .modal-dialog {
	width: 100%;
	max-width: 450px;
	color: #fff;
	margin: 70px auto 30px auto;
	padding: 3px;
}
#addPetsModal .modal-content {
	background-color:#337ab7;
	border: solid 2px #fff;
	border-radius: 10px;
}
#addCartModal .modal-content {
	background-color:#92A02D;
	border: solid 2px #fff;
	border-radius: 10px;
}
#addPetsModal .modal-header,
#addCartModal .modal-header {
	padding: 5px 15px 20px 15px;
	border: none;
}
#addPetsModal .modal-header .close,
#addCartModal .modal-header .close {
	font-size: 40px;
	margin-top: 0;
}
#addPetsModal .modal-header h4,
#addCartModal .modal-header h4 {
	color: #fff;
	font-size: 24px;
	margin: 5px 0 0 0;
}

/* Discounts */
.showDiscounts,
.hideDiscounts {
  font-size: 12px;
  padding: 3px 6px;
  background-color: rgba(193,110,16,0.85);
  color: #fff;
  border: solid 1px #fff;
  border-radius: 3px;
  margin-top: 5px;
  transition: background-color 200ms ease;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
}
.hideDiscounts {
  display: none;
}
.showDiscounts:hover,
.showDiscounts:active,
.hideDiscounts:hover,
.hideDiscounts:active {
  background-color: rgba(193,110,16,1);
}

#discountModal .modal-content {
  padding: 0;
  background-color: #c16e10;
}
#discountModal .modal-header h4 {
  color: rgba(0,0,0,0.6);
  font-size: 20px;
  margin-bottom: 0;
}
#discountModal .modal-header h5 {
  color: #fff;
  margin-top: 5px;
  font-size: 16px;
}
#discountModal .modal-header h4 i.fa-spinner {
	color: #fff;
	margin-left: 5px;
	display: none;
}

#discounts,
/*#couponCode,*/
#discountAmnt {
  display: none;
}
td.discountLabel {
  vertical-align: top;
  width: 48%;
  /*font-weight: 700;*/
}

#discounts h3 {
  display: block;
  margin-bottom: 12px
}
.btnDiscount {
  background-color: rgba(193, 110, 16, 0.85);
  color: #fff;
  padding: 3px 6px;
  border: solid 1px #fff;
  border-radius: 3px;
  margin-top: 5px;
  transition: background-color 200msease;
  -webkit-transition: background-color 200msease;
  -moz-transition: background-color 200ms ease;
}



.btnDiscount.odd {
  margin-right: 1%;
}
.btnDiscount.even {
  margin-left: 1%;
}
.btnDiscount:hover,
.btnDiscount:active {
	background-color: rgba(193,110,16,1);
	color: #fff;
}
.btnDiscount.selected {
	background-color: rgba(193,110,16,1);
	color: #fff;
}

.btnDiscount p {
  color: rgba(255,255,255,0.6);
  font-size: 12px !important;
  line-height: 14px;
}
.btnApplyDiscount {
  width: 100%;
  padding: 4px;
  float: right;
  background-color: rgba(193,110,16,0.85);
  border: solid 1px #fff;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  transition: background-color 200ms ease;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  cursor: pointer;
}
.btnApplyDiscount:hover,
.btnApplyDiscount:active {
  background-color: rgba(193,110,16,1);
}

span.occupantType {
  display: block;
  font-size: 14px;
}
span.occupantType.active {
  color: #c16e10;
  font-weight: 700;
}
span.occupantType input {
  margin-right: 3px;
}
span.occupantTypeDesc {
  display: block;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  margin: 0 0 7px 20px;
  max-width: 220px;
  color: #888;
}
span.appliedDiscount {
  color: #888;
  font-size: 14px;
}
.btnRemoveDisc {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background-color: #9f7a4c;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  margin: 7px 0 0 6px;
  padding: 0 0 0 0;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: background-color 200ms ease;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
}
.btnRemoveDisc:hover {
  background-color: #c16e10;
}
.btnRemoveDisc.fa-spinner {
  color: #c16e10;
  font-size: 16px;
  background-color: transparent;
  margin: 5px 0 0 5px;
}
tr#couponCode .inputCode {
  width: 48%;
  height: 35px;
  border-radius: 3px;
  border: solid 1px #ccc;
  float: left;
  padding: 0 5px;
  text-transform: uppercase;
  color: #c16e10;
  text-align: center;
  margin-top: 5px;
}
tr#couponCode .btnValidate {
  width: 48%;
  height: 35px;
  float: right;
  background-color: rgba(193,110,16,0.85);
  border: solid 1px #fff;
  border-radius: 3px;
  color: #fff;
  margin-top: 5px;
  transition: background-color 200ms ease;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
}
tr#couponCode .btnValidate:hover,
tr#couponCode .btnValidate:active {
  background-color: rgba(193,110,16,1);
}
tr#couponCode .btnValidate i.fa {
	margin-left: 5px;
	width: 20px;
	height: 20px;
}
tr#couponCode .text-danger {
  font-size: 12px;
}
/* /Discounts */

#confirmReserve .modal-header {
	padding: 15px 0;
}
#confirmReserve .modal-header h4 {
	font-size: 20px;
	color: #c16e10;
	font-weight: 600;
	text-transform: uppercase;
	word-spacing: 3px;
}
#confirmReserve .modal-header h5 {
	font-size: 16px;
	color: #333;
	margin: 0;
}
#confirmReserve .modal-body {
	padding: 0;
}

#confirmReserve #confirmEmail {
	background-color: #eee;
  padding: 20px 20px 10px 20px;
  margin: 25px 0 10px 0;
}
#confirmReserve #confirmEmail h4 {
	color: #c16e10;
	font-size: 16px;
}
#confirmReserve #confirmEmail h5 {
	font-size: 22px;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
}
#confirmReserve #confirmEmail p a {
	color: #4b5021;
  text-decoration: underline;
  cursor: pointer;
}

#confirmCancelAllModal .modal-header h4,
#partialCancelModal .modal-header h4 {
	font-size: 20px;
	color: #c16e10;
	font-weight: 600;
	text-transform: uppercase;
	word-spacing: 3px;
}

#confirmCancel {
	background-color: #eee;
  padding: 20px 20px 10px 20px;
  margin: 25px 0 10px 0;
}

/* GIFT CARD STYLES */
#giftCardSection {
	margin-bottom: 20px;
}
img.giftCardImg {
	width: 85px;
	/*position: absolute;
	right: 15px;*/
}
#giftCardFields {
	padding-top: 25px;
}
#giftCardFields input {
	width: 100%;
}
#btnWrap {
	padding-top: 10px;
}
#btnGCReset {
	width: 49%;
	height: 40px;
	background-color: #a4977e;
	color: #fff;
	border-radius: 3px;
	border: none;
	margin-right: 2%;
	float: left;
}
#btnCheckBalance {
	width: 49%;
	height: 40px;
	background-color: #c16e10;
	color: #fff;
	border-radius: 3px;
	border: none;
}
.refundMsg {
	color: #c00;
	font-size: 11px;
}
#giftCardFields input#giftCardAmount {
	width: 48%;
}
.availBalance {
	color: #c16e10;
}
.balanceDue {
	color: #c16e10;
	font-weight: 700;
}
.captchaWrap {
	display: none;
	margin-bottom: 10px;
}
.captchaWrap img {
	width: 100%;
}
.captchaWrap .labelbox {
	font-size: 14px;
	line-height: 25px;
}
.captchaInputWrap {
	display: none;
	width: 49%;
	float: right;
}
#btnCaptchaRefresh {
	background-color: transparent;
	font-size: 16px;
	border: none;
}
p.giftcardError {
	color: #C00;
	font-size: 12px;
}
#giftCardNumber.has-error {
	border-color: #a94442;
	color: #a94442;
}

#noAvailModal h3.modal-title {
	color: rgba(255,255,255,0.8);
	font-size: 26px;
}

.couponInputGroup label {
    margin-bottom: 15px;
}
.couponInputGroup input {
    height: 35px;
}

#validateCouponBtn {
	text-align: center;
	background-color: rgba(193,110,16,0.85);
	color: #fff;
	padding: 5px 20px;
	height: 35px;
	border-radius: 3px;
	cursor: pointer;
	transition: background-color 200ms ease;
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
}
#validateCouponBtn:active,
#validateCouponBtn:hover {
	background-color: rgba(193,110,16,1);
	color: #fff;
}
.btnDonate {
	width: 50%;
	height: 35px;
	float: left;
	margin-right: 5px;
	text-align: center;
	background-color: rgba(193,110,16,0.85);
	color: #fff;
	padding: 5px 0;
	border-radius: 3px;
	cursor: pointer;
	transition: background-color 200ms ease;
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
}
.btnDonate:active,
.btnDonate:hover {
	background-color: rgba(193,110,16,1);
	color: #fff;
}
/*.btnDonate .fa {
	font-size:18px;
	padding-right: 4px;
	opacity: .8;
}*/
.btnDonatePrice {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 5px 0;
    height: 38px;
    margin-bottom: 8px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 200msease;
    -webkit-transition: all 200msease;
    -moz-transition: all 200ms ease;
}
	.btnDonatePrice:hover {
		background-color: rgba(255,255,255,0.6);
	}
	.btnDonatePrice.active {
		background-color: #c16e10;
	}

.btnRoundDonate,
.btnGiftCard {
	width: calc(50% - 5px);
	float: right;
	background-color: rgba(193,110,16,0.85);
	color: #fff;
	height: 35px;
	padding: 5px 0;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	transition: background-color 200ms ease;
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
}

#btnGCReset {
	background-color: #a4977e;
	color: #fff;
	height: 35px;
	padding: 5px 0;
	border-radius: 3px;
	border: solid #6c757d 1px;
	text-align: center;
	cursor: pointer;
	transition: background-color 200ms ease;
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
}

.btnGiftCard:active,
.btnGiftCard:hover,
.btnRoundDonate:active,
.btnRoundDonate:hover {
	background-color: rgba(193,110,16,1);
	color: #fff;
}
#donationModal .modal-content,
#roundDonationModal .modal-content {
	background-color: #599099;
	color: #fff;
}
#donationModal .modal-title,
#roundDonationModal .modal-title {
	color: rgba(255,255,255,0.7);
	font-size: 20px;
}
#donationModal p,
#roundDonationModal p {
	margin-bottom: 15px;
}
#donationModal .btnPrice {
	width: 32%;
	margin-right: 2%;
	float: left;
}
#donationModal .btnPrice,
#donationModal .btnPriceOther {
	background-color: rgba(255,255,255,0.4);
	padding: 5px 0;
	height: 38px;
	margin-bottom: 8px;
	border-radius: 5px;
	border: 2px solid rgba(255,255,255,0.3);
	cursor: pointer;
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
}
#donationModal .btnPrice:hover {
	background-color: rgba(255,255,255,0.6);
}
#donationModal .btnPrice.active,
#donationModal .btnPriceOther.active {
	background-color: #c16e10;
}
#donationModal .btnPriceOther {
	width: 49%;
	float: left;
}
#donationModal div.priceInput {
	width: 49%;
	float: right;
	background-color: rgba(255,255,255,0.5);
	padding-left: 5px;
	border-radius: 3px;
}
#donationModal div.priceInput span {
	display: inline-block;
	margin-top: 2px;
	font-size: 20px;

}
#donationModal div.priceInput input {
	width: 90%;
	float: right;
	height: 38px;
	padding: 5px 0;
	color: #333;
	border-radius: 3px;
	border-color: transparent;
	text-align: center;
	font-size: 18px;
}
#btnAddDonation {
	background-color: rgba(193,110,16,0.85);
	color: #fff;
	text-transform: uppercase;
	margin-top: 12px;
	height: 38px;
	padding: 5px 0;
	border-radius: 3px;
	border: solid 2px rgba(255,255,255,0.3);
	cursor: pointer;
}
#btnAddDonation:hover,
#roundDonationModal div.btnRoundDonateApply:hover {
	background-color: rgba(193,110,16,1);
}
.btnRemoveDonation,
.btnRemoveRoundDonation {
	color: #fff;
	background-color: rgba(193,110,16,0.85);
	border-radius: 10px;
	font-size: 14px;
	padding: 2px 3.5px;
	cursor: pointer;
	transition: background-color 200ms ease;
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
}
.btnRemoveDonation:hover,
.btnRemoveDonation:active,
.btnRemoveRoundDonation:hover,
.btnRemoveRoundDonation:active {
	background-color: rgba(193,110,16,1);
}
#roundDonationModal div.btnRoundDonateApply {
	width: calc(50% - 5px);
	float: left;
	background-color: rgba(193,110,16,0.85);
	color: #fff;
	margin: 15px 0 0 5px;
	height: 38px;
	padding: 5px 0;
	border-radius: 3px;
	border: solid 2px rgba(255,255,255,0.3);
	cursor: pointer;
}
#roundDonationModal div.btnRoundDonateCancel {
	width: calc(50% - 5px);
	float: left;
	background-color: rgba(255,255,255,0.3);
	color: #fff;
	margin: 15px 5px 0 0;
	height: 38px;
	padding: 5px 0;
	border-radius: 3px;
	border: solid 2px rgba(255,255,255,0.3);
	cursor: pointer;
}
.donationWrap span.rule {
	display: block;
	float: right;
	border-top: solid 1px #999;
	width: 100%;
	margin: 5px 0;
}


.tab-content {
	/* zoom: 115%; */
	-webkit-transform: scale(1.15) !important;
    transform: scale(1.15) !important;
	margin-bottom:16%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.subFooter {
	position: relative;
}


#btnCalView {
	background-color: #4a5021;
	width:210px;
	color: #fff;
	position: fixed;
	right: -160px;
	top: 200px;
	padding: 8px 10px 6px;
	text-align: left;
	z-index: 20;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
	box-shadow: -3px 3px 5px rgba(0,0,0,0.15);
	transition: right 200ms ease;
	-webkit-transition: right 200ms ease;
	-moz-transition: right 200ms ease;
	display: none;
}
#btnCalView i {
	font-size: 30px;
	margin-right: 10px;
}
#btnCalView span {
	vertical-align: text-bottom;
	margin-bottom: 2px;
	display: inline-block;
}
#btnCalView:hover,
#btnCalView:active {
	right: -54px;
}

#btnDates {
	background-color: #4a5021;
	color: #fff;
	position: fixed;
	right: -123px;
	top: 40%;
	padding: 10px 15px;
	text-align: center;
	z-index: 1;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
	box-shadow: -3px 3px 5px rgba(0,0,0,0.15);
	z-index: 2;
	transition: right 200ms ease;
	-webkit-transition: right 200ms ease;
	-moz-transition: right 200ms ease;
	/*display: none;*/
}
#btnDates i {
	font-size: 30px;
	margin-right: 10px;
}
#btnDates span {
	vertical-align: text-bottom;
	margin-bottom: 2px;
	display: inline-block;
}
#btnDates:hover,
#btnDates:active {
	right: 0;
}

#btnParkwideHelp {
	background-color: #a2af25;
	width:200px;
	color: #fff;
	position: fixed;
	right: -150px;
	top: 256px;
	padding: 8px 10px 6px 14px;
	text-align: left;
	z-index: 11;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
	box-shadow: -3px 3px 5px rgba(0,0,0,0.15);
	transition: right 200ms ease;
	-webkit-transition: right 200ms ease;
	-moz-transition: right 200ms ease;
	display: none;
}
#btnParkwideHelp i {
	font-size: 30px;
	margin-right: 10px;
}
#btnParkwideHelp span {
	vertical-align: text-bottom;
	margin-bottom: 2px;
	display: inline-block;
}
#btnParkwideHelp:hover,
#btnParkwideHelp:active {
	right: -54px;
}

#parkwideHelpModal .modal-title {
	color: #4a5021;
}
#parkwideHelpModal .modal-title span {
	color: #c16e10;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: super;
	margin-left: 5px;
}
#parkwideHelpModal .modal-content {
	border: solid 2px #c16e10;
	border-radius: 10px;
	background-color: #eee;
	padding: 15px 15px 10px 15px;
}
#parkwideHelpModal .modal-body {
	padding: 15px 15px 0 15px;
}
#parkwideHelpModal div.block {
	margin-bottom: 20px;
}
#parkwideHelpModal h4 {
	color: #c16e10;
	font-weight: bold;
}
#parkwideHelpModal p {
	font-size: 14px;
}

#btnPayRes {
	background-color: #c16e10;
	color: #fff;
	width: 210px;
	position: fixed;
	right: -260px;
	top: 128px;
	padding: 9px 10px 7px;
	text-align: left;
	z-index: 99;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
	box-shadow: -3px 3px 5px rgba(0,0,0,0.15);
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	/*display: none;*/
}
#btnPayRes i {
	/*font-size: 30px;
	margin-right: 10px;*/
}
#btnPayRes span {
/*	vertical-align: text-bottom;*/
	margin-bottom: 2px;
/*	display: inline-block;*/
}
#btnPayRes:hover,
#btnPayRes:active {
	background-color: #F78800;
}
#cartCount {
/*    display: inline-block;*/
    color: #940B01;
    font-family: 'Gotham Medium', sans-serif;
    /*line-height: 1;
    width: 26px;
    height: 18px;
    padding-left: 7px;
    padding-top: 0;
    vertical-align: top;*/


    margin-left: 10%;
    margin-top: -8%;
}

/**
 * Payment Form
 */
#emailHelpModal .modal-content,
#confirmationNoHelpModal .modal-content {
  background-color: #5a652c;
  color: #fff;
}

#emailHelpModal h4,
#confirmationNoHelpModal h4 {
  font-family: 'Reem Kufi', Arial, sans-serif;
  color: rgba(255,255,255,0.8);
}

#emailHelpModal h4,
#confirmationNoHelpModal h4 {
  text-transform: uppercase;
  margin-top: 18px;
}

/* ------------------- Media Queries Styling ------------------- */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {

	.tab-content {
		-webkit-transform: scale(.95) !important;
	    transform: scale(.95) !important;
	    /* zoom: 95% !important; */
	    -webkit-transform-origin: left top;
	    transform-origin: left top;
	    margin-bottom:0%;
  	}

}

/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
	#tabButtons > li > a {
		font-size: 12px;
		}
	.tab-content {
	    /* zoom: 68% !important; */
	    -webkit-transform: scale(.68) !important;
	    transform: scale(.68) !important;
	    -webkit-transform-origin: left top;
	    transform-origin: left top;
	    margin-bottom:0%;
	}
}
@media only screen and (max-width: 830px) {
#tabButtons > li > a {
	font-size: 11px;
	}
}
/* Small Devices, Tablets */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {

}
@media only screen and (min-width: 768px) and (max-width: 992px) {

}
@media only screen and (max-width: 885px) {
	// .logo img {
	// 	padding-top:10px;
	// }
	// .logo {
	// 	float:left;
	// }
	.header {
		min-height: 115px !important;
	}
}
@media only screen and (max-width: 768px) {
	#tabButtons > li > a {
	font-size: 10px;
	}
	.tab-content {
    // zoom: 100% !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .tabMaps {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		position: relative;
	}


}
@media only screen and (min-width: 560px) and (max-width: 760px) {
	.inputGroupContainer {
		margin-bottom: 10px;
	}
  	.title span {
  		float: none;
  	}
  	.title {
  		text-align: center;
  		font-size: 20px;
  	}
/**/
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) and (max-width: 560px) {
	.inputGroupContainer {
		margin-bottom: 10px;
	}
  	.title span {
  		float: none;
  	}
  	.title {
  		text-align: center;
  		font-size: 20px;
  	}
/**/
}
@media only screen and (max-width: 480px) {
	// .logo img {
	// 	padding-top:0px !important;
	// }
	.navbar {
    padding-bottom: 0px;
	}
	.inputGroupContainer {
		margin-bottom: 10px;
	}
  	.title span {
  		float: none;
  	}
  	.title {
  		text-align: center;
  		font-size: 20px;
  	}
/**/

}
/* ------- iPhone, Smartphones, Tablets, mobile devices ------- */
/* iPad Portrait*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

}
/* iPhone 5  */
/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

}
/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

}


h1 {
	font-size: 26px;
}
h2 {
	font-size: 16px;
}


@media (min-width:480px) {

	.mainContent {
		padding-top: 0;
	}
	.sidebar {
		margin-bottom: 10px;
	}

	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 20px;
	}

}


@media (min-width:768px) {

	.alertmsg {
		text-align: left;
	}
	.alertmsg p {
/*		max-width: 670px;*/
	}
	.alertmsg .bigIcon {
		display: block;
	}
	.topBanner {
		display: block;
	}
	.header {
		// This needs to be 220px, for the new navigation.
		// min-height: 185px !important;
		min-height: 220px !important;
		background-color: transparent;
	}
	.mainContent {
		padding-top: 10px;
	}
	.logo img {
		padding-top: 15px !important;
	}

	.breadcrumbs {
		font-size: 14px;
	}
	.breadcrumbs li.delimiter {
		padding: 0 3px;
	}

	.dateRangePicker {
		margin: 25px 0 20px 0;
	}
	.selectedDates label {
		width: 100%;
	}
	.selectedDates i.fa {
		display: none;
	}

	.btnNext {
		width: 100%;
		height: 40px;
	}
	.btnBack {
		width: 100%;
		height: 40px;
	}
	#btnReserve,
	#btnPreReserve {
		height: 40px;
		margin: 10px 0;
	}
	#btnList {
		width: auto;
		right: -10px;
	}
	#btnList.multitab {
		top: 28px;
	}
	#btnList.singletab {
		top: -25px;
	}
	#btnMap.multitab {
		top: -30px;
		right: -10px;
	}
	#btnMap.singletab {
		top: -25px;
		right: -10px;
	}
	#textList.multitab {
		margin-top: 10px;
	}
	#textList.singletab {
		margin-top: 10px;
	}
	#mapList.singletab {
		margin-top: 10px;
	}
	table.listTable {
		width: 557.6px;
	}
	.title {
		padding: 10px 0 10px 10px !important;
	}
	.title span {
		padding: 0 16px 12px 0;
	}

	#showFilters {
		cursor: pointer;
	}

	#filterDiv .panel-title > a,
	#textFilterDiv .panel-title > a {
		text-decoration: none;
		color: #c16e10;
		font-family: 'Gibsonbold', sans-serif;
		font-size: 16px;
	}
	#filterDiv .panel-title > a:hover,
	#textFilterDiv .panel-title > a:hover {
		text-decoration: none;
		color: #c16e10;
		font-family: 'Gibsonbold', sans-serif;
		font-size: 16px;
	}

	.selectedDates span {
		display: inline;
	}
	#dateRangeText {
		margin-top: -6px;
	}
	#btnMap, #btnList {
		float:left;
		margin: 0;
	}
	#btnList {
		top: 15px;
	}
	.mapLeft {
		width: 180px;
	}
	.mapContainer {
		padding-top: 0;
	}

	.mobile.dropdown {
		margin-bottom:10px;

	}
	.mobile.dropdown .dropdown-menu {
		background-color: #fff;
	}
	#tabs {
		/* 740px + column padding compensation */
		width: 770px;
	}
	#tabButtons {
		border-bottom: none;
	}
	#tabButtons > li {
		width: auto;
	}
	#tabButtons .singletab {
		opacity: 0;
		height: 12px;
	}
	.mobile.dropdown {
		width: auto;
	}
	.mobile.dropdown .btn-default {
		width: auto;
		height: 35px;
		margin: 10px 0 5px 0;
		font-size: 14px;
	}
	.mobile.dropdown .dropdown-menu {
		width: auto;
		font-size: 14px;
		background-color: #eee;
	}
	.mobile.dropdown .dropdown-menu > li > a {
		padding: 5px 15px;
	}

	.iconBox {
		display: none;
	}

	.infoBox {
		/*width: 335px;*/
		width:300px;
		margin-left: 0;
	}
	.infoBox .imageLink .fa {
		top: 70px;
	}
	.infoBox .loadingImg {
		height: 200px;
	}
	.infoBox .siteImg {
		height: 200px;
		right: -12px;
		left: 0px;
	}
	.innerbox {
		width: 300px;
		margin: 25px;
	}
	.innerbox .close {
		top: 38px;
		right: 0px;
	}
	.innerbox img.photo {
		width: 270px;
	}
	.innerbox div.selectme {
		width: 256px;
	}
	.innerbox div.notme {
		width: 256px;
	}
	.innerbox div.btnAvailCalendar {
		width: 256px;
	}

	#coupon input[type=submit] {
		margin: 0;
	}
	.title span a {
		margin: 0;
	}
	.title span label {
		margin-top: -2px;
		padding:0;
	}
	.formCells {
		margin-bottom: 25px;
	}
	.formCells label {
		text-align: right;
		padding: 5px 0;
		margin: 0;
		/*float:right;*/
	}
	.formCells label:after {
		clear:both;
	}
	.formCells label span {
		display: block;
		margin: 5px 0 0 0;
	}
	/*.formCells > div {
		text-align: right;
	}*/
	.formCells input {
		height: 35px;
	}
	.formCells select {
		height: 35px;
	}
	.formCells img.cards {
		height: 35px;
	}
	/*#totalTable {
		width: 400px;
	}*/

	.btnPayAmount {
		width: 49%;
		float: left;
		margin-right: 1%;
		padding: 2px 10px;
	}
	.btnPayAmount:last-of-type {
		margin-right: 0;
		margin-left: 1%;
	}
	.btnPayAmount span {
		margin: -5px 0 0 0;
		display: block;
	}

	.donationWrap span.rule {
		width: 300px;
	}

	/* Gift Cards */
	#giftCardInfoWrap .formrow {
		width: 49%;
		float: left;
	}
	#giftCardInfoWrap .formrow:first-of-type {
		margin-right: 2%;
	}
	.captchaWrap img {
		height: 35px;
	}
	.captchaWrap .labelbox {
		font-size: 12px;
		line-height: 25px;
	}

	/* Discounts */
  td.discountLabel {
    width: 62%;
  }

	#donationModal .btnPriceOther {
		width: 66%;
	}
	#donationModal div.priceInput {
		width: 32%;
	}

	#confirmReserve .modal-header {
		padding: 15px;
	}
	#confirmReserve .modal-body {
		padding: 0 15px;
	}

}

@media (min-width:867px) {

	.logo img {
		padding: 10px 0 !important;
	}

}

@media (min-width:992px) {

	.breadcrumbs {
		/*font-size: 16px;*/
	}
	.breadcrumbs li.delimiter {
		padding: 0 4px;
	}

	.sidebarContainer {
		width: 200px;
	}
	#btnList {
		right: -65px;
	}
	#btnList.singletab {
		top: -15px;
		right: -67px;
	}
	#btnList.multitab {
		top: 15px;
	}
	#btnMap.singletab {
		top: -26px;
		right: -67px;
	}
	#btnMap.multitab {
		top: -28px;
		right: -66px;
	}
	.mapContainer {
		width: 770px;
	}
	#textList {
		/*margin-top: 11px;*/
		overflow: visible;
	}
	table.listTable {
		width: 779px;
	}
	#mapList.multitab {
		margin-top: 10px;
	}
	#mapList.singletab {
		margin-top: 0;
	}

	.infoBox {
		/*width: 335px;*/
		width:300px;
	}
	.innerbox {
		width: 300px;
		margin: 25px -5px;
	}
	.innerbox .close {
		top: 38px;
		right: 28px;
	}
	.innerbox img.photo {
		width: 270px;
	}
	.innerbox div.selectme {
		width: 256px;
	}
	.innerbox div.notme {
		width: 256px;
	}
	.innerbox div.btnAvailCalendar {
		width: 256px;
	}

	/* availCalendar flatpickr date width fix */
	#availCalendar .flatpickr-day {
		flex-basis: calc(13% + 1px);
	}

	.donationWrap span.rule {
		width: 350px;
	}

	/* Gift Cards */
	#giftCardFields input#giftCardAmount {
		width: 100%;
	}
	.availBalance {
		padding-top: 10px;
	}
	.balanceDue {
		padding-top: 10px;
	}

	/* Discounts */
  td.discountLabel {
    width: 71%;
  }

}

@media (min-width:1200px) {

	.sidebarContainer {
		width: auto;
	}
	#btnList.singletab {
		right: -80px;
	}
	.mapContainer {
		width: auto;
	}
	/*#btnList { right:122px; }*/

	#btnList.multitab {
		top: 12px;
		right: -81px;
	}
	#btnList.singletab {
		top: -15px;
		right: -80px;
	}
	#btnMap.multitab {
		top: -28px;
		right: -81px;
	}
	#btnMap.singletab {
		/*top: ;*/
		right: -80px;
	}
	table.listTable {
		width: 943px;
		/*margin-top: 11px;*/
	}

	.donationWrap span.rule {
		width: 380px;
	}

}

.cartSelectArrow {
	color: #C00;
	margin-right: 10px;
}
select.addGolfCart {
    transform: scale(1.3);
    font-size: 14px;
    width: 40px;
    margin-right: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
}


#policyDialog .modal-content {
    background-color: #5a652c;
    color: #fff;
}

#passCalendar thead th {
    text-align: center;
    padding: 5px 10px;
    border: solid 1px #fff;
    color: #fff;
    font-size: 14px;
    width: 14.28%;
}
#passCalendar h2 {
    color: #d85a2a;
    margin: 20px 0 10px 0;
    font-size: 26px;
}
#passCalendar td {
    height: 75px;
	font-size: 14px;
}
#passCalendar td.day {
	padding: 5px 0 5px 0;
	border: solid 1px #fff;
	background-color: #eee;
	text-align: center;
	cursor: pointer;
}
#passCalendar td.day:hover {
	background-color: #dedede;
}
#passCalendar td span {
	display: block;
	color: #666;
	font-size: 14px;
}
#passCalendar td span.availNum {
	font-weight: bold;
	color: #6FA536;
}

#passCalendar td span.availNum.low {
	color: #d85a2a;
}

#passCalendar td.day.soldout {
	cursor: not-allowed;
	background-color: #ccc;
}

#qtyModal .modal-title {
	color: #d85a2a;
	text-align: center;
	font-size: 23px;
}
	#qtyModal .modal-body h4 {
		color: #999;
		font-size: 20px;
	}
	#qtyModal .modal-body h5 {
		color: #063559;
		font-size: 20px;
		font-weight: bold;
	}

.monthLabel {
	width: 100%;
	background-color: #b79e7e;
	color: #fff;
	padding: 10px 25px;
	font-size: 20px;
	margin: 30px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
	.monthLabel i {
		font-size: 26px;
	}

.eventItem {
	background-color: #eee;
	padding: 25px 25px 15px 25px;
	border-radius: 5px;
	margin: 0 0 25px 0;
	min-height: 330px;
}
.eventItem.soldout {
	cursor: not-allowed;
	opacity: .7;
}
.eventItem .price {
	text-align: left;
	margin:  0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #777;
}
.eventItem h2 {
	font-size: 24px;
	color: #77771b;
	margin-bottom: 5px;
	letter-spacing: -1px;
	word-spacing: 7px;
}
.eventItem p.parkName {
	color: #666;
  font-size: 20px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.eventItem h3 {
	font-size: 18px;
	margin: 0 0 8px 0;
	color: #aa6418;
}
.eventItem h4 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #aa6418;
}
.eventItem h5 {
	font-size: 16px;
	color: #4b1a13;
}
.eventItem .eventImg {
	width: 100%;
	margin: 10px 0 10px 10px;
}
.eventItem .btnSelect {
	width: 100%;
	background-color: rgba(194,110,0,.8);
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	border-radius: 5px;
	border: none;
	margin: 20px 0 0 0;
	cursor: pointer;
	transition: background-color 200ms ease;
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
}
.eventItem .btnSelect:hover,
.eventItem .btnSelect:active {
	background-color: rgba(194,110,0,1);
}
.eventItem .btnSelect i {
	margin-left: 10px;
}
.eventItem p.available {
	text-align: center;
	margin: 10px 0 0 0;
	color: #999;
}
.eventItem p.available.low {
	color: #be150f;
}

.multiTitle h2 {
	font-size: 30px;
	color: #77771b;
	margin-bottom: 10px;
	letter-spacing: 0;
	word-spacing: 7px;
}
.multiTitle h3 {
	color: #666;
  font-size: 22px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.eventItem.multiItem {
	min-height: 220px;
}
.eventItem.multiItem h3 span {
	color: #666;
}

#eventDetail {

}
#eventDetail h2 {
	font-size: 40px;
	color: #77771b;
	margin: 15px 0 15px 0;
	letter-spacing: 0;
	word-spacing: 7px;
}
#eventDetail p.parkName {
	color: #9f7a4c;
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 20px 0;
  text-transform: uppercase;
  word-spacing: 3px;
}
#eventDetail h3 {
	font-size: 20px;
	margin: 0 0 4px 0;
}
#eventDetail h4 {
	font-size: 16px;
	margin-bottom: 15px;
}
#eventDetail .availCount {
	display: inline-block;
  background-color: #a2af26;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 20px 0;
}
#eventDetail .availCount.low{
  background-color: #aa6418;
}
#eventDetail .availCount.soldout {
  background-color: orangered;
}
#eventDetail p.summary {
	font-size: 20px;
	margin: 20px 0;
}
#eventDetail .detailWrap {
	margin: 0 0 10px 0;
}
#eventDetail .detailWrap hr {
	margin-top: 40px;
}
#eventDetail .eventImg {
	width: 100%;
}
#eventDetail hr {
	border-color: #999;
}
#eventDetail a {
	text-decoration: underline;
}

#qtyTable {
	width: 100%;
	margin: 20px 0 30px 0;
}
#qtyTable tr th {
	padding: 10px 15px;
	border-bottom: solid 1px #ccc;
}
#qtyTable tr th.heading {
	font-size: 18px!important;
	/*padding-left: 0;*/
}
#qtyTable tr.even {
	background-color: #eee;
}
#qtyTable tr.odd {
	background-color: #ddd;
}
#qtyTable tr td {
	padding: 15px;
	border-bottom: solid 1px #ccc;
}
#qtyTable tr td.itemDesc {
	font-size: 18px;
}
#qtyTable i.btnQty {
	font-size: 25px;
	cursor: pointer;
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	user-select: none;
}
#qtyTable i.btnQty:hover,
#qtyTable i.btnQty:active {
	color: #aa6418;
}
#qtyTable input {
	width: 60px;
	padding: 5px;
	text-align: center;
	font-size: 20px;
	background-color: #fff;
	border: solid 1px #666;
	border-radius: 5px;
	margin: 0 5px;
}