@charset "UTF-8";
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=slick.min.css.map */
.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: 'â†';
}

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: 'â†’';
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

[dir=rtl] .slick-next:before {
  content: 'â†';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: .25;
  color: #000;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

/*# sourceMappingURL=slick-theme.min.css.map */
/* colours */
/* fonts */
/* responsive */
/* universal   */
html {
  height: 100%;
}

body, html {
  padding: 0;
  margin: 0;
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  color: #000;
  line-height: 24px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  background-color: #f1f0e9;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

figure {
  margin: 1em 0;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

.admin-bar .Menu {
  top: 32px;
}

.page-transition {
  background-color: #f1f0e9;
  height: 100%;
  width: 100%;
}

.page-transition > .loading-wrap {
  width: 30%;
  margin: 0 auto;
  display: block;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-transition > .loading-wrap .loading {
  font-size: 35px;
}

.page-transition.complete {
  opacity: 1;
}

.loading-wrap .loading {
  font-weight: 600;
  text-align: center;
}

.card-enter {
  opacity: 0;
  z-index: 0;
  transition: none;
}

.card-enter.card-enter-active {
  transition: opacity 1000ms;
  opacity: 1;
}

.card-leave {
  z-index: 1000;
  opacity: 1;
  transition: opacity 500ms;
  position: absolute;
  top: 0;
}

.card-leave.card-leave-active {
  opacity: 0;
}

.card-back-enter {
  z-index: 2;
  opacity: 0.1;
}

.card-back-enter.card-back-enter-active {
  transition: all 300ms;
  opacity: 1;
}

.card-back-leave {
  z-index: 3;
  opacity: 1;
  width: 100%;
  position: absolute;
}

.card-back-leave.card-back-leave-active {
  opacity: 0;
}

/* =WordPress Core Alignments
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 1.5rem 1.5rem 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 1.5rem 3rem;
}

.alignleft {
  float: left;
  margin: 5px 3rem 1.5rem 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 1.5rem 3rem;
}

a img.alignnone {
  margin: 5px 1.5rem 1.5rem 0;
}

a img.alignleft {
  float: left;
  margin: 5px 3rem 1.5rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: transparent;
  border: 0;
  max-width: 99%;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: center;
}

.wp-caption.aligncenter, .wp-caption.alignnone {
  margin: 1.5rem 0 1.5rem 0;
}

.wp-caption.alignleft {
  margin: 5px 3rem 1.5rem 0;
}

.wp-caption.alignright {
  margin: 5px 0 1.5rem 3rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.wp-caption p {
  margin: 0;
}

.wp-caption p.wp-caption-text {
  color: #7c7c7c;
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0;
  padding: 10px 0 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.fader {
  opacity: 0;
  transition: opacity 500ms;
}

.fader.faded {
  opacity: 1;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/** Headers **/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #ae1f36;
  font-family: "ITC Caslon_224 W01 Bold1551474", serif;
  letter-spacing: .05em;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: inherit;
}

h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:focus, h5 a:hover, h6 a:focus, h6 a:hover {
  text-decoration: none;
  color: rgba(38, 53, 70, 0.7);
}

h1, h2, h3, .headline {
  line-height: 1.2;
  text-transform: uppercase;
}

h4, h5, h6 {
  line-height: 1.1;
  color: #000;
}

h1 {
  font-size: 1.25rem;
  text-transform: uppercase;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

/** Text **/
b, strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #ae1f36;
  transition: color .25s, border-color .25s;
}

i, strong, b, p {
  color: #1A1A1A;
}

/** Text Elements **/
.Button {
  display: inline-block;
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  font-size: 16px;
  padding: 16px 48px;
  text-transform: uppercase;
  background-color: #ae1f36;
  color: white;
  border: 1px solid transparent;
  -webkit-transition: all, 0.4s, ease-in-out;
  -moz-transition: all, 0.4s, ease-in-out;
  transition: all, 0.4s, ease-in-out;
}

@media all and (max-width: 440px) {
  .Button {
    padding: 16px;
  }
}

.Button:hover {
  background-color: #f1f0e9;
}

.Button.ghost-button {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.Button.ghost-button .fa {
  font-size: 20px;
  margin-right: 4px;
  position: relative;
  bottom: -2px;
}

.Button.ghost-button:hover {
  background-color: #ae1f36;
}

.Button.ghost-button--dark {
  border-color: #1A1A1A;
  color: #1A1A1A;
}

.Button.ghost-button--dark:hover {
  background-color: #C8C8C8;
}

.ghost-button + .ghost-button {
  margin-left: 12px;
}

.share-buttons {
  padding-top: 24px;
}

.share-buttons .Button.ghost-button {
  padding: 8px 15px;
  font-size: 14px;
}

ul, ol {
  margin: 0;
  list-style: none;
}

.Secondary-Link {
  font-size: 16px;
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  color: #1A1A1A;
  display: block;
  font-style: italic;
  padding-top: 24px;
}

.Secondary-Link:after {
  content: "\f061";
  font-family: "FontAwesome";
  color: #ae1f36;
  display: inline;
  padding-left: 12px;
  font-weight: normal;
}

pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
}

.icon {
  background-color: transparent;
  width: 24px;
  height: 24px;
  display: inline-block;
  pointer-events: none;
  position: relative;
}

.icon.small {
  width: 12px;
  height: 12px;
}

.icon.close-x {
  background-image: url("../assets/icons/close.svg");
}

.icon.close-x-white {
  background-image: url("../assets/icons/close-white.svg");
}

.icon.close-modal {
  background-image: url("../assets/icons/close-modal.svg");
}

.icon.email {
  background-image: url("../assets/icons/email.svg");
}

.icon.facebook {
  background-image: url("../assets/icons/facebook.svg");
}

.icon.instagram {
  background-image: url("../assets/icons/instagram.svg");
}

.icon.tripadvisor {
  background-image: url("../assets/icons/tripadvisor.svg");
}

.icon.twitter {
  background-image: url("../assets/icons/twitter.svg");
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../assets/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../assets/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../assets/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../assets/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.App {
  opacity: 0;
  transition: opacity 1.5s;
  pointer-events: none;
  transition-delay: .5s;
  background-image: url("../assets/images/bowery-boy-ani.gif");
  background-size: 1px 1px;
  background-position: -9999px;
}

.App.loaded {
  opacity: 1;
  pointer-events: auto;
}

.text-btn {
  font-size: 0.625rem;
  font-family: "ITC Caslon_224 W01 Black", serif;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.back-btn {
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  background-image: url("../assets/images/arrow-left.svg");
  background-size: 16px 11px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.btn {
  background-color: #ae1f36;
  display: inline-block;
  color: #f1f0e9;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.13;
  text-align: center;
  padding: 5px 20px;
}

.btn.book-now {
  font-size: 0.6875rem;
  font-family: "ITC Caslon_224 W01 Black", serif;
  text-transform: uppercase;
  min-width: 120px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  cursor: pointer;
}

.bowery-boy {
  width: 33px;
  height: 65px;
  background-image: url("../assets/images/bowery-boy.gif");
  display: block;
  background-size: 33px 65px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 10;
}

.bowery-boy .inner {
  display: none;
  width: 100%;
  height: 100%;
  background-size: 33px 65px;
  background-repeat: no-repeat;
  background-position: center center;
}

.bowery-boy:hover .inner {
  display: block;
  background-image: url("../assets/images/bowery-boy-ani.gif?reload=true");
}

@media (min-width: 768px) {
  .text-btn {
    font-size: 0.8125rem;
  }
  .back-btn {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1024px) {
  .back-btn {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .back-btn {
    width: 30px;
    height: 30px;
  }
}

input {
  border-radius: 0;
}

.clearfix {
  overflow: visible;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.APIConsole {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(245, 244, 239, 0.95);
  color: rgba(255, 255, 255, 0.7);
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  padding: 0;
  font-family: "ocr-b-std", monospace;
  letter-spacing: -0.1rem;
  z-index: 110;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  transition: all 100ms linear;
}

.APIConsole .api-cta {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 200px;
  -moz-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  text-align: center;
  background: white;
  color: #f1f0e9;
  cursor: pointer;
}

.APIConsole .api-cta:hover {
  color: white;
}

.APIConsole .api-output {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
}

.APIConsole a {
  color: white;
  font-weight: 600;
}

.api-display-wrap {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 50px;
  background: #000000;
  color: white;
  z-index: 10000;
  overflow-y: scroll;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

.api-display {
  list-style: none;
  padding: 20px 20px;
}

.api-display p,
.api-display h2,
.api-display strong {
  color: white;
}

.api-display pre {
  background: #22303f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  color: white;
  font-family: "ocr-b-std", monospace;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.1rem;
  padding: 10px;
  overflow: hidden;
}

.App {
  position: relative;
  /*.main-wrap:before { content: ""; width: 100%; height: 100px; display: block; background-color: $color_primary; position: absolute; top: -90px;}*/
}

.App .main-wrap {
  background-color: #f1f0e9;
  width: 100%;
  /*min-height: 100vh*/
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0px -4px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -4px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -4px 3px 0px rgba(0, 0, 0, 0.5);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}

.App .main-wrap > .react-reveal {
  z-index: 9999;
  position: fixed;
}

.App .page-content {
  padding-top: 40px;
  opacity: 0;
  transition: opacity;
  transition-delay: 0s;
  transition-duration: .45s;
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.App .page-content > div {
  position: relative;
}

.App .react-reveal {
  animation-fill-mode: none;
  animation-timing-function: ease-in-out;
  transform: translateZ(0);
}

.App .SiteFooter {
  transition: opacity;
  transition-delay: 0s;
  transition-duration: .45s;
}

.App.ready .SiteFooter,
.App.ready .page-content, #app.ready .SiteFooter,
#app.ready .page-content {
  opacity: 1 !important;
  transition-delay: 0.1s !important;
}

.App.ready .page-content, #app.ready .page-content {
  transition-duration: 0 !important;
}

.App.home .main-wrap, .home #app .main-wrap {
  min-height: calc(100vh - 173px) !important;
}

.App.home .page-content, .home #app .page-content {
  padding-top: 0 !important;
  min-height: calc(100vh - 173px) !important;
}

.App.menu-shown {
  overflow-x: hidden !important;
}

.App.menu-shown .main-wrap {
  cursor: pointer;
  transform: matrix(1, 0, 0, 1, 170, 0);
  -ms-transform: matrix(1, 0, 0, 1, 170, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 170, 0);
}

.App.menu-sliding {
  overflow-x: hidden !important;
}

@media (min-width: 768px) {
  .App .page-content, #app .page-content {
    padding-top: 60px;
  }
  .App.home .page-content, #app.home .page-content {
    padding-top: 0 !important;
    min-height: calc(100vh - 186px) !important;
  }
}

@media (min-width: 1024px) {
  .App .page-content {
    min-height: calc(100vh - 33px);
  }
  .App.home .page-content, .home #app .page-content {
    height: calc(100vh - 173px) !important;
  }
  .App.scrolled .page-content, #app.scrolled .page-content, .App:not(.home) .page-content {
    padding-top: 50px !important;
  }
  .App.scrolled.gallery .page-content, #app.scrolled.gallery .page-content {
    padding-top: 0px !important;
  }
}

@media (max-width: 1024px) {
  .App.home .SiteFooter {
    background-color: #f1f0e9;
    padding-top: 2px;
    position: fixed;
    z-index: 12;
    bottom: 0;
    left: 0;
  }
}

.SiteHeader {
  width: 100%;
  height: 100px;
  border-top: 6px solid #ae1f36;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
}

.SiteHeader .hamburger {
  position: absolute;
  top: -10px;
  right: 32px;
}

.SiteHeader .Menu {
  display: none;
  width: calc(100% - 360px);
  height: 50px;
  line-height: 1;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  z-index: 0;
}

.SiteHeader .Menu .inner,
.SiteHeader .Menu .menu,
.SiteHeader .Menu .menu ul,
.SiteHeader .Menu .menu ul li {
  padding: 0;
  list-style: none;
}

.SiteHeader .Menu .menu {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  font-family: "ITC Caslon_224 W01 Bold1551474", serif;
  text-align: center;
  list-style: none;
  height: 50px;
  line-height: 49px;
  margin: 0 auto;
  color: white;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.SiteHeader .Menu .menu li {
  position: relative;
  display: inline-block;
  position: relative;
}

.SiteHeader .Menu .menu li.current > a {
  color: #ae1f36;
}

.SiteHeader .Menu .menu li > a {
  font-size: 0.8125rem;
  font-family: "ITC Caslon_224 W01 Bold1551474", serif;
  letter-spacing: 0.9px;
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.SiteHeader .Menu .menu li > a:hover, .SiteHeader .Menu .menu li > a:focus {
  color: #ae1f36;
}

.SiteHeader .Menu .menu li:nth-child(4) {
  margin-right: 54px;
}

.SiteHeader .Menu .submenu {
  display: none;
}

.SiteHeader .info {
  width: 197px;
  height: 90px;
  padding: 0 20px;
  margin: 20px auto 0;
  text-align: center;
  z-index: 10;
}

.SiteHeader .info p, .SiteHeader .info p a {
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  margin: 6px 0 0 8px;
  letter-spacing: 0;
  font-family: "ITC Caslon_224 W01 Medium";
}

.SiteHeader .info p a {
  display: block;
  color: #000;
}

.SiteHeader .info p a:hover {
  color: #ae1f36;
}

.SiteHeader .site-logo {
  width: 163px;
  height: 22px;
  background-image: url("../assets/images/theBoweryHotel-logo.svg");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -9999px;
}

.SiteHeader .bowery-boy {
  position: absolute;
  top: 16px;
  left: calc(50% + 122px);
}

.SiteHeader .book-info {
  display: none;
  width: 203px;
  height: 90px;
  padding: 0 20px;
  margin: 0 auto 0;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 10;
}

.SiteHeader .book-info .book-now {
  cursor: pointer;
}

.SiteHeader .book-info a.phone {
  border-bottom: none;
}

.SiteHeader .menu-toggle {
  display: block;
  color: #000;
  line-height: 50px;
  font-size: 1.25rem;
  width: 34px;
  height: 34px;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  left: 6px;
  top: 15px;
  z-index: 5;
  transition: opacity 0.5s;
}

.SiteHeader .menu-toggle .line {
  width: 15px;
  height: 2px;
  right: 10px;
  color: #000;
  display: block;
  position: absolute;
  display: block;
  background-color: #000;
}

.SiteHeader .menu-toggle .line.one {
  top: 11px;
}

.SiteHeader .menu-toggle .line.two, .SiteHeader .menu-toggle .line.four {
  top: 16px;
  transform: rotate(0);
}

.SiteHeader .menu-toggle .line.three {
  top: 21px;
}

.SiteHeader.minified .menu-toggle {
  top: 3px;
}

.App.home .SiteHeader {
  position: relative;
}

.txt-btn {
  font-size: 0.75rem;
  line-height: 1;
  font-family: "ITC Caslon_224 W01 Medium";
  color: #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 8px;
}

.txt-btn:hover {
  color: #ae1f36;
  border-color: #ae1f36;
}

@media (min-width: 0) and (max-width: 767px) {
  .SiteHeader.minified {
    background-color: #ae1f36;
    height: 40px;
    border-top: none;
  }
  .SiteHeader.minified .site-logo {
    width: 133px;
    height: 18px;
    background-size: 133px 18px;
    background-image: url("../assets/images/theBoweryHotel-logo-white.svg");
  }
  .SiteHeader.minified .info {
    height: 18px;
    padding: 13px 43px;
    margin: 0;
  }
  .SiteHeader.minified .info p {
    display: none;
  }
  .SiteHeader.minified .bowery-boy {
    display: none;
  }
  .SiteHeader.minified .menu-toggle {
    color: #fff;
    line-height: 40px;
    left: 12px;
  }
  .SiteHeader.minified .book-info {
    display: block;
    height: auto;
    top: 7px;
    width: auto;
    padding: 0;
  }
  .SiteHeader.minified .book-info .book-now {
    cursor: pointer;
    font-size: 0.5625rem;
    text-transform: uppercase;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    font-family: "ITC Caslon_224 W01 Black", serif;
    letter-spacing: .071em;
    min-width: auto;
  }
  .SiteHeader.minified .book-info .email {
    display: none;
  }
  .SiteHeader.minified .book-info .phone {
    display: none;
  }
  .SiteHeader.minified .menu-toggle .line {
    background-color: #fff;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .SiteHeader.minified {
    background-color: #ae1f36;
    border-top: none;
  }
  .SiteHeader.minified .site-logo {
    width: 133px;
    height: 18px;
    background-size: 133px 18px;
    background-image: url("../assets/images/theBoweryHotel-logo-white.svg");
  }
  .SiteHeader.minified .info {
    height: 18px;
    padding: 15px 43px;
    margin: 0;
  }
  .SiteHeader.minified .info p {
    display: none;
  }
  .SiteHeader.minified .bowery-boy {
    display: none;
  }
  .SiteHeader.minified .menu-toggle {
    color: #fff;
    line-height: 40px;
    left: 26px;
    top: 12px;
  }
  .SiteHeader.minified .book-info {
    display: block;
    height: auto;
    top: 7px;
    width: auto;
    padding: 0;
    line-height: 1.5;
  }
  .SiteHeader.minified .book-info .book-now {
    font-size: 0.5625rem;
    text-transform: uppercase;
    padding: 5px 8px;
    font-family: "ITC Caslon_224 W01 Black", serif;
    letter-spacing: .071em;
  }
  .SiteHeader.minified .book-info .email {
    display: none;
  }
  .SiteHeader.minified .book-info .phone {
    display: none;
  }
  .SiteHeader.minified .menu-toggle .line {
    background-color: #fff;
  }
}

.App.menu-shown .SiteHeader .menu-toggle {
  opacity: 0;
}

@media (min-width: 768px) {
  .SiteHeader .menu-toggle {
    line-height: 60px;
    left: 26px;
    top: 11px;
  }
  .SiteHeader .menu-toggle .line {
    width: 20px;
    height: 2;
  }
  .SiteHeader .menu-toggle .line.one {
    top: 11px;
  }
  .SiteHeader .menu-toggle .line.two, .SiteHeader .menu-toggle .line.four {
    top: 17px;
    transform: rotate(0);
  }
  .SiteHeader .menu-toggle .line.three {
    top: 23px;
  }
  .SiteHeader.minified {
    height: 60px;
  }
  .SiteHeader.minified .site-logo {
    width: 158px;
    height: 21px;
    background-size: cover;
  }
  .SiteHeader.minified .info {
    border-right: none;
    height: 21px;
    padding: 22px 66px;
  }
  .SiteHeader.minified .book-info {
    top: 15px;
  }
  .SiteHeader.minified .book-info .book-now {
    cursor: pointer;
    padding: 0px 25px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .SiteHeader, .SiteHeader.minified {
    height: 140px;
    border-top: 8px solid #ae1f36;
    position: relative;
  }
  .SiteHeader .Menu, .SiteHeader.minified .Menu {
    display: block;
  }
  .SiteHeader .Menu .menu li.current > a, .SiteHeader.minified .Menu .menu li.current > a {
    color: #ae1f36;
  }
  .SiteHeader .info, .SiteHeader.minified .info {
    border-right: 1px solid #cccccc;
    margin: 20px 0 0 10px;
    padding: 15px 19px;
    height: 90px;
  }
  .SiteHeader .site-logo, .SiteHeader.minified .site-logo {
    width: 165px;
    height: 23px;
    background-size: cover;
  }
  .SiteHeader .bowery-boy, .SiteHeader.minified .bowery-boy {
    top: 27px;
    left: -55px;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 85px;
    background-size: 40px 85px;
  }
  .SiteHeader .bowery-boy .inner, .SiteHeader.minified .bowery-boy .inner {
    background-size: 40px 85px;
  }
  .SiteHeader .book-info, .SiteHeader.minified .book-info {
    display: block;
    border-left: 1px solid #cccccc;
    top: 20px;
    min-width: 192px;
    width: 15%;
    max-width: 203px;
    height: 90px;
    padding: 10px 14px 10px;
    clear: both;
  }
  .SiteHeader .book-info .book-now, .SiteHeader.minified .book-info .book-now {
    font-size: 1rem;
    padding: 0 19px;
    font-family: "Snell Rndhand LT Std W01361762", serif;
    color: #f1f0e9;
    margin-bottom: 4px;
    text-transform: none;
  }
  .SiteHeader .book-info .book-now a, .SiteHeader.minified .book-info .book-now a {
    max-width: 192px;
  }
  .SiteHeader .menu-toggle, .SiteHeader.minified .menu-toggle {
    display: none;
  }
  .SiteHeader:after {
    content: '';
    display: block;
    position: relative;
    width: calc(100% - 60px);
    height: 1px;
    margin: 19px 30px;
    background-color: #cccccc;
    z-index: -1;
    transition: opacity .5s;
  }
  .SiteHeader:after {
    opacity: 0;
  }
  /* Hack for min header in Gallery */
  .scrolled .SiteHeader, .App:not(.home) .SiteHeader {
    position: fixed;
    z-index: 1000;
    background-color: #ae1f36;
    border-top: none;
    height: 50px;
    top: 0;
    opacity: 0;
  }
  .scrolled .SiteHeader .Menu, .App:not(.home) .SiteHeader .Menu {
    top: 0;
  }
  .scrolled .SiteHeader .Menu .menu > li a, .App:not(.home) .SiteHeader .Menu .menu > li a {
    color: #fff;
  }
  .scrolled .SiteHeader .Menu .menu > li > a span, .App:not(.home) .SiteHeader .Menu .menu > li > a span {
    position: relative;
  }
  .scrolled .SiteHeader .Menu .menu > li > a span:after, .App:not(.home) .SiteHeader .Menu .menu > li > a span:after {
    content: '';
    width: calc(100%);
    height: 1px;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
    bottom: -3px;
    background-color: transparent;
    transition: background-color .5s;
  }
  .scrolled .SiteHeader .Menu .menu > li.current > a, .App:not(.home) .SiteHeader .Menu .menu > li.current > a {
    color: #fff;
  }
  .scrolled .SiteHeader .Menu .menu > li.current > a span:after, .App:not(.home) .SiteHeader .Menu .menu > li.current > a span:after {
    background-color: #fff;
  }
  .scrolled .SiteHeader .Menu .menu > li:nth-child(3), .App:not(.home) .SiteHeader .Menu .menu > li:nth-child(3) {
    margin-right: 0;
  }
  .scrolled .SiteHeader .Menu .menu > li:nth-child(3):after, .App:not(.home) .SiteHeader .Menu .menu > li:nth-child(3):after {
    content: '' !important;
  }
  .scrolled .SiteHeader .site-logo, .App:not(.home) .SiteHeader .site-logo {
    width: 165px;
    height: 23px;
    background-size: cover;
    background-image: url("../assets/images/theBoweryHotel-logo-white.svg");
  }
  .scrolled .SiteHeader .info, .App:not(.home) .SiteHeader .info {
    height: 18px;
    padding: 15px 43px;
    margin: 0;
    border-right: none;
  }
  .scrolled .SiteHeader .info p, .App:not(.home) .SiteHeader .info p {
    display: none;
  }
  .scrolled .SiteHeader .bowery-boy, .App:not(.home) .SiteHeader .bowery-boy {
    display: none;
  }
  .scrolled .SiteHeader .menu-toggle, .App:not(.home) .SiteHeader .menu-toggle {
    color: #fff;
    line-height: 40px;
    left: 26px;
  }
  .scrolled .SiteHeader .book-info, .App:not(.home) .SiteHeader .book-info {
    display: block;
    height: auto;
    top: 13px;
    width: auto;
    padding: 0;
    line-height: 1.5;
    border-left: none;
  }
  .scrolled .SiteHeader .book-info .book-now, .App:not(.home) .SiteHeader .book-info .book-now {
    float: right;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 5px 8px;
    font-family: "ITC Caslon_224 W01 Black", serif;
    letter-spacing: .071em;
    font-style: normal;
    line-height: 1;
  }
  .scrolled .SiteHeader .book-info .email, .App:not(.home) .SiteHeader .book-info .email {
    display: none;
  }
  .scrolled .SiteHeader .book-info .phone, .App:not(.home) .SiteHeader .book-info .phone {
    display: none;
  }
  .scrolled .SiteHeader .menu-toggle .line, .App:not(.home) .SiteHeader .menu-toggle .line {
    background-color: #fff;
  }
  /* Hack for min header in Gallery */
  .scrolled.animate .SiteHeader, .App:not(.home) .SiteHeader {
    opacity: 1;
    transition: opacity .5s;
  }
}

@media (min-width: 1200px) {
  .SiteHeader .Menu .menu > li a, .SiteHeader.minified .Menu .menu > li a {
    padding: 0 20px;
  }
  .SiteHeader .Menu .menu > li:after, .SiteHeader.minified .Menu .menu > li:after {
    content: '';
    display: block;
    position: absolute;
    right: -3px;
    top: 21px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    background-color: #000;
  }
  .SiteHeader .Menu .menu > li:last-child:after, .SiteHeader .Menu .menu li:nth-child(4):after, .SiteHeader.minified .Menu .menu > li:last-child:after, .SiteHeader.minified .Menu .menu li:nth-child(4):after {
    content: none;
  }
  .SiteHeader .bowery-boy, .SiteHeader.minified .bowery-boy {
    right: -114px;
  }
}

.SiteFooter {
  opacity: 0;
  display: none;
  width: 100%;
  text-align: center;
  margin: 0;
  line-height: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
  transition: opacity;
  transition-delay: 0s;
  transition-duration: .45s;
}

.SiteFooter .MenuFooter {
  display: none;
}

.SiteFooter .MenuFooter .menu {
  padding: 0;
}

.SiteFooter .MenuFooter .menu li {
  display: inline-block;
  margin-right: 16px;
}

.SiteFooter .MenuFooter .menu li a {
  font-size: 12px;
  color: #000;
}

.SiteFooter .MenuFooter .menu li a:hover {
  color: #ae1f36;
}

.SiteFooter .MenuSocial {
  display: none;
}

.SiteFooter .MenuSocial .menu li {
  display: inline-block;
  margin-right: 5px;
}

.SiteFooter .MenuSocial .menu li:last-child {
  margin-right: 0;
}

.SiteFooter .MenuSocial .menu li a {
  padding: 0;
  display: block;
}

.SiteFooter .MenuSocial .menu li a:hover {
  background-color: transparent;
}

.SiteFooter .MenuSocial .menu li a:hover:after {
  color: #ae1f36;
}

.SiteFooter .book-info {
  display: block;
  max-width: 100%;
  height: 30px;
  position: relative;
  margin: 15px 20px;
}

.SiteFooter .book-info .btn.book-now {
  position: absolute;
  left: 0;
  top: 5px;
}

.SiteFooter .book-info .contact {
  width: 170px;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 10;
}

.SiteFooter .book-info .contact a.phone {
  border-bottom: none;
}

.SiteFooter:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  background-color: #f1f0e9;
  position: absolute;
}

.App.home .SiteFooter {
  display: block;
}

.App.menu-shown .SiteHeader .menu-toggle {
  opacity: 0;
}

@media (min-width: 768px) {
  .App.home .SiteFooter, .App.home .SiteFooter {
    padding: 10px 0;
  }
  .App.home .SiteFooter .MenuFooter, .App.home .SiteFooter .MenuFooter {
    display: none;
  }
  .App.home .SiteFooter .MenuSocial, .App.home .SiteFooter .MenuSocial {
    display: none;
  }
  .App.home .SiteFooter .book-info, .App.home .SiteFooter .book-info {
    display: block;
    margin: 18px 30px;
  }
  .SiteFooter, .SiteFooter.minified {
    padding-bottom: 18px;
  }
  .SiteFooter .MenuFooter, .SiteFooter.minified .MenuFooter {
    display: inline-block;
  }
  .SiteFooter .MenuSocial, .SiteFooter.minified .MenuSocial {
    display: inline-block;
  }
  .SiteFooter .book-info, .SiteFooter.minified .book-info {
    display: none;
    margin-bottom: 0;
  }
  .SiteFooter .book-info .btn.book-now, .SiteFooter.minified .book-info .btn.book-now {
    top: 0;
  }
  .App.neighborhood .SiteFooter {
    display: block;
  }
  .App.contact .SiteFooter {
    display: block;
  }
}

@media (min-width: 1024px) {
  .App.home .SiteFooter, .App.home .SiteFooter {
    margin: 0;
    padding: 3px 0 5px;
  }
  .App.home .SiteFooter .MenuFooter, .App.home .SiteFooter .MenuFooter {
    display: inline-block;
  }
  .App.home .SiteFooter .MenuSocial, .App.home .SiteFooter .MenuSocial {
    display: inline-block;
  }
  .App.home .SiteFooter .book-info, .App.home .SiteFooter .book-info {
    display: none;
  }
  .SiteFooter, .SiteFooter.minified {
    display: block;
    padding: 3px 0 5px;
  }
  .SiteFooter .MenuFooter, .SiteFooter.minified .MenuFooter {
    display: inline-block;
  }
  .SiteFooter .MenuSocial, .SiteFooter.minified .MenuSocial {
    display: inline-block;
  }
  .SiteFooter .book-info, .SiteFooter.minified .book-info {
    display: none;
  }
  .SiteFooter .book-info .btn.book-now, .SiteFooter.minified .book-info .btn.book-now {
    top: 0;
  }
}

.MenuMobile {
  display: none;
  position: fixed;
  top: 0;
  background-color: #ae1f36;
  width: 170px;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: auto;
}

.MenuMobile .menu-toggle {
  display: block;
  opacity: 0;
  color: #000;
  line-height: 50px;
  font-size: 20px;
  padding: 0 16px;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 6px;
  z-index: 5;
  transition: opacity 0.5s;
}

.MenuMobile .menu-toggle .close-x {
  width: 12px;
  height: 12px;
}

.MenuMobile .menu {
  display: block;
  opacity: 0;
  position: static;
  left: 0;
  top: 40px;
  width: 170px;
  padding: 0 20px;
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  list-style: none;
  margin: 0 0 16px;
  color: white;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  transform: matrix(1, 0, 0, 1, 30, 0);
  -ms-transform: matrix(1, 0, 0, 1, 30, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 30, 0);
  transition: opacity 0.5s, transform 0.5s ease-out;
}

.MenuMobile .menu > li {
  position: static;
  display: block;
  width: 100%;
  height: 27px;
  line-height: 27px;
}

.MenuMobile .menu > li.current {
  height: auto;
}

.MenuMobile .menu > li.current > a {
  color: #000;
}

.MenuMobile .menu > li.current .submenu {
  display: block;
}

.MenuMobile .menu > li a {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #fff;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding: 0;
  cursor: pointer;
}

.MenuMobile .menu > li a:hover, .MenuMobile .menu > li a:focus {
  color: #000;
}

.MenuMobile .menu .submenu {
  display: none;
  padding: 0px 0 8px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.MenuMobile .menu .submenu li.current a {
  color: #000;
}

.MenuMobile .menu .submenu li a {
  font-size: 11px;
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  font-weight: normal;
  cursor: pointer;
}

.MenuMobile .menu .submenu li.line-after {
  border-bottom: 1px solid #c23b54;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.MenuMobile .MenuSocial {
  width: 170px;
  padding: 0 10px;
}

.MenuMobile .MenuSocial .menu {
  display: block;
  text-align: left;
  /*li a:hover .icon { background-color: $color_white; }*/
}

.MenuMobile .MenuSocial .menu li {
  display: inline-block;
}

.touchevents .MenuMobile .menu .submenu li a:hover {
  /*color: $color_white;*/
}

.MenuFooter .inner {
  max-width: 100%;
}

.MenuFooter .menu li {
  height: 25px;
  line-height: 25px;
}

.MenuFooter .menu li a {
  font-size: 10px;
}

.App.menu-shown .MenuMobile {
  display: block;
  -webkit-overflow-scrolling: touch;
}

.App.menu-shown .MenuMobile .menu-toggle {
  opacity: 1;
}

.App.menu-shown .MenuMobile .menu {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}

.App.menu-sliding .MenuMobile {
  display: block;
}

.MenuSocial {
  vertical-align: top;
  margin-top: 2px;
}

.MenuSocial .menu {
  padding: 0;
  position: relative;
  top: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0;
  /*a:hover .icon { background-color: $color-primary; }*/
}

.MenuSocial .menu li {
  width: auto;
  height: auto;
  list-style: none;
  display: inline;
}

.MenuSocial .menu li a {
  position: relative;
  padding: 0 4px;
  height: 20px;
  width: 24px;
}

.MenuSocial .menu li a .location {
  display: none;
}

.MenuSocial .menu .icon {
  display: block;
  text-indent: -9999px;
  color: transparent;
  width: 20px;
  height: 20px;
  transition: background-color .25s;
}

.MenuSub {
  display: none;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 1000;
  line-height: 0;
}

.MenuSub > .menu {
  padding: 0;
}

.MenuSub > .menu > li {
  opacity: 0;
  transition: opacity .5s;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.MenuSub > .menu > li.current {
  opacity: 1;
  pointer-events: auto;
}

.MenuSub > .menu > li > a {
  display: none;
}

.MenuSub .rooms .submenu {
  height: 84px;
  max-width: 1044px;
  margin: 0 auto;
}

.MenuSub .rooms .submenu li a {
  height: 32px;
}

.MenuSub .submenu-wrap {
  opacity: 0;
  border-bottom: 1px solid #cccccc;
  margin: 0 28px;
  background-color: #f1f0e9;
  transition: opacity .5s;
}

.MenuSub .submenu {
  padding: 0;
  height: 50px;
  text-align: center;
  z-index: 1000;
  background-color: #f1f0e9;
  transition: opacity .5s;
}

.MenuSub .submenu li {
  display: inline-block;
  margin: 0 8px;
  position: relative;
}

.MenuSub .submenu li a {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #000;
  height: 49px;
  line-height: 51px;
  display: block;
  position: relative;
}

.MenuSub .submenu li a {
  /*.img-wrap { opacity: 0; pointer-events: none; background-color: $color_body; padding: 10px; overflow: hidden; border-radius: $border-radius; position: absolute; top: 44px; left: 50%; transform: translateX(-50%);
          -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.21);
          -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.21);
          box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.21);
        }
        img { width: 240px; max-width: 240px; height: auto; border-radius: $border-radius; overflow: hidden; vertical-align: bottom; }*/
}

.MenuSub .submenu li a:hover {
  color: #ae1f36;
  /*.img-wrap { opacity: 1; pointer-events: auto;
          transition: opacity .5s .5s;
        }*/
}

.MenuSub .submenu li.current a {
  color: #ae1f36;
}

.MenuSub .submenu li.current a:hover .img-wrap {
  display: none;
}

.MenuSub .submenu li:first-child {
  margin-left: 0;
}

.MenuSub .submenu li:last-child {
  margin-right: 0;
}

.MenuSub .submenu li.line-after {
  margin-right: 40px;
}

.MenuSub .submenu li.line-after.last {
  margin-right: 8px;
}

.MenuSub .submenu li.line-after:after {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #dedfda;
  position: absolute;
  top: 16px;
  right: -27px;
}

.MenuSub .submenu li.line-after.last:after {
  background-color: transparent;
}

.scrolled .MenuSub {
  opacity: 0;
  top: 50px;
  position: fixed;
  background-color: #f1f0e9;
}

.scrolled .MenuSub .submenu-wrap {
  margin: 0 auto;
  opacity: 1;
}

.scrolled.animate .MenuSub {
  opacity: 1;
  transition: opacity .5s;
}

.App.ready .MenuSub .current .submenu-wrap {
  opacity: 1;
}

@media (min-width: 1024px) {
  .MenuSub {
    display: block;
  }
}

@media (min-width: 1200px) {
  .MenuSub .submenu li {
    margin: 0 12px;
  }
}

.Post {
  margin: 0 auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.Post::after {
  clear: both;
  content: "";
  display: table;
}

.Post * {
  text-align: left;
}

.Post .inner {
  padding: 0;
  float: left;
  display: block;
  margin-right: 1.2694734609%;
  width: 66.2435088464%;
  margin-left: 16.8782455768%;
}

.Post .inner:last-child {
  margin-right: 0;
}

@media all and (max-width: 600px) {
  .Post .inner {
    float: left;
    display: block;
    margin-right: 1.2694734609%;
    width: 83.1217544232%;
    margin-left: 8.4391227884%;
  }
  .Post .inner:last-child {
    margin-right: 0;
  }
}

@media all and (max-width: 440px) {
  .Post .inner {
    width: auto;
    float: none;
    margin-left: 15px;
    margin-right: 15px !important;
  }
}

.Post .headline {
  margin-bottom: 2rem;
  text-align: left;
}

.Post .headline h1 {
  line-height: 1.3;
  margin: 0 0 1rem 0;
}

.Post .date {
  color: #1A1A1A;
  text-transform: none;
}

.Post img {
  margin: 15px auto;
}

.Post .wp-caption img {
  margin-bottom: 0;
}

.Post .alignnone {
  margin-left: 0;
  margin-right: 0;
}

.Post [class^="wp-image"] {
  display: block;
}

.Post ul {
  list-style: circle;
}

.Posts {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.Posts > li {
  padding: 3rem 0;
}

.Posts > li:nth-child(odd) {
  background-color: #EAEAEA;
}

.Posts > li:nth-child(even) {
  background-color: white;
}

.Posts .Title {
  text-align: center;
  margin: 6rem 0 3rem;
}

.Posts .Page--content {
  background-color: #EAEAEA;
}

.Posts li:first-child .inner {
  padding-top: 0;
}

.Posts li:first-child .inner h1 {
  margin-top: 0;
}

table {
  border-spacing: 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

table thead {
  background-color: #22303f;
  color: #fff;
}

table tbody {
  color: #22303f;
}

table tbody tr:nth-child(odd) {
  background-color: #EAEAEA;
}

table tbody tr:nth-child(even) {
  background-color: #fff;
}

table th, table td {
  padding: 0.5rem 1rem;
}

@media all and (max-width: 440px) {
  .table-wrapper {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .table-wrapper table {
    margin-left: 0;
    margin-right: 0;
  }
}

.table-wrapper {
  overflow: auto;
}

.Intro {
  text-align: center;
  padding: 142px 24px;
  position: relative;
  overflow: hidden;
}

@media all and (max-width: 440px) {
  .Intro {
    padding: 71px 24px;
  }
}

.Intro #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.Intro:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(224, 221, 199, 0.85);
  z-index: 2;
}

.Intro .inner > * {
  z-index: 3;
  position: relative;
}

.Intro h2 {
  text-transform: none;
  padding: 24px 0;
  color: white;
  line-height: 1.5em;
  margin-bottom: 0;
}

.Intro .subtag {
  font-family: Merriweather, serif;
  font-size: 1.5rem;
}

.Intro .date {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  line-height: 1.2em;
  margin-top: 1.5rem;
}

.Intro strong {
  color: white;
}

.Gallery .image {
  margin-bottom: 20px;
  text-align: center;
}

.Gallery .image .caption {
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  font-size: 0.75rem;
  line-height: 1.6;
  margin-top: 15px;
  margin-bottom: -4px;
}

.Gallery .image:last-child {
  margin-bottom: 0;
}

.Gallery .LazyLoad.is-visible {
  height: auto !important;
}

@media (min-width: 768px) {
  .Gallery .image {
    margin-bottom: 20px;
    text-align: center;
  }
  .Gallery .image .caption {
    font-size: 0.8125rem;
    margin-bottom: -14px;
  }
}

@media (min-width: 1024px) {
  .Gallery .image {
    margin-bottom: 30px;
    text-align: center;
  }
  .Gallery .image .caption {
    font-size: 0.9375rem;
  }
}

.Block--CallToAction {
  background-color: #000;
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.85)), url("../assets/images/ador-poststatus-41.jpg");
  background-size: cover;
  background-position: 50% 50%;
  color: white;
}

.Block--CallToAction .text-wrap {
  padding: 0 48px 48px;
}

.Block--CallToAction .text-wrap--no-subheading {
  padding-top: 0;
}

.Block--CallToAction h2, .Block--CallToAction p {
  color: inherit;
}

.Block--CallToAction h2 {
  text-transform: uppercase;
  margin: 0;
}

.Block--CallToAction p {
  margin: 24px 0 0 0;
}

.Block--CallToAction img + .text-wrap--no-subheading {
  padding-top: 24px;
}

.PageMenu {
  margin-bottom: 30px;
  display: block;
}

.PageMenu .utility-nav {
  text-align: center;
  position: relative;
}

.PageMenu .utility-nav > li > a {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-family: "ITC Caslon_224 W01 Black", serif;
  cursor: pointer;
}

.PageMenu .utility-nav .view {
  display: none;
}

.PageMenu .utility-nav > li {
  text-align: center;
  display: inline-block;
}

.PageMenu .utility-nav > li .text-btn {
  cursor: pointer;
}

.PageMenu .utility-nav > li .overlay {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  z-index: 10;
  background-color: #f1f0e9;
  padding: 25px 22px;
  width: 100%;
  max-width: 310px;
  margin: auto;
  border-top: 8px solid #f1f0e9;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  transition: opacity .5s;
}

.PageMenu .utility-nav > li .overlay > a {
  cursor: pointer;
  padding: 5px;
  position: absolute;
  right: 4px;
  top: -1px;
}

.PageMenu .utility-nav > li .overlay > a .icon {
  width: 11px;
  height: 11px;
}

.PageMenu .utility-nav > li .overlay * {
  color: #000;
}

.PageMenu .utility-nav > li .overlay h1, .PageMenu .utility-nav > li .overlay h2, .PageMenu .utility-nav > li .overlay h3, .PageMenu .utility-nav > li .overlay h4, .PageMenu .utility-nav > li .overlay h5, .PageMenu .utility-nav > li .overlay h6 {
  text-transform: none;
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  font-size: 0.9375rem;
  margin-top: 0;
  line-height: 1.51;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.PageMenu .utility-nav > li .overlay p {
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  line-height: 1.75;
  font-size: 0.875rem;
}

.PageMenu .utility-nav > li .overlay p a {
  text-decoration: underline;
  font-size: 0.875rem !important;
  text-transform: none !important;
  font-family: "ITC Caslon_224 W01 Book1551458", serif !important;
  margin: auto !important;
  padding: auto !important;
}

.PageMenu .utility-nav > li .overlay p a:hover {
  color: #ae1f36;
}

.PageMenu .utility-nav > li .overlay li > a {
  display: block;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  cursor: pointer;
  letter-spacing: .02em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 6px 0;
}

.PageMenu .utility-nav > li .overlay li:last-child > a {
  border-bottom: none;
}

.PageMenu .utility-nav > li .overlay *:last-child {
  margin-bottom: 0;
}

.PageMenu .utility-nav > li .overlay p:last-child {
  margin-bottom: 0;
}

.PageMenu .utility-nav > li .overlay.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.RoomsPage .PageMenu {
  float: right;
}

.RoomsPage .PageMenu .utility-nav {
  position: static;
}

.RoomsPage .react-reveal:last-child .PageMenu .utility-nav > li .overlay {
  bottom: 0px;
  border-top: none;
}

.RoomPage .PageMenu .utility-nav > li .overlay {
  bottom: 50px;
}

.DiningPage .PageMenu .utility-nav > li > a {
  padding: 3px 20px;
  display: block;
  cursor: pointer;
}

.DiningPage .PageMenu .utility-nav > li {
  border-right: #cccccc 1px solid;
}

.DiningPage .PageMenu .utility-nav > li:last-child {
  border-right: none;
}

.DiningPage .PageMenu .utility-nav > li .overlay h3 {
  font-family: "ITC Caslon_224 W01 Bold1551474", serif;
  color: #000;
  font-size: 0.875rem;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.DiningPage .PageMenu .utility-nav > li .overlay p {
  margin-top: 0;
  margin-bottom: 14px;
}

.DiningPage .PageMenu .utility-nav > li .overlay p:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .PageMenu .utility-nav {
    float: none;
    padding: 0;
    text-align: center;
    /*> li { position: relative;
        .overlay { position: absolute; left: 50%; transform: translateX(-155px); right: 0; }
      }*/
  }
  .PageMenu .utility-nav li .text-btn {
    font-size: 0.8125rem;
    margin: 0 20px;
  }
  .PageMenu .utility-nav li:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    background-color: #000;
  }
  .PageMenu .utility-nav li:last-child:after {
    content: none;
  }
  .PageMenu .utility-nav .view {
    display: inline-block;
  }
  .RoomsPage .PageMenu {
    float: none;
  }
  .RoomsPage .PageMenu .utility-nav > li {
    position: relative;
  }
  .RoomPage .PageMenu {
    float: none;
  }
  .RoomPage .PageMenu .utility-nav > li .overlay {
    top: -10px;
    bottom: auto;
  }
  .DiningPage .PageMenu .utility-nav li:after {
    content: none;
  }
  .DiningPage .PageMenu .utility-nav li .text-btn {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .RoomsPage .PageMenu .utility-nav, .DiningPage .PageMenu .utility-nav {
    float: none;
    padding: 0;
    text-align: center;
  }
  .RoomsPage .PageMenu .utility-nav > li, .DiningPage .PageMenu .utility-nav > li {
    position: static;
  }
  .RoomsPage .PageMenu .utility-nav > li .overlay, .DiningPage .PageMenu .utility-nav > li .overlay {
    position: absolute;
    bottom: 32px;
    right: 0;
    left: 0;
    top: auto;
    transform: none;
  }
}

@media (min-width: 1200px) {
  .PageMenu .utility-nav > li .overlay p {
    font-size: 0.875rem !important;
  }
}

.Page {
  padding-bottom: 20px;
  color: #1A1A1A;
}

.Page > * {
  position: relative;
  z-index: 4;
}

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

.Page .Page--header .site-logo {
  background-color: white;
  display: block;
  padding: 3.0625rem 0;
}

.Page .Page--header .site-logo:before {
  background: url("../assets/images/ador-boston-logo-color-2x.png") center center no-repeat;
  display: block;
  content: '';
  height: 130px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.Page .Page--header h1 {
  padding: 27px 0 0;
  margin: 0 0 5px;
  font-size: 0.8125rem;
  letter-spacing: .08em;
}

.LazyLoad {
  height: 100%;
  opacity: 0;
  transform: translateZ(0);
  transition: opacity .7s ease-in-out;
  transition-delay: .1s;
}

.LazyLoad figure {
  height: 100%;
}

.LazyLoad.is-visible {
  opacity: 1;
}

.Page--content {
  padding: 0 20px;
  min-height: 100%;
}

.Page--content > section {
  margin-bottom: 20px;
}

.Page--content figure {
  overflow: hidden;
  border-radius: 8px;
  font-size: 0;
  text-align: center;
}

.Page--content figure img {
  width: 100%;
  vertical-align: bottom;
}

.Page--content .TextContent {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.55;
}

.Page--content .TextContent h3, .Page--content .TextContent h4, .Page--content .TextContent h5 {
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  font-size: 0.8125rem;
  color: #ae1f36;
  text-transform: none;
  line-height: 2.16;
  margin-bottom: 0;
  letter-spacing: 0;
}

.Page--content .TextContent p {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-top: 5px;
}

.Page--content .TextContent p a {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 0px;
}

.Page--content .TextContent p a:hover {
  color: #ae1f36;
  border-bottom-color: #ae1f36;
}

.Page--content .TextContent em, .Page--content .TextContent i {
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
}

.Page--content .TextContent strong, .Page--content .TextContent b {
  font-family: "ITC Caslon_224 W01 Bold1551474", serif;
}

.Page--content .TextContent em b, .Page--content .TextContent em strong, .Page--content .TextContent strong em, .Page--content .TextContent strong i, .Page--content .TextContent b em, .Page--content .TextContent b i {
  font-family: "ITC Caslon_224 W01 Bold Italic";
}

.Page--content h2 {
  text-align: center;
  color: #000;
  font-size: 0.8125rem;
}

.Page--content ul {
  padding-left: 0;
}

.Page--content .OutlineBlock {
  border: 1px solid #ae1f36;
  border-radius: 8px;
  padding: 30px;
}

.Page--content .OutlineBlock .Page--header h1 {
  margin-top: 0;
}

/** Components **/
.Page .BuyYourTicket .inner,
.Page .Block--CallToAction .inner,
.Page .Intro .inner,
.Page .Testimonials .inner,
.Page .OrganisedBy .inner,
.Page .Speakers .inner,
.Page .Sponsors .inner,
.Page .Workshop .inner {
  text-align: center;
  padding: 0;
}

.Page.home-page {
  padding-top: 0px;
  padding-bottom: 0;
}

.Page.home-page .loader {
  opacity: 0;
  transition: opacity 1s;
}

.Page.home-page .loader.loaded {
  opacity: 1;
}

.Page.home-page .LazyLoad {
  height: 100% !important;
  opacity: 1;
}

.page-content {
  z-index: 11;
}

.Page.RoomsPage {
  padding-bottom: 50px;
  /* hack for popover z-order */
}

.Page.RoomsPage .Page--content {
  height: auto;
}

.Page.RoomsPage .Blockquote blockquote {
  margin-top: 0;
}

.Page.RoomsPage .react-reveal {
  position: relative;
}

.Page.RoomsPage .react-reveal:nth-child(1) {
  z-index: 29;
}

.Page.RoomsPage .react-reveal:nth-child(2) {
  z-index: 28;
}

.Page.RoomsPage .react-reveal:nth-child(3) {
  z-index: 27;
}

.Page.RoomsPage .react-reveal:nth-child(4) {
  z-index: 26;
}

.Page.RoomsPage .react-reveal:nth-child(5) {
  z-index: 25;
}

.Page.RoomsPage .react-reveal:nth-child(6) {
  z-index: 24;
}

.Page.RoomsPage .react-reveal:nth-child(7) {
  z-index: 23;
}

.Page.RoomsPage .react-reveal:nth-child(8) {
  z-index: 22;
}

.Page.RoomsPage .react-reveal:nth-child(9) {
  z-index: 21;
}

.Page.RoomsPage .react-reveal:nth-child(10) {
  z-index: 20;
}

.Page.RoomsPage .react-reveal:nth-child(11) {
  z-index: 19;
}

.Page.RoomsPage .react-reveal:nth-child(12) {
  z-index: 18;
}

.Page.RoomsPage .react-reveal:nth-child(13) {
  z-index: 17;
}

.Page.RoomsPage .react-reveal:nth-child(14) {
  z-index: 16;
}

.Page.RoomsPage .react-reveal:nth-child(15) {
  z-index: 15;
}

.Page.RoomsPage .react-reveal:nth-child(16) {
  z-index: 14;
}

.Page.RoomsPage .react-reveal:nth-child(17) {
  z-index: 13;
}

.Page.RoomsPage .react-reveal:nth-child(18) {
  z-index: 12;
}

.Page.RoomsPage .react-reveal:nth-child(19) {
  z-index: 11;
}

.Page.RoomsPage .react-reveal:nth-child(20) {
  z-index: 10;
}

.Page.RoomsPage .room {
  margin-bottom: 16px;
  clear: both;
  overflow: visible !important;
}

.Page.RoomsPage .room .slideshow {
  position: relative;
  margin-bottom: 6px;
}

.Page.RoomsPage .room .slideshow .img-btn {
  width: 100%;
  height: 100%;
  display: block;
  background-color: red;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  background-color: transparent;
  border-radius: 8px;
  overflow: hidden;
}

.Page.RoomsPage .room .slideshow .text-btn {
  color: #fff;
  text-align: center;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-family: "ITC Caslon_224 W01 Black", serif;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  transition: background-color .3s;
}

.Page.RoomsPage .room .slideshow .text-btn:hover {
  background-color: #ae1f36;
}

.Page.RoomsPage .room .slideshow:hover .text-btn {
  background-color: #ae1f36;
}

.Page.RoomsPage .room .text-wrap {
  min-height: 24px;
}

.Page.RoomsPage .room h2 {
  text-align: left;
  display: inline;
}

.Page.RoomsPage .room .TextContent {
  max-width: 620px;
  margin: 0 auto;
  display: none;
}

.Page.RoomsPage .room:last-child {
  margin-bottom: 0;
}

.Page.RoomPage .Page--header h1 {
  margin-bottom: 20px;
}

.Page.RoomPage .Page--content {
  padding-top: 20px;
}

.Page.RoomPage .react-reveal {
  z-index: 1;
  position: relative;
}

.Page.RoomPage .Image {
  margin-bottom: 24px;
  position: relative;
  z-index: 0;
}

.Page.RoomPage .IntroText {
  margin-bottom: 20px;
}

.Page.RoomPage .TextContent {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.Page.RoomPage .TextContent p {
  margin-top: 0;
  margin-bottom: 6px;
}

.Page.RoomPage .TextContent *:last-child {
  margin-bottom: 0;
}

.Page.RoomPage .PageMenu {
  margin-bottom: 12px;
}

.Page.RoomPage .booking {
  text-align: center;
  margin-bottom: 12px;
}

.Page.RoomPage .Features {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 4px;
  margin-right: 4px;
}

.Page.RoomPage .Features h3 {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  background-color: #f1f0e9;
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  font-size: 0.8125rem;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 5px 40px;
  border-bottom: 1px solid #ae1f36;
}

.Page.RoomPage .Features ul {
  padding: 0;
}

.Page.RoomPage .Features ul li {
  font-size: 0.8125rem;
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  margin: 0.625rem;
  line-height: 1.68;
}

.Page.RoomPage .Features ul li:first-child {
  margin-top: 18px;
}

.Page.RoomPage .Features ul li:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background-color: #000;
  margin: 1rem auto;
}

.Page.RoomPage .Features ul li:last-child {
  margin-bottom: 18px;
}

.Page.RoomPage .Features ul li:last-child:after {
  content: none;
}

.Page.DiningPage {
  padding-top: 20px;
  padding-bottom: 20px;
}

.Page.DiningPage .Image, .Page.DiningPage .slideshow {
  margin-bottom: 20px;
}

.Page.DiningPage .Page--header .logo-image {
  margin: 30px auto 20px;
  display: none;
}

.Page.DiningPage .Page--header .logo-image.tablet {
  margin: 30px auto;
  display: none;
}

.Page.DiningPage .Page--header .logo-image.mobile {
  display: block;
}

.Page.DiningPage .Page--header h1 {
  padding-top: 0px;
}

.Page.DiningPage .PageMenu {
  margin-bottom: 20px;
}

.Page.DiningPage .IntroText {
  margin-bottom: 0;
}

.Page.DiningPage .Blockquote {
  margin-bottom: 20px;
}

.Page.DiningPage .react-reveal {
  z-index: 1;
  position: relative;
}

.Page.DiningPage .Gallery {
  position: relative;
  z-index: 0;
}

.Page.Amenities {
  /*.Page .Page--header { display: none; }*/
}

.Page.Amenities .Page--content {
  padding-top: 20px;
}

.Page.Amenities .Image, .Page.Amenities .slideshow {
  margin-bottom: 20px;
}

.Page.Amenities .LazyLoad {
  height: 100% !important;
  opacity: 1;
}

.Page.Amenities .Text {
  border: 1px solid #ae1f36;
  border-radius: 8px;
  text-align: center;
}

.Page.Amenities .TextContent ul {
  margin-top: 12px;
}

.Page.Amenities .TextContent ul li {
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  font-size: 0.8125rem;
  line-height: 1.54;
  margin-bottom: 21px;
}

.Page.Amenities .OutlineBlock {
  border: none;
  padding: 7px 0 0 0;
}

.Page.Amenities .OutlineBlock .Page--header h1 {
  padding-top: 0;
}

.Page.Amenities .OutlineBlock p, .Page.Amenities .OutlineBlock h3, .Page.Amenities .OutlineBlock h4, .Page.Amenities .OutlineBlock h5, .Page.Amenities .OutlineBlock h6 {
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  font-size: 0.75rem;
  color: #000;
}

.Page.DiscoverPage {
  padding-bottom: 20px;
}

.Page.DiscoverPage .back-btn {
  margin: 0 auto;
}

.Page.DiscoverPage .back-btn.mobile {
  display: none;
  margin: 10px auto;
}

.Page.DiscoverPage .Blockquote {
  margin-bottom: 40px;
}

.Page.DiscoverPage .Map {
  margin-bottom: 20px;
}

.Page.DiscoverPage .Page--content {
  position: relative;
  min-height: auto;
}

.Page.DiscoverPage .Page--content > .react-reveal:first-child {
  height: 100%;
}

.Page.DiscoverPage .Page--content .OutlineBlock {
  padding: 32px 0;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.Page.DiscoverPage .Page--content .OutlineBlock .inner {
  transform: none;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}

.Page.DiscoverPage .Page--content .category-holder {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  text-align: center;
}

.Page.DiscoverPage .Page--content .category-holder .back-btn {
  width: 100px;
  padding-top: 4px;
  margin: 0 auto;
  position: relative;
  top: -10px;
  text-indent: 0;
  padding-left: 15px;
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  background-position: left center;
  color: #000;
  font-size: 0.8125rem;
}

.Page.DiscoverPage .Page--content .category-holder h1 {
  margin: 0 0;
}

.Page.DiscoverPage .Page--content .category-holder h1:after {
  content: '';
  width: 64px;
  height: 1px;
  background-color: #ae1f36;
  position: relative;
  margin: 17px auto 0;
  display: block;
}

.Page.DiscoverPage .Page--header h1 {
  padding-top: 17px;
  margin-bottom: 7px;
}

.Page.DiscoverPage .TextContent {
  max-width: 250px;
  margin: 0 auto;
  padding: 0 20px;
}

.Page.DiscoverPage.category-active .back-btn.mobile {
  display: none;
}

.Page.DiscoverPage.category-active .Page--content .OutlineBlock {
  overflow-y: scroll;
}

.Page.DiscoverPage.category-active .Page--content .OutlineBlock .inner {
  transform: translateX(-100%);
}

.Page.DiscoverPage.place-active .back-btn.mobile {
  display: block;
}

.Page.DiscoverPage.place-active .Page--content .OutlineBlock {
  display: none;
}

.Page.DiscoverPage.place-active .Page--content .OutlineBlock .inner {
  transform: translateX(-200%);
}

.Page.DiscoverPage.place-active .Page--content .Attraction {
  display: block;
}

.Page.GalleryPage {
  padding: 20px 0;
}

.Page.GalleryPage .Gallery {
  margin-top: 24px;
}

.Page.GalleryPage .slideshow {
  margin: 0;
}

.Page.contact .Page--content .TextContent {
  padding: 0 0;
}

.Page.contact .Page--content .TextContent p {
  position: relative;
  margin-bottom: 0;
}

.Page.contact .Page--content .TextContent p:after {
  content: '';
  display: block;
  position: relative;
  margin: 24px auto 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background-color: #000;
}

.Page.contact .Page--content .TextContent p:first-child:after {
  content: none;
}

.Page.contact .Page--content .react-reveal:last-child p:last-child:after {
  content: none;
}

.Page.contact .Page--content .Text .inner {
  float: none;
}

.Page.Story .Page--content .TextContent {
  padding: 0;
  margin-top: 10px;
}

.Page.Story .Page--content .TextContent p:first-child:after {
  content: '';
  display: block;
  position: relative;
  margin: 10px auto 0;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  background-color: #000;
}

.Page.Story .Page--content .OutlineBlock {
  border: none;
  padding: 0;
  margin-bottom: 34px;
}

.Page.legal .Page--content {
  max-width: 960px;
  margin: 12px auto 0;
}

.Page.legal .Page--content .TextContent {
  text-align: left;
}

.Page.legal .Page--content *:last-child {
  margin-bottom: 0 !important;
}

.Page.PressPage .Page--content {
  height: auto;
  min-height: auto;
}

.Page.PressPage .Page--content .blocks {
  margin-top: 24px;
}

.Page.PressPage .Page--content .press-item {
  position: relative;
  margin: 0 auto 40px;
}

.Page.PressPage .Page--content .press-item .item-info {
  text-align: center;
  width: 100%;
}

.Page.PressPage .Page--content .press-item .item-info h2 {
  font-size: 0.75rem;
  font-family: "ITC Caslon_224 W01 Bold1551474", serif;
  color: #ae1f36;
  letter-spacing: .1em;
  margin: 0 0 2px;
}

.Page.PressPage .Page--content .press-item .item-info .date {
  font-size: 0.75rem;
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  color: #000;
  margin-bottom: 10px;
}

.Page.PressPage .Page--content .press-item .item-info .text-btn {
  text-transform: uppercase;
  border-bottom: 0.5px solid #000;
  color: #000;
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
}

.Page.PressPage .Page--content .press-item .item-info .text-btn:hover {
  color: #ae1f36;
  border-color: #ae1f36;
}

.Page.PressPage .Page--content .press-item .Blockquote {
  margin-bottom: 7px;
}

.Page.PressPage .Page--content .press-item .Blockquote blockquote {
  text-align: center;
  margin: 0 auto;
  max-width: 240px;
}

.Page.PressPage .Page--content .press-item .Blockquote blockquote p {
  font-size: 1.875rem;
  line-height: 1.5;
  margin: 0;
}

.Page.PressPage .Page--content .press-item .Blockquote blockquote p:before, .Page.PressPage .Page--content .press-item .Blockquote blockquote p:after {
  font-size: 2.5rem;
  margin: 0 auto -20px;
}

.Page.PressPage .Page--content .press-item .Blockquote blockquote p:after {
  margin-top: -2px;
}

.Page.PressPage .Page--content .press-item.image {
  max-width: 55%;
  margin: 0 auto 40px;
}

.Page.PressPage .Page--content .press-item.image figure {
  border-radius: 0;
  max-width: 180px;
  margin: 0 auto;
}

.Page.PressPage .Page--content .press-item.image figure:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 180px;
  height: 100%;
  background-color: rgba(174, 31, 54, 0.95);
  transition: opacity .5s;
}

.Page.PressPage .Page--content .press-item.image .item-info {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 140px;
  z-index: 1;
  transform: translateY(-40px);
  transition: opacity .5s;
}

.Page.PressPage .Page--content .press-item.image .item-info h2 {
  color: #fff;
  margin: 0 0 -3px;
}

.Page.PressPage .Page--content .press-item.image .item-info .date {
  color: #fff;
}

.Page.PressPage .Page--content .press-item.image .item-info .text-btn {
  color: rgba(255, 255, 255, 0.99);
  border-bottom-color: rgba(255, 255, 255, 0.99);
}

.Page.PressPage .Page--content .press-item.image .item-info .text-btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}

.Page.PressPage .Page--content .press-item.image.landscape figure {
  max-width: 234px;
}

.Page.PressPage .Page--content .press-item.image.landscape figure:after {
  max-width: 234px;
}

.Page.PressPage .Page--content .press-item.image.landscape .item-info {
  max-width: 194px;
}

.Page.PressPage .Page--content .press-item.image:hover figure:after {
  opacity: 1;
}

.Page.PressPage .Page--content .press-item.image:hover .item-info {
  opacity: 1;
}

.Page.NotFound {
  margin-top: 100px;
}

.Page.NotFound p {
  text-align: center;
}

.Page.SinglePage .Page--content {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 42px;
}

@media (min-width: 768px) {
  .Page--content {
    padding: 0 30px;
  }
  .Page--content > section {
    margin-bottom: 32px;
  }
  .Page--content .TextContent {
    font-size: 1rem;
    padding: 0;
    margin-top: -9px;
  }
  .Page--content .TextContent h2 {
    font-size: 1.125rem;
  }
  .Page--content .TextContent h3, .Page--content .TextContent h4, .Page--content .TextContent h5 {
    font-size: 1rem;
  }
  .Page--content .TextContent p {
    font-size: 1rem;
    margin-top: 5px;
  }
  .Page {
    padding-bottom: 30px;
  }
  .Page .Page--header h1 {
    padding: 34px 0 0;
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
  .Page.RoomsPage .Page--header h1 {
    margin-bottom: 12px;
  }
  .Page.RoomsPage .Blockquote {
    margin-bottom: 30px;
  }
  .Page.RoomsPage .room .slideshow {
    margin-bottom: 20px;
  }
  .Page.RoomsPage .room .slideshow .img-btn {
    cursor: pointer;
  }
  .Page.RoomsPage .room .slideshow .text-btn {
    display: none;
  }
  .Page.RoomsPage .room h2 {
    text-align: center;
    display: block;
    font-size: 1.125rem;
  }
  .Page.RoomsPage .room .TextContent {
    display: block;
  }
  .Page.RoomsPage .react-reveal {
    margin-bottom: 30px;
  }
  .Page.RoomsPage .react-reveal:last-child {
    margin-bottom: 0;
  }
  .Page.RoomPage .Image {
    margin-bottom: 47px;
  }
  .Page.RoomPage .IntroText {
    margin-bottom: 14px;
  }
  .Page.RoomPage .PageMenu {
    margin-bottom: 30px;
  }
  .Page.RoomPage .booking {
    margin-bottom: 0;
  }
  .Page.RoomPage .TextContent {
    max-width: 620px;
  }
  .Page.RoomPage .TextContent p {
    margin-bottom: 9px;
  }
  .Page.RoomPage .Features {
    max-width: 76%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .Page.RoomPage .Features h3 {
    font-size: 0.9375rem;
    padding: 5px 40px;
  }
  .Page.RoomPage .Features ul {
    padding-bottom: 0px;
    margin-top: 20px;
  }
  .Page.RoomPage .Features ul li {
    line-height: 2.4;
    font-size: 1.125rem;
  }
  .Page.RoomPage .Features ul li:after {
    margin: 0.9375rem auto;
    top: -4px;
  }
  .Page.Amenities {
    margin-top: 0;
    /*.Page .Page--header { display: none; }*/
  }
  .Page.Amenities .Image, .Page.Amenities .slideshow {
    margin-bottom: 30px;
  }
  .Page.Amenities .Page--content {
    padding-bottom: 10px;
  }
  .Page.Amenities .Page--content .TextContent {
    margin-top: 19px;
  }
  .Page.Amenities .Page--content .TextContent ul {
    margin-top: 35px;
    margin-bottom: 35px;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 80px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 80px;
    /* Firefox */
    column-gap: 80px;
    -webkit-column-rule: 1px solid #cccccc;
    -moz-column-rule: 1px solid #cccccc;
    column-rule: 1px solid #cccccc;
  }
  .Page.Amenities .Page--content .TextContent ul li {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
  .Page.Amenities .Text {
    border: 1px solid #ae1f36;
    border-radius: 8px;
    text-align: center;
  }
  .Page.Amenities .OutlineBlock {
    border: none;
    padding: 4px 0 0 0;
  }
  .Page.Amenities .OutlineBlock .Page--header h1 {
    padding-top: 0;
  }
  .Page.Amenities .OutlineBlock p, .Page.Amenities .OutlineBlock h3, .Page.Amenities .OutlineBlock h4, .Page.Amenities .OutlineBlock h5, .Page.Amenities .OutlineBlock h6 {
    font-size: 0.8125rem;
  }
  .Page.DiningPage {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Page.DiningPage .Image, .Page.DiningPage .slideshow {
    margin-bottom: 30px;
  }
  .Page.DiningPage .Page--header .logo-image {
    margin-bottom: 20px;
  }
  .Page.DiningPage .Page--header .logo-image.tablet {
    display: block;
  }
  .Page.DiningPage .Page--header .logo-image.mobile {
    display: none;
  }
  .Page.DiningPage .IntroText {
    max-width: 660px;
    margin: 0 auto;
  }
  .Page.DiningPage .Blockquote {
    margin: 50px auto 50px;
    max-width: 640px;
  }
  .Page.GalleryPage {
    padding: 20px 0;
  }
  .Page.DiscoverPage {
    padding: 20px 30px;
  }
  .Page.DiscoverPage .Map {
    float: left;
    width: calc(66.66% - 20px);
    height: calc(100vh - 165px) !important;
    margin-bottom: 0;
    min-height: 550px;
  }
  .Page.DiscoverPage .Page--header h1 {
    font-size: 0.8125rem;
  }
  .Page.DiscoverPage .Page--content {
    padding: 0;
    float: right;
    width: 33.33%;
    height: calc(100vh - 165px);
    margin-bottom: 30px;
    min-height: 550px;
  }
  .Page.DiscoverPage .Page--content .TextContent p {
    font-size: 0.8125rem;
  }
  .Page.DiscoverPage .Page--content .OutlineBlock {
    height: 100%;
    padding: 40px 0 0;
  }
  .Page.DiscoverPage.category-active .Page--content .OutlineBlock .inner {
    transform: translateX(-100%);
  }
  .Page.DiscoverPage.place-active .back-btn.mobile {
    display: none;
  }
  .Page.DiscoverPage.place-active .Page--content .OutlineBlock {
    display: block;
    overflow-y: scroll;
  }
  .Page.DiscoverPage.place-active .Page--content .OutlineBlock .inner {
    transform: translateX(-100%);
  }
  .Page.DiscoverPage.place-active .Page--content .Attraction {
    display: none;
  }
  .Page.contact .Page--content .TextContent {
    padding: 0 0;
  }
  .Page.contact .Page--content .TextContent p:after {
    content: '';
    display: block;
    position: relative;
    margin: 29px auto 20px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    background-color: #000;
  }
  .Page.contact .Page--content .react-reveal:first-child {
    margin-bottom: 40px;
  }
  .Page.legal .Page--content {
    margin: 24px auto 0;
  }
  .Page.Story .Page--content .TextContent {
    padding: 0;
    margin-top: 27px;
  }
  .Page.Story .Page--content .TextContent p:first-child:after {
    margin: 10px auto -7px;
  }
  .Page.Story .Page--content .OutlineBlock {
    margin-bottom: 49px;
  }
  .Page.PressPage .Page--content .blocks {
    margin-top: 24px;
  }
  .Page.PressPage .Page--content .blocks .react-reveal:nth-child(2n+3) {
    clear: left;
  }
  .Page.PressPage .Page--content .press-item {
    position: relative;
    margin: 0 auto 34px;
    float: left;
    width: 50%;
  }
  .Page.PressPage .Page--content .press-item .Blockquote blockquote p:before {
    margin-top: -14px;
  }
  .App.bowery-queen .Image,
  .App.bowery-queen .Gallery {
    margin-left: 90px;
    margin-right: 90px;
  }
}

@media (min-width: 1024px) {
  .Page--content {
    padding-bottom: 0;
  }
  .Page--content .TextContent {
    font-size: 1.125rem;
    padding: 0;
    margin-top: -9px;
  }
  .Page--content .TextContent h3, .Page--content .TextContent h4, .Page--content .TextContent h5 {
    font-size: 1.125rem;
  }
  .Page--content .TextContent p {
    font-size: 0.9375rem;
    margin-top: 5px;
  }
  .Page--content > .text-content .TextContent {
    font-size: 1rem;
    padding: 0;
    margin-top: -9px;
  }
  .Page--content > .text-content .TextContent h2, .Page--content > .text-content .TextContent h3, .Page--content > .text-content .TextContent h4, .Page--content > .text-content .TextContent h5 {
    font-size: 0.8125rem;
  }
  .Page--content > .text-content .TextContent p {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 5px;
  }
  .Page {
    margin-top: 13px;
    padding-bottom: 0;
  }
  .Page .Page--header h1 {
    padding: 40px 0 0;
    font-size: 1.125rem;
  }
  .Page.home-page {
    margin-top: 0;
    padding-top: 0;
  }
  .Page.RoomsPage {
    margin-top: 84px;
    padding-bottom: 0;
  }
  .Page.RoomsPage .Blockquote {
    margin-bottom: 50px;
  }
  .Page.RoomsPage .room {
    margin-bottom: 50px;
    width: 100%;
    clear: both;
    overflow: auto;
  }
  .Page.RoomsPage .room .slideshow {
    margin-bottom: 30px;
    width: calc(100% - 360px);
    float: left;
  }
  .Page.RoomsPage .room .text-content {
    width: 360px;
    float: right;
    padding-left: 40px;
    padding-right: 10px;
    position: relative;
    height: calc(66.6vw - 300px);
  }
  .Page.RoomsPage .room .text-content .text-wrap {
    position: absolute;
    left: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .Page.RoomsPage .room .text-content p {
    font-size: 0.9375rem;
  }
  .Page.RoomsPage .room h2 {
    font-size: 1.125rem;
  }
  .Page.RoomsPage .TextContent {
    padding: 0 10px;
  }
  .Page.RoomsPage .room:after {
    content: "";
    clear: both;
  }
  .Page.RoomsPage .room:last-child {
    margin-bottom: 0;
  }
  .Page.RoomPage {
    margin-top: 84px;
  }
  .Page.RoomPage .slideshow {
    margin-bottom: 0px;
    width: calc(70% - 30px);
    position: fixed;
    z-index: 1;
  }
  .Page.RoomPage .Page--content {
    padding-bottom: 0;
    height: calc(100vh - 167px);
  }
  .Page.RoomPage .Page--content > .text-content {
    width: calc(30%);
    right: 0;
    padding: 25px 30px;
    position: fixed;
    overflow: scroll;
    height: calc(100vh - 174px);
  }
  .Page.RoomPage .IntroText {
    margin-bottom: 20px;
  }
  .Page.RoomPage .TextContent p {
    margin-bottom: 13px;
  }
  .Page.RoomPage .PageMenu {
    margin-bottom: 40px;
  }
  .Page.RoomPage .Image {
    margin-bottom: 66px;
  }
  .Page.RoomPage .Page--header h1 {
    padding-top: 0;
  }
  .Page.RoomPage .Features {
    max-width: 100%;
  }
  .Page.RoomPage .Features ul li {
    font-size: 0.8125rem;
    margin-left: 0;
    margin-right: 0;
  }
  .Page.RoomPage .Features ul li:after {
    content: none;
  }
  .Page.RoomPage .Gallery {
    margin-bottom: 0;
  }
  .Page.DiningPage {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .Page.DiningPage .Page--content {
    padding-bottom: 0;
    height: calc(100vh - 156px);
    overflow-x: hidden;
  }
  .Page.DiningPage .Page--content > .text-content {
    width: calc(30%);
    right: 0;
    padding: 25px 30px;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 153px);
  }
  .Page.DiningPage .Page--content > .text-content .text-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .Page.DiningPage .Page--header h1 {
    font-size: 0.9375rem;
  }
  .Page.DiningPage .Page--header .logo-image {
    margin-bottom: 20px;
    display: block;
    max-width: 84px;
  }
  .Page.DiningPage .Page--header .logo-image.tablet {
    display: none;
  }
  .Page.DiningPage .Page--header .logo-image.mobile {
    display: none;
  }
  .Page.DiningPage .slideshow {
    margin-bottom: 0px;
    width: calc(70% - 30px);
    position: fixed;
    z-index: 1;
  }
  .Page.DiningPage .Image {
    margin-bottom: 60px;
  }
  .Page.DiningPage .PageMenu {
    margin-bottom: 40px;
  }
  .Page.DiningPage .IntroText {
    max-width: 700px;
  }
  .Page.Amenities {
    margin-top: 0;
    overflow: hidden;
    /*.Page .Page--header { display: none; }*/
  }
  .Page.Amenities .Page--content {
    padding-bottom: 0;
    height: calc(100vh - 83px);
  }
  .Page.Amenities .Page--content .slideshow {
    width: calc(70% - 30px);
    float: left;
    position: fixed;
    z-index: 1;
  }
  .Page.Amenities .Page--content > .text-content {
    width: calc(30%);
    right: 0;
    position: fixed;
    overflow: scroll;
    height: calc(100vh - 103px);
  }
  .Page.Amenities .Page--content .TextContent ul {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 0px;
    /* Firefox */
    column-gap: 0px;
    -webkit-column-rule: 0px solid #cccccc;
    -moz-column-rule: 0px solid #cccccc;
    column-rule: 0px solid #cccccc;
  }
  .Page.Amenities .Page--content .TextContent ul li {
    font-size: 0.8125rem;
    line-height: 1.54;
    margin-bottom: 21px;
  }
  .Page.Amenities .Page--content .TextContent h3, .Page.Amenities .Page--content .TextContent h4, .Page.Amenities .Page--content .TextContent h5, .Page.Amenities .Page--content .TextContent h6 {
    margin-top: 20px;
  }
  .Page.Amenities .Text {
    border: 1px solid #ae1f36;
    border-radius: 8px;
    text-align: center;
  }
  .Page.Amenities .OutlineBlock {
    padding: 25px 30px 0;
    border: none;
  }
  .Page.Amenities .OutlineBlock p, .Page.Amenities .OutlineBlock h3, .Page.Amenities .OutlineBlock h4, .Page.Amenities .OutlineBlock h5, .Page.Amenities .OutlineBlock h6 {
    font-size: 0.9375rem;
  }
  .Page.DiscoverPage {
    padding: 20px 30px 0;
    margin-top: 0;
  }
  .Page.DiscoverPage .Blockquote {
    max-width: 640px;
  }
  .Page.DiscoverPage .Map {
    width: calc(70% - 20px);
    height: calc(100vh - 232px) !important;
  }
  .Page.DiscoverPage .Page--content {
    width: 30%;
    height: calc(100vh - 232px);
    margin-bottom: 0px;
  }
  .Page.GalleryPage {
    padding: 20px 0 0;
    margin-top: 0;
  }
  .Page.GalleryPage .slideshow {
    margin: 0;
  }
  .Page.contact .Page--content {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 42px;
  }
  .Page.contact .Page--content .TextContent {
    padding: 21px 0;
  }
  .Page.contact .Page--content .Text .inner {
    margin-left: auto;
    margin-right: auto;
  }
  .Page.contact .Page--content .react-reveal:first-child {
    margin-bottom: 0px;
  }
  .Page.contact .Page--content .react-reveal:nth-child(2), .Page.contact .Page--content .react-reveal:nth-child(3) {
    width: 50%;
    float: left;
  }
  .Page.contact .Page--content .react-reveal p:last-child:after {
    content: none;
  }
  .Page.contact .Page--content .tel {
    text-decoration: none;
  }
  .Page.legal .Page--content {
    margin: 36px auto;
  }
  .Page.Story .Page--content {
    margin-top: 20px;
    min-height: 700px;
  }
  .Page.Story .Page--content .TextContent {
    padding: 0;
    margin: 27px auto 0;
    max-width: 504px;
  }
  .Page.Story .Page--content .TextContent p {
    font-size: 1rem;
  }
  .Page.Story .Page--content .TextContent p:first-child {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .Page.Story .Page--content .TextContent p:first-child:after {
    margin: 10px auto -7px;
  }
  .Page.Story .Page--content .OutlineBlock {
    margin-bottom: 0px;
    width: calc(50% - 8px);
    min-height: calc(((100vw * 0.5) * 1.183) - 45px);
    min-height: 686px;
    border: 1px solid #ae1f36;
    float: right;
    padding: 38px 38px 48px;
  }
  .Page.Story .Page--content .Image {
    margin-bottom: 0;
    width: calc(50% - 8px);
    min-height: 666px;
    height: 100%;
  }
  .Page.Story .Page--content .Image .LazyLoad {
    height: 100% !important;
  }
  .Page.Story .Page--content .Image figure {
    width: 100%;
    height: 100%;
  }
  .Page.Story .Page--content .Image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 686px;
  }
  .Page.Story .Page--content:after {
    content: '';
    clear: both;
    margin-bottom: 100px;
  }
  .Page.PressPage .Page--content .blocks {
    margin-top: 24px;
  }
  .Page.PressPage .Page--content .blocks .react-reveal:nth-child(2n+3) {
    clear: none;
  }
  .Page.PressPage .Page--content .blocks .react-reveal:nth-child(3n+4) {
    clear: left;
  }
  .Page.PressPage .Page--content .press-item {
    position: relative;
    margin: 0 auto 34px;
    float: left;
    width: 33.333%;
  }
}

@media (min-width: 1200px) {
  .Page--content .TextContent {
    font-size: 1.25rem;
  }
  .Page--content .TextContent h3, .Page--content .TextContent h4, .Page--content .TextContent h5 {
    font-size: 1.25rem;
  }
  .Page--content .TextContent p {
    font-size: 1.125rem;
  }
  .Page--content > .text-content .TextContent h2, .Page--content > .text-content .TextContent h3, .Page--content > .text-content .TextContent h4, .Page--content > .text-content .TextContent h5 {
    font-size: 1.25rem;
  }
  .Page--content > .text-content .TextContent p {
    font-size: 1.125rem;
  }
  .Page .Page--header h1 {
    font-size: 1.25rem;
  }
  .Page.RoomsPage .room {
    border: 1px solid #ae1f36;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
  }
  .Page.RoomsPage .room .slideshow {
    margin-bottom: 0;
  }
  .Page.RoomsPage .room .PageMenu {
    margin-bottom: 0;
  }
  .Page.RoomsPage .room .text-content p {
    font-size: 1.125rem;
  }
  .Page.RoomsPage .room h2 {
    font-size: 1.25rem;
  }
  .Page.RoomsPage .room:last-child {
    margin-bottom: 0;
  }
  .Page.RoomPage .TextContent p {
    margin-bottom: 18px;
  }
  .Page.RoomPage .Image {
    margin-bottom: 66px;
  }
  .Page.DiningPage .Page--header .logo-image {
    margin-bottom: 40px;
    display: block;
    max-width: 126px;
  }
  .Page.DiscoverPage {
    padding: 30px 30px 0;
  }
  .Page.DiscoverPage .Map {
    height: calc(100vh - 207px) !important;
  }
  .Page.DiscoverPage .Page--content {
    height: calc(100vh - 207px);
    margin-bottom: 0px;
  }
  .Page.Amenities {
    margin-top: 0;
    /*.Page .Page--header { display: none; }*/
  }
  .Page.Amenities .Page--content {
    padding-top: 30px;
    height: calc(100vh - 83px);
  }
  .Page.Amenities .Page--content > .text-content {
    height: calc(100vh - 113px);
  }
  .Page.Amenities .Page--content .TextContent {
    margin-top: 20px;
  }
  .Page.Amenities .Page--content .TextContent ul {
    margin-top: 0;
    margin-bottom: 44px;
  }
  .Page.Amenities .Page--content .TextContent h3, .Page.Amenities .Page--content .TextContent h4, .Page.Amenities .Page--content .TextContent h5, .Page.Amenities .Page--content .TextContent h6 {
    margin-top: 50px;
  }
  .Page.Amenities .Text {
    border: 1px solid #ae1f36;
    border-radius: 8px;
    text-align: center;
  }
  .Page.Amenities .OutlineBlock {
    padding: 25px 30px 0;
  }
  .Page.GalleryPage {
    padding: 30px 0 0;
  }
  .Page.contact .Page--content .TextContent p:first-child {
    margin-bottom: 0px;
  }
  .Page.Story {
    margin-top: 30px;
  }
  .Page.Story .Page--content .OutlineBlock {
    width: calc(50% - 14px);
    min-height: calc(((100vw * 0.5) * 1.1834) - 52px);
  }
  .Page.Story .Page--content .Image {
    width: calc(50% - 14px);
  }
  .Page.Story .Page--content .TextContent p:first-child {
    max-width: 400px;
  }
  .Page.Story .Page--content .TextContent p {
    font-size: 1.125rem;
  }
  .Page.PressPage .Page--content .blocks {
    margin-top: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .Page.PressPage .Page--content .press-item {
    position: relative;
    margin: 0 auto 70px;
  }
  .Page.PressPage .Page--content .press-item .Blockquote {
    margin-bottom: 7px;
  }
  .Page.PressPage .Page--content .press-item .Blockquote blockquote {
    max-width: 340px;
  }
  .Page.PressPage .Page--content .press-item .Blockquote blockquote p {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .Page.PressPage .Page--content .press-item .Blockquote blockquote p:before, .Page.PressPage .Page--content .press-item .Blockquote blockquote p:after {
    font-size: 2.5rem;
    margin: 0 auto -20px;
  }
  .Page.PressPage .Page--content .press-item .Blockquote blockquote p:after {
    margin-top: -2px;
  }
  .Page.PressPage .Page--content .press-item .Blockquote blockquote p:before {
    margin-top: -14px;
  }
  .Page.PressPage .Page--content .press-item.image {
    margin-bottom: 76px;
  }
  .Page.PressPage .Page--content .press-item.image figure {
    max-width: 290px;
  }
  .Page.PressPage .Page--content .press-item.image figure:after {
    max-width: 290px;
  }
  .Page.PressPage .Page--content .press-item.image.landscape figure {
    max-width: 386px;
  }
  .Page.PressPage .Page--content .press-item.image.landscape figure:after {
    max-width: 386px;
  }
}

.Page.home-page .Page--header {
  display: none;
}

.Text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.Text::after {
  clear: both;
  content: "";
  display: table;
}

.Text .inner {
  color: #1A1A1A;
  float: left;
  display: block;
  margin-right: 1.2694734609%;
  width: 66.2435088464%;
  margin-left: 16.8782455768%;
}

.Text .inner:last-child {
  margin-right: 0;
}

@media all and (max-width: 600px) {
  .Text .inner {
    float: left;
    display: block;
    margin-right: 1.2694734609%;
    width: 83.1217544232%;
    margin-left: 8.4391227884%;
  }
  .Text .inner:last-child {
    margin-right: 0;
  }
}

@media all and (max-width: 440px) {
  .Text .inner {
    width: auto;
    float: none;
    margin-left: 15px;
    margin-right: 15px !important;
  }
}

.Text ul, .Text li {
  list-style: initial;
  margin-left: 16px;
  padding: 0;
}

.Header {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.Header::after {
  clear: both;
  content: "";
  display: table;
}

.Header .headline {
  line-height: 24px;
}

.Header .inner {
  float: left;
  display: block;
  margin-right: 1.2694734609%;
  width: 66.2435088464%;
  margin-left: 16.8782455768%;
}

.Header .inner:last-child {
  margin-right: 0;
}

@media all and (max-width: 600px) {
  .Header .inner {
    float: left;
    display: block;
    margin-right: 1.2694734609%;
    width: 83.1217544232%;
    margin-left: 8.4391227884%;
  }
  .Header .inner:last-child {
    margin-right: 0;
  }
}

@media all and (max-width: 440px) {
  .Header .inner {
    width: auto;
    float: none;
    margin-left: 15px;
    margin-right: 15px !important;
  }
}

.Map .overlay.default {
  padding: 15px;
  background-color: #f1f0e9;
  width: 100px;
  height: 100px;
  position: relative;
  border: 1px solid #ae1f36;
}

.Map .overlay.default .bowery-boy {
  display: block;
  margin: 0 auto 10px;
}

.Map .overlay.default .site-logo {
  display: none;
  width: 82px;
  height: 11px;
  background-image: url("../assets/images/theBoweryHotel-logo-burgundy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -9999px;
}

.Map .overlay.default .address {
  display: none;
  font-size: 0.75rem;
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  color: #ae1f36;
  text-align: center;
  margin-top: 4px;
}

.Map .overlay.default:hover .bowery-boy {
  background-image: url("../assets/images/bowery-boy-ani.gif?reload=true");
}

.Map .overlay.default:hover .bowery-boy .inner {
  display: block;
}

.Map .overlay.default:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #f1f0e9;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100%);
  margin: auto;
  z-index: 1;
}

.Map .overlay.default:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #ae1f36;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 1px);
  margin: auto;
}

.Map .Attraction {
  width: 10px;
  height: 10px;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
}

.Map .Attraction h3 {
  display: none;
}

.Map .Attraction p, .Map .Attraction span {
  font-size: 0.75rem;
}

.Map .Attraction a {
  font-size: 0.75rem;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
}

.Map .Attraction * {
  display: none;
}

.Map .hidden {
  visibility: hidden;
}

@media (min-width: 768px) {
  .Map {
    border-radius: 8px;
    overflow: hidden;
  }
  .Map .overlay.default {
    padding: 12px 15px 15px;
    width: auto;
    height: auto;
    position: relative;
  }
  .Map .overlay.default .site-logo {
    display: block;
    width: 114px;
    height: 16px;
  }
  .Map .overlay.default .address {
    display: block;
  }
  .Map .overlay.default:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f1f0e9;
  }
  .Map .overlay.default:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ae1f36;
  }
  .Map .Attraction {
    width: 240px;
    height: auto;
    padding: 20px;
    overflow: visible;
    display: block;
    position: relative;
  }
  .Map .Attraction h3 {
    display: block;
  }
  .Map .Attraction * {
    display: block;
  }
  .Map .Attraction:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #ae1f36;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
  }
}

@media (min-width: 1024px) {
  .Map .overlay.default {
    padding: 12px 10px 19px;
    width: auto;
    height: auto;
    position: relative;
  }
  .Map .overlay.default .site-logo {
    width: 126px;
    height: 20px;
  }
  .Map .overlay.default .address {
    margin-top: 6px;
  }
  .Map .overlay.default:before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #f1f0e9;
  }
  .Map .overlay.default:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #ae1f36;
  }
  .Map .Attraction {
    width: 280px;
  }
  .Map .Attraction h3 {
    font-size: 1.0625rem;
  }
  .Map .Attraction p, .Map .Attraction span, .Map .Attraction a {
    font-size: 0.875rem;
  }
}

.Loading {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  text-align: center;
  min-height: 420px;
}

.Loading .spinner {
  display: block;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.MenuDiscover {
  margin-top: 18px;
  margin-bottom: 17px;
}

.MenuDiscover .menu {
  text-align: center;
}

.MenuDiscover .menu li a {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "ITC Caslon_224 W01 Bold1551474", serif;
  letter-spacing: 0.05rem;
  color: #000;
  cursor: pointer;
}

.MenuDiscover .menu li a:hover {
  color: #ae1f36;
}

.MenuDiscover .menu li:after {
  content: '';
  width: 64px;
  height: 1px;
  background-color: #ae1f36;
  position: relative;
  margin: 11px auto;
  display: block;
}

.MenuDiscover .menu li:last-child:after {
  content: none;
}

.MenuAttractions {
  padding: 11px 0;
  height: calc(100% - 100px);
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.MenuAttractions .menu li a {
  font-size: 0.9375rem;
  color: #000;
  cursor: pointer;
  padding: 10px;
  font-family: "ITC Caslon_224 W01 Medium";
  line-height: 2.2;
}

.MenuAttractions .menu li a:hover {
  color: #ae1f36;
}

.MenuAttractions .menu li a.current, .MenuAttractions .menu li a.current:hover {
  color: #ae1f36;
}

.Attraction {
  background-color: #ae1f36;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  position: relative;
  cursor: default;
}

.Attraction h3 {
  color: #fff;
  font-size: 0.9375rem;
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  text-transform: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-align: center;
}

.Attraction p, .Attraction span {
  color: #fff;
  text-align: center;
  font-family: "ITC Caslon_224 W01 Medium";
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 14px;
}

.Attraction p:last-child {
  margin-bottom: 0;
}

.Attraction p a {
  color: #fff;
  cursor: pointer;
}

.Attraction p a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .Attraction {
    display: none;
  }
}

.slick-slider .slick-list {
  overflow: hidden;
}

.slick-slider .slick-list:after {
  clear: both;
  content: "";
  display: block;
}

.slick-slider .slick-track {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.slick-slider .slider__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-style: italic;
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  font-size: 0.75rem;
  padding: 15px;
}

.slick-slider .slider__caption p {
  margin: 0;
  color: white;
  font-style: italic;
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  font-size: 0.75rem;
}

.slick-slider .slick-arrow {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #f1f0e9;
  z-index: 1000;
}

.slick-slider .slick-arrow:before {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -9999px;
  width: 16px;
  height: 11px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-slider .slick-prev:before {
  background-image: url("../assets/images/arrow-left.svg");
}

.slick-slider .slick-next:before {
  background-image: url("../assets/images/arrow-right.svg");
}

.slick-slider .slick-prev {
  left: -19px;
  top: calc(50% - 2px);
}

.slick-slider .slick-next {
  right: -19px;
  top: calc(50% - 2px);
}

.slick-slider .caption {
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  font-size: 0.75rem;
  line-height: 1.6;
  margin-top: 15px;
  margin-bottom: -4px;
  text-align: center;
}

.slick-slider figure {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vw * .5625);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slick-slider figure .video-react {
  padding-top: 0 !important;
  height: 100%;
}

.slick-slider figure .video-react-control-bar, .slick-slider figure .video-react-big-play-button {
  display: none;
}

.slick-slider figure video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.slick-slider figure img {
  display: none;
}

.slick-slider figure.contain {
  background-size: contain;
  background-image: none !important;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.slick-slider figure.contain img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.slick-slider .LazyLoad {
  height: auto !important;
}

.App.home .slick-slider .caption {
  display: none !important;
}

.App.home .slick-slider .slick-track, .App.home .slick-slider figure {
  height: calc(100vh - 170px);
}

.no-touchevents .slick-slider .slick-list {
  overflow: visible !important;
  overflow-x: hidden !important;
  border-radius: 8px;
}

.no-touchevents .slick-slider .slick-track {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.no-touchevents .slick-slider .slick-slide {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  float: none !important;
}

.Page.Amenities .slick-slider .slick-track, .Page.Amenities .slick-slider figure,
.Page.RoomsPage .slick-slider .slick-track,
.Page.RoomsPage .slick-slider figure,
.Page.RoomPage .slick-slider .slick-track,
.Page.RoomPage .slick-slider figure,
.Page.DiscoverPage .slick-slider .slick-track,
.Page.DiscoverPage .slick-slider figure,
.Page.DiningPage .slick-slider .slick-track,
.Page.DiningPage .slick-slider figure,
.Page.GalleryPage .slick-slider .slick-track,
.Page.GalleryPage .slick-slider figure {
  height: calc(66.6vw - 60px);
}

.Page.Amenities .has-caption .slick-slider figure,
.Page.RoomsPage .has-caption .slick-slider figure,
.Page.RoomPage .has-caption .slick-slider figure,
.Page.DiscoverPage .has-caption .slick-slider figure,
.Page.DiningPage .has-caption .slick-slider figure,
.Page.GalleryPage .has-caption .slick-slider figure {
  height: calc(66.6vw);
}

.Page.Amenities .has-caption .slick-slider .slick-track,
.Page.RoomsPage .has-caption .slick-slider .slick-track,
.Page.RoomPage .has-caption .slick-slider .slick-track,
.Page.DiscoverPage .has-caption .slick-slider .slick-track,
.Page.DiningPage .has-caption .slick-slider .slick-track,
.Page.GalleryPage .has-caption .slick-slider .slick-track {
  height: calc(66.6vw);
}

@media (min-width: 768px) {
  .slick-slider {
    background: transparent;
  }
  .slick-slider .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .slick-slider .slick-arrow:before {
    width: 19px;
    height: 13px;
  }
  .slick-slider .slick-prev {
    left: -22px;
  }
  .slick-slider .slick-next {
    right: -22px;
  }
  .slick-slider .caption {
    font-size: 0.8125rem;
  }
  .App.home .slick-slider .caption {
    display: none !important;
  }
  .App.home .slick-slider .slick-track, .App.home .slick-slider figure {
    height: calc(100vh - 186px);
  }
}

@media (min-width: 1024px) {
  .slick-slider .caption {
    font-size: 0.9375rem;
  }
  .Page.RoomsPage .slick-slider .slick-track,
  .Page.RoomsPage .slick-slider figure {
    height: calc(66.6vw - 300px);
  }
  .Page.RoomsPage .has-caption .slick-slider .slick-track,
  .Page.RoomsPage .has-caption .slick-slider figure {
    height: calc(66.6vw - 300px);
  }
  .Page.RoomPage .slick-slider .slick-track,
  .Page.RoomPage .slick-slider figure {
    height: calc(100vh - 187px);
  }
  .Page.RoomPage .has-caption .slick-slider .slick-track,
  .Page.RoomPage .has-caption .slick-slider figure {
    height: calc(100vh - 187px);
  }
  .Page.Amenities .has-caption .slick-slider .slick-track,
  .Page.Amenities .slick-slider .slick-track,
  .Page.Amenities .slick-slider figure, .Page.GalleryPage .has-caption .slick-slider .slick-track,
  .Page.GalleryPage .slick-slider .slick-track,
  .Page.GalleryPage .slick-slider figure {
    height: calc(100vh - 103px);
  }
  .Page.DiningPage .has-caption .slick-slider .slick-track,
  .Page.DiningPage .slick-slider .slick-track,
  .Page.DiningPage .slick-slider figure {
    height: calc(100vh - 153px);
  }
  .App.home .slick-slider .caption {
    display: none !important;
  }
  .App.home .slick-slider .slick-track, .App.home .slick-slider figure {
    height: calc(100vh - 173px);
  }
}

@media (min-width: 1200px) {
  .Page.Amenities .has-caption .slick-slider .slick-track,
  .Page.Amenities .slick-slider .slick-track,
  .Page.Amenities .has-caption .slick-slider figure,
  .Page.Amenities .slick-slider figure, .Page.GalleryPage .has-caption .slick-slider .slick-track,
  .Page.GalleryPage .slick-slider .slick-track,
  .Page.GalleryPage .has-caption .slick-slider figure,
  .Page.GalleryPage .slick-slider figure {
    height: calc(100vh - 113px);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .slick-slider .slick-track {
    opacity: .9999 !important;
  }
}

@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS styles go here */
  .slick-slider .slick-track {
    opacity: .9999 !important;
  }
}

.Blockquote {
  text-align: center;
  position: relative;
  max-width: 380px;
  margin: 0 auto 13px;
}

.Blockquote blockquote {
  margin-bottom: 0;
}

.Blockquote blockquote p {
  font-family: "BodoniSeventytwoITCW01-_731142", serif;
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0;
  letter-spacing: -.01em;
}

.Blockquote blockquote p:before, .Blockquote blockquote p:after {
  content: '“';
  color: #000;
  font-size: 1.875rem;
  display: block;
  margin: 0 auto -15px;
}

.Blockquote blockquote p:after {
  content: '”';
  margin: 2px auto -16px;
}

.Blockquote > p {
  font-family: "BodoniSeventytwoITCW01-_731136", serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.625rem;
  line-height: 2;
  letter-spacing: .08em;
  color: #ae1f36;
  margin-top: 2px;
}

@media (min-width: 768px) {
  .Blockquote {
    max-width: 500px;
  }
  .Blockquote blockquote p {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .Blockquote blockquote p:before, .Blockquote blockquote p:after {
    font-size: 2.5rem;
    margin: 0 auto -27px;
  }
  .Blockquote blockquote p:after {
    margin-top: -8px;
  }
  .Blockquote > p {
    font-size: 0.75rem;
    line-height: 1.66;
    margin-top: 6px;
  }
  .Page.DiningPage .text-content .Blockquote {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .Blockquote {
    max-width: 580px;
  }
  .Blockquote blockquote {
    margin: 0;
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
  }
  .Blockquote blockquote p {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .Blockquote blockquote p:before, .Blockquote blockquote p:after {
    font-size: 2.5rem;
    margin: 0 auto -24px;
  }
  .Blockquote blockquote p:after {
    margin-top: 10px;
  }
  .Blockquote > p {
    margin-top: 12px;
  }
  .Page .text-content .Blockquote {
    max-width: 500px;
  }
  .Page .text-content .Blockquote blockquote p {
    font-size: 1.6875rem;
    line-height: 1.5;
  }
  .Page .text-content .Blockquote blockquote p:before, .Page .text-content .Blockquote blockquote p:after {
    font-size: 2.5rem;
    margin: 0 auto -27px;
  }
  .Page .text-content .Blockquote blockquote p:after {
    margin-top: -8px;
  }
  .Page .text-content .Blockquote > p {
    font-size: 0.75rem;
    line-height: 1.66;
    margin-top: 6px;
  }
}

.BookingOverlay {
  pointer-events: none;
  opacity: 0;
  padding: 30px 30px 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f1f0e9;
  z-index: 9999;
  border-bottom: 2px solid #cccccc;
  border-top: 2px solid #cccccc;
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.BookingOverlay .site-logo {
  width: 163px;
  height: 22px;
  margin: 0 auto;
  background-image: url("../assets/images/theBoweryHotel-logo.svg");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -9999px;
}

.BookingOverlay .info {
  width: 197px;
  height: 80px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}

.BookingOverlay .info p,
.BookingOverlay .info p a {
  font-size: 12px;
  line-height: 1.5;
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  margin: 6px 0 0 8px;
  letter-spacing: 0;
  font-family: "ITC Caslon_224 W01 Medium";
}

.BookingOverlay .info p a {
  display: block;
  color: #000;
}

.BookingOverlay .info p a:hover {
  color: #ae1f36;
}

.BookingOverlay .calendar-input {
  background-color: #fff;
  color: #757575;
  display: block;
  margin: 0 0 2px;
  width: 100%;
  height: 36px;
  padding: 0 15px;
  line-height: 36px;
  border: none;
  border-bottom: 2px solid #cccccc;
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  font-size: 0.6875rem;
  background-image: url("../assets/icons/calendar.svg");
  background-size: 16px 16px;
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  position: relative;
}

.BookingOverlay .form-holder {
  margin: 0 auto;
  width: 320px;
}

.BookingOverlay .form-holder fieldset {
  margin: 0;
  padding: 0;
  border: 2px solid #cccccc;
}

.BookingOverlay .form-holder fieldset .react-datepicker-wrapper,
.BookingOverlay .form-holder fieldset .react-datepicker__input-container,
.BookingOverlay .form-holder fieldset > div {
  width: 100%;
}

.BookingOverlay .form-holder fieldset input {
  margin: 0;
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-bottom: 2px solid #cccccc;
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  color: #757575;
  -webkit-apperance: none;
}

.BookingOverlay .form-holder fieldset input[type="text"] {
  background-image: url("../assets/icons/calendar.svg");
  background-size: 16px 16px;
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
}

.BookingOverlay .form-holder fieldset input[type=number]::-webkit-inner-spin-button,
.BookingOverlay .form-holder fieldset input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
}

.BookingOverlay .form-holder fieldset input[type="number"] {
  -webkit-appearance: unset !important;
  padding-left: 32px;
  text-transform: uppercase;
}

.BookingOverlay .form-holder fieldset .input-guest__container {
  width: 50%;
  height: 100%;
  background-color: white;
  text-transform: uppercase;
  vertical-align: top;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  display: inline-flex;
  font-size: 0.6875rem;
  color: #757575;
  padding-left: 15px;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
}

@media (min-width: 1024px) {
  .BookingOverlay .form-holder fieldset .input-guest__container {
    max-width: 135px;
  }
}

.BookingOverlay .form-holder fieldset .input-guest__container--adults {
  border-right: 2px solid #cccccc;
}

.App:not(.home) .BookingOverlay .form-holder fieldset .input-guest__container--adults {
  border-right: 2px solid #ae1f36;
}

.BookingOverlay .form-holder fieldset .input-guest__container input {
  width: inherit;
  border: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .BookingOverlay .form-holder fieldset .input-guest__container input {
    max-width: 50px;
  }
}

.BookingOverlay .form-holder fieldset .input-guest__label {
  padding-right: 5px;
}

.BookingOverlay .form-holder fieldset input:focus {
  outline: none;
}

.BookingOverlay .form-holder fieldset #occupancy {
  border-bottom: none;
}

.BookingOverlay .form-holder .book-now {
  width: 100%;
  height: 40px;
  display: block;
  outline: none;
  font-size: 1rem;
  line-height: 40px;
  font-family: "Snell Rndhand LT Std W01361762", serif;
  color: #f1f0e9;
  border: none !important;
  text-transform: none;
  -webkit-appearance: none;
}

.BookingOverlay .close {
  font-size: 12px;
  position: absolute;
  margin: auto;
  top: 12px;
  right: 20px;
  padding-right: 18px;
  background-image: url("../assets/icons/close.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  color: #000;
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  cursor: pointer;
}

.App:not(.home) .BookingOverlay {
  background-color: #ae1f36;
  border-color: #ae1f36;
}

.App:not(.home) .BookingOverlay .site-logo {
  background-image: url("../assets/images/theBoweryHotel-logo-white.svg");
}

.App:not(.home) .BookingOverlay p,
.App:not(.home) .BookingOverlay p a {
  color: #fff;
}

.App:not(.home) .BookingOverlay p a {
  color: #fff;
}

.App:not(.home) .BookingOverlay p a:hover {
  color: #fff;
}

.App:not(.home) .BookingOverlay .form-holder fieldset {
  border-color: #ae1f36;
  border-bottom: none;
}

.App:not(.home) .BookingOverlay .form-holder fieldset input {
  border-color: #ae1f36;
}

.App:not(.home) .BookingOverlay .form-holder fieldset #occupancy {
  border-bottom: none;
  vertical-align: top;
}

.App:not(.home) .BookingOverlay .form-holder .book-now {
  color: #ae1f36;
  background-color: #f1f0e9;
  border: 2px solid #ae1f36 !important;
  border-top: 0 solid;
}

.App:not(.home) .BookingOverlay .close {
  color: #fff;
  background-image: url("../assets/icons/close-white.svg");
}

.book-now-shown .BookingOverlay {
  pointer-events: auto;
  opacity: 1.0;
}

@media (min-width: 1024px) {
  .BookingOverlay {
    top: 0;
    bottom: auto;
    padding: 40px 30px;
  }
  .BookingOverlay .inner {
    display: table;
    width: 960px;
    margin: 0 auto;
  }
  .BookingOverlay .info {
    border-right: 1px solid #cccccc;
    width: 227px;
    padding: 10px 30px 0 0;
    height: 80px;
    display: table-cell;
    vertical-align: top;
  }
  .BookingOverlay .calendar-input {
    border-left: none !important;
    border-right: 2px solid #cccccc !important;
    border-bottom: none !important;
  }
  .BookingOverlay .form-holder {
    width: 748px;
    display: table-cell;
    margin: 0 auto;
    padding: 20px 0 0 30px;
  }
  .BookingOverlay .form-holder fieldset {
    height: 40px;
    width: 544px;
    display: inline-block;
    vertical-align: top;
  }
  .BookingOverlay .form-holder fieldset .react-datepicker-wrapper,
  .BookingOverlay .form-holder fieldset .react-datepicker__input-container,
  .BookingOverlay .form-holder fieldset > div,
  .BookingOverlay .form-holder fieldset input {
    width: 135px;
    display: inline-block;
    position: relative;
  }
  .BookingOverlay .form-holder fieldset input {
    border: none;
    border-right: 2px solid #cccccc;
  }
  .BookingOverlay .form-holder fieldset #children {
    border-right: none;
  }
  .BookingOverlay .form-holder .book-now {
    display: inline-block;
    width: 120px;
  }
  .App:not(.home) .BookingOverlay .calendar-input {
    border-right: 2px solid #ae1f36 !important;
  }
  .App:not(.home) .BookingOverlay .form-holder .book-now {
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #ae1f36 !important;
  }
}

@media (min-width: 1200px) {
  .BookingOverlay .form-holder {
    padding-left: 70px;
  }
  .BookingOverlay .close {
    top: 70px;
    right: 30px;
    font-size: 16px;
    background-size: 12px;
    padding-right: 16px;
  }
}

.MenuOverlay {
  display: none;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  padding: 40px;
  z-index: 0;
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.MenuOverlay .inner {
  margin: 0 auto;
  max-width: 1200px;
  height: 100%;
}

.MenuOverlay .inner iframe {
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
  border: none;
}

.MenuOverlay .close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.MenuOverlay .close-btn .icon {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.menu-overlay-shown .MenuOverlay {
  pointer-events: auto;
  opacity: 1;
  display: block;
  z-index: 9999;
}

/* === COLORS === */
/* === MIXINS === */
.InquiryForm {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px 10px;
  transition: all .25s;
  /* Checkbox */
  /* Radio */
  /* Textarea */
}

.InquiryForm fieldset {
  position: relative;
  border: none;
  margin: 0;
  padding: 20px 0 0;
  text-align: left;
}

.InquiryForm fieldset:not(.half) {
  clear: both;
}

.InquiryForm fieldset p.error-msg {
  text-align: right;
  margin-top: 8px;
  position: absolute;
  top: 6px;
  right: 0;
  color: #c72026;
  visibility: hidden;
  opacity: 0;
  transition: all .25s;
}

.InquiryForm p.errors {
  text-align: center;
  margin-top: 8px;
  margin-top: 10px;
  color: #c72026;
  visibility: hidden;
  opacity: 0;
  transition: all .25s;
}

.InquiryForm fieldset:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  right: 0;
  top: 26px;
  opacity: 0;
  pointer-events: none;
  transition: all .25s;
}

.InquiryForm fieldset.errors:after {
  opacity: 1;
}

.InquiryForm fieldset.errors input, .InquiryForm fieldset.errors textarea, .InquiryForm fieldset.errors select, .InquiryForm fieldset.errors button {
  border-color: #c72026;
}

.InquiryForm fieldset.errors input:focus,
.InquiryForm fieldset.errors textarea:focus,
.InquiryForm fieldset.errors select:focus,
.InquiryForm fieldset.errors button:focus {
  border-color: #c72026 !important;
}

.InquiryForm fieldset.errors p.error-msg {
  opacity: 1;
  visibility: visible;
}

.InquiryForm input,
.InquiryForm textarea,
.InquiryForm select {
  box-sizing: border-box;
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  width: 100%;
  padding: 10px 15px;
  font-size: 0.8125rem;
  border: none;
  border: 1px solid #ae1f36;
  color: #000;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  z-index: 10;
  transition: border-color .25s;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.InquiryForm label {
  display: block;
  margin-bottom: 9px;
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  color: #000;
}

.InquiryForm input:focus,
.InquiryForm textarea:focus,
.InquiryForm select:focus,
.InquiryForm button:focus {
  outline: none;
}

.InquiryForm input[type="checkbox"] {
  width: auto;
  margin-right: 5px;
  appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

.InquiryForm input[type="radio"] {
  width: auto;
  appearance: radio;
  -moz-appearance: radio;
  -webkit-appearance: radio;
}

.InquiryForm input[type="text"], .InquiryForm input[type="email"], .InquiryForm input[type="tel"] {
  padding: 10px 15px;
}

.InquiryForm input[type="submit"] {
  font-size: 0.9375rem;
  cursor: pointer;
  margin: 20px auto 32px;
  -webkit-appearance: none;
  outline: none;
  border: none;
  font-family: "ITC Caslon_224 W01 Bold1551474", serif;
  color: #ae1f36;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 0.9375rem;
  display: block;
  width: auto;
  margin: 20px auto 30px;
}

.InquiryForm input::-webkit-input-placeholder, .InquiryForm textarea::-webkit-input-placeholder {
  color: #ccc;
  transition: color .25s;
}

.InquiryForm input:-moz-placeholder, .InquiryForm textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  transition: color .25s;
}

.InquiryForm input::-moz-placeholder, .InquiryForm textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  transition: color .25s;
}

.InquiryForm input:-ms-input-placeholder, .InquiryForm textarea:-ms-input-placeholder {
  color: #ccc;
  transition: color .25s;
}

.InquiryForm input:focus::-webkit-input-placeholder, .InquiryForm textarea:focus::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
  transition: color .25s;
}

.InquiryForm input:focus:-moz-placeholder, .InquiryForm textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #000;
  transition: color .25s;
}

.InquiryForm input:focus::-moz-placeholder, .InquiryForm textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #000;
  transition: color .25s;
}

.InquiryForm input:focus:-ms-input-placeholder, .InquiryForm textarea:focus:-ms-input-placeholder {
  opacity: 1;
  color: #000;
  transition: color .25s;
}

.InquiryForm input:-webkit-autofill, .InquiryForm textarea:-webkit-autofill, .InquiryForm select:-webkit-autofill,
.InquiryForm input:-webkit-autofill
input:-webkit-autofill:hover,
.InquiryForm input:-webkit-autofill:focus,
.InquiryForm input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: transparent;
}

.InquiryForm .select-style {
  background-image: url("");
  background-position: 100% 4px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.InquiryForm .select-style select {
  transition: all .25s;
}

.InquiryForm fieldset.dirty .select-style {
  transition: all .25s;
}

.InquiryForm fieldset.dirty .select-style select {
  opacity: 1;
}

.InquiryForm label {
  pointer-events: none;
  text-align: left;
  font-size: 0.8125rem;
  transition: all .25s;
}

.InquiryForm .select-style + label {
  background-color: #fff;
  width: calc(100% - 80px);
  z-index: 11;
}

.InquiryForm input:focus + label, .InquiryForm fieldset.dirty label {
  top: 0px;
}

.InquiryForm textarea:focus + label, .InquiryForm fieldset.dirty label {
  top: 0px;
}

.InquiryForm p {
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  font-size: 0.75rem;
}

.InquiryForm fieldset.checkbox:after {
  content: none;
  display: none;
}

.InquiryForm .checkbox-holder label {
  position: static;
  cursor: pointer;
  top: 0;
  margin-right: 60px;
  pointer-events: auto;
}

.InquiryForm .checkbox-holder input[type="checkbox"] {
  display: none;
}

.InquiryForm .checkbox-holder input[type="checkbox"] + label {
  position: relative;
  padding-left: 36px;
}

.InquiryForm .checkbox-holder input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 0px;
  overflow: hidden;
  border: 1px solid #888;
  transition: all .2s;
}

.InquiryForm .checkbox-holder input[type="checkbox"] + label:after {
  content: '';
  display: block;
  opacity: 0;
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  top: 13px;
  left: 7px;
  overflow: hidden;
  transition: all .2s;
}

.InquiryForm .checkbox-holder input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.InquiryForm .radio-holder .radio {
  display: inline-block;
}

.InquiryForm .radio-holder label {
  position: static;
  cursor: pointer;
  margin-right: 60px;
  pointer-events: auto;
}

.InquiryForm .radio-holder input[type="radio"] {
  display: none;
}

.InquiryForm .radio-holder input[type="radio"] + label {
  position: relative;
  padding-left: 32px;
}

.InquiryForm .radio-holder input[type="radio"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 0px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #888;
  transition: all .2s;
}

.InquiryForm .radio-holder input[type="radio"] + label:after {
  content: '';
  display: block;
  opacity: 0;
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  top: 13px;
  left: 7px;
  overflow: hidden;
  border-radius: 8px;
  transition: all .2s;
}

.InquiryForm .radio-holder input[type="radio"]:checked + label:after {
  opacity: 1;
}

.InquiryForm .radio-wrap.closed {
  display: none;
}

.InquiryForm .date-wrap {
  z-index: 100;
  position: relative;
}

.InquiryForm .textarea-holder {
  clear: both;
}

.InquiryForm textarea {
  resize: none;
  overflow: auto;
  min-height: 110px;
}

.InquiryForm .submit-holder {
  position: relative;
}

.InquiryForm .saving {
  font-size: 40px !important;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all .25s;
}

.InquiryForm .saving span {
  width: 8px;
  height: 8px;
  overflow: hidden;
  display: inline-block;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 4px;
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.InquiryForm .saving span:nth-child(2) {
  animation-delay: .2s;
}

.InquiryForm .saving span:nth-child(3) {
  animation-delay: .4s;
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

.InquiryForm .react-datepicker__time-container {
  width: 100px !important;
  border-left: none;
}

.InquiryForm .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 100%;
}

.InquiryForm .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 0;
}

.InquiryForm .react-datepicker__time-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.InquiryForm .react-datepicker-wrapper, .InquiryForm .react-datepicker__input-container {
  width: 100%;
}

.InquiryForm button {
  margin: 20px auto 32px;
  -webkit-appearance: none;
  outline: none;
  border: none;
  font-family: "ITC Caslon_224 W01 Bold1551474", serif;
  color: #ae1f36;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 0.9375rem;
  display: block;
}

.InquiryForm .btn {
  display: inline-block;
  font-family: "ITC Caslon_224 W01 Book Italic", serif;
  font-weight: normal;
  font-size: 0.8125rem;
  cursor: pointer;
}

.InquiryForm form.complete {
  opacity: 0;
  visibility: hidden;
}

.InquiryForm form.errors > p.errors {
  visibility: visible;
  opacity: 1;
}

.InquiryForm form.submitting input[type="submit"] {
  color: transparent;
  pointer-events: none;
}

.InquiryForm form.submitting .saving {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .InquiryForm .half {
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
  .InquiryForm .half.left {
    border-right: 5px solid transparent;
  }
  .InquiryForm .half.right {
    border-left: 10px solid transparent;
  }
}

body #tripleseat_embed_form table tbody tr:nth-child(odd),
body #tripleseat_embed_form table tbody tr:nth-child(even) {
  background-color: unset;
}

body #tripleseat_embed_form table td {
  padding: 10px;
}

body #tripleseat_embed_form input.error {
  background-color: unset;
  border: 1px solid #ae1f36;
}

body #tripleseat_embed_form select {
  background-color: transparent;
  background-image: url("../assets/icons/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 10px;
}

body #tripleseat_embed_form #lead_phone_number,
body #tripleseat_embed_form #lead_phone_number_extension,
body #tripleseat_embed_form #dp_lead_event_date,
body #tripleseat_embed_form #lead_start_time,
body #tripleseat_embed_form #lead_end_time,
body #tripleseat_embed_form #lead_guest_count {
  width: 100%;
}

body #tripleseat_embed_form input,
body #tripleseat_embed_form button,
body #tripleseat_embed_form textarea {
  border: 1px solid #ae1f36;
}

body #tripleseat_embed_form .cell_start_time label::after,
body #tripleseat_embed_form .cell_end_time label::after {
  color: #ae1f36;
  content: " *";
}

body #tripleseat_embed_form input.hasDatepicker {
  background-image: none;
}

body #tripleseat_embed_form input.timeselect_input {
  background-image: none;
}

body #tripleseat_embed_form #lead_form_submit .button {
  float: none;
  border: none;
  background-color: #ae1f36;
  color: white;
}

body #tripleseat_embed_form #lead_form_submit a {
  float: none;
  width: 100%;
  text-align: center;
  display: block;
}

body .InquiryForm h2 {
  color: black;
  font-size: 0.8125rem;
}

body .InquiryForm ul li {
  color: #ae1f36;
  font-size: 0.8125rem;
}

body .InquiryForm .errorExplanation {
  margin-top: 20px;
  background-color: unset;
  border: none;
}

body div.timeselect {
  padding: 10px 0;
  width: 150px;
}

body div.timeselect a {
  line-height: normal;
  height: unset;
  padding: 10px 15px;
  font-size: 0.8125rem;
}

body div.timeselect a.hover {
  background-color: #f0f0f0;
  color: black;
}

body #ui-datepicker-div {
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
}

body #ui-datepicker-div table tbody tr:nth-child(odd),
body #ui-datepicker-div table tbody tr:nth-child(even) {
  background-color: unset;
}

body #ui-datepicker-div.ui-widget input,
body #ui-datepicker-div.ui-widget select,
body #ui-datepicker-div.ui-widget textarea,
body #ui-datepicker-div.ui-widget button {
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  font-size: 0.75rem;
}

