.row {
	width:1024px;
}

table {
	background: none !important;
	border: 0px !important;
	border-collapse: collapse;
	margin-bottom: 0;
}

table tr {
	background: none !important;
}

table tbody tr td {
	background: none !important;
	color: #666666;
}

ul, ol, li {
	list-style-position: inside !important;
}

.no-padding {
	padding: 0px;
}

body {	
	font-family: 'Open Sans', Arial, sans-serif;
}

h1 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #fdb813;
}
h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #fdb813;
}
h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #fdb813;
}
h4, h5, h6 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #fdb813;	
}

/* Content */

#content {
	padding: 10px 15px 15px 15px;
	background: #fff;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #dbdbdb;
	box-shadow: 0 1px 3px #dddddd;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

#content a:hover {
	text-decoration: underline;
}

.row.landingSection {
	margin-bottom: 40px;
}
.row.landingSectionTop {
	margin-top: 40px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.mobileHide {
		display: none;
	}
}

div#main-container {
    max-width: 1024px;
    margin: 0 auto;
}


.buttons {
  margin-bottom:40px !important;
}

.bottom {
  border-top:7px solid #f15a2a;
  width:100%;
  background-color:#dedede !important;
  color:#333;
  padding:20px 0 0 230px;
  border-bottom:10px solid #282A2B;
}

div#content {
    padding: 20px 40px 20px 40px;
    background: none repeat scroll 0 0 #fcfcfc;
    margin: 5px auto 5px auto;
    text-align: left;
	border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px #dddddd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
  height:auto;
  background-color: #fff;
}

table {
	background: none !important;
	border: 0px !important;
	border-collapse: collapse;
	margin-bottom: 0;
}

table tr {
	background: none !important;
}

table td {
	background: none !important;
}

p {
  font-family:'PT Sans', 'Arial', sans-serif;
}

.bottom p {
  font-family:'PT Sans', 'Arial', sans-serif;
}

.bottom h2 {
  color:#333;
  text-shadow:none;
}

h1 {
	font-family: 'Oswald', "Open Sans Light", sans-serif;
	font-weight: 700;
	font-size: 21px;
	text-transform: uppercase;
	color: #f15a2a;
	border-bottom: 2.5px solid #f15a2a;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;
}

h2 {
	font-family: 'Oswald', "Open Sans Light", sans-serif;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
  text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 2px;
  text-shadow:3px 3px #282A2B;
  }

.no-border {
    border:none;
    text-align: center;
    padding-top:25px;
    padding-bottom:15px;
    margin-bottom:10px;
    color:#333;
    text-shadow: none;
}

.separator {
  z-index: 10;
  max-width: 250px;
  padding-left:15px;
  padding-right: 15px;
}

.button_label {color:#333; text-shadow:1px 1px #dedede;}

.margin-adjust {margin-left: 25px !important;}

h3 {
	font-weight: 700;
	font-size: 16pt;
	width: 100%;
	color: #333;
  letter-spacing:1px;
	font-family: 'Oswald','Oswald', arial, sans-serif;
	margin-bottom: 1px;
	margin-top: 24px;
}
h4 {
  font-weight: 700;
  font-size: 16pt;
  color: #333;
font-family: 'Oswald','Oswald', arial, sans-serif;
  letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
  text-align: center;
}
.bottom a {
	color: #333;
	text-decoration: none;
  font-weight:bold;
}

.bottom a:hover {
text-decoration: underline;
}

#form_link {width:100% !important; white-space: nowrap !important; font-size: 1em !important; }


input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #fff;
  font-family:'Oswald', sans-serif;
  letter-spacing:1.2px;
  text-transform: uppercase;
	background: #f15a2a;
	box-shadow: 0 3px 0 #c14822;
	font-size: 19px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 5px;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	background: #f47b55;
	box-shadow: 0 3px 0 #e55629;
	cursor: pointer;
	text-decoration: none !important;
}

