﻿/*#region ===TempStyles=== */ 
.zone {
  background: url(/images/zone.png) repeat;
  height: 150px;
  border: solid 1px #9f5656;
  opacity: 1;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 140px;
}
/*#endregion TEMP:End  */
/*#region ===ResetStyles=== */
textarea:focus,
input:focus,
select:focus {
  outline: 0;
}
sup {
  top: -0.3em;
  left: 2px;
}
p {
  padding: 0;
  margin: 15px 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  margin-left: 20px;
}
a:focus,
a:active {
  outline: 0;
}
/*#region ===GeneralHelperClasses=== */
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.clear {
  clear: both;
}
.img-center {
  margin: 0 auto;
}
.img-align-baseline {
  vertical-align: baseline;
}
.img-align-top {
  vertical-align: top;
}
.img-align-middle {
  vertical-align: middle;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.content-center {
  text-align: center;
}
.content-right {
  text-align: right;
}
.content-left {
  text-align: left;
}
.padding-0 {
  padding: 0px !important;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.padding-right-0 {
  padding-right: 0px !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-left-0 {
  padding-left: 0px !important;
}
.padding-top-bottom-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.padding-right-left-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.padding-15 {
  padding: 15px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-top-bottom-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.padding-right-left-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-top-bottom-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.padding-right-left-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.margin-0 {
  margin: 0px !important;
}
.margin-top-0 {
  margin-top: 0px;
}
.margin-right-0 {
  margin-right: 0px !important;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-left-0 {
  margin-left: 0px !important;
}
.margin-top-bottom-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.margin-right-left-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-top-bottom-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.margin-right-left-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.margin-minus-15 {
  margin: -15px !important;
}
.margin-top-minus-15 {
  margin-top: -15px !important;
}
.margin-right-minus-15 {
  margin-right: -15px !important;
}
.margin-bottom-minus-15 {
  margin-bottom: -15px !important;
}
.margin-left-minus-15 {
  margin-left: -15px !important;
}
.margin-top-bottom-minus-15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.margin-right-left-minus-15 {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-top-bottom-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.margin-right-left-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.margin-minus-30 {
  margin: -30px !important;
}
.margin-top-minus-30 {
  margin-top: -30px !important;
}
.margin-right-minus-30 {
  margin-right: -30px !important;
}
.margin-bottom-minus-30 {
  margin-bottom: -30px !important;
}
.margin-left-minus-30 {
  margin-left: -30px !important;
}
.margin-top-bottom-minus-30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
.margin-right-left-minus-30 {
  margin-right: -30px !important;
  margin-left: -30px !important;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.display-none {
  display: none;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.overflow-visible {
  overflow: visible !important;
}
.nobr {
  white-space: nowrap;
}
.background-color-white {
  background-color: #ffffff;
}
.color-white {
  color: #ffffff !important;
}
.font-color-black {
  color: #000000;
}
.no-hover-underline:hover {
  text-decoration: none;
}
.border-none {
  border: none !important;
}
strong {
  font-weight: 700;
}
.inheritcase {
  text-transform: inherit;
}
.uppercase {
  text-transform: uppercase;
}
/*#region ---Omni Reusable Classes--- */
a.btn,
#leftNavigation a.btn {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  padding: 4px 25px;
  color: #fff;
  border-radius: 0;
  background-color: #f07230;
  border: none;
  border-bottom: solid 4px #fae5cf;
}
a.btn:hover {
  color: #fae5cf;
}
body.resort a.btn {
  background-color: #2699e1;
  border-bottom: solid 4px #cfeafa;
}
body.resort a.btn:hover {
  color: #cfeafa;
}
.btn2,
.btnClearAll {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  border: solid 1px #cccccc;
  background-color: white;
  padding: 2px 5px;
}
.btn2.floatMidRight {
  float: right;
  margin-right: -17px;
}
.btn2:hover {
  color: #000000;
  text-decoration: none;
}
.btn3 {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  color: black;
  text-transform: uppercase;
  border-bottom: solid 4px #f07230;
  text-decoration: none;
  display: inline-block;
  padding-right: 10px;
  background: url(/images/global/bkgd_btn3_Arrow.png) no-repeat center right;
}
.btn3.display-none {
  display: none;
}
.btn3:hover {
  color: #000000;
  text-decoration: none;
}
body.resort .btn3 {
  border-bottom: solid 4px #2699e1;
}
.boxBorder {
  border: solid 2px #dfdfdf;
  margin-bottom: 15px;
}
.imageBorderPaddedBoxOffsetLeft {
  /* for Home page only */
  margin-left: -32px;
  margin-right: -16px;
}
.contentImageBox {
  /* for all first images in box */
  margin: -15px -15px 15px -15px;
}
.imgDisplayInline img {
  display: inline-block;
}
.background-color-tan {
  background-color: #efebe8;
}
.content-color-white {
  color: #ffffff;
}
.bkgd-brown-pattern {
  background-image: url(/images/global/bkgd_BrownPattern.gif);
  background-repeat: repeat;
  color: white;
}
.border-top {
  border-top: solid 2px #DFDFDF;
}
.border-right {
  border-right: solid 2px #DFDFDF;
}
.border-bottom {
  border-bottom: solid 2px #DFDFDF;
}
.border-left {
  border-left: solid 2px #DFDFDF;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.margin-minus-left-50 {
  margin-left: -50px !important;
}
.margin-right-100 {
  margin-right: 100px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.min-height-350 {
  min-height: 350px;
  height: auto !important;
  height: 350px;
}
.uppercase {
  text-transform: uppercase;
}
.contentOffsetTopOpaque {
  position: relative;
  top: -90px;
  border: solid 2px #DFDFDF;
  padding: 15px;
  background: url(/images/global/bkgdWhiteOpaque.png) repeat;
  margin-bottom: -50px;
}
.imageDescription {
  color: #FFFFFF;
  float: right;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  position: relative;
  top: -40px;
}
.readMoreContent {
  display: none;
}
.border-radius-5 {
  border-radius: 5px;
}
.tooltipContainer {
  display: inline-block;
}
.iconMapsDirections {
  font-weight: 700;
  color: #000;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  background: url('/images/global/iconMapsAndDirections.png') no-repeat 0 5px;
  padding: 10px 0 2px 25px;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
#MapGuide {
  position: absolute;
  bottom: 40px;
  right: 0px;
}
.iconAddToFavorites {
  font-weight: 700;
  color: #000;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  background: url('/images/global/iconStar.png') no-repeat 0 4px;
  padding: 2px 0 2px 15px;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}
.iconAddToFavorites span {
  font-weight: 700;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 14px;
  font-size: 1.4rem;
}
.mAddToFavorites {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  border: 1px solid #888;
  padding: 10px;
  min-width: 300px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 10px;
  display: none;
}
.iconResortMap {
  font-weight: 700;
  color: #000;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  background: url('/images/global/iconResortMap.png') no-repeat 0 4px;
  padding: 2px 0 2px 15px;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.iconPrint {
  font-weight: 700;
  color: #000;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  background: url('/images/global/iconPrintSmall.png') no-repeat 0 4px;
  padding: 2px 5px 2px 15px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.iconMapsDirections:hover,
.iconAddToFavorites:hover,
.iconResortMap:hover,
.iconPrint:hover {
  color: #000;
}
.icon-pdf {
  background-image: url(/images/global/iconPDF.png);
  background-repeat: no-repeat;
  background-position: right;
  margin-right: 10px;
  padding-right: 30px;
}
.socialIcon {
  display: inline-block;
  margin-right: 5px;
  height: 16px;
  width: 16px;
}
.socialIconBlack {
  display: inline-block;
  height: 19px;
  width: 16px;
}
.icon-facebook {
  background: url(/images/global/iconHotelAddressFacebook.png) no-repeat;
}
.icon-twitter {
  background: url(/images/global/iconHotelAddressTwitter.png) no-repeat;
}
.icon-pinterest {
  background: url(/images/global/iconHotelAddressPintrest.png) no-repeat;
}
.icon-instagram {
  background: url(/images/global/iconHotelAddressInstagram.png) no-repeat;
}
.icon-google {
  background: url(/images/global/iconHotelAddressGooglePlus.png) no-repeat;
}
.icon-youtube {
  background: url(/images/global/iconHotelAddressYouTube.png) no-repeat;
}
.icon-facebook-black {
  background: url(/images/global/iconSocialFacebookBlack.png) no-repeat;
}
.icon-twitter-black {
  background: url(/images/global/iconSocialTwitterBlack.png) no-repeat;
}
.icon-google-plus-black {
  background: url(/images/global/iconSocialGooglePlusBlack.png) no-repeat;
}
.icon-pinterest-black {
  background: url(/images/global/iconSocialPintrestBlack.png) no-repeat;
}
/* Featured Area - Content Over the Image */
.overlapImg {
  margin-left: -15px;
}
.overlapContent {
  margin-top: 30px;
  background-color: #fff;
  border: solid 1px #dfdfdf !important;
  padding: 30px 15px !important;
}
.caption {
  display: block;
  padding: 15px 15px 0 0;
  text-decoration: underline;
}
.lineThrough {
  background: url(/images/global/lineThrough.png) repeat-x center center;
  text-align: center;
}
.lineThrough span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0 15px;
}
#quickBooker .lineThrough span {
  background-color: transparent;
}
.lineThroughOrange,
.lineThroughOrangeTan {
  display: inline-block;
  background: url(/images/global/lineThroughOrange.png) repeat-x center center;
  text-align: center;
  text-transform: uppercase;
  color: #f07230;
  font-weight: 700;
}
.lineThroughOrangeTan {
  padding: 0 30px;
}
.lineThroughOrange span {
  background-color: #FFFFFF;
  padding: 5px;
}
.lineThroughOrangeTan span {
  background-color: #efebe8;
  padding: 3px;
}
.lineThroughOrangeTan.headline span {
  font-weight: normal;
  font-size: 20px;
}
/*#endregion ---Omni Reusable Classes--- */
/*#region ---Omni Static--- */
body {
  background: url('/images/global/bkgMainTileBeige.jpg') repeat top left;
}
div {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
}
body.resort {
  background: url('/images/global/bkgMainTileBlue.jpg') repeat top left;
}
a {
  /*#Fonts > .GothamSSBook(12);*/
}
/* Headlines */
#rigthColumn .headerText {
  margin-left: 0px;
}
h1,
.h1Style {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin: 0;
}
h2,
.h2Style {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 21px;
  font-size: 2.1rem;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
h3,
.h3Style {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 15px 30px;
}
h4,
.h4Style {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.boxBorder h4,
.boxBorder .h4Style {
  margin-top: 2px;
}
h5,
.h5Style {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.callouts h2,
.callouts .h2Style {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
.callouts h3,
.callouts .h3Style {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-left: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  color: #000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: none;
  color: #000;
}
input,
select {
  border: solid 1px #000000;
  color: #000000;
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 13px;
  font-size: 1.3rem;
  padding: 4px 10px;
  width: 100%;
}
select {
  font-style: normal;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
input[type="radio"] {
  width: auto;
  border: none;
}
input[type="checkbox"] {
  width: auto;
  border: none;
}
input.error {
  border: 1px solid red;
}
.form-error {
  color: red;
}
.claimsForm span {
  color: red;
  padding-right: 5px;
}
.claimsForm h3 {
  margin: 30px 0 15px 0;
}
.claimsForm .loadingContainer,
.claimsForm .loadingBackground,
.claimsForm .loadingAnimation {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.claimsForm .loadingContainer {
  display: none;
  background: #ffffff;
  opacity: 0.8;
}
.claimsForm .loadingAnimation {
  background: url(/images/quickbooker/loadingAnimation.gif) no-repeat 0 0;
  height: 48px;
  width: 48px;
}
.styled-select {
  border: 1px solid #000;
  overflow: hidden;
  background: url(/images/global/inputSelect_SM.jpg) no-repeat right #ffffff;
  display: inline-block;
}
.styled-select.number {
  margin: 0 auto;
  max-width: 50px;
  min-width: 39px;
}
.styled-select select {
  /*#Fonts > .Dido(15);*/
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 4px 15px 4px 2px;
}
#ghaLocalExperienceDropDowns select {
  /*#Fonts > .Dido(15);*/
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 133%;
  padding: 4px 20px 4px 2px;
}
select.number,
input.number {
  /*#Fonts > .GothamSSBook(14);*/
}
select.number {
  /*width:75px;*/
}
label {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
label.italics,
label.italics a {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
}
#content {
  background-color: #fff;
  padding-bottom: 50px;
  -webkit-box-shadow: 0px 20px 70px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 20px 70px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 20px 70px 0px rgba(50, 50, 50, 0.15);
}
.mainContentShadowLeft {
  background: url('/images/global/bkgContentLeft.png') no-repeat right top;
  min-height: 250px;
}
.mainContentShadowRight {
  background: url('/images/global/bkgContentRight.png') no-repeat left top;
  min-height: 250px;
}
.OmniTable {
  overflow: hidden !important;
  margin-bottom: 0 !important;
  border: 0 !important;
}
.OmniTable,
.OmniTable th {
  /*width: 100%;*/
  text-align: center;
}
.OmniTable td,
.OmniTable th {
  border-right: 2px solid #cccccc;
  height: 100%;
  padding: 2px;
}
.OmniTable table {
  height: 100%;
  width: 100%;
}
.OmniTable td:last-child,
.OmniTable th:last-child {
  border-right: none;
}
.OmniTable tr:nth-child(even),
.OmniTable th {
  background: #e5e3e3;
}
.full-height {
  height: 100%;
}
.instagramWidget ul {
  list-style-type: none;
}
.instagramWidget li {
  margin: 0;
}
.instagramWidget li a img {
  float: left;
  width: 25%;
}
/*Dining Reservation Widget*/
.OT_wrapper,
.OT_day,
.OT_party,
.OT_time,
.OT_searchTimeField,
.OT_searchDateField,
.OT_searchPartyField {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  width: auto !important;
}
.OT_wrapper {
  width: 165px !important;
  margin: 15px auto 0 auto !important;
}
.OT_header {
  padding-bottom: 5px !important;
}
.OT_list {
  width: 161px !important;
}
.OT_searchDateField,
.OT_searchTimeField,
.OT_searchPartyField {
  width: 120px !important;
  height: 23px !important;
  padding: 1px 7px !important;
  margin: 17px 8px 17px 35px !important;
}
.OT_ExtLink {
  margin: 10px auto;
}
/* Trip Advisor Widget flicker issue */
ul.TA_links {
  list-style: none;
}
#updateBrowser {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px;
  background: #f07230;
  color: #666666;
  font-weight: bold;
  font-size: 11px;
  display: none;
  z-index: 1040;
  border-bottom: 1px solid #222;
}
#updateBrowser a {
  color: #428bca;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.50;
  z-index: 1030;
  zoom: 1;
}
#modalOverlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1800px;
  background-color: #000000;
  z-index: 800;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.50;
  zoom: 1;
}
.Explorer6 #confirmationModal {
  position: absolute !important;
  z-index: 2000 !important;
}
.Explorer6 .modal-backdrop {
  position: absolute;
  height: 1800px;
}
/*#region ---Header--- */
header {
  position: relative;
  z-index: 100;
  background-color: white;
  border-bottom: solid 5px #dfc29a;
}
/*body.resort header
	{
		background: url('/images/global/bkgHeaderBar_Resort.gif') repeat-x bottom left #ffffff;
	}
	*/
.headerGlobalLinks,
.headerGlobalLinks a {
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  color: #1e1e1e;
  text-transform: uppercase;
}
.headerGlobalLinks > div[class*="col-"] {
  padding: 10px 0;
}
/*#region ---LogIn--- */
#pnlLoggedIn {
  position: relative;
}
#logInContent {
  position: absolute;
  background: #fff;
  z-index: 10;
  display: none;
}
#logInContent .rightColumn {
  padding: 15px;
}
#logInContent .lineThrough span {
  background-color: transparent;
}
.headerGlobalLinks #logInContent a {
  text-decoration: underline;
  font-weight: bold;
}
.headerGlobalLinks #logInContent a.btn {
  text-decoration: none;
  color: #ffffff;
}
/*#btnLogIn{
        font-weight:bold;
    }*/
/*#logInContent {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 400px;
		z-index: 1001;
		background-color: #e9e3de;
	}*/
.background-Design {
  background: #efebe8 url('/images/global/bkgdPattern.png') repeat 0 0;
}
.loggedIn,
.loggedOut {
  background-color: #e9e3de;
}
.loggedIn a {
  background: url('/images/global/iconLogInArrowDown.png') no-repeat right 2px;
  padding-right: 20px;
}
.loggedIn a,
.loggedOut a {
  display: block;
  padding: 10px 0;
}
.loggedOut span {
  display: inline-block;
  padding: 10px 0;
}
/*#endregion ---LogIn--- */
.headerGlobalLinks a:hover {
  text-decoration: none;
}
.headerSecondRow {
  /*margin:15px 0 7px 0;*/
  margin: 15px 0 0 0;
}
.logo {
  border-bottom: solid 1px #532f1a;
  height: 45px;
  padding-left: 20px;
}
.search,
.searchBtn {
  border: solid 1px #000000;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  height: 45px;
  color: #1e1e1e;
}
.searchBtn {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 45px;
  border-left: none;
  font-weight: bold;
  cursor: pointer;
}
.search {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 10px;
  text-align: right;
}
.searchBtn:hover {
  text-decoration: none;
  color: #1e1e1e;
}
/* BEGIN: overwrite google search items  */
.cse form.gsc-search-box,
form.gsc-search-box {
  padding: 0 !important;
}
.gsc-search-box {
  padding: 0 !important;
}
.cse table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}
table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}
.gsc-clear-button {
  display: none !important;
}
.gsc-option-menu-container .gsc-selected-option-container {
  width: initial !important;
}
/* END: overwrite google search items  */
select.langaugeSelect {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  border: none;
  overflow: hidden;
  -webkit-appearance: none;
  background-image: url(/images/global/iconLogInArrowDown.png);
  background-position: right;
  background-repeat: no-repeat;
  background-color: #fff;
  margin-top: 5px;
}
body[class*="Chrome"] header .gsc-control-searchbox-only {
  margin: 0 -1px 0 0;
}
header .gsc-search-button,
header .gsib_b {
  display: none;
}
header .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
header input.gsc-input {
  width: 100% !important;
  /*border: 1px solid #000000 !important;*/
  border: none !important;
  border-color: #000000 !important;
  padding: 11px 10px !important;
  height: 45px !important;
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
  -webkit-appearance: none;
  border-radius: 0;
}
body[class*="Explorer8"] header .gsc-search-box-tools .gsc-search-box input.gsc-input,
body[class*="Explorer9"] header .gsc-search-box-tools .gsc-search-box input.gsc-input,
body[class*="Explorer10"] header .gsc-search-box-tools .gsc-search-box input.gsc-input {
  padding-bottom: 12px !important;
}
header .gsib_a {
  padding: 0;
  border: 0;
  box-shadow: none;
}
header .gsc-search-box,
header .gsc-search-box table,
header .gsc-input-box {
  margin-bottom: 0;
  border: 0;
}
header .gsc-input-box {
  height: auto;
}
.gsc-search-button input {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.gsc-input {
  line-height: initial;
}
.gsst_a {
  padding-top: 5px;
}
.gsc-thumbnail-inside {
  padding-left: 0;
}
.gsc-getlink-box {
  padding-right: 32px;
}
/*#endregion - Header */
/*#region ---Footer--- */
.footerContent {
  background-color: #e9e3de;
  -webkit-box-shadow: 0px 20px 70px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 20px 70px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 20px 70px 0px rgba(50, 50, 50, 0.15);
}
body.resort .footerContent {
  background-color: #dbe9f6;
}
#footerLinks {
  padding: 15px 0px;
  border-bottom: solid 1px #afbac5;
}
#footerLinks a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 0 7px;
  border-right: solid 1px #838c94;
}
#footerLinks a.last {
  border: none;
}
#globalHotelAlliance {
  padding: 0 5px;
}
#omniMobile {
  padding: 5px 5px 11px 0;
}
#omniMobile a {
  padding-right: 28px;
  padding-left: 12px;
  background: url(/images/global/iconOmniMobile.png) no-repeat top right;
}
.footerInput {
  border: solid 1px black;
}
#newsletter label {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 7px 12px 0 5px;
  display: block;
}
#newsletter input {
  height: 30px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  padding: 0 5px;
}
.goBtn {
  height: 30px;
  width: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
  padding: 4px 0 0 0;
  background-color: white;
  color: black;
}
.goBtn:hover {
  color: black;
}
#footerThirdRow {
  background-color: #532f1a;
  color: #fff;
  padding: 30px 0;
}
body.resort #footerThirdRow {
  background-color: #145491;
}
#copyright {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
}
#footerThirdRow a {
  color: #fff;
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding-right: 15px;
}
/*#region ---Loyalty--- */
#faq .panel-body {
  background-color: #e9e3de;
  border: none;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 15px;
}
#faq .panel-heading {
  border-radius: 0;
  background-color: #FFFFFF;
  padding: 15px;
}
#faq a.panel-title {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 20px;
  font-size: 2rem;
  background: url(/images/global/accTriangleRight.png) no-repeat;
  background-position: 0 3px;
  padding-left: 15px;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  color: black;
}
#faq a.active {
  background: url(/images/global/accTriangleDown.png) no-repeat;
  background-position: 0 3px;
}
#faq .panel-heading.active {
  background-color: #e9e3de;
}
select[name='le_organizers_brand'] {
  display: none;
}
/*#endregion - Loyalty */
/*#region ---HotelsResorts---*/
#reserveRoomsContainer {
  background: url(/images/global/brownTextureBkgd.png) repeat bottom right;
  position: absolute;
  top: 100px;
  left: 0;
  padding: 25px;
  color: #ffffff;
  z-index: 95;
}
body.resort #reserveRoomsContainer {
  background: url(/images/global/blueTextureBkgd.png) repeat bottom right;
}
body.resort .datepick-popup {
  background: url(/images/global/bkgd_BluePattern.gif) repeat 0 0;
}
#reserveRoomsContainer input {
  background: #ffffff url(/images/quickbooker/iconCalendarBrown.png) no-repeat right center;
  border: 0;
  padding: 7px 10px;
  -webkit-appearance: none;
  border-radius: 0;
}
#reserveRoomsContainer input#reservationsDeparture {
  background-color: #e9e3de;
}
.findRoom {
  padding-top: 30px;
}
.hotelInfoSection {
  background: #F3F0ED;
}
body.resort .hotelInfoSection {
  background: #EAF2FA;
}
.hotelName {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 21px;
  font-size: 2.1rem;
  text-transform: uppercase;
}
.hotelAddress {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 5px;
}
.hotelAddress a {
  color: #333333;
}
.courseHolesPar {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 25px;
  font-size: 2.5rem;
}
.colorBlock {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.black {
  background-color: #000000;
}
.gold {
  background-color: #b28c06;
}
.blue {
  background-color: #000099;
}
.white {
  background-color: #e6e6e6;
}
.red {
  background-color: #990101;
}
.green {
  background-color: #007f00;
}
h1.hotelresort {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 21px;
  font-size: 2.1rem;
  /*border-bottom:solid 1px #93827c;
	margin-bottom:5px;
	padding-bottom: 5px;*/
}
body.resort h1.hotelresort {
  /*border-bottom:solid 1px #5baee2;*/
}
.hotelResortTitle {
  border-bottom: solid 1px #93827c;
  padding-bottom: 5px;
}
body.resort .hotelResortTitle {
  border-bottom: solid 1px #5baee2;
}
.thingsToDoList {
  min-height: 420px;
  height: auto !important;
  height: 500px;
}
.thingsToDoList p {
  margin: 0 0 15px 0;
}
.thingsToDoList p span {
  display: block;
}
.hotelFeaturedActivities {
  background-color: #26a4f3;
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 2px;
  margin-bottom: -30px;
}
.hotelFeaturedActivities a {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
.hotelActivityTitle {
  padding: 0 15px 0 0 !important;
  min-height: 35px;
}
.hotelActivity {
  /*padding: 0 15px 0 0 !important;*/
  padding: 0 30px 0 0 !important;
  min-height: 35px;
  background: url(/images/global/hotelActivityNav.png) 0 bottom no-repeat;
  float: left;
}
.hotelActivity.hotelViewAll {
  padding: 0 0 0 0 !important;
}
.hotelActivity a {
  padding: 0 0 0 15px;
  /*display:block;*/
  float: left;
}
.hotelActivityTitle span,
.hotelActivity span {
  /*padding: 12px 0 0 0;*/
  padding: 12px 0 0 5px;
  display: inline-block;
}
.hotelViewAll a {
  padding-top: 12px;
  padding-left: 20px;
  padding-bottom: 11px;
}
/*#endregion ---HotelsResorts---*/
/*#region ---Destinations---*/
.stateTitle {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 15px 25px 8px 25px;
  color: #f07230;
  font-weight: bold;
}
.stateTitle.lineThrough {
  background: url(/images/global/lineThroughOrange.png) repeat-x center center;
}
#destinationsViewList ul {
  list-style-type: none;
}
#destinationsViewList ul li {
  margin-left: 0px;
  padding: 15px 0;
}
#destinationsViewList ul li li {
  padding: 0 0 0 5px;
}
#destinationsViewList li a {
  color: #000000;
  padding-left: 25px;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: underline;
}
#destinationsViewList li li a {
  padding: 5px 0 5px 20px;
}
#destinationsViewList li a.resort {
  background: url(/images/global/iconResort.gif) 0 50% no-repeat;
}
#destinationsViewList li a.city {
  font-size: 14px;
  font-weight: 700;
}
.destinationFilter {
  float: left;
}
.destinationFilter label,
.destinationFilter input {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.destinationFilter input {
  /*margin-top:3px;
	margin-left:5px;
	padding-top:3px;*/
  vertical-align: middle;
}
.destinationFilter label {
  padding-left: 15px;
  padding-top: 5px;
}
.currentSpecials a {
  padding: 8px 10px;
  background-color: #cccccc;
  color: #000000;
  text-decoration: underline;
  margin-bottom: 4px;
  display: block;
}
div.specials-hotel-name {
  margin-top: -10px;
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
}
#featuredDestinations .carouselSlide {
  padding-right: 15px;
}
#featuredDestinations .headline {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
}
#featuredDestinations .subHeadline {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
/*#endregion ---Destinations---*/
/*#region ---Specials Landing---*/
#brandSpecialsSlider .carouselSlide {
  padding-right: 15px;
}
/*#endregion ---Specials Landing---*/
/*#region ---Culinary---*/
.recipeGothamLabel {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.recipeLabel {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 15px;
  font-size: 1.5rem;
}
.recipeName {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 18px;
  font-size: 1.8rem;
}
.recipeCountLabel {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 13px;
  font-size: 1.3rem;
}
.recipeStats div[class*="col-"] {
  background-color: #95c0e7;
  color: white;
  padding: 10px;
  font-size: 11px;
  border-right: solid 1px white;
}
.recipeStats div[class*="col-"]:last-of-type {
  border: none;
}
.recipeStats .minutes {
  font-size: 19px;
}
.recipeStats table {
  width: 100%;
}
.recipeStats table tr td {
  background-color: #95c0e7;
  border-right: solid 1px white;
  vertical-align: top;
  color: white;
  padding: 10px;
  font-size: 11px;
}
.recipeStats table tr td:last-of-type {
  border: none;
}
.videoTitle {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
#leftNavigation .featuredRecipes {
  margin-top: 30px;
}
#leftNavigation .featuredRecipes a {
  text-transform: inherit;
}
#featuredPromotions .carouselSlide {
  padding-right: 15px;
}
#featuredPromotions .headline {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
}
#featuredPromotions .subHeadline {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
/*#endregion ---Culinary---*/
/*#region ---RotatingBanner--- */
.carouselSlide {
  display: none;
  float: left;
}
.carouselSlide:first-child {
  display: block;
}
.sliderPagination {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 21px;
  font-size: 2.1rem;
  display: inline-block;
  text-align: center;
}
#rotatingBanner {
  -webkit-box-shadow: 0px 22px 41px -6px #363636;
  -moz-box-shadow: 0px 22px 41px -6px #363636;
  box-shadow: 0px 22px 41px -6px #363636;
  min-height: 660px;
  height: auto !important;
  height: 660px;
  background-color: #ffffff;
  position: relative;
}
/*#homepageSlider .sliderControlerContainer {
	background-color: rgba(83, 47, 26, 0.5);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 25px;
	color: #ffffff;
	z-index: 999;
}*/
.prev,
.next {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
#rotatingBanner .headline,
#homepageSlider .headline {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  margin-left: 0;
  line-height: 24px;
}
#rotatingBanner .subHeadline,
#homepageSlider .subHeadline {
  font-size: 12px;
}
#rotatingBanner .carouselSlide {
  cursor: pointer;
}
#rotatingBanner .pageHeaderContainer {
  float: right;
  min-width: 600px;
  background: transparent url(/images/global/opaqueBox.png) repeat 0 0;
}
#rotatingBanner .sliderHeadersContainer {
  color: #fff;
  padding: 5px 10px;
  font-size: 24px;
}
#rotatingBanner .sliderControlerContainer {
  background: transparent url(/images/global/bkgd_BrownPattern.gif) repeat 0 0;
  clear: both;
}
.resort #rotatingBanner .sliderControlerContainer {
  background: transparent url(/images/global/bkgd_BluePattern.gif) repeat 0 0;
  clear: both;
}
#rotatingBannerNavigation {
  position: absolute;
  bottom: -25px;
  width: 100%;
  z-index: 10;
}
#rotatingBanner .sliderHeaders {
  padding-top: 5px;
}
#rotatingBanner .sliderNavigation {
  text-align: right;
  padding-top: 15px;
}
#rotatingBanner .sliderNavigation a {
  text-decoration: none;
  cursor: pointer;
  border: 0;
}
#rotatingBanner .sliderThumbnails {
  background-color: #532f1a;
}
.resort #rotatingBanner .sliderThumbnails {
  background-color: #074784;
}
#rotatingBanner .sliderThumbnails > div {
  cursor: pointer;
  opacity: 0.5;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#rotatingBanner .sliderThumbnails > div.active,
