

@charset "UTF-8";
:root {
  font-size:16px;
}

@font-face {
  font-family: "Nobel W01";
  src: url("//fonts.hilton.com/nobel/nobel-regular/nobel-regular.eot");
  src: url("//fonts.hilton.com/nobel/nobel-regular/nobel-regular.woff2") format("woff2"),
       url("//fonts.hilton.com/nobel/nobel-regular/nobel-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*
Theme Name: Trianon Palace Theme (hb)
Description: Theme for Trianon Palace.
Author: Hilton XD
Version: 3.6.3
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
/* border-box on all the things */
*, *:after, *:before {
  box-sizing: border-box; }

html {
  font-family: "franklin-gothic-urw",'Nobel W01', 'Arial', 'sans-serif';
  color: #222;
  font-size: 16px;
  line-height: 1.4; }

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical; }

/* ==========================================================================
Plugins
========================================================================== */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1220px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /*** Remove all paddings around the image on small screen*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

#calendarCalendar .calendars.range {
  position: absolute !important; }

#calendarCalendar {
  font-family: sans-serif;
  font-size: 13px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box; }

#calendarCalendar .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999; }

.calendars {
  position: absolute;
  z-index: 9999999;
  border: solid 5px  #353535; }

.calendar {
  padding: 10px;
  float: left;
  width: 241px;
  color: #FFF;
  background: #2c2c2c;
  font-size: 12px;
  font-family: 'Arial', 'Arial', 'sans-serif'; }

#calendar-start-date {
  border-right: 2px solid #353535; }

#calendar-end-date {
  border-left: 2px solid #353535; }

.calendars:before, .calendars:after, .calendar-table:before, .calendar-table:after {
  content: ' ';
  clear: both;
  display: block;
  height: 0; }

.calendar-header {
  text-align: center; }

.calendar-caption {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 12px;
  font-weight: 600;
  line-height: 1; }

.calendar-date {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }

.calendar-title {
  display: inline-block;
  zoom: 1;
  *display: inline;
  zoom: 1;
  *display: inline;
  width: 70%; }

.calendar-arrow {
  width: 0;
  height: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  zoom: 1;
  *display: inline;
  border-color: transparent #fff;
  border-style: solid;
  margin: 10px 4.8%;
  cursor: pointer; }

.calendar-arrow.left {
  border-width: 7px 7px 7px 0;
  float: left; }

.calendar-arrow.right {
  border-width: 7px 0 7px 7px;
  float: right; }

.calendar-cell {
  float: left;
  width: 10.285714286%;
  padding: 2%;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box; }

.calendar-cell.disabled {
  color: gray;
  cursor: normal; }

.calendar-dates .calendar-cell.active {
  cursor: pointer; }

.calendar-dates .calendar-cell.active:first-child {
  background: #262626; }

.calendar-dates .calendar-cell.active.selected, .calendar-dates .calendar-cell.active.today.selected, .calendar-dates .calendar-cell.active:hover {
  background: #a58241;
  color: #fff; }

.calendar-dates .calendar-cell.active.selected {
  background: #a58241;
  color: #fff; }

.calendar-dates .calendar-cell.active.today {
  background: #f0f0f0;
  color: #000; }

.max-month .calendar-arrow.right, .min-month .calendar-arrow.left {
  width: 14px;
  border: 0; }

.pager-wrapper {
  position: relative;
  height: 244px;
  width: 60px; }

.pager-wrapper #full-pager {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 60px; }

.pager-wrapper #full-pager li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 60px;
  width: 60px;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  margin: 1px 0 0 0; }

.pager-wrapper #full-pager li a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  font-family: 'icomoon';
  color: #000000;
  font-size: 0.8em; }

.pager-wrapper .share {
  position: absolute;
  bottom: -61px;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  width: 60px;
  height: 60px;
  font-family: 'icomoon';
  line-height: 60px;
  text-align: center;
  font-size: 21px; }

.share {
  position: relative;
  cursor: pointer; }

.share .social-icons {
  position: absolute;
  left: 61px;
  top: 0;
  height: 60px;
  width: 336px;
  text-align: right;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  width: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s; }

.share .social-icons.open {
  width: 336px; }

.share .social-icons a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: left;
  width: 50px;
  height: 50px;
  margin: 5px 3px; }

.share .social-icons a img {
  vertical-align: top; }

/* Back to top button */
a.back-to-top {
    background-color:#000;
    color: white;
    font-size: 12px;
    font-weight: 100;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: -35px;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
a.back-to-top span.icon-anchor-up { padding: 0 0 20px 0; }



h1,h2,h3,h5 { letter-spacing: 1px; }

/* ==========================================================================
Scrolling Package Template
========================================================================== */
/* Tiles */
.cell {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-image: url(http://www.trianonpalace.fr/wp-content/themes/img/default_placeholder.png);
  background-size: cover;
  background-position: center;
  vertical-align: middle; }

/* state */
.cell .state {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
  text-align: center; }

.cell .state.passive-state {
  opacity: 1; }

.cell:hover .state.passive-state {
  opacity: 0; }

.cell .state.active-state {
  opacity: 0; }

.cell:hover .state.active-state {
  opacity: 1; }

.cell .state .state-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1%;
  background: #fff;
  background: rgba(255, 255, 255, 0.95); }

.quad-cell .cell {
  width: 25%;
  padding-top: 25%; }

.triple-cell .cell {
  width: 33.3%;
  padding-top: 26.4%; }

.triple-cell.tall-cells .cell {
  width: 33.3%;
  padding-top: 41.6%; }

.triple-cell-cta-wrapper a.button {
  margin-right:3px;
  margin-left:3px;
}


.sixpack-cell {
  background-size: cover;
  background-position: center; }

.sixpack-cell .cell {
  padding-top: 24.45%;
  width: 33.33%;
  background-image: none; }

.full-slide {
  position: relative;
  overflow: hidden; }

.full-slide .content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  max-width: 1368px;
  margin: 0 auto; }

.full-slide .content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }

.full-slide img {
  width: 100%; }

.full-slide .content:before {
  content: '';
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100%;
  width: 0;
  vertical-align: middle; }

/* inline-block elements can vertically align. We make an inline-block element which is 100% in height and we can vetically align to it. */
.full-slide .content .info-box {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  background: rgba(255,255,255,.95);
  padding: 2rem;
  text-align: left;
  max-width: 787px; }

.home .full-slide .content.h-left .info-box:after,
.home .full-slide .content.h-right .info-box:after{
    display: none;
}
.full-slide .content.v-middle .info-box {
  vertical-align: middle; }

.full-slide .content.v-top .info-box {
  vertical-align: top;
  margin-top: 100px; }

.full-slide .content.v-bottom .info-box {
  vertical-align: bottom;
  margin-bottom: 0;
  left: 20px;
  bottom: 30px; }

.full-slide .content.h-left {
  text-align: left; }

.full-slide .content.h-right {
  text-align: right; }

.full-slide .content.h-middle {
  text-align: center; }

.specials-cycle  {
  display:flex;
  flex-flow:row nowrap;
  justify-content: space-between; 
}

.specials-cycle .cell-wrapper {
  
  min-width: 384px;
  opacity: 1 !important;
  display: inline-block; 
  zoom: 1;
}

.specials-widget .cell:hover .state.passive-state {
  opacity: 1; }

.specials-widget .cell:hover .passive-state .state-content {
  background: #efefef; }

.specials-widget .cell {
  margin-bottom: 100px;
  width: 100%;
  padding-top: 79.25%; }

.specials-widget .cell .passive-state .state-content {
  padding: 0;
  height: 67px;
  bottom: -67px; }

.specials-widget .cell .passive-state .state-content a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
  height: 100%;
  text-decoration: none; }

.specials-widget .cell .passive-state .state-content a:before {
  content: '';
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100%;
  width: 0;
  vertical-align: middle; }

.specials-widget .cell .passive-state h3 {
  margin: 0;
  padding: 0;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.31em;
  color: #292929;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-transform: uppercase; }

/*
*
* Custom styles for the above tiles,
*
*/
.cell .state h3 {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-weight: normal;
  font-size: 1.75rem;
  color: #535352;
  margin: .85em 0 .3em;
  white-space: normal; }

.cell .state h3 a {
  text-decoration: none;
  color: inherit; }

.cell .state p {
  font-size: 1rem;
  color: #000;
  white-space: normal; }

.cell .state a.button {
  margin-top: 15px;
  text-transform: uppercase; }

.cell .state .state-content {
  padding: 1.5rem 5%; }

.cell .state .active-state .state-content {
  height: 100%; }

.cell .state.active-state h3 {
  color: #000; }

.full-slide .content .info-box h1, .full-slide .content .info-box h2, .full-slide .content .info-box h3 {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2.75em;
  margin: 0;
  line-height: 1; }

.full-slide .content .info-box a.button {
  margin-top: 1rem;
  text-transform: uppercase; }

.full-slide .content .info-box p {
  font-size: 1.25rem;
  line-height: 1.1em;
  font-family: "franklin-gothic-urw",'Nobel W01', 'Arial', 'sans-serif';
  margin: 1rem 0 0; }

.full-slide .content .info-box p strong {
  font-weight: 600; }

.full-slide .content.h-right .info-box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #333333;
  background: rgba(51, 51, 51, 0.8); }

.full-slide .content.h-left .info-box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  }

.full-slide .content.h-right .info-box a.button {
  left: 0px; }


.sixpack-cell .state .state-content a:before {
  content: '';
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100%;
  width: 0;
  vertical-align: middle;  }

.sixpack-cell .state .state-content a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;}

.sixpack-cell .cell .state h3 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  color: #fff;
  font-size: 1.88em;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  text-transform: uppercase;
  font-weight: 300; }

.sixpack-cell .cell:hover .state.passive-state {
  opacity: 1; }

.triple-cell.tall-cells .state.passive-state .state-content {
  height: auto;
  padding: 2% 5%; }

.triple-cell.tall-cells .state .state-content h3 {
  line-height: 1;
  text-transform: uppercase;
  color: #000!important;
}

.triple-cell.tall-cells .cell {
  width: 100%;
  padding-top: 125%; }

.sixpack-cell .state .state-content {
  height: 100%;background: none; }

.sixpack-cell .cell.cell-1 {
  background: rgba(0, 0, 0, 0.35); }

.sixpack-cell .cell.cell-2 {
  background: rgba(0, 0, 0, 0.55); }

.sixpack-cell .cell.cell-3 {
  background: rgba(0, 0, 0, 0.3); }

.sixpack-cell .cell.cell-4 {
  background: rgba(0, 0, 0, 0.5); }

.sixpack-cell .cell.cell-5 {
  background: rgba(0, 0, 0, 0.35); }

.sixpack-cell .cell.cell-6 {
  background: rgba(0, 0, 0, 0.5); }

.sixpack-cell .cell.cell-6 {
  background: rgba(0, 0, 0, 0.5); }

.sixpack-cell .cell:hover {
  background: #77871c;
  background: rgba(119, 135, 28, 0.6); }

.cell .state.dark-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(87%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 87%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 87%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 87%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); }

.cell .state.light-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(70%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); }

@media only screen and (min-width: 1160px) {
  .triple-cell .state .state-content p {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .4s max-height;
    transition: .4s max-height;
    -webkit-transition-delay: .4s;
    transition-delay: .4s; }
  .triple-cell .cell:hover .state .state-content p {
    max-height: 400px; } }

/* ==========================================================================
Author's custom styles
========================================================================== */
.trajan {
  font-family: 'Nobel W01', 'Arial', 'sans-serif'; }

.proxima {
  font-family: 'Arial', 'sans-serif'; }