body #ui-datepicker-div.ui-datepicker td span,
body #ui-datepicker-div.ui-datepicker td a {
  text-align: center;
}

body #ui-datepicker-div.ui-datepicker td span:hover,
body #ui-datepicker-div.ui-datepicker td a:hover {
  text-decoration: none;
  outline: none;
}

body #ui-datepicker-div.ui-datepicker td .ui-state-default,
body #ui-datepicker-div.ui-datepicker td .ui-state-default:hover {
  border: none;
  background: none;
}

body #ui-datepicker-div.ui-datepicker td .ui-state-active,
body #ui-datepicker-div.ui-datepicker td .ui-state-hover {
  border-radius: 0.3rem;
  border: none;
}

body #ui-datepicker-div.ui-datepicker td .ui-state-active {
  background-color: #ae1f36;
  color: #fff;
}

body #ui-datepicker-div.ui-datepicker td .ui-state-hover {
  background-color: #f0f0f0;
}

body #ui-datepicker-div.ui-datepicker .ui-datepicker-title select {
  margin: 1px 5px;
}

body #ui-datepicker-div.ui-datepicker select.ui-datepicker-month,
body #ui-datepicker-div.ui-datepicker select.ui-datepicker-year {
  width: 42%;
}

body #ui-datepicker-div .ui-widget-header.ui-datepicker-header {
  margin-bottom: 5px;
  border: none;
  background: none;
}

