header.hide-on-print {
  font-family: 'Helvetica Neue', Helvetica, sans-serif !important;
}

BODY {
    background-image: url('background.jpg');
    background-color: #f2f2f2;
    margin-left:0;
    margin-right:0;
    width:100%;
    height:100%;
    margin-top: 0;
	font-family: 'Helvetica Neue', Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	font-family: Helvetica,sans-serif;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #4f4f4f;
	font-family: Helvetica,sans-serif;
	text-align: center;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #4f4f4f;
	font-family: Helvetica,sans-serif;
	margin-top: 50px;
	text-align: center;
}

h4, h5 {
    color: #bf1224;
    font-size: 16px;
    font-weight: 600;
    font-family: Helvetica,sans-serif;
    text-align: left;
    margin: 5px 0;
}

td, th {
    font-size: 12px;
    color: #666666 !important;
}

a {
	color: #f15a2a;
}

a:hover {
	text-decoration: none;
	color: #d75127;
}

ul {
	list-style-type: none;
}

img {
	display: block;
}

/*input[type="submit"], input[type="button"] {
	background: #f15a2a;
	border: none;
	color: #fff;
	font-size: 16px;
	margin: 3px;
	padding: 15px 25px;
}

input[type="submit"]:hover, input[type="button"]:hover {
	background: #d75127;
	cursor: pointer;
}*/

div#content {
    padding: 20px 40px 20px 40px;
    background: #fff;
    margin: 0px auto 15px;
    text-align: left;
    border: 1px solid #dbdbdb;
    border-top: none !important;
    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;
    width: 1010px !important;
}

.row.banner-row {
    width: 1028px;
    height: auto;
}

.row.nav-row {
  width:1028px;
}
/*@!__nav-block.css OVERRIDES__*/
nav.nav {
  background: -webkit-linear-gradient(45deg, rgba(253,181,43,1) 0%, rgba(193,12,29,1) 100%) !important;
background: linear-gradient(45deg, rgba(253,181,43,1) 0%, rgba(193,12,29,1) 100%) !important;
}

.nav-item > a {
    padding: 8px 20px;
    color: #237546;
    font-weight: 700;
    text-shadow: none;
    transition: color 0.3s;
    background: inherit !important;
    margin: 5px 20px;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.nav-item > a::before,
.nav-item > a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,0.3);
	content: '';
	opacity: 0;
	transition: opacity 0.3s, transform 0.3s;
	transform: translateY(-10px);
}

.nav-item > a::before {
	top: 0;
	transform: translateY(-10px);
}

.nav-item > a::after {
	bottom: 0;
	transform: translateY(10px);
}

.nav-item > a:hover,
.nav-item > a:focus {
	color: #fff;
}

.nav-item > a:hover::before,
.nav-item > a:focus::before,
.nav-item > a:hover::after,
.nav-item > a:focus::after {
	opacity: 1;
	transform: translateY(0px);
}
/*@!__END OVERRIDES__*/

.nav-white {
	background: #fff;
	border: 1px solid #DFDFDF;
	border-top: none !important;
	box-shadow: 0px -2px 10px #b9b9b9;
	display: inline-block;
	height: 6px;
	z-index: 10;
}


div#main-container {
    background: none;
    max-width: 1024px;
    margin: 0 auto;
    /*border: 3px #bfbfbf solid;
    border-width: thick;*/
}

h1.header {
	margin-top: 0;
	text-align: center;
}

.landingLinks {
	text-align: center;
}

.landingLinks, .modifyLinks, .formLinks {
  box-shadow: 3px 3px 10px #999;
  border-radius: 5px !important;
}

.landingLinks div {
	display: block;
	background: #BF1224;
	margin-top: 50px;
	padding: 30px 50px;
	text-align: center;
}

.landingLinks div:hover {
	background: #c10c1d;
}

.landingLinks div a {
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 27px;
	text-decoration: none;
	text-transform: uppercase;
}
.landingLinks div .smaller {
	font-size: 12px;
	margin: 0;
}

.modifyLinks {
	text-align: center;
}

.modifyLinks div {
	display: block;
	background: #d6471e;
	padding: 15px 50px;
	text-align: center;
}

.modifyLinks div:hover {
	background: #e25f29;
}

.modifyLinks div a {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
}

.formLinks {
	display: block;
	background: #fcb040;
	margin-top: 50px;
	padding: 20px 50px;
	text-align: center;
}

.formLinks:hover {
	background: #fec26b;
}

.formLinks a {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
}


.adobe {
	font-size: 11px;
	text-align: center;
}

.buyerbeware-left {
	vertical-align: top;
	padding-left: 100px;
}