div.landingButton {
	display: block;
	border-radius:2px;
	background: #f15a2a;
	padding: 35px 15px;
	margin-left:10px;
	margin-right:10px;
	box-shadow: 1px 1px 3px #ccc;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-family: 'Oswald','PT Sans', "Oswald", sans-serif;
	letter-spacing: 2px;
	vertical-align: middle;
	line-height: 1.5em;
	margin-bottom: 20px;
  border:2px solid #f15a2a;
  text-transform: uppercase;
  box-shadow:10px 10px 10px #dedede;
}
div.landingButton a {
	color: #fff;
	text-decoration:none !important;
	letter-spacing: 1px;
}

div.landingButton a:hover {
	color: inherit;
	text-decoration:none !important;

}
div.landingButton:hover {
	background: #db3f0e;
	text-decoration:none !important;
	transition-duration: .4s;
	transform:scale(1.02);
}

/*__landingButton__small__*/
div.landingButton__small {
	display: block;
	border-radius:2px;
	background: #fff;
	padding: 15px 15px;
	margin-left:10px;
	margin-right:10px;
	box-shadow: 1px 1px 3px #ccc;
	text-align: center;
	font-size: 16px;
	font-family: 'Oswald','PT Sans', "Oswald", sans-serif;
	letter-spacing: 2px;
	vertical-align: middle;
	line-height: 1.5em;
	margin-bottom: 20px;
  border:2px solid #f15a2a;
  text-transform: uppercase;
  box-shadow:10px 10px 10px #dedede;

    transform:ease-in;
}
div.landingButton__small a {
  color: #f15a2a !important;
	text-decoration:none !important;
	letter-spacing: 1px;
}

div.landingButton__small a:hover {
	text-decoration:none !important;

}
div.landingButton__small:hover {
	text-decoration:none !important;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
  transition: all .4s ease;
  transition-duration: .4s;
	transform:scale(1.02);
}


div.modifyButton {
	display: block;
	border-radius:2px;
	border: 2px solid #1578ab;
	background: #ffffff;
	padding: 25px 10px;
	margin-left:10px;
	margin-right:10px;
	box-shadow: 5px 5px 3px #ccc;
	text-align: center;
	color: #1578ab;
	font-size: 22px;
	font-family: 'Oswald', "Open Sans Light", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	vertical-align: middle;
	line-height: 1.5em;
	margin-bottom: 20px;
}
div.modifyButton a {
	color: #1578ab;
	text-decoration:none !important;
	letter-spacing: 1px;
}
div.modifyButton a:hover {
	color: inherit;
	text-decoration:none !important;
}
div.modifyButton:hover {
	background: #ffffff;
	text-decoration:none !important;
	transition-duration: .4s;
	transform:scale(1.02);
}

.landingSection {
	margin-bottom: 20px;
}

  #index_header {
  background-color: #9fc749;
  padding:15px 5px;
  margin-top:-7px;
  margin-bottom: 10px;
  text-align:center;
  border-radius:2px;
  box-shadow:3px 3px 3px #999;
  color:#fff !important;
  text-shadow:1px 1px #000;
  font-family:'Oswald','Arial',sans-serif;
}

Input#arrivalDate.date.required.hasDatepicker {background-color: #fff;}
Input#departureDate.date.required.hasDatepicker {background-color: #fff;}

/* NAV overrides */
.nav {
	font-weight: 700;
	background:#808080;
}
.nav-item {
	border-bottom: #808080 3px solid;
	font-size: 14px;
	width: 25%;
}
.nav-item:hover {
	border-bottom: #f15a2a 3px solid;
}
.nav-item a {
	font-family: 'Oswald', "Open Sans Light";
	font-size: 20px;
	font-weight: 600;
	background:#dedede;
	color:#000000;
	padding:10px 9.5px;
	text-transform: uppercase;
}
.nav-item > a:hover {
	background:#dedede;
	color: #000000;
	text-decoration: none;
}
.nav-mobile {
	background-color: #f15a2a;
}
.nav-click:hover {
	background-color:#2ebef7;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #ff5a35;
	}
	.row.landingSection {
		padding: 0;
	}
}