.proxima-alt {
  font-family: 'Arial', 'sans-serif'; }

.nobel {
  font-family: 'Nobel W01', 'Arial', 'sans-serif'; }

p {
  font-family: "franklin-gothic-urw",'Nobel W01', 'Arial', 'sans-serif'; }

.grid [class*='col-'] {
  float: left; }

.col-1-1 {
  width: 100%; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.33%; }

.col-2-3 {
  width: 66.66%; }

.col-2-5 {
  width: 40%; }

.col-3-5 {
  width: 60%; }

.button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 36px;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 36px;
  font-family: 'franklin-gothic-urw', 'Arial', 'sans-serif';
  text-transform: capitalize;
  font-size: 1.125em;
  background: #a28e4d;
  color: #fff;
  border: 1px solid #a28e4d;
  text-decoration: none; }

.button:hover {
  color: #7A8632!important;
  background: #fff!important;
  border: 1px solid #7A8632!important;
}

.no-overflow {
  overflow: hidden !important;
  position: fixed; }

.green-bg {
  background-color: #596615;
  background-image: url("icons/trianon-pattern-green-2x.png");
  background-repeat: repeat;
  background-size: 200px auto; }

.gold-bg{
  background-color: #a28e4d;
  background-image: url("icons/trianon-pattern-gold-2x.png");
  background-repeat: repeat;
  background-size: 200px auto; }  

.white-bg {
  background-color: #fff;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  background-image: url("icons/trianon-pattern-2x.png");
  background-repeat: repeat;
  background-size: 200px auto; }

.mob-show {
  display: none !important; }

.rel {
  position: relative; }

.left {
  float: left; }

.right {
  float: right; }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }


/*wrapperinos*/
.main-wrapper {
  max-width: 1680px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  left: 0;
  -webkit-transition: left 1s;
  transition: left 1s; }

.outer-wrapper {
  max-width: 1680px; }

.inner-wrapper {
  /* max-width: 1368px; */
  max-width: 1600px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative; }

header {
  height: 89px;
  width: 100%;
  max-width: 1680px;
  margin-top: 20px;
  position: fixed;
  z-index: 900;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: left 1s;
  transition: left 1s; }

header.no-masts {
  margin-top: 0px; }

header .site-logo {
  display: block;
  float: left;
  width: 210px;
  height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center; }

header .site-logo__img {
  width: 210px; }

header .site-logo svg {
  width: 210px;
  height: 89px; }

header .site-logo a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  z-index: 1000;
  position: relative; }

/* Top Level Nav */
header .main-navigation {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 220px 0 190px; }

header .main-navigation ul {
  margin: 0;
  padding: 0;
  height: 89px;
  text-align: right;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}

header .main-navigation ul > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100%;
  cursor: pointer;
  position: relative;
}

header .main-navigation ul > li.map-icon,
header .main-navigation ul > li.photo-icon {
    margin: 0 25px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header .main-navigation ul > li.map-icon a, header .main-navigation ul > li.photo-icon a { font-size: 0.75rem; line-height: 15px;padding-right: 0;}

header .main-navigation ul > li.map-icon:after, header .main-navigation ul > li.photo-icon:after {
  content: "#";
  font-size: 33px;
  font-family: 'icomoon';
  padding: 0 14px; }

header .main-navigation ul > li.map-icon:after {
  content: "\e60f";
  font-size: 28px;
}
header .main-navigation ul > li.map-icon:before,
header .main-navigation ul > li.photo-icon:before {
    bottom: 6px;
    font-size: 0.8em;
    text-transform: uppercase;
    order: 2;
}
header .main-navigation ul > li.photo-icon:after {
  content: "\e901";
  font-size: 28px;
}
header .main-navigation ul > li.map-icon:before {
}
header .main-navigation ul > li.photo-icon:before {
}

header .main-navigation ul > li > a {
  order: 2;
  font-size: .9em;
  padding: 0 30px 0 0;
  line-height: 89px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none; }

li.menu-item-language {
  margin: 0 10px 0 0; }

li.menu-item-language:hover > ul {
  display: none !important; }

li.menu-item-language > a {
  position: relative; }

li.menu-item-language > a:before {
  content: "\e902";
  font-family: 'icomoon';
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 8px;
  height: 10px;
  line-height: 10px; }

li.menu-item-language > ul {
  display: none; }

header .menu-close {
  display: none; }

/* Second Level Nav */
header .main-navigation ul > li:hover > ul.sub-menu, header .main-navigation ul > li.active > ul.sub-menu {
  display: block; }

header .main-navigation ul[id*='menu-main-navigation'] > li:hover > ul.sub-menu {
  -webkit-animation: fadeInFromNone 0.5s;
  animation: fadeInFromNone 0.5s; }

header .main-navigation ul.sub-menu {
  display: none;
  height: auto;
  position: absolute;
  padding: 16px 0;
  margin: 0;
  text-align: left;
  max-width: 268px;
  min-width: 268px;
  background: white;
  background: rgba(255, 255, 255, 0.9); }

header .main-navigation ul.sub-menu > li {
  width: 100%;
  margin: 0;
  height: auto;
  padding: 0; }

header .main-navigation ul.sub-menu > li > a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
  line-height: 1;
  padding: 7px 18px; }

header .main-navigation ul.sub-menu > li > a:hover {
  text-decoration: underline;
}

header .main-navigation ul.sub-menu > li > ul {
  position: relative;
  display: block;
  background: none;
  margin: 0;
  padding: 0; }

header .main-navigation ul.sub-menu > li > ul > li {
  margin: 0; }

header .main-navigation ul.sub-menu > li > ul > li > a {
  padding: 7px 18px 7px 30px;
  text-transform: capitalize; }

/* Mobile Nav */
header .mobile-navigation {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 89px;
  position: absolute;
  right: 187px;
  margin-top: 14px; }

header .mobile-navigation a {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.13em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  height: 60px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 60px; }

header .mobile-navigation a span {
  font-family: 'icomoon';
  font-size: 15px;
  color: #000;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 40px 0 10px;
  vertical-align: bottom; }

header .booking-widget {
  display: block;
  position: absolute;
  right: 20px;
  width: 170px;
  height: 40px;
  top: 25px; }

header .booking-widget .book-text-wrapper {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  padding: 20px 0 20px 16px;
  vertical-align: top; }

header .booking-widget .book-text-wrapper .line-1, header .booking-widget .book-text-wrapper .line-2 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 1;
  color: #fff; }

header .booking-widget .book-text-wrapper .line-1 {
  font-size: 1.25em; }

header .booking-widget .book-text-wrapper .line-2 {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 0.88em; }

header .booking-widget .book-rate-wrapper {
  display: block;
  position: absolute;
  top: 0;
  right: 47px;
  height: 89px;
  padding: 18px 16px 25px 0;
  vertical-align: top; }

header .booking-widget .fr_FR .book-rate-wrapper {
  padding: 18px 46px 25px 0; }

header .booking-widget .book-rate-wrapper .rate {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 2.88em;
  color: #fff;
  line-height: 1; }

header .booking-widget .book-rate-wrapper .rate-sign {
  position: absolute;
  left: -20px;
  font-size: 1.63em;
  color: #fff; }

header .booking-widget .fr_FR .book-rate-wrapper .rate-sign {
  right: 28px;
  left: auto; }

header .booking-widget .book-rate-wrapper .asterix {
  position: absolute;
  top: 17px;
  right: 5px;
  font-size: 26px;
  color: #fff; }

header .booking-widget .fr_FR .book-rate-wrapper .asterix {
  right: 15px; }

header .booking-widget .book-toggle {
  display: block;
  position: absolute;
  right: -1rem;
  top: 0;
  height: px;
  width: 40px;
  background: #000;
  padding: 0 10px;
  font-family: 'icomoon';
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  color: #ffffff; 
}

@media screen and (max-width:1000px) {
  header .booking-widget .book-toggle  {
    right:0;
  }

  header .booking-widget .book-text-wrapper .line-1 {
    font-size:1rem;
  }
}

/* Mastheads */
.mastheads {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

.mastheads.no-masts {
  height: 89px; }

.mastheads .masthead-slide {
  width: 100%;
  overflow: hidden; }

.mastheads .masthead-slide img {
  width: 100%;
  height: auto; }

.mastheads .masthead-slide .masthead-cta-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000;
  background: rgba(255,255,255,.8);
  padding: 2rem;
  max-width: none;
  text-align: center; }
.home .mastheads .masthead-slide .masthead-cta-wrapper {

}
.mastheads .masthead-slide .masthead-cta {

  position: relative; }
.home .mastheads .masthead-slide .masthead-cta {

}
.mastheads .masthead-slide .masthead-cta p:last-child {
  margin: 7px 0 0; }
.home .mastheads .masthead-slide .masthead-cta p:last-child {
    margin: 12px 0 0 0;
}

.mastheads .masthead-slide .masthead-cta:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #333333;
  background: rgba(51, 51, 51, 0.8); }
.home .mastheads .masthead-slide .masthead-cta:after {
    width: 0;
    height: 0;
    background: transparent;
}
.home .masthead-gradient {
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,333333+100&0+0,0.9+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(51,51,51,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(51,51,51,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(51,51,51,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6333333',GradientType=0 ); /* IE6-9 */
}
.mastheads .masthead-slide .masthead-cta h1 {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-weight: normal;
  font-size: 3.13em;
  margin: 0;
  line-height: 1;
  text-transform: uppercase; }

.mastheads .masthead-slide .masthead-cta p {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-family: "franklin-gothic-urw",'Nobel W01', 'Arial', 'sans-serif'; }

.mastheads .masthead-slide .masthead-cta p strong {
  font-weight: 600; }

.mastheads .masthead-slide .masthead-cta-links {
  padding: 1px 0; margin-top: 1rem; }

.mastheads .masthead-slide .masthead-cta-links a {
  font-family: 'franklin-gothic-urw','Nobel W01', 'Arial', 'sans-serif';
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 1rem;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  background: #a28e4d;
  color: #fff;
  text-decoration: none;
  margin: 0 1px 0 0px;
  vertical-align: top; }

.mastheads .masthead-slide .masthead-cta-links a.mast-prev, .mastheads .masthead-slide .masthead-cta-links a.mast-next {
  font-family: 'icomoon';
  width: 36px;
  text-align: center;
  padding: 0;
 }

/* Subpage Mastheads */

.mastheads.subpage-masts .masthead-slide .masthead-cta {
  position: relative; }

.mastheads.subpage-masts .masthead-slide .masthead-cta:after {
  display: none; }

.mastheads.subpage-masts .masthead-slide .masthead-cta p {
  font-size: 1.19em; }

.mastheads.subpage-masts .masthead-slide .masthead-cta h1 {
  font-size: 3.125rem; }

/* Booking widget */
.booking-widget .widget-container {
  position: absolute;
  overflow: hidden;
  top: 89px;
  right: 0;
  max-height: 0;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  z-index: 195;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /*fix for Chrome on high-dpi screens - elements with overflow: hidden don't open correctly*/ }

.booking-widget .widget-trigger {
  cursor: pointer;
  background: #000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.booking-widget .widget-container {
  width: 320px; }

.booking-widget .widget-container {
  background: #fdfbfa; }

.booking-widget.open .widget-container {
  max-height: 248px;
  padding: 0 0 20px; }

#booking-form {
  padding: 17px 20px 10px;
  color: #000; }

#booking-form fieldset {
  float: left;
  margin-bottom: 12px; }

#booking-form label {
  font-family: 'NObel W01', 'Arial', 'sans-serif';
  font-weight: normal;
  display: block;
  font-size: 0.75em;
  color: inherit; }

#booking-form .res-flex label {
  font-family: 'NObel W01', 'Arial', 'sans-serif';
  font-weight: normal;
  display: block;
  font-size: 0.9em;
  color: inherit; }

#booking-form .dates-row {
  height: 50px; }

#booking-form .dates-row fieldset {
  width: 118px;
  position: relative;
  cursor: pointer; }