.buyerbeware-right {
	vertical-align: top;
	padding-right: 100px;
}


.clear-after:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}



/*MCI USA Styles*/
 #searchTable {
  border:none;
}

table.descriptiontable {
  border:none;
}

table.descriptiontable  > tbody > tr > td > table{
border:none;
}

table tbody tr:nth-child(even) {
  background-color:inherit !important;
}

#amenitytable {
	border: 1px solid #000 !important;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	margin-left: -25px !important;
}

#amenitytable tr {
	border: 1px solid #000 !important;
    border-collapse: collapse;
}

#amenitytable tr td {
	border: 1px solid #000 !important;
	border-collapse: collapse;
	text-align: center;
	padding: 5px;
	width: 85px;
	word-wrap: normal;
}

td.amenitysmall.amenityhotel {
	text-align: left !important;
}

.amenity {
	background-color: #f15a2a;
	color: #fff;
}
a.amenity {
	color: #fff;
	text-decoration: none;
}
a.amenity:hover {
	color: #fff;
}

.amenitysmall-dollar {
	text-align: left !important;
	width: 100px;
}

.amenitysmall {
	font-size: 12px
}
.descriptiontable tbody tr td {
  border:none !important;
}

hr {
    border: solid rgb(198, 15, 19);
    border-width: 2px 0 0;
    clear: both;
    margin: 12px 0 11px;
    height: 0;
}

#map {
	border: 1px solid #666 !important;
	height: 600px;
	width: 100%;
}

table.maptable, table.mapkey {
  border:none !important;
}

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





/* NAV */


.click-nav {
	margin:0px auto;
	width:100%;
}
.click-nav ul {
	position:relative;
	font-weight:900;
	padding: 0;
}

.click-nav ul li {
	position:relative;
	list-style:none;
	cursor:pointer;
}
.click-nav ul li ul {
	position:absolute;
	left:0;
	right:0;
	width: 100%;
	z-index: 9000;
	margin: 0;
}
.click-nav ul .clicker {
	position:relative;
	height: 40px;
	background: #09757f;
	color:#fff;
}
.click-nav ul .clicker:hover,.click-nav ul .active {
	background:#fff;
	color: #000;
}
.click-nav img {
	position:absolute;
	top:9px;
	left:12px;
}
.click-nav ul li a {
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	padding:8px 10px 8px 40px;
	background:#09757f;
	color:#fff;
	text-decoration:none;
	text-align: center;
}
.click-nav ul li a:hover {
	background:#fcb040;
	color: #fff;
}

/* Fallbacks */
.click-nav .no-js ul {
	display:none;
}
.click-nav .no-js:hover ul {
	display:block;
}

.navbar-inner {
	background: #09757f;
}

.navbar-inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	width: 100%;
}

.navbar-inner ul li {
	display: inline-block;
	line-height:40px;
	padding: 0px 20px;
	text-align:center;
}

.navbar-inner ul li:hover {
	background: #fcb040;
}

.navbar-inner ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

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

	.click-nav ul .clicker {
		height: 40px;
		background: #09757f;
		color: #fff;
	}
}

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

@media only screen and (max-width: 760px) {
    .mobileHide {
	    display:none;
    }
}

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

#login table {
	border: none;
}

table.formcols fieldset {
	width: 451px !important;
}

tr.blockPatternInputs input {
	width: 30px !important;
	border: none !important;
}

#blockPattern td {
	padding: 2px !important;
}

table#blockPattern tr td.showDay {
	color: red !important;
}

#arrivalDate, #departureDate, .ui-datepicker-trigger {
	display: inline-block !important;
}

#ui-datepicker-div {
	width: 237px !important;
}

.ui-datepicker-days-cell {
	text-align: center;
}

.ui-datepicker-days-cell a {
	padding: 5px !important;
}

#recapform fieldset label {
	display: inline-block;
	float: none;
}

.wj_errormsgs {
	text-align:center;
}

#wj_main_errormsgs {
	margin-top: 15px;
	text-align:center;
}

#wj_main_errormsgs ul li {
	color: red;
}

.backtotop {
	text-align: center;
}


.slide-over {
  display: block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  transition-property: color;
  transition-duration: 0.3s;
  margin-top: 50px;

}
.slide-over:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e80c32;
  transform: scaleX(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.slide-over:hover {
  color: white;
}
 .slide-over:focus {
  color: white;
}
 .slide-over:active {
  color: white;
}
.slide-over:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
 .slide-over:focus:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
 .slide-over:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/*!@__GDPR Button*/
input#submit.button {
    background-color: #e51538;
    border: none;
    box-shadow: 3px 2px 4px #999;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: bold;
}