body #ui-datepicker-div .ui-datepicker-calendar thead {
  background-color: #ae1f36;
}

body #ui-datepicker-div .ui-datepicker-today .ui-state-highlight {
  border: none;
  background: none;
  color: #000;
}

body #ui-datepicker-div .ui-datepicker-today a,
body #ui-datepicker-div .ui-datepicker-today a:hover {
  font-weight: bold;
  outline: none !important;
}

body #ui-datepicker-div .ui-datepicker-buttonpane button,
body #ui-datepicker-div .ui-datepicker-buttonpane button:hover,
body #ui-datepicker-div .ui-datepicker-buttonpane button.ui-priority-primary {
  border: 1px solid #d3d3d3;
  font-weight: normal;
  opacity: 1;
}

.u-color-red {
  color: #ae1f36;
}

.u-color-red-important {
  color: #ae1f36 !important;
}

@media (min-width: 1024px) {
  .u-color-red-tablet-landscape-important {
    color: #ae1f36 !important;
  }
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "ITC Caslon_224 W01 Book1551458", serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  width: 10px;
  height: 10px;
  text-indent: -99999px;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #ae1f36;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #ae1f36;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #ae1f36;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #980f1f;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #ae1f36;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #980f1f;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  background-color: #ae1f36;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\00d7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.inner:before, .inner:after {
  content: "";
  display: table;
}

.inner:after {
  clear: both;
}