#booking-form .dates-row fieldset.arrive {
  margin-right: 44px; }

#booking-form .rooms-row {
  height: 62px;
  box-sizing: border-box;
  margin-top: 12px; }

#booking-form .rooms-row fieldset {
  width: 79px;
  margin-right: 21px;
  margin-bottom: 10px; }

#booking-form .rooms-row fieldset {
  font-weight: 600; }

#booking-form .rooms-row fieldset.last {
  margin-right: 0; }

#booking-form .rate-submit-row {
  height: 47px;
  width: 100%;
  margin-top: 12px;
  position: relative; }

#booking-form .dates-flex-row {
  height: 34px;
  padding-top: 5px; }

#booking-form .dates-flex-row fieldset {
  line-height: 20px; }

#booking-form #res-flex-dates {
  display: none; }

#booking-form #res-flex-dates:checked + .styled-check:after {
  content: "✔";
  font-family: 'Arial', 'sans-serif';
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  left: 5px;
  top: 0px;
  position: relative; }

#booking-form .styled-check {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #cccccc;
  display: block;
  pointer-events: none; }

#booking-form .dates-flex-row fieldset input {
  position: relative;
  top: 2px; }

#booking-form .res-flex {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-weight: 500;
  line-height: 20px; }

#booking-form .res-flex label {
  padding-left: 32px; }

#booking-form .date {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.63em;
  text-transform: uppercase;
  cursor: pointer;
  float: left;
  margin-top: 3px;
  width: 100%;
  color: inherit; }

#booking-form .date .day {
  float: left;
  display: block;
  margin-right: 5px;
  width: auto;
  height: 24px;
  line-height: 24px; }

#booking-form .date .month {
  display: block;
  line-height: 1em; }

#booking-form .icon-cal {
  position: absolute;
  right: 0; }

.backgroundsize #booking-form .ui-datepicker-trigger {
  background-image: url(http://www.trianonpalace.fr/wp-content/themes/hilton-blank/images/sprite-main@2x.png);
  background-size: auto 150px; }

#booking-form .ui-datepicker-trigger {
  font-size: 0;
  line-height: 0;
  border: none;
  padding: 0;
  background: transparent url(http://www.trianonpalace.fr/wp-content/themes/hilton-blank/images/sprite-main.png) no-repeat -150px -85px;
  width: 31px;
  height: 29px;
  float: left; }

#booking-form .dot-separator {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 8px;
  margin: 30px 16px 0 -9px;
  background-position: -210px 0;
  font-family: 'icomoon';
  color: #4f525e;
  line-height: 8px;
  font-size: 6px; }

#booking-form .best-rates {
  position: absolute;
  left: 0;
  float: left;
  display: block;
  width: 145px;
  height: 44px;
  line-height: 44px; }

#booking-form .best-rates a {
  font-family: "franklin-gothic-urw",'Nobel W01', 'Arial', 'sans-serif';
  text-transform: uppercase;
  font-size: 0.8em;
  color: inherit;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase; }

#booking-form #booking-submit {
  float: right;
  border: none;
  font-family: "franklin-gothic-urw",'Nobel W01', 'Arial', 'sans-serif';
  font-weight: 900;
  height: 44px;
  line-height: 44px;
  font-size: 1.13em;
  padding: 0 .85em;
  border-radius: 0;
  box-shadow: none;
  background-color: #000;
  color: #ffffff; }


#booking-form .hiddeninput {
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  display: block; }

#booking-form .hiddeninput.mob-friendly {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999; }