#rotatingBanner .sliderThumbnails > div:hover {
  opacity: 1;
}
/*#endregion ===RotatingBanner=== */
/*#region ---Meeting And Events--- */
.activitiesIcons li {
  list-style-type: none;
  display: inline;
  margin: 0;
}
.meeting-room tr:nth-child(2n+1) {
  background: #f3f0ed;
}
.meeting-room tr th {
  background: #f3f0ed !important;
}
.meeting-room td,
.meeting-room th {
  padding: 15px 5px;
}
/*#endregion ===Meeting And Events=== */
/*#region ---Development--- */
#omniDepartments {
  list-style: none;
}
#omniDepartments li {
  margin-left: 0;
}
#omniDepartments li a {
  color: #000000;
  display: block;
  padding: 5px 15px;
}
#omniDepartments li a:hover,
#omniDepartments li.on {
  background-color: #ffffff;
  text-decoration: none;
}
#departmentDescription div {
  display: none;
}
.imgHover {
  position: relative;
}
.imgHoverTxt {
  background-image: url(images/global/bkgdWhiteOpaque.png);
  background-repeat: repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
/*#endregion ===Development=== */
/*#region ---GolfSlider--- */
#golfHoleContainer {
  display: none;
}
#golfSlider {
  background-color: #eaf2fa;
}
.golfHeadlineContainer {
  background: url(/images/test/home-sliders/blueBackground.jpg) repeat top left;
  color: #fff;
}
#golfHoleNumbers li:first-child {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
#golfHoleNumbers li a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#golfHoleNumbers li span {
  display: block;
  padding: 5px 0;
}
#golfHoleNumbers li:hover span,
#golfHoleNumbers li.active span {
  border-bottom: 2px solid #000;
}
#golfHoleNumbers li:hover a,
#golfHoleNumbers li.active a {
  background-color: #eaf2fa;
}
/*#endregion ===GolfSlider=== */
/*#region ===ModalSlider=== */
.modalSlider {
  position: relative;
}
.modalSlider .sliderControlerContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 49;
  color: #fff;
}
body .modalSlider .sliderControlerContainer {
  background: rgba(83, 47, 26, 0.5);
}
body.resort .modalSlider .sliderControlerContainer {
  background: rgba(20, 84, 145, 0.5);
}
.modalSlider .sliderHeadersContainer {
  color: #fff;
}
.modalSlider .sliderHeaders {
  display: inline-block;
}
.modalSlider .headline {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 24px;
  font-size: 2.4rem;
}
.modalSlider .subHeadline {
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
}
.modalSlider .sliderNavigation {
  float: right;
}
/*#endregion ===ModalSlider=== */
/*#region ---GeneralTabs--- */
.nav-tabs {
  border: none;
}
.nav.nav-tabs > li {
  margin-bottom: -2px;
}
.nav-tabs li {
  margin-left: 0;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover {
  margin: 0 15px;
  border: none;
  padding-bottom: 4px;
  margin-top: 7px;
  margin-bottom: 4px;
  line-height: 14px;
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.nav.nav-tabs > li > a,
.nav.nav-tabs > li > a {
  border-bottom: solid 4px #fff;
}
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
  border-bottom: solid 4px #532f1a;
}
.resort .nav.nav-tabs > li > a:hover,
.resort .nav.nav-tabs > li > a:focus {
  border-bottom: solid 4px #074784;
}
.nav-tabs a.doubleLine,
.nav-tabs a.doubleLine:hover {
  margin-top: -5px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.resort #mapSidebar .nav-tabs > li.active > a,
.resort #mapSidebar .nav-tabs > li.active > a:hover,
.resort #mapSidebar .nav-tabs > li.active > a:focus {
  border: none;
  /*border-bottom: solid 2px black;*/
  border-bottom: solid 4px #532f1a;
  color: black;
  background-color: #efebe8;
}
.resort .nav-tabs > li.active > a,
.resort .nav-tabs > li.active > a:hover,
.resort .nav-tabs > li.active > a:focus {
  background-color: #eaf2fa;
  border-bottom: solid 4px #074784;
}
.nav-tabs > li.active {
  background-color: #efebe8;
}
#mapSidebar .nav-tabs > li.active {
  background-color: #efebe8;
}
.resort .nav-tabs > li.active {
  background-color: #eaf2fa;
}
.tab-content {
  background-color: #efebe8;
}
.resort .tab-content {
  background-color: #eaf2fa;
}
.resort #mapSidebar .tab-content {
  background-color: #efebe8;
}
/* Drop Down - Tab */
.nav-tabs li.dropdown {
  margin-top: 6px;
}
.nav-tabs li.dropdown a,
.nav-tabs li.dropdown a:hover {
  border: none !important;
  padding: 5px 10px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  padding: 5px 10px;
}
/*#endregion ---GeneralTabs--- */
/*#startregion ---OlapicTabs--- */
#guestgalleryTabsContent.tab-content {
  margin-right: 15px;
}
#olapicTemplatesArea > .modal > .modal-dialog {
  left: 0;
}
#divGuestGalleryContainer > .padding-top-15 > p {
  margin: 15px 0 3px 0 !important;
}
/*#endregion ---OlapicTabs--- */
/*#region ---Modal--- */
.modalContent {
  display: none;
}
.modalClose {
  position: absolute;
  top: 0;
  right: 4px;
  z-index: 1000;
}
.modal-content {
  border-radius: 0;
}
#confirmationModal p {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: uppercase;
}
/*#endregion ===Modal=== */
/*#region ---BreadCrumb--- */
.breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb > li {
  margin-left: 0;
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
}
.breadcrumb .active {
  color: #5c5223;
  font-weight: normal;
  font-style: italic;
}
.breadcrumb a {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  color: #5c5223;
  text-decoration: underline;
}
.breadcrumb > li + li:before {
  padding: 0;
  margin-right: 3px;
  content: "/";
  color: #5c5223;
  font-style: italic;
}
/*#endregion ---BreadCrumb--- */
/*#region ---Pagination--- */
.pagination li {
  margin: 0;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination li a {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.pagination li.pagePrevious a,
.pagination a.pagePrevious {
  background: url(/images/global/iconPagePrevious.png) no-repeat left 4px;
  padding-left: 15px;
  text-decoration: underline;
}
.pagination li.pageNext a,
.pagination a.pageNext {
  background: url(/images/global/iconPageNext.png) no-repeat right 4px;
  padding-right: 15px;
  text-decoration: underline;
}
.pagination > li.pagePrevious > a:hover,
.pagination > li.pagePrevious > span:hover,
.pagination > li.pagePrevious > a:focus,
.pagination > li.pagePrevious > span:focus {
  background-color: #fff;
}
.pagination a {
  padding: 6px 12px;
  color: #000000;
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.pagination a:hover {
  color: #000000;
  background-color: #eeeeee;
}
.pagination a.pagePrevious:hover,
.pagination a.pageNext:hover {
  background-color: #fff;
}
.pagination a.current,
.pagination a.current:hover {
  color: #000000;
  background-color: #eeeeee;
  text-decoration: underline;
}
/*#endregion ---Pagination--- */
/*#region ===Widgets=== */
/*#region ---Weather--- */
.weather {
  color: #fff;
  font-size: 19px;
}
.weather div {
  background-color: #95c0e7;
  border-right: solid 1px #b3d2ee;
}
.weather p {
  font-size: 11px;
  margin: 10px 0;
  text-transform: uppercase;
}
.weather span {
  display: inline-block;
  margin: 10px 0;
}
.weatherLow {
  color: #0a4a83;
}
/*#endregion ---Weather--- */
/*#region ---GoogleMap--- */
.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 450px;
  overflow: hidden;
}
.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gm-style-iw div {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 12px !important;
}
.gm-style-iw div.mapTopRow {
  padding-top: 5px;
}
.gm-style-iw div.mapTopRow div {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  font-size: 11px !important;
}
.gm-style-iw div.mapHotelInfo {
  padding-left: 10px;
}
.gm-style-iw img {
  margin-bottom: 10px;
}
.gm-style-iw .mapHotelName {
  margin-bottom: 10px;
  display: block;
  font-size: 14px !important;
}
.gm-style-iw a {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700 !important;
  font-size: 11px !important;
  padding: 10px 0 2px 0;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
  color: #000000;
}
.gm-style-iw a.mapDirectionIcon {
  background: url('/images/global/iconMapsAndDirections.png') no-repeat 0 5px;
  padding-left: 25px;
}
.gm-style-iw a:hover {
  color: #000;
}
/*#endregion ---GoogleMap--- */
/*#region ---TripAdvisor--- */
.cdsROW.narrow {
  /*width:auto !important;*/
}
.cdsROW.narrow .logo {
  border-bottom: none !important;
  /*height:auto !important;*/
  padding-left: 0 !important;
}
.widCOE {
  /*width:auto !important;*/
  margin: 0 !important;
  display: inline-block;
}
#CDSWIDCOE.widCOE .widCOEImg {
  width: 100% !important;
}
.cdsROW {
  display: inline-block;
  /*background-color:transparent !important;*/
}
/*#endregion ---TripAdvisor--- */
/*#region ---Special Availibitlity Calendar--- */
#specialAvailibilityDateRange {
  display: inline-block;
  background-color: #efebe8;
  padding: 10px 30px;
  font-weight: bold;
}
.specialAvailibitlityContainer {
  position: relative;
  margin: 10px auto;
  padding: 10px 0 10px 10px;
}
.specialAvailibitlityContainer .disableOverlay {
  position: absolute;
  top: 28px;
  left: 0;
  height: 82%;
  width: 100%;
  opacity: 0;
}
.specialAvailibitlityContainer .datepick-nav .datepick-cmd-prev {
  background: url(/images/quickbooker/leftArrowBlack.png) no-repeat top left;
}
.specialAvailibitlityContainer .datepick-nav .datepick-cmd-next {
  background: url(/images/quickbooker/rightArrowBlack.png) no-repeat top left;
  width: auto !important;
}
.specialAvailibitlityContainer .datepick-month-header,
.specialAvailibitlityContainer .datepick-month-header select {
  color: #000;
}
.specialAvailibitlityContainer .loadingContainer,
.specialAvailibitlityContainer .loadingBackground,
.specialAvailibitlityContainer .loadingAnimation {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.specialAvailibitlityContainer .loadingContainer {
  display: none;
  background: #ffffff;
  opacity: 0.8;
}
.specialAvailibitlityContainer .loadingAnimation {
  background: url(/images/quickbooker/loadingAnimation.gif) no-repeat 0 0;
  height: 48px;
  width: 48px;
}
.specialAvailibitlityCalendarKey {
  background-color: #e9e3de;
  padding: 5px;
}
.specialAvailibitlityCalendarKey .calendarkey {
  float: left;
  padding-right: 10px;
}
.specialAvailibitlityCalendarKey .calendarkey div {
  height: 25px;
  width: 25px;
  border: solid 2px #DFDFDF;
  float: left;
  background-color: #d0e3f4;
}
.specialAvailibitlityCalendarKey .calendarkey:first-child div {
  background-color: #ffffff;
}
.specialAvailibitlityCalendarKey .calendarkey span {
  float: left;
  padding-top: 5px;
  padding-left: 5px;
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
}
.specialAvailibitlityErrorMessage {
  padding-top: 5px;
}
/*#endregion ---Special Availibitlity Calendar--- */
.eventCalendarContainer {
  border: solid 1px #7a6857;
  padding: 15px;
}
/*#endregion ===Widgets=== */
/*#region ---Sitemap--- */
.sitemap a {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 13px;
  font-size: 1.3rem;
}
.sitemap ul {
  margin-top: 5px;
}
.sitemap li {
  margin-left: 10px;
  margin-bottom: 5px;
  list-style: none;
}
/*#endregion ---Sitemap--- */
/*#region ---ORZ_Modal Please Wait--- */
#modalPleaseWait {
  background: #644330 url(/images/global/modalPleaseWait.jpg) no-repeat bottom right;
  color: #fff;
  margin-top: 5%;
}
#modalPleaseWait h2 {
  font-size: 18px;
}
#modalPleaseWait p {
  margin: 5px 0;
}
#modalPleaseWait p.warningText {
  font-size: 14px;
}
#modalPleaseWait .lineThrough {
  height: 10px;
  padding: 5px 0;
}
#modalPleaseWait a {
  color: #fff;
  text-decoration: underline;
}
/*#endregion ---ORZ_Modal Please Wait--- */
/*#region ---Dining--- */
.restHourOfOp div {
  padding: 5px 0;
}
.restMenus a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #000;
  padding: 4px 30px 4px 0;
}
/*#region ===Navigation===*/
/*#region ---TopNavigation--- */
.navbar-default {
  background: none;
  border: none;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.nav a {
  color: #000;
  text-transform: uppercase;
}
.nav > li > a {
  padding-left: 0;
  padding-right: 0;
}
.nav > li > a,
.nav > li > a {
  text-decoration: none;
  border-bottom: solid 8px #fff;
}
.nav > li > a:hover,
.nav > li > a:focus {
  border-bottom: solid 8px #52301b;
  background-color: #ffffff;
}
.navbar-collapse {
  border-top: none;
}
.navbar {
  margin-bottom: 0;
  min-height: inherit;
}
#menuToggle {
  width: 40px;
  margin: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  color: #532f1a;
  font-size: 20px;
  margin-right: 15px;
}
body.resort #menuToggle {
  color: #074784;
}
.navwrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navwrap ul li {
  float: left;
  margin: 9px 0;
  border-right: solid 1px black;
}
.navwrap ul li a {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  color: #000;
  text-decoration: none;
  padding: 5px 28px 5px;
  text-transform: uppercase;
}
.navwrap ul li a.active,
.navwrap ul li a:hover {
  border-bottom: solid 8px #52301b;
}
.navwrap ul li li a {
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  padding: 10px;
}
.navwrap ul li ul {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  top: 31px;
  display: none;
  width: 100%;
  /*padding-bottom:8px;*/
  background-color: #53301c;
}
.navwrap ul li ul li {
  width: 100%;
  min-width: 150px;
  margin: 0;
  border-right: none;
  border-bottom: 1px solid #644533;
}
.navwrap ul li ul li a {
  background-color: #53301c;
  color: #fff;
  border-left: solid 5px #53301c;
  border-bottom: 0;
  display: block;
}
.navwrap ul li ul li a:hover,
.navwrap ul li ul li a.active {
  border-left: solid 5px #fff;
  border-bottom: 0;
}
.navwrap ul li ul li:first-child {
  border-top: 1px solid #644533;
}
.navwrap ul li.last {
  margin-right: 0;
  border: none;
}
.navwrap ul li.active a {
  border-bottom: solid 8px #52301b;
}
.navwrap ul li.active ul {
  display: block;
  position: absolute;
  z-index: 999;
}
.navwrap ul li.active ul li a {
  border-bottom: 0;
}
.navwrap ul li.active ul li a.active {
  border-bottom: 0;
}
.resort .navwrap ul a.active,
.resort .navwrap ul a:hover {
  border-bottom: solid 8px #074784;
}
.resort .navwrap ul ul {
  background-color: #074784;
}
.resort .navwrap ul ul li {
  border-bottom: 1px solid #6a91b5;
}
.resort .navwrap ul ul li a {
  background-color: #074784;
  border-left: solid 5px #074784;
  border-bottom: 0;
}
.resort .navwrap ul ul li a:hover,
.resort .navwrap ul ul li a.active {
  border-left: solid 5px #fff;
  border-bottom: 0;
}
.resort .navwrap ul ul li:first-child {
  border-top: 1px solid #6a91b5;
}
.resort .navwrap ul li.active a {
  border-bottom: solid 8px #074784;
}
.resort .navwrap ul li.active ul li a {
  border-bottom: 0;
}
.resort .navwrap ul li.active ul li a.active {
  border-bottom: 0;
}
body.Explorer8 .navwrap ul li a {
  font-weight: 400;
  padding-left: 25px;
  padding-right: 25px;
}
body.Explorer8 .navwrap ul.hotelResort li a {
  font-weight: 400;
  padding-left: 8px;
  padding-right: 8px;
}
.navwrap ul.hotelResort li {
  margin: 12px 0;
}
.navwrap ul.hotelResort li a {
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  padding: 7px 7px;
}
.navwrap ul.hotelResort li ul li {
  margin: 0;
}
.navwrap ul.hotelResort li ul li a {
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
}
.navwrap,
#mainArea,
#reservationsButton {
  -webkit-transition: .2s all ease;
  -moz-transition: .2s all ease;
  transition: .2s all ease;
}
body.active #mainArea:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #4e4e4e;
}
.navHeaderGlobal {
  padding: 10px 20px;
  margin: 0;
}
.navFooterGlobal {
  padding: 0;
  margin: 0;
}
.navHeaderGlobal.nav-justified > li,
.navFooterGlobal.nav-justified > li {
  display: table-cell;
  width: 1%;
  text-align: center;
}
.navFooterGlobal.nav-justified > li {
  text-align: center;
}
.navHeaderGlobal.nav-justified > li.hidden-xs {
  display: table-cell !important;
}
nav > li > a.active {
  border-bottom: 8px solid #52301b;
}
/*#region ---LeftNavigation---*/
#leftNavigation {
  position: relative;
  z-index: 50;
}
#leftNavigation a {
  text-transform: uppercase;
  color: black;
  padding: 3px 10px;
  display: block;
  text-decoration: none;
}
#leftNavigation .sectionTitle {
  background-image: url(/images/global/bkgd_BrownPattern.gif);
  background-repeat: repeat;
  color: white;
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 24px;
  font-size: 2.4rem;
  padding: 15px;
  margin-bottom: 10px;
  text-transform: none;
  border-bottom: solid 10px #fff;
}
body.resort #leftNavigation .sectionTitle {
  background-image: url("/images/global/bkgd_BluePattern.gif");
}
#leftNavigation a.sectionTitle:hover,
#leftNavigation a.sectionTitle.active {
  border-bottom: solid 10px #f07230;
}
body.resort #leftNavigation a.sectionTitle:hover,
body.resort #leftNavigation a.sectionTitle.active {
  border-bottom: solid 10px #26a4f3;
}
#leftNavigation ul li {
  list-style: none;
  margin: 0 0 10px 0;
}
#leftNavigation .sectionTitle + ul ul {
  margin: 5px 0 10px 15px;
  display: none;
}
#leftNavigation .sectionTitle + ul a.active + ul {
  display: block;
}
#leftNavigation .sectionTitle + ul ul li {
  margin-bottom: 3px;
  font-size: 11px;
}
#leftNavigation ul ul li a.active,
#leftNavigation ul ul li a:hover,
#leftNavigation ul ul ul li a:hover,
#leftNavigation ul ul ul li a.active:hover {
  background-color: #f07230;
  color: #ffffff;
}
#leftNavigation ul ul ul li a.active {
  background-color: transparent;
  border-left: 4px solid#f07230;
  color: #f07230;
  padding-left: 5px;
}
#leftNavigation ul li.noHover:hover {
  background-color: transparent;
}
body.resort #leftNavigation ul ul li a.active,
body.resort #leftNavigation ul ul li a:hover,
body.resort #leftNavigation ul ul ul li a:hover,
body.resort #leftNavigation ul ul li li a.active:hover {
  background-color: #26a4f3;
  color: #ffffff;
}
body.resort #leftNavigation ul ul ul li a.active {
  background-color: transparent;
  border-left: 4px solid#26a4f3;
  color: #26a4f3;
  padding-left: 5px;
}
#leftNavigation ul ul ul ul li {
  padding-left: 30px;
}
#leftNavigation ul li.active a,
#leftNavigation ul ul li.active a,
#leftNavigation ul li a:hover {
  color: white;
}
#leftNavigation .sectionSubHeader {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
}
#leftNavigation a.active {
  background-color: #f07230;
  color: #ffffff;
}
body.resort #leftNavigation a.active {
  background-color: #26a4f3;
}
#leftNavigation a.icon-ID {
  background: url(/images/global/iconID.png) no-repeat;
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 10px;
  padding-right: 30px;
}
/*#region ---QuickBooker--- */
#quickBooker {
  position: absolute;
  top: 6px;
  left: 0;
  opacity: 0;
  /*z-index: 9999;*/
  background: #fff;
  box-shadow: 0px 22px 41px -6px #363636;
  display: none;
}
.container {
  position: relative;
}
.container .row .booker {
  overflow: inherit;
}
.container .row .booker,
.container .row .snippetContainer,
.container .booker div[class*="col-"] {
  min-height: inherit;
}
.mainSection #quickBooker {
  box-shadow: 0px 15px 35px 5px rgba(0, 0, 0, 0.3);
}
.container div .datepickerContainer {
  padding: 10px 0px;
  background: #62412d url(/images/quickbooker/datePickerBG.jpg) repeat 0 0;
  color: #fff;
}
#existingReservations,
#onlineCheckIn {
  padding: 10px 0px;
  background: url(/images/quickbooker/transparentTextureBkgd.png) repeat bottom right, url(/images/quickbooker/existingReservationsBkgd.jpg) no-repeat bottom right;
  background-color: #62412d;
  color: #fff;
}
#quickBookerSnippet label,
#quickBooker label {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  /*margin:15px 0 2px 0;*/
  margin: 15px 0 5px 0px;
  margin-top: 0;
}
#quickBooker h2 {
  text-align: center;
  margin-top: 0;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 16px;
  font-size: 1.6rem;
}
#quickBooker h3 {
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}
.specialRateCodes {
  padding-top: 10px;
}
.specialRateCodes h3 {
  margin-left: 0;
}
.calColumnRight .headline1 {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 20px;
  font-size: 2rem;
}
.calColumnRight .headline2 {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 22px;
  font-size: 2.2rem;
  padding-bottom: 5px;
}
#quickBooker input,
#quickBookerSnippet input {
  /*#Fonts > .Dido(15);*/
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  padding: 6px 12px;
  border: 0;
  color: #000;
}
#quickBooker .quickBookerDate,
#quickBookerInternationalArrival,
#quickBookerInternationalDeparture {
  padding: 6px !important;
  -webkit-appearance: none;
  border-radius: 0;
}
/*This changes the placeholder textarea color for each browser*/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
header .styled-select {
  border: none;
  overflow: hidden;
  background: url(/images/quickbooker/selectBackgroundSmall.jpg) no-repeat right #ffffff;
}
header .styled-select select {
  background: transparent;
  padding: 4px 6px 0px 4px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 133%;
  /*#Fonts > .Dido(15);*/
}
.datepickerContainer select {
  padding: 5px;
  width: 100%;
}
.datepickerContainer #QBdatepicker select {
  padding: 0;
  width: auto;
}
.container div .calColumnRight {
  padding: 15px 10px 0 10px;
}
.calColumnRight p {
  padding: 5px 0;
  margin: 0;
}
.calColumnRight span {
  font-style: italic;
  display: block;
}
#quickBookerArrival,
#quickBookerDeparture,
#quickBookerInternationalArrival {
  background: #ffffff url(/images/quickbooker/iconCalendarBrown.png) no-repeat right center;
}
#quickBooker #quickBookerInternationalArrival {
  background-color: #e9e3de;
}
#quickBooker #quickBookerInternationalDeparture {
  background: #532f1a url(/images/quickbooker/iconCalendarWhite.png) no-repeat 105% center;
  color: #fff;
}
#quickBookerDeparture {
  background-color: #e9e3de;
}
input.invalidDate {
  color: #ff0000;
}
#findRooms,
#findRooms2 {
  background: url(/images/quickbooker/btnFindRooms.jpg) no-repeat 0 0;
  border: 0;
  height: 51px;
  width: 175px;
}
#rateCodes {
  background: url(/images/quickbooker/iconPlusMinus.gif) no-repeat 0 0;
  color: #fff;
  padding: 4px 30px;
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 10px;
  font-size: 1rem;
}
#rateCodes:hover {
  text-decoration: none;
}
#rateCodes.open {
  background-position: 0 -20px;
}
#rateCodesContainer {
  display: none;
}
#numberOfGuests .roomLabel {
  margin-top: 8px;
}
#numberOfGuests .styled-select.number {
  margin-bottom: 15px;
}
#numberOfGuests .childrensAges .styled-select.number {
  display: inline-block;
  margin-right: 4px;
}
.datepickerContainer #room1,
.datepickerContainer #room2,
.datepickerContainer #room3,
#multipleRooms,
.childsAge > .styled-select {
  display: none;
}
.datepickerContainer #room1,
.datepickerContainer #room2,
.datepickerContainer #room3 {
  margin-top: 0px;
}
#room1 p span,
#room2 p span,
#room3 p span {
  text-align: center;
}
.childsAge.visible {
  display: block;
}
.selectContainer {
  border: 1px solid #000;
  vertical-align: middle;
}
.paddedRow.evenSpacedColumns.noMarginRight {
  margin-right: -15px;
}
#quickBooker p.orSeperator,
#quickBookerSnippet p.orSeperator {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 21px;
  font-size: 2.1rem;
}
p.orSeperator {
  margin: 3px 0;
}
#modalOverlay,
#loginOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 99;
  display: none;
}
#quickBookerClose {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 16px;
  font-size: 1.6rem;
  float: right;
  padding: 13px 25px 9px 50px;
  background: url(/images/quickbooker/closeBtnBackground.png) no-repeat left -1px;
  cursor: pointer;
}
#snippetContainer {
  overflow: visible;
}
.snippetRow {
  position: absolute;
  width: 100%;
}
#quickBookerSnippet {
  position: absolute;
  bottom: -220px;
  left: 0px;
  padding: 15px;
  /*z-index: 999991;*/
  width: 100%;
  background: url(/images/global/brownTextureBkgd.png) repeat 0 0;
  color: #fff;
  display: none;
}
body.home #quickBookerSnippet {
  display: block;
}
#quickBookerSnippet .styled-select {
  display: block;
}
#quickBookerSnippet .styled-select > .styled-select {
  display: inline-block;
}
#reservationsButton {
  background: #62412d url(/images/quickbooker/datePickerBG.jpg) repeat 1px 24px;
}
#autoComplete {
  position: absolute;
  top: 70px;
  background: #ffffff;
  color: #000000;
  max-height: 244px;
  overflow-y: auto;
}
#autoComplete span.button {
  display: block;
  cursor: pointer;
  padding: 1px 12px;
}
#autoComplete span.button:hover,
#autoComplete span.button.hover {
  background-color: #7690A8;
  color: #ffffff;
}
#quickBooker #marginEmptySpace {
  margin-top: 125px;
}
#datepickerInternational .datepick-month-header {
  color: #532f1a;
}
.container div.datepickerContainer.international {
  color: #532f1a;
  background: #ffffff url(/images/quickbooker/bkgdInternational.jpg) repeat top left;
}
.calColumnRight.international {
  /*background-color: #532f1a;*/
  color: #fff;
}
#quickBooker .tab-content {
  background-color: #fff;
}
#quickBooker .tab-content.international {
  background-color: #532f1a;
}
.international .styled-select,
.international input {
  border: 1px solid #E9E3DE;
}
#quickBooker .styled-select {
  margin-bottom: 15px;
  display: block;
}
#quickBooker .styled-select .styled-select {
  margin-bottom: -1px;
}
#quickBooker .styled-select select.number {
  padding-right: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  width: 130% \ ;
  max-width: 130% \ ;
  /*#Fonts > .GothamSSBook(14);*/
}
#quickBooker .selectGuestAccount {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 20px;
  font-size: 2rem;
}
/*Quick Booker Room Label for visible-xs only*/
#quickBooker .labelContainer .inlineLabel {
  padding: 3px 0 15px !important;
}
/*#region ---QBTabs--- */
#quickBookerTab {
  width: 100%;
  background-color: #e9e3de;
}
#quickBookerTab.nav-tabs {
  z-index: 999992;
}
#quickBookerTab.nav-tabs > li > a {
  border-bottom: 0;
  padding-bottom: 10px;
  margin-top: 6px;
}
#quickBookerTab.nav-tabs > li > a:hover {
  background-color: inherit;
  text-decoration: none;
  border-bottom: 0;
}
#quickBookerTab.nav-tabs > li.active {
  background: #ffffff url(/images/global/QBTabShadow.png) no-repeat top right;
}
#quickBookerTab.nav-tabs > li.active > a {
  background-color: #fff;
  border-bottom: 0;
}
#quickBookerTab.nav-tabs > li.dropdown {
  margin: 0;
}
#quickBookerTab.nav-tabs > li > a.dropdown-toggle {
  padding-right: 20px;
  padding-left: 20px;
  border: 0;
  padding-bottom: 12px;
}
.international .calFormSection {
  position: relative;
}
.international .calFormSection .loadingContainer,
.international .calFormSection .loadingBackground,
.international .calFormSection .loadingAnimation {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.international .calFormSection .loadingContainer {
  display: none;
  background: #ffffff;
  opacity: 0.8;
}
.international .calFormSection .loadingAnimation {
  background: url(/images/quickbooker/loadingAnimation.gif) no-repeat 0 0;
  height: 48px;
  width: 48px;
}
/*#endregion ---QBTabs--- */
/*#region ---DatePickPlugin--- */
.datepick,
.datepick-nav,
.datepick-ctrl,
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  background: transparent;
}
.datepick {
  margin-top: -19px;
}
.datepick-nav {
  position: relative;
  top: 19px;
}
.datepick-month-header {
  text-transform: uppercase;
  margin-bottom: 5px;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.datepick.datepick-multi {
  width: 100% !important;
}
.datepick,
.datepick-month {
  border: 0;
}
.datepick-month {
  width: 48%;
}
.datepick-month.first {
  margin-right: 2%;
}
.datepick-month table {
  border: 5px solid #e9e3de;
}
.datepick-month td .datepick-today .datepick-highlight {
  background-color: #fff;
}
.datepick-month td .datepick-selected,
.datepick-month td .datepick-weekend.datepick-selected {
  background: #d0e3f4;
  color: #000;
}
.datepick-month td {
  border: 2px solid #e9e3de;
  background-color: #fff;
  color: #ccc;
}
.datepick-month a,
.datepick-month td .datepick-weekend {
  width: 100%;
  background-color: #fff;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.325em 0em 0.225em;
}
.datepick-month td .datepick-highlight {
  background: #d0e3f4;
}
.datepick-month th,
.datepick-month th a {
  background-color: #e9e3de;
  color: #000;
  font-style: italic;
  font-weight: bold;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 10px;
  font-size: 1rem;
  font-family: serif;
}
.datepick-month th {
  border: 0;
}
.datepick-month td span {
  color: #ccc;
  padding: 3px 0;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
}
.datepick-month td span.datepick-weekend,
.datepick-month td span.datepick-other-month {
  color: #ccc;
  background: #fff;
  font-weight: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
}
.datepick-cmd {
  width: 7%;
}
.datepick-cmd:hover {
  background-color: transparent;
}
.datepick-cmd-today {
  display: none;
}
.datepick-cmd-prev {
  background: url(/images/quickbooker/leftArrows.png) no-repeat top left;
  text-indent: -9999px;
}
.datepick-cmd-next {
  background: url(/images/quickbooker/rightArrows.png) no-repeat top right;
  text-indent: -9999px;
  text-align: left;
  margin-right: 2%;
}
.international .datepick-cmd-prev {
  background: url(/images/quickbooker/leftArrowsBlack.png) no-repeat top left;
}
.international .datepick-cmd-next {
  background: url(/images/quickbooker/rightArrowsBlack.png) no-repeat top right;
}
.datepick a.datepick-disabled {
  display: none;
}
.datepick-popup {
  background: #62412d url(/images/global/bkgd_BrownPattern.gif) repeat 0 0;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 15px 35px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 15px 35px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 15px 35px 5px rgba(0, 0, 0, 0.3);
  padding: 15px 8px 15px 15px;
  width: 400px;
}
.datepick-cmd-clear,
.datepick-cmd-close {
  display: none;
}
/*#region ---ORZ_Reservations--- */
.orz a.btn {
  color: #ffffff !important;
}
.reservationSteps p {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  margin: 0;
  padding: 10px 0;
}
.reservationSteps span {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 25px;
  font-size: 2.5rem;
  position: relative;
  margin-right: 8px;
}
.reservationSteps {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}
.orz a,
.orz a:hover {
  color: #000000;
}
a.reservationLinks {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #000000;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 18px;
  text-align: right;
}
a.onlineCheckIn {
  background-image: url("/images/global/iconCheckin.jpg");
}
a.existingReservation {
  background-image: url("/images/global/iconCalendar.jpg");
}
a.reservationFAQ {
  background-image: url("/images/global/iconReservationFaq.jpg");
}
.handicappedAccessible {
  background: url(/images/global/iconHandicapped.png) no-repeat right top;
}
p.orSeperator {
  font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
  font-size: 11px;
  font-weight: 300;
  padding: 0 5px;
}
.blueFont {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 14px;
  font-size: 1.4rem;
  color: #145491;
}
.loyaltyAwards input[type="text"] {
  width: 75%;
}
.loyaltyAwards {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
}
.loyaltyAwards span {
  display: inline-block;
}
.virusProtection p {
  font-size: 9px;
  display: inline;
}
.virusProtection span {
  color: red;
}
button.questionTooltip {
  background-image: url(/images/global/iconQuestionMark.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  border: none;
  margin-left: 2px;
  background-color: transparent;
  vertical-align: text-bottom;
}
.reservationSteps .active {
  background-color: #efebe8;
}
.mainContentChat {
  position: relative;
  top: -14px;
  left: 35px;
}
.resYourReservation {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
.resProperty {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 21px;
  font-size: 2.1rem;
  text-transform: uppercase;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 5px;
  display: block;
}
.resAddress span {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 15px;
  font-size: 1.5rem;
}
.resYourStay span,
.resYourStayLight,
a.linkArrow {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
}
.resYourStayLight {
  color: #bbbbbb;
}
a.linkArrow {
  background: url('/images/global/linkArrow.png') no-repeat right 3px;
  padding-right: 12px;
  color: #333333;
  display: inline-block;
}
a.linkArrow:hover {
  color: #333333;
}
.orz .styled-select select {
  padding: 4px 6px 4px 2px;
}
.reservationTab .styled-select select {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.labelHeading {
  font-size: 17px;
}
.hotelAccomodations .selectionOptions {
  border-bottom: solid 1px #000;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
.accessibleRoom {
  padding: 0 25px 0 10px;
}
.widthAuto {
  width: auto;
}
a.resPhotoVideoLinks {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #000000;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  text-align: right;
}
a.resPhotos {
  background-image: url("/images/global/iconCamera.png");
}
a.resVideo {
  background-image: url("/images/global/iconVideo.png");
}
a.resVideo360 {
  background-image: url("/images/global/icon360View.png");
}
.orz p.has-error,
.orz span.has-error {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 9px;
  font-size: 0.9rem;
  color: #f07230;
  text-transform: uppercase;
  display: block;
}
.orz .styled-select.has-error,
.orz input.has-error {
  border: solid 1px #f07230;
}
.orz .styled-select {
  display: block;
}
.orz #reservationsArrival,
.orz #reservationsDeparture {
  background: #ffffff url(/images/quickbooker/iconCalendar.png) no-repeat right center;
}
.orz input.invalidDate {
  color: #f07230;
}
.orz table.roomRate {
  margin-top: 5px;
  font-size: 9px;
  background-color: #f3f0ed;
  border: solid 8px #f3f0ed;
}
.orz table.roomRate th {
  font-style: italic;
  font-weight: bold;
  border: solid 2px #f3f0ed;
}
.orz table.roomRate td,
.orz table.roomRate th {
  text-align: center;
}
.orz table.roomRate td {
  background-color: #ffffff;
  width: 36px;
  height: 32px;
  border: solid 2px #f3f0ed;
  text-align: center;
}
.orz table.roomRate td.price {
  background-color: #d0e3f4;
  font-weight: bold;
}
.orz .roomTotal {
  background-color: #d0e3f4;
  font-weight: bold;
}
.orz .rightColHeader {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: none;
}
.orz .roomTitle {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 25px;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.orz .roomDescription {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
}
.orz .rightColumn a,
.orz .rightColumn a:hover {
  color: #000;
  text-decoration: none;
}
.orz .radioCamera:hover {
  cursor: pointer;
}
.orz .requiredField {
  font-family: 'Didot 06 5i', 'Didot 06 A', 'Didot 06 B';
  font-weight: 500;
  font-style: italic;
}
.orz .labelLarge label {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: none;
}
.orz .labelLarge label a {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: none;
}
.orz label {
  display: inline;
}
.orz .socialMedia {
  border-left: 1px solid #CCCCCC;
  margin: 0 auto;
}
.orz .socialMedia img {
  margin-bottom: 5px;
}
.orz .callouts h2,
.orz .callouts h3 {
  text-align: center;
  margin-left: 0;
}
.orz .confirmed {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 16px;
  font-size: 1.6rem;
}
.orz .smallText {
  font-size: 9px;
  padding-left: 5px;
}
.orz .termsConditions {
  background-color: #C2DBEB;
  display: none;
}
.orz .forgotPassword {
  padding: 5px 0;
  display: inline-block;
}
.orz .reservationsTable span {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
}
.orz .reservationsTable tr:nth-child(odd) {
  background: #f3f0ed;
}
.orz .reservationsTable thead tr {
  background: #f3f0ed !important;
}
.orz .reservationsTable td,
.reservationsTable th {
  padding: 15px;
  vertical-align: top;
}
.orz .available {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 20px;
  font-size: 2rem;
  background: url(/images/global/LineThroughGreen.png) repeat-x center center #efebe8;
  text-align: center;
  color: #009C33;
  padding: 5px 0;
}
.orz .available span {
  padding: 0 8px;
}
.orz .notAvailable {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 20px;
  font-size: 2rem;
  background: url(/images/global/LineThroughRed.png) repeat-x center center #efebe8;
  text-align: center;
  color: #FF0000;
  padding: 5px 0;
}
.orz .notAvailable span {
  padding: 0 8px;
}
.orz .accountSummary span {
  display: block;
  padding-bottom: 5px;
}
.lineThroughGreen,
.lineThroughRed {
  background-repeat: repeat-x;
  background-position: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.lineThroughGreen {
  background-image: url(/images/global/LineThroughGreen.png);
  color: #009c33;
}
.lineThroughRed {
  background-image: url(/images/global/LineThroughRed.png);
  color: #ff0000;
}
.lineThroughRed .tan,
.lineThroughGreen .tan {
  background-color: #f3f0ed;
  padding-left: 5px;
  padding-right: 5px;
}
/*#region ---Accordion--- */
.orz .accordion .panel,
.orz .enhancements .panel {
  border-radius: 0;
}
.orz .accordion .panel-default > .panel-heading,
.orz .enhancements .panel-default > .panel-heading {
  background-color: #ffffff;
}
.orz .accordion .panel-body,
.orz .enhancements .panel-body {
  border-top: none !important;
}
.orz .accordion .panel-heading {
  cursor: pointer;
  padding: 10px;
}
.orz .accordion .panel-title {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 21px;
  font-size: 2.1rem;
  background: url('/images/global/accArrowDown.png') no-repeat 0 8px;
  padding-left: 25px;
  margin-bottom: 5px;
  display: inline-block;
}
.orz .enhancements .panel-title {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 5px;
  display: inline-block;
}
.orz .accordion .collapsed .panel-title {
  background: url('/images/global/accArrowRight.png') no-repeat 0 1px;
}
.orz .accordionRoomInfo.accordion .collapsed .panel-title {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  background: url("/images/global/accTriangleRight.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
}
.orz .accordionRoomInfo.accordion .panel-title {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  background: url("/images/global/accTriangleDown.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
}
.orz .accordion .panel-subtitle {
  padding-left: 25px;
  display: inline-block;
}
.orz .accordion .panel-title-right {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 10px;
  font-size: 1rem;
}
.orz .accordion .accordionPrice,
.orz .enhancements .enhancementsPrice {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 14px;
  font-size: 1.4rem;
}
.orz .enhancements .enhancementsPrice {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 13px;
  font-size: 1.3rem;
}
.orz .accordion .accordionPrice .cost,
.orz .enhancements .enhancementsPrice .cost {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 24px;
  font-size: 2.4rem;
  color: #074784;
  padding: 0 5px 0 10px;
  display: inline-block;
}
.orz .accordion .accordionPrice a,
.orz .enhancements .enhancementsPrice a {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  color: #333;
  text-decoration: underline;
  margin-left: 20px;
}
.orz #loyaltyBenefits {
  position: relative;
  background-color: #efebe8;
  padding: 15px 15px 0 15px;
}
.orz #loyaltyBenefits .benefitHeadline {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 20px;
  font-size: 2rem;
}
.orz #loyaltyBenefits .benefitHeadline span {
  background-color: #efebe8;
}
.orz #loyaltyBenefits .benefitName {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
}
.orz #loyaltyBenefits .benefitNumber {
  font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
  font-weight: 300;
  font-style: italic;
  /* rem's work for IE9+, px fallback for IE8 and under */
  font-size: 25px;
  font-size: 2.5rem;
  margin: 0;
}
.orz #loyaltyBenefits .sliderNavigation {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.orz #loyaltyBenefits .sliderNavigation a {
  margin: 0 3px;
}
/*#region ===MediaQuery_XS=== */
@media (max-width: 767px) {
  header {
    min-height: inherit;
  }
  #omniLogo {
    margin-left: 50px;
    padding-right: 60px;
  }
  .margin-minus-left-50 {
    margin-left: 0 !important;
  }
  .navHeaderGlobal.nav-justified > li.hidden-xs {
    display: none !important;
  }
  .navHeaderGlobal.nav-justified > li {
    text-align: center;
  }
  .navwrap ul.hotelResort li {
    margin: 0px 0;
  }
  .navwrap ul li.active ul,
  .navwrap li.dropdown.active ul {
    display: none;
  }
  .resort .navwrap ul li.active a {
    border-bottom: 1px solid #C5BDB9;
  }
  .headerSecondRow {
    margin: 0;
  }
  .logo {
    padding: 10px 0 0 5px;
    border-bottom: none;
    position: relative;
  }
  .navGlobal {
    padding-left: 0;
  }
  .navigation {
    position: relative;
  }
  .searchBtn {
    background: url('/images/global/mobileSearch.png') no-repeat center center;
    text-indent: -10000px;
  }
  #mainArea,
  #reservationsButton {
    left: 0;
    /*float: left;*/
  }
  body.active {
    background-image: none;
    background-color: #532f1a;
  }
  body.resort.active {
    background-image: none;
    background-color: #074784;
  }
  body.active .navwrap {
    left: 0;
    width: 85%;
  }
  body.active #mainArea,
  body.active #reservationsButton {
    left: 85%;
  }
  body.quickBookerSnippet #content {
    margin-top: 0;
    padding-top: 0 !important;
  }
  #rotatingBanner {
    min-height: 0 !important;
  }
  #rotatingBannerNavigation {
    position: relative;
    bottom: 0;
  }
  #rotatingBanner .sliderNavigation {
    padding-top: 0;
  }
  #rotatingBanner .pageHeaderContainer {
    min-width: 0 !important;
    float: none;
    padding-bottom: 1px !important;
  }
  #rotatingBanner .headline,
  #homepageSlider .headline {
    /* rem's work for IE9+, px fallback for IE8 and under */
    font-size: 14px;
    font-size: 1.4rem;
  }
  #rotatingBanner .subHeadline,
  #homepageSlider .subHeadline {
    /* rem's work for IE9+, px fallback for IE8 and under */
    font-size: 10px;
    font-size: 1rem;
  }
  .sliderPagination {
    width: auto;
    /* rem's work for IE9+, px fallback for IE8 and under */
    font-size: 15px;
    font-size: 1.5rem;
  }
  #reserveRoomsContainer {
    background: url(/images/global/bkgd_BrownPattern.gif) repeat 0 0;
    position: relative;
    top: 0;
  }
  body.resort #reserveRoomsContainer {
    background: url(/images/global/bkgd_BluePattern.gif) repeat 0 0;
  }
  .hotelFeaturedActivities {
    padding: 0px 0px 2px 15px;
  }
  .hotelFeaturedActivities .hotelActivityTitle {
    text-align: left;
  }
  .hotelFeaturedActivities .hotelActivity {
    background: none;
  }
  .hotelFeaturedActivities .hotelViewAll a {
    padding-left: 10px;
  }
  .imageBorderPaddedBoxOffsetLeft {
    /* for Home page only */
    margin-left: -15px;
    margin-right: -15px;
  }
  #footerLinks a {
    padding: 10px 0;
    border: none;
    text-align: center;
    display: block;
  }
  #footerSecondRow img {
    margin: 0 auto;
    padding-bottom: 20px;
    display: block;
  }
  #omniMobile {
    text-align: center;
  }
  #copyright {
    text-align: center;
    padding-bottom: 20px;
  }
  #privacyLinks a {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  #socialLinks img {
    padding-bottom: 30px;
  }
  .overlapContent {
    margin-top: 0;
  }
  .promoCodes {
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .rr1travelAgentLine {
    border-top: 1px solid #000000;
    padding-top: 15px !important;
  }
  .btnClearAll {
    margin-top: 10px;
    float: left !important;
  }
  .control-label {
    margin-top: 15px;
  }
  input.handicappedAccessibleInput {
    /*margin-top:15px !important;*/
  }
  .contentOffsetTopOpaque {
    top: 0;
    margin: 0 0 15px 0 !important;
  }
  .reservationsTable {
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
  /*#region ---Navigation_XS--- */
  .navwrap {
    left: -100%;
    position: absolute;
    top: 7px;
  }
  .navwrap {
    border: none;
    padding: 0;
  }
  .navwrap ul {
    text-align: left;
    left: 0;
    font-weight: normal;
  }
  .navwrap ul li {
    display: block;
    float: none;
    margin: 0;
    border: none;
  }
  .navwrap ul li a,
  .navwrap ul.main li a {
    border-bottom: 1px solid #c5bdb9;
    border-top: none;
    color: #fff;
    padding: 12px;
    display: block;
    float: none;
  }
  .navwrap ul li a.active,
  .navwrap ul li a:hover {
    padding-left: 7px;
    padding: 12px 10px 12px 7px;
    border-bottom: 1px solid #c5bdb9;
    border-left: solid 5px #fff;
  }
  h1.hotelresort {
    font-size: 18px;
  }
  .hotelAddress {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .hotelAddress div {
    text-align: left !important;
  }
  #reserveRoomsContainer {
    padding: 15px;
  }
  #reserveRoomsContainer .control-label {
    margin-top: 0;
  }
  .findRoom {
    padding-top: 15px;
  }
  /*#endregion ---Navigation_XS--- */
  /*#region ---QuickBooker_XS--- */
  .datepick-month {
    width: 100%;
  }
  .datepick-nav {
    margin-top: 20px;
  }
  .datepick-month.last {
    display: none;
  }
  .datepick-month.first {
    width: 100%;
  }
  .datepick-popup {
    padding: 0 15px 15px 15px;
    width: 100%;
  }
  .paddedRow.evenSpacedColumns.noMarginRight {
    margin-right: 0px;
  }
  /*#endregion ---QuickBooker_XS--- */
  .modalSlider .sliderControlerContainer {
    padding: 2px;
  }
  .modalSlider .headline {
    /* rem's work for IE9+, px fallback for IE8 and under */
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modalSlider .subHeadline {
    /* rem's work for IE9+, px fallback for IE8 and under */
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/*#endregion ===MediaQuery_XS=== */
/*#region ===MediaQuery_SM=== */
@media (min-width: 768px) and (max-width: 991px) {
  .navwrap ul.main li a {
    padding: 5px 9px 5px;
  }
  #leftNavigation .sectionTitle {
    padding: 15px 10px;
    font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
    font-weight: 300;
    font-style: italic;
    /* rem's work for IE9+, px fallback for IE8 and under */
    font-size: 21px;
    font-size: 2.1rem;
  }
  #rotatingBanner {
    min-height: 450px;
    height: auto !important;
    height: 450px;
  }
  #quickBookerTab.nav-tabs > li > a {
    font-size: 12px;
  }
  .clear-both-sm {
    clear: both;
  }
  .rr1travelAgentLine {
    border-top: 1px solid #000000;
    margin-top: 15px;
    padding-top: 15px !important;
  }
  .reservationSteps div {
    min-height: 93px;
    height: auto !important;
    height: 93px;
  }
  .reservationSteps span {
    display: block;
  }
  .reservationsTable {
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
  .modal-dialog.full {
    width: 738px;
  }
  .modalSlider .sliderControlerContainer {
    padding: 5px;
  }
}
/*#endregion ===MediaQuery_SM=== */
/*#region ===MediaQuery_MD=== */
@media (min-width: 992px) and (max-width: 1199px) {
  .navwrap ul.main li a {
    padding: 5px 14px 5px;
  }
  #leftNavigation .sectionTitle {
    padding: 15px 10px;
    font-family: 'Didot 06 3r', 'Didot 06 A', 'Didot 06 B';
    font-weight: 300;
    font-style: italic;
    /* rem's work for IE9+, px fallback for IE8 and under */
    font-size: 23px;
    font-size: 2.3rem;
  }
  #rotatingBanner {
    min-height: 547px;
    height: auto !important;
    height: 547px;
  }
  .reservationSteps span {
    display: block;
  }
  .promoCodes {
    border: none;
    margin-bottom: 15px;
  }
  .rr1travelAgentLine {
    border-top: 1px solid #000000;
    padding-top: 15px !important;
  }
  .clear-both-md {
    clear: both;
  }
  .modal-dialog {
    width: 600px;
  }
  .modal-dialog.full {
    width: 940px;
  }
  .toDoOptions {
    border-left: solid 2px #DFDFDF;
  }
  .reservationsTable {
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
  .datepick-month a,
  .datepick-month td span,
  .datepick-month td .datepick-weekend {
    padding: 2px 0;
  }
}
/*#endregion ===MediaQuery_MD=== */
/*#region ===MediaQuery_LG=== */
@media (min-width: 1200px) {
  .clear-both-lg {
    clear: both;
  }
  .promoCodes {
    border-right: 1px solid #000000;
  }
  .modal-dialog {
    width: 800px;
  }
  .modal-dialog.full {
    width: 1140px;
  }
  .toDoOptions {
    border-left: solid 2px #DFDFDF;
  }
  #tripAdvisorInformation {
    padding-left: 30px;
  }
}
/*#endregion ===MediaQuery_LG=== */
@media (max-width: 1200px) {
  .OmniTable {
    /*width:100%;*/
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
}