/* MCI Styles */
.amenitymaplink {
	text-align: right;
}
.amenity {
	color: #ffffff;
	font-size: 15px;
}
div#content.amenityContent {
	padding-left: 0px;
	padding-right: 0px;
}
#amenitytable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
#amenitytable tbody tr td {
	border: 1px solid #ddd;
	vertical-align: middle;
}
table#amenitytable tbody tr:nth-child(2n) {
	background: none;
}
table#amenitytable tbody tr#grayRow {
	background: #f9f9f9 !important;
}
#content.not-emc td.amenity {
	background-color: #f15a2a !important;
	color: #ffffff;
	text-align: center;
}
#content a.amenity {
	font-weight: normal;
	color: #ffffff;
}
#content a.amenity:hover {
	text-decoration: none;
	color: #ffffff;
}
.amenitysmall {
	padding: 5px;
	font-size: 15px;
	text-align: center;
}
.amenityhotel {
	text-align: left !important;
}
.descriptiontable {
	width: 100%;
}
.descriptiontable tbody tr td {
	padding: 0px !important;
}
#searchTable td {
	text-align: center;
}
#map {
	width:750px;
	height:550px;
	margin-left: auto;
	margin-right: auto;
	border: #000000 solid 1px;
	border-width: 1px 1px 1px 1px !important;
}
.mapkey {
	width: 750px;
	text-align: left;
}
.wj--required {
	color: red;
}
#wj_profile_container, #wj_hotel_info, #wj_payment_info {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 320px) {
	div#content {
	    padding: 20px 0 20px 0;
	}
}

/* GBR */
.left fieldset {
	line-height: 1.5em;
}
.left fieldset label {
	line-height: 1em;
	font-size: 16px;
}
#content table.formcols {
	border: none !important;
}
table.formcols td, table.formcols span, table.formcols td.left fieldset, table.formcols button {
	font-size: 16px;
}
table.formcols fieldset {
	width: 500px !important;
}
table.formcols input.password, table.formcols input.phone {
	width: 250px !important;
}
fieldset#rooms table#blockPattern {
	border: 1px solid #888 !important;
	margin-bottom: 10px;
}
table#blockPattern tr.blockPatternDates td {
	text-align: center;
}
table#blockPattern, tr.blockPatternInputs input, select#hotelsAvail, select#hotelsSelected {
	width: 100% !important;
}
table.formcols label, #requestedSuites ol li {
	clear: both;
}
table.formcols label {
	float: left;
}
table.requestedSuites td {
	padding: 0px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	display: inline-block;
}
div#ui-datepicker-div {
	width: 234px !important;
}
table.ui-datepicker {
	width: 100% !important;
}
table.ui-datepicker td {
	padding: 0px;
	text-align: center;
}
#wj_main_errormsgs {
	margin-top: 15px;
	text-align:center;
}
#wj_main_errormsgs ul li {
	color: red;
}
div#wj--admin-button {
	text-align: center;
}
table#wj--admin-login td {
	vertical-align: middle;
}
table#wj--admin-login input {
	margin-bottom: 0;
}

#gdpr-injection #gdpr-options {
	width:90%;
}

.txfrBtns {
	margin-left: 0px;
	margin-bottom: 20px;
}

@media only screen and (max-width:484px) {
  .txfrBtns {
		display: flex;
		flex-direction: column;
		width: fit-content;
	}
}


/* MEDIA QUERIES */

@media only screen and (min-width:902px) {
  .mobile-nav {
    display: none;
  }
}

@media only screen and (max-width: 902px) {
	.hide-nav {
		display: none;
	}


  table.maptable tbody tr:nth-child(4) td {
    padding:10px !important;
  }

  #wj-footer {margin-left:5px !important; margin-top:2px !important;}

}

@media print{
	.hide-on-print {
		display: none;
	}
	.print-only {
		display: block;
	}

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

  .bottom {
    padding:10px;
  }
}

@media only screen and (max-width:800px) {
	.maptable tbody tr td {
			max-width: 600px;
		}
}

@media only screen and (max-width:484px) {
  .descriptiontable tbody tr td {
    font-size:.6em;
  }
}

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

  .descriptiontable tbody tr td {
    font-size:.9em;
  }
}

@media only screen and (max-width:815px) {
  div#content {
    padding:0;
  }
}}