/* Styled Selects */
.styled-select {
  position: relative;
  font-family:  "franklin-gothic-urw",'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.63em;
  height: 31px;
  cursor: pointer;
  background-color: #FFF;
  color: #000; }

.styled-select select {
  display: none; }

.styled-select .styled-select-text {
  height: 31px;
  line-height: 31px;
  padding-left: 11px; }

.styled-select .styled-select-arrow {
  background-color: #000;
  width: 29px;
  height: 31px;
  background-position: -829px -102px;
  font-family: 'icomoon';
  line-height: 31px;
  text-align: center;
  color: #7E8089;
  font-size: 12px; }

.styled-select.open .styled-select-arrow {
  background-position: -830px -127px; }

.styled-select .styled-select-dropdown {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 200;
  left: 0;
  top: 34px;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  box-sizing: border-box; }

.styled-select.open .styled-select-dropdown {
  max-height: 108px;
  overflow-x: hidden;
  overflow-y: scroll; }

.styled-select a {
  color: inherit;
  text-decoration: none;
  background-color: #FFF;
  display: block;
  height: 21px;
  line-height: 21px;
  padding: 0 11px;
  font-size: 13px; }

.styled-select a:hover {
  background-color: #4f525e;
  color: #fff; }

/* Home Specials */
.specials-cycle .home-specials-controls {
  position: absolute;
  top: 110px;
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.8);
  width: 100px;
  height: 80px;
  line-height: 80px;
  font-family: 'icomoon';
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  text-align: center; }

.specials-cycle .home-specials-controls {
  display: none; }

.specials-cycle .home-specials-left {
  left: 0; }

.specials-cycle .home-specials-right {
  right: 0; }

.specials-widget h3 {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-weight: normal;
  font-size: 2.5em;
  color: #000;
  text-align: center;
  padding: 20px 0 0;
  line-height: 1;
  text-transform: uppercase; }

.specials-widget .active-state h3 {
  display: none; }

/* New Special Offers Arrows */
.special-offer-arrows {
  padding: 20px 0 0 0;
  margin: 44px auto;
  position: relative; }

.special-offer-arrows h3 {
  padding: 0;
  width: auto;
  margin: 0 auto; }

.special-offers-arrows-container {
  position: absolute;
  margin: 0 auto;
  max-width: 590px;
  top: 12px;
  left: 50%;
  margin-left: -290px;
  right: 0; }

.special-offers-arrows-container .home-specials-left.home-specials-controls, .special-offers-arrows-container .home-specials-right.home-specials-controls {
  position: absolute;
  background-color: #EBEBEB;
  width: 60px;
  height: 60px;
  line-height: 65px;
  font-family: 'icomoon';
  color: #000;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.special-offers-arrows-container .home-specials-right.home-specials-controls {
  right: 0; }

.special-offers-arrows-container .home-specials-left.home-specials-controls.disabled, .special-offers-arrows-container .home-specials-right.home-specials-controls.disabled {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

@media screen and (max-width: 680px) {
  .special-offer-arrows h3 {
    font-size: 1.75em; }
  .special-offers-arrows-container {
    top: 4px;
    max-width: 480px;
    margin-left: -240px; } }

@media screen and (max-width: 520px) {
  .special-offers-arrows-container {
    max-width: 380px;
    margin-left: -190px; } }

/* Home Resort Map */
.hotel-map {
  position: relative; }

.hotel-map img {
  width: 100%; }

.hotel-map .map-pin {
  position: absolute;
  text-align: center;
  color: #000;
  padding: .625em;
  border-radius: 30px; }

.hotel-map .map-pin.active {
  background: #fff;
  background: rgba(255, 255, 255, 0.95); }

.hotel-map .pin-1 {
  left: 10%;
  top: 10%; }

.hotel-map .pin-2 {
  left: 20%;
  top: 20%; }

.hotel-map .pin-3 {
  left: 30%;
  top: 30%; }

.hotel-map .map-pin .pin-toggle {
  height: 40px;
  width: 40px;
  background: #FFF;
  border-radius: 20px;
  cursor: pointer;
  border: solid 2px #596615;
  color: #596615;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-family: 'icomoon';
  line-height: 36px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 0.7em; }

.hotel-map .map-pin.active .pin-toggle {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.hotel-map .map-pin .pin-info {
  display: none;
  height: 40px;
  line-height: 43px;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.25em;
  color: #000;
  text-decoration: none;
  margin: 0 0 0 16px;
  text-transform: capitalize; }

.hotel-map .map-pin .pin-info span {
  font-family: 'icomoon';
  color: #000;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 40px;
  vertical-align: bottom;
  line-height: 36px;
  margin: 0 6px 0 10px;
  font-size: .9em; }

.hotel-map .map-pin .pin-info:hover {
  text-decoration: none; }

.hotel-map .map-pin.active .pin-info {
  display: inline-block;
  zoom: 1;
  *display: inline; }

#map-canvas {
  max-height: 720px;
  min-height: 320px;
  height: 0;
  padding-bottom: 45.5%; }

#map-canvas > div { padding-bottom:40%; }  

.hotel-map .map-pin.r3verse .pin-toggle {
  float: right; }

.hotel-map .map-pin.r3verse .pin-info span {
  float: left;
  margin: 0 10px 0 6px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.hotel-map .map-pin.r3verse .pin-info {
  margin: 0 16px 0 0; }

/* Home Ten Reasons */
.ten-reasons {
  padding-top: 60px;
  padding-bottom: 60px; }

.ten-reasons-wrapper {
  margin: 58px 0 0; }

.big-ten {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 6em;
  margin: 20px 0 0;
  line-height: 1;
  vertical-align: top;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.reasons {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 1;
  text-transform: uppercase; }

.reasons .reasons-top {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 3.75em;
  margin: 24px 0 0px; }

.reasons .reasons-bottom {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 1.88em;
  margin: -3px 0 0 6px; }

.reasons-slideshow {
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  height: 100%; }

.reasons-slideshow .cycle-slide {
  padding: 58px 60px 106px 106px;
  height: auto;
  width: 100%; }

.reasons-slideshow .cycle-slide p {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-weight: 200;
  font-size: 1.4em; }

.reasons-slideshow .cycle-slide p strong {
  font-weight: 400; }

.reasons-slideshow a.more-info {
  position: absolute;
  bottom: 1px;
  right: 75px; }

.reasons-slideshow span.reason-count {
  position: absolute;
  top: 66px;
  left: 58px;
  font-size: 61px;
  font-family: 'Nobel W01', 'Arial', 'sans-serif'; }

.reasons-slideshow span.reason-count.count-10 {
  left: 25px; }

.reasons-slideshow .reasons-prev, .reasons-slideshow .reasons-next, .reasons-slideshow a.more-info {
  text-decoration: none;
  cursor: pointer;
  z-index: 101;
  text-align: center;
  text-transform: uppercase; }

  .reasons-slideshow .reasons-prev,.reasons-slideshow .reasons-next {
    position: absolute;
    bottom: 0;
    right: 61px;
    width: 36px;
    height: 36px;
    line-height: 42px;
    background: #a28e4d;
    color: #FFF;
  }

.reasons-slideshow .reasons-prev {
  position: absolute;
  bottom: 0;
  right: 37px;}

.reasons-slideshow .reasons-next {
  position: absolute;
  bottom: 0;
  right: 0px;
  }

/* Footer Hotel Details */
.hotel-details {
  text-align: center;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  background-size: 100%;
  padding: 48px 20px 0; }

.hotel-details .hotel-title {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.5em;
  text-transform: uppercase; }

.hotel-details .hotel-title p {
  margin: 0;
  padding: 1em 0; }

.hotel-details .hotel-address {
  font-size: 1.13em; }

.hotel-details .hotel-address p {
  margin: 2px 0; }

.hotel-details .social-icons {
  padding: 41px 0; }

.hotel-details .social-icons img {
  width: 50px;
  height: 50px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 3px; }

.cdsROW .cdsRating {
  font-size: 13px;
}

.cdsROW.narrow .logo{
   padding-top: 0!important;
}

.cdsROW .cdsRating {
    font-size: 13px!important;
}

.cdsROW .cdsRating .ui_bubble_rating{
    font-size: 13px!important;
    margin-bottom: 1px!important;
}

.hotel-details .trip-advisor .cdsROW {
  display: inline;
}

.hotel-details .trip-advisor {
   padding: 15px 5px;
}

.trip-advisor .cdsROW .logo img {
    max-width: 117px!important;
    height: 33px;
}

.hotel-details .tourisme {
    padding-top: 0px;
}

.hotel-details .tourisme img {
  height: 100px;
  width:100px;
}

.hotel-details .cp-logo__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 43px;
}

.hotel-details .trip-advisor .cdsROW {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: none !important; }

.hotel-details .trip-advisor .cdsROW.narrow .cdsLocName {
  display: none !important; }

/* Footer */
footer {
  overflow: hidden; }

footer .footer-top > .inner-wrapper {
  min-height: 88px; }

footer .footer-top .blog-info {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #FFF;
  position: absolute;
  left: 0px;
  padding: 0 0 0 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  top: 0;
  bottom: 0; }

footer .footer-top .blog-info:before {
  content: "";
  min-height: 88px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -100%;
  background: #FFF;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  top: -1px;
  bottom: 0; }

footer .footer-top .blog-info a {
  text-decoration: none;
  display: block;
  min-height: 88px;
  padding: 19px 0; }

footer .footer-top .blog-info .blog-slide-title {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.5em;
  color: #2f2f2f;
  text-transform: capitalize;
  line-height: 1;
  text-transform: initial; }

footer .footer-top .blog-info .blog-slide-text p {
  font-size: 1.25em;
  color: #4f525e;
  margin: 0;
  line-height: 1; }

footer .footer-top .blog-info .blog-slide-text span.quote-left {
  font-family: 'icomoon';
  font-size: 10px;
  position: relative;
  top: -6px;
  left: -5px; }

footer .footer-top .blog-info .blog-slide-text span.quote-right {
  font-family: 'icomoon';
  font-size: 10px;
  position: relative;
  bottom: -1px;
  left: 5px; }

footer .footer-top .contact {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #000;
  position: absolute;
  right: 0; }

footer .footer-top .contact:before {
  content: "";
  height: 88px;
  width: 100%;
  position: absolute;
  right: -100%;
  background: #000; }

footer .footer-top .contact a {
  display: block;
  height: 88px;
  line-height: 92px;
  font-size: 1.63em;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  padding: 0 0 0 40px; }

footer .footer-top .contact a span {
  font-family: 'icomoon';
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 88px;
  vertical-align: top;
  margin: 0 0 0 20px;
  font-size: 1.125em; }

footer .footer-middle {
  background: #FFF;
  text-align: left;
  padding: calc(2.325rem * 1.25) 0 24px; }

footer .footer-middle .inner-wrapper {
  max-width: 1200px; }

footer .footer-between {background:#282828; padding: 1em 0; text-align:center; color:#fff;}
footer .footer-between p span {padding: 0 1em;}
footer .footer-between .divide {border-right: 1px solid #4D4D4D;}

footer .footer-bottom .inner-wrapper, footer .footer-between .inner-wrapper {
  max-width: 1000px;
  text-align:center;
}

#menu-footer-navigation {     font-family: 'Nobel W01','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; }

footer .footer-nav-wrapper {
  text-align: center;
  font-family: 'Nobel W01', 'Arial', 'sans-serif'; }

footer .footer-middle ul, footer .footer-bottom ul {
  margin: 0;
  padding: 0; }

footer .footer-middle ul li, footer .footer-bottom ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 17px;
  color: #000;
  font-size: 1.2em; }


footer .footer-middle ul li a, footer .footer-bottom ul li a {
  color: #000;
font-weight: normal;
text-transform: capitalize;
  text-decoration: none; }

  footer .footer-middle ul li a {
    text-transform: uppercase;
  }

footer .footer-middle ul li a:hover, footer .footer-bottom ul li a:hover {
    text-decoration: underline;
}

footer .footer-middle p, footer {
  color: #000;
  font-size: 1rem;
  font-weight: normal; }

footer .footer-bottom p {
  font-size: 0.875rem;
  margin: 0;
  text-align: center;
  color: #4D4D4D;
  padding-top: 15px;
  padding-bottom: 30px;
  display: block; }

footer ul.footer-nav li a {
  font-size: 1.13em;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  text-transform: uppercase; }

footer ul.policy-nav {
  margin: 0 0 15px 0;
  text-align: center; }

footer ul.policy-nav li, footer ul.policy-nav li a {
  color: #4D4D4D;
  font-size: 1em;
  line-height:20px;
  margin: 8px 0;
  font-family: 'franklin-gothic-urw','Nobel W01', 'Arial', 'sans-serif'; }

footer ul.policy-nav li.divide {border-right: 1px solid #4D4D4D;}

footer .footer-bottom {
  background: #FFF;
  padding: 0 20px 40px; }

footer .footer-bottom ul.copyright {
  text-align: center;
  height: 48px; }

footer .footer-bottom ul.copyright li, footer .footer-bottom ul.copyright li a {
  height: 100%;
  line-height: 48px;
  font-size: 1em;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  color: #ffffff; }

footer .adchoices span:after {
  background: url("icons/adchoices.svg") right center no-repeat;
  margin: 0 0px 2px 8px;
  width: 20px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  content: '';
  vertical-align: middle; }

footer .footer-bottom ul.copyright li:first-child {
  border-right: 1px solid #4D4D4D;
  padding-right: 42px; }

footer .footer-bottom ul.copyright li:last-child {
  padding-left: 42px; }

footer .footer-logos {
  text-align: center;
  padding: 35px 0px;
  border-bottom: 1px solid #999; }

footer .footer-logos div {
  display: inline-block;
  zoom: 1;
  margin: 0;
  padding-top: 8px; }

footer .footer-logos .waldorf-astoria {
  height: 100%; }

footer .footer-logos .honors {
  width: 165px;
  margin-left: 40px; }
  footer .footer-logos .honors svg {
      fill: white;
    width: auto;
    height: 55px;
     }

/* Footer Trip Advisor Widget */
footer .ta-widget {
  background: rgba(89, 89, 89, 0.2);
  padding: 27px 50px;
  max-width: 405px; }

footer .ta-widget h4 {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  position: relative;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  color: #fff; }

footer .ta-widget p {
  color: #fff;
  font-family: 'Arial', 'Arial', 'sans-serif';
  font-size: 16px;
  margin: 3px 0; }

footer .ta-widget span.quote-left {
  font-family: 'icomoon';
  font-size: 22px;
  position: absolute;
  top: -10px;
  left: -33px;
  color: #4B4B4B; }

footer .ta-widget span.quote-right {
  font-family: 'icomoon';
  font-size: 22px;
  position: relative;
  bottom: 3px;
  left: 5px;
  color: #4B4B4B; }

span.ta-star, span.ta-no-star {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 3px 0 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 10px;
  border: solid 2px #4a8734;
  position: relative; }

span.ta-star:before {
  content: "";
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 10px;
  height: 10px;
  background: #4a8734;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 5px; }

span.ta-star.half-star:after {
  content: "";
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 10px;
  width: 5px;
  border-radius: 0px 10px 10px 0;
  background: white;
  position: absolute;
  left: 9px;
  top: 3px; }

footer .ta-rating {
  margin: 13px 0 8px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

footer .ta-link {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 13px 0 8px 11px;
  vertical-align: top; }

footer .ta-link a {
  color: #ffffff;
  text-transform: capitalize;
  font-family: 'Arial', 'Arial', 'sans-serif'; }

footer .ta-provided-by p {
  font-family: 'Arial', 'Arial', 'sans-serif';
  color: #fff;
  font-size: 14px; }

span.ta-wrapper {
  margin: 0 0 0 10px; }


  .live-unforgettable { padding: 2.325rem 0 2.3125rem; margin-top: calc(2.325rem * 1.25); border-top: 1px solid #999; border-bottom: 1px solid #999; }
  .live-unforgettable li.live-unforgattable-icon { background: url(img/live-unforgettable.svg) center no-repeat; display: inline-block; width: 324px; height: 42px; }
  .live-unforgettable li.seperator { height: 55px; width: 1px; background-color: #999; transform: rotate(-25deg); }
  .live-unforgettable li.flex-breaker { display: none; }
  .live-unforgettable .container { display: flex; list-style: none; width: 100%; justify-content: center; align-items: center; flex-wrap: wrap; padding: 0; margin: 0 auto; font-family: 'Nobel W01', 'Noble Light', Arial; }
  .live-unforgettable .container li { margin: 0 2rem 0 0; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; padding: 0; }



  @media screen and (max-width: 950px){
      .live-unforgettable li.live-unforgattable-icon { margin-top: 1rem; width: 100%; }
      .live-unforgettable li.flex-breaker {flex-basis: 100%; height: 1rem; display: block; }

  }

  @media screen and (max-width:850px) {
    .live-unforgettable  li.live-unforgattable-icon{width:220px;height:28px;}
}


/* Footer WA Brand Stuff */
.footer-stories {
  margin: 51px auto 0 auto;
  text-align: left;
  max-width: 1290px;
  text-transform: uppercase;
  text-align: center; }

.footer-stories a {
  text-decoration: none;
  color: #fff; }

.footer-stories .stories-header {
  display: block;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: normal;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative; }

.footer-stories .stories-header:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 1px;
  background-color: #4D4D4D; }

.footer-stories .stories-header .stories-header-text {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #2f2f2f;
  padding: 0 20px;
  position: relative; }

.footer-stories .stories-content {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1em;
  display: inline-block;
  zoom: 1;
  *display: inline;
  *display: inline;
  *zoom: 1;
  border-right: 1px solid #fff;
  margin-right: 6px;
  padding-right: 9px;
  line-height: 1em; }

.footer-stories .stories-content:hover {
  text-decoration: underline; }

.footer-stories .stories-content.last-1 {
  border: none;
  margin-right: 0;
  padding-right: 0; }

.footer-stories .stories-content-row {
  display: block;
  margin-bottom: 1px; }

.footer-stories .stories-content-row-3 {
  margin-bottom: 60px; }

/*Dining Details*/
.dining-details {
  background: #665A58;
  height: 110px;
  padding: 10px 0; }

.dining-details-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.13em;
  line-height: 1;
  font-weight: 300;
  margin-left: -20px;
  font-family: 'Nobel W01', 'Arial', 'sans-serif', Arial, sans-serif; }

.dining-detail a {
  text-decoration: none;
  color: #fff; }

.dining-detail a:hover {
  text-decoration: underline; }

.dining-details-wrapper {
  position: relative;
  padding: 32px 0;
  margin: 10px 0;
  border-right: 3px solid rgba(53, 53, 53, 0.1);
  text-align: center;
  height: 100%;
  max-height: 108px; }

.dining-details-wrapper.padding-right {
  padding-right: 39px; }

.dining-details-wrapper .col-1-3 {
  overflow: visible;
  width: 25%; }

.dining-details-wrapper .col-1-3.dining-details-wrap {
  width: 33%; }

.dining-details-wrapper .col-2-3 {
  width: 65%;
  padding-right: 10%; }

.dining-details-wrapper:last-child {
  border-right: 0; }

.dining-detail {
  display: inline-block;
  zoom: 1;
  *display: inline;
  zoom: 1;
  width: 100%;
  color: #fff;
  font-size: 1.13em;
  line-height: 1;
  font-weight: 200;
  margin-left: -20px;
  font-family: 'Nobel W01', 'Arial', 'sans-serif', Arial, sans-serif }

.smaller .dining-detail {
  font-size: 1em; }

.dining-details-wrapper .icon-wrap span {
  color: #fff;
  width: 39px;
  height: 39px;
  float: right;
  font-family: 'icomoon'; }

.icon-wrap .i-clock {
  font-size: 40px;
  margin-top: 2px; }

.icon-wrap.move-over .i-clock {
  margin-right: 25px; }

.icon-wrap .i-phone {
  font-size: 32px;
  margin-right: -3px;
  margin-top: 4px; }

.icon-wrap .icon-link {
  margin-right: -13px; }

.icon-wrap .icon-calendar {
  margin-right: -16px; }

.icon-wrap .icon-email {
  margin-right: -31px; }

.icon-wrap .i-mouse {
  margin-right: -13px;
  font-size: 39px; }

/* Breadcrumbs */
.breadcrumbs-wrapper {
  padding: 40px 0 0; }

.xd-breadcrumbs {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.xd-breadcrumbs span.seperator {
  font-size: 1em;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  color: #6B6072;
  display: inline-block;
  zoom: 1;
  *display: inline;
  zoom: 1;
  *display: inline;
  height: 0;
  overflow: hidden; }

.xd-breadcrumbs li {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  zoom: 1;
  *display: inline;
  text-transform: uppercase;
  padding: 0 9px;
  height: 36px;
  line-height: 38px;
  margin: 2px 0 0 16px;
  background: #f7f7f7;
  font-size: 1em;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  color: #000000;
  letter-spacing: 0.025em; }

.xd-breadcrumbs li a {
  font-weight: 300; }

.xd-breadcrumbs li:first-child {
  margin: 0; }

.xd-breadcrumbs li:after {
  content: "";
  border-bottom: 36px solid transparent;
  border-left: 18px solid #f7f7f7;
  position: absolute;
  top: 0;
  right: -18px;
  width: 0;
  height: 0; }

.xd-breadcrumbs li:first-child:before {
  border: none; }

.xd-breadcrumbs li:before {
  content: "";
  border-top: 36px solid transparent;
  border-right: 18px solid #f7f7f7;
  position: absolute;
  top: 0;
  left: -18px;
  width: 0;
  height: 0; }

.xd-breadcrumbs li a {
  text-decoration: none;
  color: #000; }

.xd-breadcrumbs li.active-crumb a {
  color: #A58241; }

/* Page Intro */
.page-intro {
  padding: 0 0 60px; }

.subpage-intro-text {
  float: left;
  line-height: 1.4em;
  font-family: 'Arial', 'Arial', 'sans-serif', Arial, sans-serif;
  max-width: 70%;
  margin: 26px 0 0;
  padding: 0 20px 0 0; }

.subpage-intro-text h1 {
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  margin-top: 0;
  font-family: 'Nobel W01', 'Arial', 'sans-serif', arial, sans-serif;
  font-size: 2.75em;
  line-height: 1;
  margin: 19px 0; }

.subpage-intro-text h2 {
  font-size: 1.38em;
  color: #000;
  font-family: 'Nobel W01', 'Arial', 'sans-serif', Arial, sans-serif;
  text-transform: none;
  margin: 37px 0 1em;
  font-weight: normal; }

.subpage-intro-text p {
  font-size: 1.19em; }

.subpage-intro-text p:nth-of-type(1) {
  margin: .45em 0 1em; }

.subpage-intro-text a {
  font-family: 'Nobel W01', 'Arial', 'sans-serif', Arial, sans-serif;
  color: #292929; }

.subpage-intro-text .sub-header {
  margin-top: -1.1em;
  text-transform: none;
  color: #9a9a9a; }

.subpage-intro-social {
  position: absolute;
  top: 0;
  right: 0;
  margin: 42px 0 0; }

.subpage-intro-gallery-select {
  float: right;
  width: 28%;
  margin: 49px 0 0; }

.subpage-intro-gallery-select .styled-select {
  float: right;
  font-weight: 200; }

.social-links {
  text-align: right;
  padding: 0 20px 0 0; }

.social-links a {
  width: 45px;
  height: 45px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  *display: inline;
  *zoom: 1; }

.social-links a:last-child {
  margin-right: 0; }

.subpage-intro-logo {
  max-width: 30%;
  float: right;
  padding: 49px 0 0; }

.subpage-intro-logo img {
  width: 100%;
  height: auto; }

/*half & half tiles*/
.tile {
  position: relative;
  min-height: 564px;
  background: #f9f9f9; }

.tile .tile-image {
  position: absolute;
  top: 0;
  background-size: cover;
  bottom: 0;
  overflow: hidden; }

.tile.even .tile-image {
  left: 0;
  right: 50%; }

.tile.odd .tile-image {
  left: 50%;
  right: 0; }

.tile.even .tile-image:before {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  height: 0;
  border-top: solid 18px transparent;
  border-bottom: solid 18px transparent;
  border-right: solid 18px #f9f9f9; }

.tile.odd .tile-image:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  height: 0;
  border-top: solid 18px transparent;
  border-bottom: solid 18px transparent;
  border-left: solid 18px #f9f9f9; }

.tile-image img {
  height: 100%;
  min-width: 100%; }

.tile .tile-content {
  width: 50%;
  position: relative;
  padding: 0; }

@media screen and (max-width:950px) {
  .tile .tile-content {
    width:100%;
  }
}

	/* Padding/spacing fixes */
	.tile .inner-wrapper {
	  max-width:1680px; 
	}

.tile.even .tile-content {
  float: right; 
}

.tile.odd .tile-content {
  float: left; 
}

.tile-content h3, .tile-content h4, .tile-content h5 {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.75em;
  font-weight: normal;
  margin: 1em 0 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000; }

.tile .tile-content h3 {
  margin: 19px 0 14px; }

.tile-content p, .tile-content ul li, .tile-content span {
  font-family: "franklin-gothic-urw",'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.19em;
  color: #000; }

.tile-content p:nth-of-type(1) {
  margin: .6em 0; }

.tile-content p a {
  color: #77871c; }

.tile-content ul {
  margin: .6em 0;
  padding: 0 0 0 20px; }

.tile-content .buttons-wrapper {
  margin: 23px 0 0; }

.tile-content .buttons-wrapper .button {
  margin: 10px 2px 0; }


  .tile.odd .tile-content .tile-outer-content {
	  padding:2rem 6rem 3rem 4rem;
	}
	
	.tile.even .tile-content .tile-outer-content {
	  padding:2rem 6rem 3rem 5.5rem;
	}
	
	@media screen and (max-width:940px) {
	  .tile.odd .tile-content .tile-outer-content {
	    padding:2rem 1rem 3rem 1rem;
	  }
	  
	  .tile.even .tile-content .tile-outer-content {
	    padding:2rem 1rem 3rem 1rem;
	  }
	}
	
	@media screen and (max-width:680px) {
	  .tile.odd .tile-content .tile-outer-content {
	    padding:0 0 3rem 0;
	  }
	  
	  .tile.even .tile-content .tile-outer-content {
	    padding:0 0 3rem 0;
	  }
	}

.tile-gallery {
  padding: 20px 20px 50px; }

.tile-gallery h3 {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.75em;
  text-transform: uppercase;
  color: #292929;
  margin: 0.75em 0;
  font-weight: normal; }

.tile-gallery .grid [class*='sq'] {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  color: #fff; }

.tile-gallery .grid .sq-1-2 {
  height: 0;
  width: 100%;
  max-width: 664px;
  padding-bottom: 83.2%; }

.tile-gallery .grid .sq-1-4 {
  height: 0;
  width: 100%;
  max-width: 332px;
  padding-bottom: 83.2%; }

.tile-gallery .grid [class*='sq'] h4 {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.75em;
  margin: 0; }

.tile-gallery .grid [class*='sq'] p {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.19em;
  line-height: 1.15em; }

.tile-big-image img {
  width: 100%;
  max-height: 650px; }

/*pdf lightbox*/
.pdf-lightbox .mfp-top {
  height: 89px;
  width: 100%;
  background-color: #f9f9f9;
  top: -99px;
  position: absolute; }

.pdf-lightbox.mfp-border {
  border: solid 10px white;
  border-top: solid 99px white;
  position: relative; }

.pdf-lightbox .mfp-close {
  top: -133px !important; }

.book {
  max-width: 320px;
  width: 40%;
  height: 89px;
  position: absolute;
  right: -10px;
  top: 0;
  background: #77871c;
  color: #fff;
  text-align: center; }

.book .book-icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: 'icomoon';
  font-size: 39px;
  height: 89px;
  line-height: 89px; }

.book .book-text {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 89px;
  padding: 25px 0 25px 32px;
  vertical-align: top; }

.book .book-text .top {
  text-transform: uppercase;
  font-size: 1.13em;
  line-height: 1;
  font-weight: 300;
  font-family: 'Nobel W01', 'Arial', 'sans-serif'; }

.book .book-text .bottom {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  font-size: 1.13em;
  line-height: 1.5;
  font-weight: 200;
  font-family: 'Arial', 'Arial', 'sans-serif'; }

.book .book-text .bottom a {
  color: #fff;
  text-decoration: none; }

#pdf-nav ul {
  height: 89px;
  line-height: 89px;
  padding: 0;
  margin: 0 320px 0 46px;
  position: relative; }

#pdf-nav ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 26px 0 0; }

#pdf-nav ul li a {
  text-transform: uppercase;
  font-size: 1.13em;
  line-height: 1;
  font-weight: 300;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  color: #000;
  text-decoration: none; }

#pdf-nav ul li.menu-item-language {
  position: absolute;
  right: 0;
  top: 0; }

/*rooms & suites*/
.two-columns {
  padding: 2em;
}

.two-columns .column.odd {
  padding: 0 10px 0 0; }

.two-columns .column.odd .button-wrapper {
  margin-right: 10px; }

.two-columns .column.even {
  padding: 0 0 0 10px; }

.two-columns .column.even .button-wrapper {
  margin-left: 10px; }

.two-columns .tile-image {
  position: relative; }

.two-columns .tile-image img {
  width: 100%;
  height: auto; }

.two-columns .tile-image .tile-image-buttons {
  position: absolute;
  right: 0px;
  top: 10px; }

.two-columns .tile-image .tile-image-buttons a {
  margin: 0 0 10px;
  float: right; }

.two-columns .tile-content {
  padding: 0px 0px 70px; }

.two-columns .button-wrapper {
  min-height: 60px;
  background: #fff;
  margin: 10px 0 0; }

.two-columns .button-wrapper:nth-of-type(1) {
  margin: 35px 0 0; }

.two-columns .button-wrapper .link-title {
  float: left;
  line-height: 60px;
  margin: 0 0 0 16px; }

.two-columns .button-wrapper .link {
  float: right; }

.two-columns .button-wrapper .link  .button {
  line-height: 60px;
  height: 60px;
}

.two-columns .tile-content h3, .important-info .tile-content h4 {
  padding-bottom: 3px; }

.tile-content .link-title p {
  margin: 0 !important;
  padding: 0;
  height: 60px;
  line-height: 60px;
  font-weight: bold; }

.important-info .check-icon {
  font-family: 'icomoon';
  font-size: 2.4em; }

.room-service p:nth-of-type(1) {
  margin: .2em 0 1em; }

.important-info a.button {
  margin: 7px 0 0; }

.important-info {
  padding: 0px 20px 50px;
  background: #fff; }

.important-info .check {
  display: inline-block;
  zoom: 1;
  *display: inline;
  zoom: 1;
  *display: inline;
  height: 38px;
  line-height: 38px;
  margin: 21px 28px 0 0;
  position: relative;
  color: #665a58; }

.important-info .check-icon {
  font-size: 2.4em;
  position: absolute;
  height: 38px;
  line-height: 38px; }

.important-info .check-text {
  font-family: 'Arial', 'Arial', 'sans-serif';
  font-size: 1.19em;
  font-weight: bold;
  margin: 0 0 0 58px; }

.important-info .room-service {
  position: relative;
  padding: 33px 0 0 58px;
  color: #6B6072; }

.important-info .room-service-title {
  font-family: 'Arial', 'Arial', 'sans-serif';
  font-size: 1.19em;
  margin: 19px 0 0;
  font-weight: bold; }

.important-info .room-service-text {
  margin: 7px 0 20px; }

.important-info .service {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 2.4em;
  color: #292929; }

.important-info .features-list-title {
  font-weight: 500;
  margin: 1.33em 0 16px; }

.rooms-features {
  padding: 0px 20px 44px;
  background: #f9f9f9; }

.rooms-features .features-list-title {
  font-family: 'Arial', 'Arial', 'sans-serif';
  font-size: 1.19em;
  font-weight: bold;
  margin: 14px 0 0;
  display: block; }

.rooms-features ul {
  margin: 6px 0 0; }

.important-info .important-information {
  padding: 0 0 0 10px; }

/*content block;*/
.content-block {
  background: #F9F9F9; }

.content-block .col-1-3 {
  background: #fff;
  padding: 0px 18px 38px;
  color: #000; }

.content-block .col-1-3 h3, .content-block .col-1-3 h4, .content-block .col-1-3 h5, .content-block .col-1-3 span {
  color: #000; }

.content-block .col-1-3 h5 {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-weight: bold;
  font-size: 1.19em;
  margin: 28px 0 .4em; }

.content-block .col-1-3 span {
  font-family: 'Nobel W01', 'Arial', 'sans-serif'; }

.content-block h3, .content-block h4, .content-block h5 {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.75em;
  font-weight: normal;
  margin: 1em 0 0;
  text-transform: uppercase;
  color: #292929; }

.content-block p, .content-block ul li, .content-block span {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.19em;
  color: #292929; }

.content-block .main-content form {
  padding: 0 10px 0 0; }

/*forms*/
.wpcf7 {
  margin: 36px 0 0 0 !important;
  padding: 0; }

.wpcf7-form fieldset {
  padding: 0 10px 22px 0; }

.wpcf7-form fieldset p {
  margin: 0;
  height: 0; }

.wpcf7-form fieldset.form_button {
  padding: 0; }

.wpcf7-form fieldset.checkbox {
  margin: 17px 0 0; }

.wpcf7-form label {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-weight: bold;
  font-size: 0.9em;
  color: #353535;
  font-weight: 600; }

.wpcf7-form input {
  background: #e0e0e1;
  border: 0;
  width: 100%;
  height: 46px;
  text-indent: 15px; }

.wpcf7-form input.agree {
  width: 20px;
  height: 20px;
  border: solid 1px #665A58;
  display: inline-block;
  zoom: 1;
  *display: inline;
  zoom: 1;
  *display: inline;
  background: #FDF9F3;
  top: 5px;
  position: relative;
  margin: 0 10px 0 0;
  display: none; }

.terms-title {
  width: 100%;
  display: block; }

.wpcf7-form .terms-title p {
  display: inline;
  font-size: 1.063em; }

.wpcf7-form .wpcf7-form-terms {
  font-size: 0.875em;
  height: auto;
  margin: 1.33em 0; }

.wpcf7-form input.button {
  width: auto;
  padding: 0 20px;
  margin: 15px 0 50px;
  color: #fff;
  font-size: 1.2em;
  text-indent: 0;
  line-height: 64px;
  height: 60px;
  background: #333333;
  text-transform: uppercase; }

.wpcf7-form textarea {
  background: #e0e0e1;
  border: 0;
  width: 100%;
  height: 180px;
  padding: 15px; }

.wpcf7-form .required-text {
  top: -20px;
  right: 11px;
  position: relative;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 0.85em;
  text-align: right;
  color: #353535;
  font-weight: 600;
  font-style: italic; }

.wpcf7-form .map-text .grid {
  padding: 0 20px 50px; }

.wpcf7-form #contact-form {
  margin: 0; }

.error {
  font-family: museo-sans;
  font-size: 1em;
  color: #FC5757;
  line-height: 0.875em; }

.wpcf7-form .checkbox span {
  font-weight: 400;
  color: #292929;
  font-size: .98em;
  font-family: 'Nobel W01', 'Arial', 'sans-serif'; }

.wpcf7-form .agree input {
  display: inline-block;
  zoom: 1;
  *display: inline;
  zoom: 1;
  *display: inline;
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px;
  margin: 0 4px 0 0; }

span.wpcf7-list-item {
  margin-left: 0 !important; }

.wpcf7-form p {
  margin: 0 !important;
  font-size: .95em; }

.wpcf7-form p.contact-terms {
  line-height: 1.6em;
  font-style: italic;
  margin: 5px 0 0 !important; }

.wpcf7-form p.contact-terms a {
  color: #292929; }

div.wpcf7-validation-errors {
  border: none !important; }

div.wpcf7-mail-sent-ok {
  border: none !important; }

span.wpcf7-not-valid-tip {
  color: #f00 !important; }

div.wpcf7-response-output {
  padding: 0 !important;
  color: #f00 !important;
  margin: 0 !important; }

.content-block ::-webkit-input-placeholder {
  color: #292929; }

.content-block ::-moz-input-placeholder {
  color: #292929; }

.content-block :-moz-input-placeholder {
  color: #292929; }

.content-block :-ms-input-placeholder {
  color: #292929; }

/*gallery*/
.subpage-gallery-select {
  max-width: 30%;
  width: 100%;
  float: right;
  margin: 26px 0 0;
  padding: 100px 0 0; }

span.select-a-category {
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-size: 1.19em; }

.subpage-gallery-select .styled-select {
  background: #f7f7f7;
  height: 46px;
  line-height: 46px;
  margin: 10px 0 0;
  font-family: 'Nobel W01', 'Arial', 'sans-serif'; }

.subpage-gallery-select .styled-select .styled-select-dropdown {
  top: 49px;
  overflow-y: auto; }

.subpage-gallery-select .styled-select .styled-select-arrow {
  background: #000;
  width: 45px;
  height: 46px;
  color: #ffffff;
  line-height: 50px; }

.subpage-gallery-select .styled-select a {
  background: #f7f7f7;
  font-family: 'Arial', 'Arial', 'sans-serif';
  font-size: .73em;
  height: 46px;
  line-height: 46px; }

.subpage-gallery-select .styled-select a:hover {
  background: #a28e4d; }

.subpage-gallery-select .styled-select-text {
  font-size: .73em;
  height: 46px;
  line-height: 46px; }

.subpage-gallery-select .styled-select.open .styled-select-dropdown {
  max-height: 414px; }

.gallery {
  background: #F9F9F9; }

.gallery-section {
  padding: 50px 0 29px; }

.gallery-section .section-buttons a {
  position: relative;
  z-index: 40;
  font-size: 1.25em;
  padding: 11px 32px;
  border: solid 1px #f15039;
  background-color: transparent;
  border-radius: 24px; }

.gallery-title {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #2C2C2C;
  font-size: 1.9em;
  padding: 0;
  margin: 1em 0 6px;
  text-transform: uppercase;
  min-width: 23.8%; }

.gallery-section .column {
  width: 18.8%;
  margin-bottom: 1.5%;
  margin-right: 1.5%;
  position: relative; }

.gallery-section .column.col-5n {
  margin-right: 0; }

.gallery-section .column img {
  width: 100%; }

.gallery-section .clear-2-col, .five-columns .clear-3-col {
  display: none; }

.gallery-section .clear-4-col {
  display: block; }

.gallery-image-title {
  display: block;
  z-index: 10;
  padding: 0.6em 0.8em;
  line-height: 1.3em;
  width: 100%;
  color: #fff;
  background: #3a3a3a;
  background: rgba(58, 58, 58, 0.8);
  font-family: 'Nobel W01', 'Arial', 'sans-serif'; }

.caption {
  max-height: 0;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }

.gallery-section .column:hover .caption {
  max-height: 200px; 
}

/*three columns*/


.three-columns .col-1-3 {
  padding: 0 0 21px;
 }

.three-columns .col-1-3 .column-wrapper {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4); }



.three-columns .col-1-3.col-3n .column-wrapper {
  padding-right: 0; 
}

.three-columns .col-1-3 img {
  width: 100%;
  height: auto; 
}

.three-columns .col-1-3 .tile-content {
  text-align: center;
  border-top: 6px solid #2c2c2c;
  position: relative; }

.three-columns .col-1-3 .tile-content:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2c2c2c; }

.three-columns .col-1-3 .tile-content h3 {
  margin: 38px 0 0; 
}

.three-columns .col-1-3 .buttons-wrapper {
  margin: 0; }

.tile-images {
  position: relative; }

.tile-images .cycle-prev, .tile-images .cycle-next {
  position: absolute;
  font-size: 1.13em;
  line-height: 62px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  font-family: 'icomoon';
  cursor: pointer;
  text-align: center;
  z-index: 101;
  bottom: 10px;
  width: 60px;
  height: 60px;
  background: #333333;
  background: rgba(51, 51, 51, 0.8); }

.tile-images .cycle-next {
  right: 20px; }

.tile-images .cycle-prev {
  left: 20px; }

/*history*/
.page-id-5852 .tile.even .tile-image:before, .page-id-5852 .tile.odd .tile-image:before {
  display: none; }

span.timeline-short {
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #fff; }

span.timeline-long {
  position: absolute;
  height: 2px;
  width: 38px;
  background-color: #fff; }

.tile.odd span.timeline-short, .tile.odd span.timeline-long {
  left: 0; }

.tile.even span.timeline-short, .tile.even span.timeline-long {
  right: 0; }

span.timeline-short.short-1 {
  top: 5%; }

span.timeline-short.short-2 {
  top: 15%; }

span.timeline-short.short-3 {
  top: 25%; }

span.timeline-short.short-4 {
  top: 35%; }

span.timeline-short.short-5 {
  top: 45%; }

span.timeline-short.short-6 {
  top: 55%; }

span.timeline-short.short-7 {
  top: 65%; }

span.timeline-short.short-8 {
  top: 75%; }

span.timeline-short.short-9 {
  top: 85%; }

span.timeline-short.short-10 {
  top: 95%; }

span.timeline-long.long-1 {
  top: 10%; }

span.timeline-long.long-2 {
  top: 20%; }

span.timeline-long.long-3 {
  top: 30%; }

span.timeline-long.long-4 {
  top: 40%; }

span.timeline-long.long-6 {
  top: 60%; }

span.timeline-long.long-7 {
  top: 70%; }

span.timeline-long.long-8 {
  top: 80%; }

span.timeline-long.long-9 {
  top: 90%; }

.timeline-year {
  position: absolute;
  top: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  margin-top: -75px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  line-height: 150px; }

.tile.even .timeline-year {
  right: 60px; }

.tile.odd .timeline-year {
  left: 60px; }

.timeline-year:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%; }

.tile.even .timeline-year:before {
  right: -60px; }

.tile.odd .timeline-year:before {
  left: -60px; }

/*map + directions*/
#directions-panel {
  margin: 0 20px 0 0; }

.map-masthead {
  padding: 89px 0 0; }

#map-results {
  display: none; }

.page-template-page-map-and-directions .map-inputs {
  margin: 0 10px 0 0; }

.page-template-page-map-and-directions .map-inputs label {
  color: #6B6072;
  font-size: 0.750em;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-weight: 700; }

.page-template-page-map-and-directions .map-inputs input {
  background: #e0e0e1;
  color: #292929;
  border: 0;
  width: 100%;
  font-size: 1em;
  font-family: 'Nobel W01', 'Arial', 'sans-serif';
  font-weight: 500;
  height: 46px;
  line-height: 1;
  padding: 0 15px;
  margin: 3px 0 30px 0; }

.page-template-page-map-and-directions .reset {
  width: 178px;
  background: #6B6072;
  height: 46px;
  border: 0;
  font-size: 1.438em;
  color: #292929;
  display: block;
  float: left;
  line-height: 1; }

.page-template-page-map-and-directions .get-directions {
  border: none;
  background: #292929;
  text-transform: uppercase; }

.page-template-page-map-and-directions .map-text {
  position: absolute;
  height: 80%;
  max-height: 552px;
  width: auto;
  margin: 0 0 0 20px;
  overflow: hidden; }

.page-template-page-map-and-directions .map-text .grid {
  padding: 0 18px; }

.page-template-page-map-and-directions .map-search {
  margin: 0 0 49px; }

section#map-results {
  padding-bottom: 90px; }

.gm-style.iw {
  font-family: "Nobel W01", "Arial", "sans-serif" !important; }

.adp-placemark {
  margin: 20px 0; }

.adp, .adp table, .adp-list {
  font-size: 0.938em;
  color: #222;
  background: none;
  border: none;
  width: 100%;
  font-weight: 300;
  position: relative;
  font-family: 'Arial', 'Arial', 'sans-serif', Arial, sans-serif; }

.adp-step, .adp-substep {
  border: none;
  padding: .3em 0; }

.adp-marker, .adp-maneuver {
  display: none; }

.adp-summary {
  float: right;
  position: absolute;
  right: 0;
  top: 0; }

.adp-substep .adp-stepicon {
  display: none; }

.adp-text {
  font-size: 1.067em;
  font-weight: 500; }

.adp-distance {
  white-space: nowrap;
  text-align: right; }

.adp-legal {
  padding: 0 0 45px; }

/*sitemap*/
.kwayy-html-sitemap-wrapper ul ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #292929; }

.kwayy-html-sitemap-wrapper ul ul li a:hover {
  text-decoration: underline;
  color: #292929; }

#cookielaw {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 27px 0 0; }

/*ie fixes*/
.ie-lt9 .main-wrapper, .ie-lt9 header {
  width: 1280px; }

.ie-lt9 .specials-widget {
  display: none; }

.ie-lt9 header .booking-widget .book-text-wrapper .line-1 {
  font-size: 16px; }

.ie-lt9 .svg-logo {
  display: none; }

@media only screen and (min-width: 580px) and (max-width: 1280px) {
  header .booking-widget {
    width: 160px; }
  header .booking-widget .widget-trigger {
    width: 160px;
    float: right;
    }
  header .booking-widget .book-text-wrapper {
    padding: 0px 0 0 16px; }
  header .booking-widget .book-text-wrapper .line-1 {
      font-size: 1rem;
    }
  header .booking-widget .book-text-wrapper br {
    display: none; }
  header .booking-widget .book-text-wrapper .line-2 {
    font-size: 1.5em; }
  header .booking-widget .book-rate-wrapper {
    padding: 33px 16px 10px 0;
    left: 18px; }
  header .booking-widget .fr_FR .book-rate-wrapper {
    padding: 33px 46px 10px 0;
    left: 18px; }
  header .booking-widget .book-rate-wrapper .rate-sign {
    position: relative;
    top: -15px;
    left: auto; }
  header .booking-widget .fr_FR .book-rate-wrapper .rate-sign {
    position: absolute;
    top: auto;
    right: 28px;
    left: auto; }
  header .booking-widget .book-rate-wrapper .asterix {
    top: 32px;
    right: 14px; } }


@media only screen and (max-width: 1280px) {
  header .main-navigation {
    padding: 0 187px 0 150px; }
  .triple-cell.tall-cells .state .state-content h3 {
    font-size: 1.75em; }
  .hotel-map .map-pin {
    font-size: .75em; }
  .col-1-3.icon-wrap {
    display: none; }
  .dining-details-wrapper .col-1-3.dining-details-wrap {
    width: 50%;
    padding-right: 0;
    padding-left: 0; }
  .dining-details-wrapper .col-2-3.dining-details-wrap {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .tile-gallery .grid .sq-1-4 {
    font-size: .75em; }
  header .booking-widget {
    right: 0; } }

@media only screen and (max-width: 1152px) {
  .specials-widget .cell .passive-state .state-content {
    display: none; }
  .specials-widget .cell .state .state-content {
    padding: 0 5% 12%; }
  .specials-widget .cell .state.active-state h3 {
    margin: 0;
    font-family: 'Nobel W01', 'Arial', 'sans-serif';
    font-size: 1.31em;
    color: #292929;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 28px 0 20px; }
  .pager-wrapper {
    display: none; } }

@media only screen and (min-width: 1080px) and (max-width: 1140px) {
  header .main-navigation ul > li > a { padding: 0 13px 0 0; }
}

@media only screen and (min-width: 1080px) and (max-width: 1120px) {
  header .main-navigation {padding: 0 187px 0 95px; }
}

@media only screen and (max-width: 1080px) and (min-width: 580px) {
  body.nav-open .main-wrapper header {
    left: -300px; } }

@media only screen and (max-width: 1000px){
  .menu-item-plus{
    display: none!important;
  }
  .main-navigation .menu-main-navigation-container .menu > .menu-item{
    display: block;
  }
  .mob-show {
    display: block !important; }
    body.nav-open .main-navigation {
      right: 0;
      box-shadow: -3px 0 8px rgba(50, 50, 50, 0.5);
      -webkit-transition: right 1s;
      transition: right 1s; }
    body.nav-open .main-wrapper {
      left: -300px; }
    header {
      left: 0; }
    header .main-navigation {
      position: fixed;
      overflow-y: scroll;
      width: 300px;
      right: -300px;
      left: auto;
      margin: 0;
      text-align: left;
      top: 0;
      height: 100%;
      float: none;
      background-color: #fff;
      -webkit-transition: right 1s;
      transition: right 1s;
      padding: 0; }
    header .main-navigation [id*='menu-main-navigation'] {
      height: auto;
      padding: 65px 0 0;
      text-align: left;
      background: #F0F0F0; }
    header .main-navigation [id*='menu-main-navigation'] .menu-close {
      content: "\e601";
      font-family: 'icomoon';
      position: absolute;
      right: 20px;
      top: 20px; }
    header .main-navigation ul > li {
      margin: 0 !important;
      height: auto;
      border-top: 2px solid #E0E0E1;
      background: #FFF;
      width: 100%;
      position: relative; }
    header .main-navigation .menu-close {
      font-size: 25px;
      font-family: 'icomoon';
      position: absolute;
      right: 20px;
      top: 15px;
      display: inline-block;
      zoom: 1;
      *display: inline;
      width: 25px;
      height: 35px;
      line-height: 35px;
      cursor: pointer; }
    header .main-navigation ul > li.menu-item-has-children:before {
      content: "\e611";
      font-family: 'icomoon';
      position: absolute;
      right: 20px;
      top: 19px;
      font-size: 24px;
      height: 24px;
      width: 24px;
      line-height: 24px; }
    header .main-navigation ul > li.active.menu-item-has-children:before, header .main-navigation ul > li.menu-item-has-children:hover:before {
      content: "\e60b"; }
    header .main-navigation ul > li a {
      height: 60px;
      text-align: left;
      line-height: 60px;
      display: block;
      padding: 0 0 0 20px;
      font-size: 1.1em;
      color: #292929; }
    header .main-navigation ul > li.menu-item-language > a {
      color: inherit;
      padding: 0 0 0 20px !important;
      border: none; }
    header .main-navigation ul > li.map-icon:after,
    header .main-navigation ul > li.map-icon:before,
    header .main-navigation ul > li.icon-photo:after,
    header .main-navigation ul > li.icon-photo:before {
      display: none;
  }
    header .main-navigation ul > li.map-icon a, header .main-navigation ul > li.photo-icon a {
      color: inherit;
      display: inline; }
    header .main-navigation ul > li > ul.sub-menu {
      position: static;
      width: 100%;
      padding: 0;
      margin: 0;
      max-width: none; }
    header .main-navigation ul > li > ul.sub-menu > li {
      line-height: 60px;
      background-color: #F0F0F0; }
    header .main-navigation ul > li > ul.sub-menu > li > a {
      display: block;
      height: 60px;
      line-height: 60px;
      width: 100%;
      padding: 0px 18px; }
    header .main-navigation ul > li > ul.sub-menu > li > ul.sub-menu {
      display: none; }
    header .main-navigation ul > li > ul.sub-menu > li:hover > ul.sub-menu, header .main-navigation ul > li > ul.sub-menu > li.active > ul.sub-menu {
      display: block; }
    header .main-navigation ul > li.menu-item-language > a:before {
      display: none; }    
}

@media only screen and (max-width: 1080px) {
  .menu-footer-navigation-container {
    margin-right: 2.8rem;
}
  .home .mastheads .masthead-slide .masthead-cta-wrapper{left:0;bottom:0;}
  
  .ten-reasons .col-2-5, .ten-reasons .col-3-5 {
    width: 100%; }
  .ten-reasons .ten-reasons-wrapper {
    text-align: center;
    margin: 0 0 36px; }
  .reasons-slideshow .cycle-slide {
    padding: 35px 60px 60px 106px; }
  .reasons-slideshow span.reason-count {
    top: 24px; }
  .hotel-map .map-pin {
    display: none; }
  .full-slide .content:before {
    content: none; }
  .full-slide .content {
    position: relative;
    background: #333333;
    text-align: left !important; }

  .full-slide .content .info-box a.button {
    bottom: auto;
  }
  
  .mastheads .inner-wrapper {
    padding: 0; }
  .mastheads .masthead-slide .masthead-cta-wrapper, .mastheads.subpage-masts .masthead-slide .masthead-cta-wrapper {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none; }
  .mastheads .masthead-slide .masthead-cta {
    padding: 30px 0 80px 20px !important;
    }
  .mastheads .masthead-slide .masthead-cta-links {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: solid 1px #5c5c5c;
    width: 100%;
    padding: 0; }
  .mastheads .masthead-slide .masthead-cta-links a.mast-prev, .mastheads .masthead-slide .masthead-cta-links a.mast-next {
    border-left: solid 1px #5c5c5c;
    font-family: 'icomoon'; }
  .mastheads .masthead-slide .masthead-cta-links a.mast-next {
    border-right: solid 1px #5c5c5c; }
  .map-section {
    display: none; }
  .sixpack-cell .cell {
    height: 33.3%;
    width: 50%; }
  footer .inner-wrapper {
    padding: 0; }
  footer .footer-top .blog-info, footer .footer-top .contact {
    position: relative;
    width: 100%; }
  footer .footer-top .contact a {
    padding: 0 0 0 20px; }
  .footer-middle .col-2-5, .footer-middle .col-3-5 {
    width: 100%; }
  footer .ta-widget {
    margin: 0 auto; }
  footer .footer-nav-wrapper {
    text-align: center; }
  footer .footer-middle {
    padding: 50px 0; }
  .gallery-section .column {
    width: 31.3%;
    margin-right: 3.05%;
    margin-bottom: 3.05%; }
  .gallery-section .column.col-5n {
    margin-right: 3.05%; }
  .gallery-section .column.col-3n {
    margin-right: 0; }
}

@media only screen and (max-width: 950px) {
  #main section.odd-even-tiles:nth-of-type(odd) {
    border-right: solid 9px #A58241;
    border-left: solid 9px #A58241; }
  #main section.odd-even-tiles:nth-of-type(even) {
    border-right: solid 9px #77871C;
    border-left: solid 9px #77871C; }
  .tile.odd, .tile.even {
    padding: 0px;
    width: 100%; }
  .tile.even, .tile.odd {
    padding: 0;
    width: 100%; }
  .tile.odd .tile-image, .tile.even .tile-image {
    width: 100%;
    position: relative;
    left: 0; }
  .tile .tile-image img {
    width: 100%;
    height: auto; }
  .tile .tile-image:before {
    display: none; }
  .tile-content {
    width: 100% ;
    padding: 29px 0px 50px ;
   }
  .tile-content h3, .tile-content h4, .tile-content h5 {
    margin: 0; }
  .tile-gallery .col-1-2 {
    width: 100%;
    margin: 0 auto;
    float: none;
    max-width: 664px; }
  .tile-gallery .sq-1-2 {
    width: 100%;
    padding-bottom: 65%; }
  .tile-gallery .grid .sq-1-4 {
    width: 50%;
    padding-bottom: 41.7%;
    font-size: 1em; }
  .tile-gallery {
    padding: 15px 20px 50px; }
  .tile-gallery h3 {
    margin: 0; }
  .tile-gallery .grid {
    margin: 16px 0 0; }
  .two-columns {
    padding: 0; }
  .two-columns .column.col-1-2 {
    width: 100%;
    padding: 0 !important; }
  .important-info .col-1-2 {
    width: 100%; }
  .important-info {
    padding: 0 0 50px; }
  .important-info .important-information {
    padding: 15px 0 0; }
  .rooms-features .col-1-3 {
    width: 100%; }
  .rooms-features .features-list-title {
    margin: 40px 0 30px; }
  .main-content, .sidebar-content {
    width: 100%;
    margin: 0 0 35px; }
  .tile {
    min-height: 0; } }

@media only screen and (max-width: 900px) {
  .dining-details-wrapper {
    border-bottom: 3px solid rgba(53, 53, 53, 0.1);
    width: 100%;
    max-width: 433px;
    padding: 13px 0;
    border-right: 0;
    float: none !important;
    margin: 0 auto; }
  .dining-grid {
    text-align: center; }
  .dining-details-wrapper.tile-2 {
    border-bottom: none; }
  .dining-details-wrapper .col-2-3 {
    width: 65%;
    padding-right: 10%;
    padding-left: 0; }
  .subpage-intro-text {
    max-width: 100%;
    padding: 0; }
  .subpage-intro-social {
    position: relative;
    float: left;
    width: 100%;
    margin: 17px 0 0; }
  .social-links {
    text-align: left; }
  .subpage-intro-logo {
    display: none; }
  .subpage-gallery-select {
    float: left;
    margin: 37px 0 0;
    padding: 0;
    width: 257px;
    max-width: none; } }

@media only screen and (max-width: 1152px) {
  .specials-widget {
    text-align: center; }
  .specials-cycle {
    width: 768px;
    margin: 0 auto 35px; }
  .specials-cycle .cell-wrapper {
    width: 384px;
    min-width: auto;
    display: block;
    opacity: 1 !important;
    vertical-align: top; }
  .specials-cycle .cell {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    min-height: 304px;
    background-position: top;
    background-size: 384px 304px;
    background-repeat: no-repeat; }
  .specials-cycle .cell .state.passive-state {
    height: 304px;
    position: relative;
    overflow: hidden; }
  .specials-cycle .cell .state.active-state {
    position: relative;
    color: #000;
    opacity: 1;
    background: none; }
  .specials-widget .cell .state p {
    color: #000;
    margin: 0 0 1em; }
  .specials-cycle .cell .state p {
    color: #000; }
  .specials-cycle .cell .state.active-state .state-content {
    position: relative; }
  .specials-cycle .cell .state.active-state a {
    background: #292929; }
  .specials-cycle .home-specials-controls {
    display: block; }
  .specials-widget .cell:hover .passive-state .state-content {
    background: none; }
  .triple-cell.tall-cells .cell {
    padding-top: 0;
    background-size: 384px 480px; }
  .triple-cell.tall-cells .state .state-content {
    padding: 1% 5% 12% 5%; }
  .triple-cell.tall-cells .cell .state.passive-state {
    height: 480px; }
  .triple-cell.tall-cells .cell .state.active-state h3 {
    display: none; }
  .triple-cell.tall-cells .cell:hover .state.passive-state {
    opacity: 1; }
  footer .ta-provided-by p {
    text-align: center; }
  span.ta-wrapper {
    margin: 0; } }

@media only screen and (max-width: 850px) {
  .sixpack-cell .cell .state h3 {
    font-size: 1.2em; } }

@media only screen and (max-width: 768px) {
  .specials-cycle {
    width: 384px;
    margin: 0 auto; }
  .tile-gallery .grid .sq-1-4 {
    font-size: 0.75em; }
  .xd-breadcrumbs span.seperator {
    height: 17px;
    margin: 0 4px 0 4px;
    font-size: 1em;
    color: #FFF; }
  ul.xd-breadcrumbs {
    margin: 44px 0 0; }
  ul.xd-breadcrumbs span.seperator {
    height: 17px;
    margin: 0 4px 0 4px;
    font-size: 1em;
    color: #FFF; }
  ul.xd-breadcrumbs li {
    padding: 0;
    margin: 0;
    background: none;
    height: auto;
    line-height: 1; }
  ul.xd-breadcrumbs li:before {
    border: 0; }
  ul.xd-breadcrumbs li:after {
    border: 0; }
  .breadcrumbs-wrapper {
    padding: 30px 0 0; }
  .book .book-icon {
    display: none; }
  .book .book-text {
    padding: 25px 0; }
  .mfp-top {
    display: none; }
  .pdf-lightbox.mfp-border {
    border: none; }
  #calendarCalendar .calendars.range {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    width: 251px; } }

@media only screen and (max-width: 384px) {
  .specials-cycle {
    width: 300px;
    margin: 0 auto;
    position: relative;
    max-width: 300px; }
  .specials-cycle .cell-wrapper {
    width: 300px;
    min-width: 300px; }
  .specials-widget .cell {
    min-height: 238px;
    background-size: 300px 238px;
    background-position: 0 0; }
  .specials-cycle .cell .state.passive-state {
    height: 238px; }
  .special-offers-arrows-container {
    width: 100%;
    max-width: 100%;
    left: auto;
    margin-left: auto; }
  .specials-widget .home-specials-controls {
    top: 70px;
    z-index: 999; }
  .triple-cell.tall-cells .cell .state.passive-state {
    height: 375px; }
  .triple-cell.tall-cells .cell {
    background-size: 300px 375px; } }

@media only screen and (max-width: 580px) {
  #main section.odd-even-tiles:nth-of-type(odd) {
    border-right: solid 5px #A58241;
    border-left: solid 5px #A58241; }
  #main section.odd-even-tiles:nth-of-type(even) {
    border-right: solid 5px #77871C;
    border-left: solid 5px #77871C; }
  .mob-hide {
    display: none !important; }
  header {
    position: relative;
    margin: 0; }
  header .mobile-navigation {
    right: 0px; }
  header .booking-widget {
    top: 89px;
    width: 100%; }
  .mastheads {
    margin-top: 89px; }
  .mastheads.no-masts {
    height: 0px; }
  .sixpack-cell {
    display: none; }
  .booking-widget.open .widget-container {
    width: 100%; }
  #booking-form {
    width: 320px;
    margin: 0 auto; }
  .full-slide .content {
    padding: 30px 20px 60px; }
  .mastheads .masthead-slide .masthead-cta, .full-slide .content .info-box {
    text-align: center;
    padding: 30px 20px 86px !important; }
  .mastheads.subpage-masts .masthead-slide .masthead-cta h1 {
    font-size: 28px;
    word-break: break-word; }
  .mastheads .masthead-slide .masthead-cta h1, .full-slide .content .info-box h1, .full-slide .content .info-box h2, .full-slide .content .info-box h3 {
    font-size: 2.13em; }
  .mastheads .masthead-slide .masthead-cta p, .full-slide .content .info-box p {
    font-size: 1.19em;
    line-height: 1.4em; }
  .ten-reasons .ten-reasons-wrapper {
    font-size: .7em; }
  .reasons .reasons-bottom {
    margin: 0; }
  .reasons-slideshow .cycle-slide {
    padding: 35px 60px 55px; }
  .reasons-slideshow span.reason-count {
    top: 0px;
    left: 10px; }
  header .mobile-navigation a span {
    margin: 0 20px 0 10px; }
  header .booking-widget .book-rate-wrapper {
    right: 61px; }
  .tile-gallery .grid .sq-1-4 {
    width: 100%;
    max-width: none;
    padding-bottom: 83.2%;
    font-size: 1em; }
  .gallery-section .column {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%; }
  .gallery-section .column.col-5n, .gallery-section .column.col-3n {
    margin-right: 2%;
    margin-bottom: 2%; }
  .subpage-gallery-select {
    width: 100%; }

  .three-columns .col-1-3 {
    padding: 20px 0 0;
    width: 100%; }
  .timeline-year {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    line-height: 120px; }
  span.timeline-long {
    display: none; }
  .two-columns .tile-image .tile-image-buttons a {
    font-size: .75em;
    padding: 0 12px;
    height: 45px;
    line-height: 45px; }
  footer .footer-logos .waldorf-astoria, footer .footer-logos .hhonors {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  footer .footer-logos .waldorf-astoria {
    border: 0;
    padding-right: 0; }
  footer .footer-bottom ul li {
    margin: 0; }
  footer .footer-bottom ul.copyright li:first-child {
    padding-right: 15px; }
  footer .footer-bottom ul.copyright li:last-child {
    padding-left: 15px; } }

@media only screen and (max-width: 580px) {
  .quad-cell .cell, .triple-cell .cell {
    width: 100%;
    padding-top: 79%; }
  .specials-widget .cell {
    padding-top: 0; } }

@media only screen and (max-width: 480px) {
  footer .footer-bottom .footer-logos div.waldorf-astoria {
    margin: 35px 0 0; } }

/* half and half template fixes */
.page-template-page-half-and-half .tiles .cycle-slideshow{height:100%;}

/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers:
*/
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.grid:before,
.grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.grid:after {
  clear: both; }

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
    * Don't show links that are fragment identifiers,
    * or use the `javascript:` pseudo protocol
    */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
    * Printing Tables:
    * http://css-discuss.incutio.com/wiki/Printing_Tables
    */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.hidden{
  display: none;
}

/*Nav adjustments for the english site*/
html:lang(en-US) header .booking-widget{
  width: 185px;
}

@media screen and (min-width: 1080px){
  .menu-main-navigation-en-container{margin-right: 17px;}
}

@media screen and (max-width: 1280px) and (min-width: 580px){
  html:lang(en-US) header .booking-widget{width: 185px;}
  html:lang(en-US) header .booking-widget .widget-trigger{width: 190px;}
}
/*End of nav adjustments*/

/*Trip Advisor adjustments*/
.trip-advisor img{width: 0!important;margin: 0!important;}
.trip-advisor .cdsROW .logo img{width: 115px!important;}


@media screen and (max-width: 579px){
  .full-slide .content.v-bottom .info-box{
    left: unset!important;
    bottom: unset!important;
  }
}

.home .page-intro{
  padding-bottom: 0px!important;
}