@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?26238825#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-twitter:before {
  content: '\f304'; }

/* '' */
.icon-facebook:before {
  content: '\f308'; }

/* '' */
.none {
  display: none; }

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-duration: 0ms !important;
          transition-duration: 0ms !important; }

.noclick {
  pointer-events: none; }

.clearfix {
  zoom: 1;
  /* ie 6/7 */ }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.hidden-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ratio-container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .ratio-container > * {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }

#mq {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000; }
  #mq > * {
    display: none;
    width: 100%;
    height: 100%;
    font-size: 1em;
    padding: 1rem; }
  #mq .xs {
    background-color: red; }
  #mq .sm {
    background-color: green; }
  #mq .md {
    background-color: pink; }
  #mq .lg {
    background-color: blue; }
  #mq .xl {
    background-color: orange; }
  @media screen and (min-width: 567px) {
    #mq .xs {
      display: block; } }
  @media screen and (min-width: 768px) {
    #mq .xs {
      display: none; }
    #mq .sm {
      display: block; } }
  @media screen and (min-width: 992px) {
    #mq .sm {
      display: none; }
    #mq .md {
      display: block; } }
  @media screen and (min-width: 1200px) {
    #mq .md {
      display: none; }
    #mq .lg {
      display: block; } }
  @media screen and (min-width: 1600px) {
    #mq .lg {
      display: none; }
    #mq .xl {
      display: block; } }

/*
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #E6E3DC;
	font-family: "Proxima", sans-serif;
	font-size: 13px;
	line-height: 20px;
	height: 100%;
	color: #9A0007;
}

nav a {
	display: block;
	color: #9A0007;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0.5em 0;
}
*/
#visualisation-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#visualisation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  #visualisation.-enabled {
    opacity: 1; }
  @media screen and (min-width: 768px) {
    #visualisation {
      width: calc(100% + (28rem/2));
      opacity: 1; } }

#ui {
  position: absolute;
  top: 100px;
  width: 400px;
  height: 400px;
  left: 20px;
  font: 13px/1.5; }

.ui-container {
  margin-top: 2em;
  max-height: 20vh;
  overflow-y: auto; }

.text-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FF6659;
  color: #FFF;
  font-weight: bold;
  font-size: 0.6rem;
  border-radius: 1em;
  padding: 1px 10px;
  text-transform: uppercase;
  border: 0.2em solid #FFF;
  pointer-events: none;
  -webkit-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: translate(-50%, 1em) scale(1, 1);
          transform: translate(-50%, 1em) scale(1, 1);
  opacity: 0.8; }
  .text-label.-is-active {
    background-color: #CB2C30;
    -webkit-transform: translate(-50%, 1em) scale(1.4, 1.4);
            transform: translate(-50%, 1em) scale(1.4, 1.4);
    z-index: 20;
    opacity: 1; }

.-oslo {
  -webkit-transform: translate(-100%, 1em) scale(1, 1);
          transform: translate(-100%, 1em) scale(1, 1); }
  .-oslo.-is-active {
    -webkit-transform: translate(-100%, 1em) scale(1.4, 1.4);
            transform: translate(-100%, 1em) scale(1.4, 1.4); }

.-stockholm {
  -webkit-transform: translate(-40%, 1em) scale(1, 1);
          transform: translate(-40%, 1em) scale(1, 1); }
  .-stockholm.-is-active {
    -webkit-transform: translate(-40%, 1em) scale(1.4, 1.4);
            transform: translate(-40%, 1em) scale(1.4, 1.4); }

.-new-york {
  -webkit-transform: translate(-50%, 1.4em) scale(1, 1);
          transform: translate(-50%, 1.4em) scale(1, 1); }
  .-new-york.-is-active {
    -webkit-transform: translate(-50%, 1.4em) scale(1.4, 1.4);
            transform: translate(-50%, 1.4em) scale(1.4, 1.4); }

.-toronto {
  -webkit-transform: translate(-50%, 1.3em) scale(1, 1);
          transform: translate(-50%, 1.3em) scale(1, 1); }
  .-toronto.-is-active {
    -webkit-transform: translate(-50%, 1.3em) scale(1.4, 1.4);
            transform: translate(-50%, 1.3em) scale(1.4, 1.4); }

.-montreal {
  -webkit-transform: translate(-30%, 0.8em) scale(1, 1);
          transform: translate(-30%, 0.8em) scale(1, 1); }
  .-montreal.-is-active {
    -webkit-transform: translate(-30%, 0.8em) scale(1.4, 1.4);
            transform: translate(-30%, 0.8em) scale(1.4, 1.4); }

.-rio-de-janeiro {
  -webkit-transform: translate(-20%, 1em) scale(1, 1);
          transform: translate(-20%, 1em) scale(1, 1); }
  .-rio-de-janeiro.-is-active {
    -webkit-transform: translate(-20%, 1em) scale(1.4, 1.4);
            transform: translate(-20%, 1em) scale(1.4, 1.4); }

.-sao-paulo {
  -webkit-transform: translate(-70%, 1.4em) scale(1, 1);
          transform: translate(-70%, 1.4em) scale(1, 1); }
  .-sao-paulo.-is-active {
    -webkit-transform: translate(-70%, 1.4em) scale(1.4, 1.4);
            transform: translate(-70%, 1.4em) scale(1.4, 1.4); }

@font-face {
  font-family: 'Hotelsproximasoft';
  src: url("/fonts/hotelsproximasoft-bold-webfont.woff2") format("woff2"), url("/fonts/hotelsproximasoft-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Hotelsproximasoft';
  src: url("/fonts/hotelsproximasoft-medium-webfont.woff2") format("woff2"), url("/fonts/hotelsproximasoft-medium-webfont.woff") format("woff");
  font-weight: medium;
  font-style: normal; }

html, body {
  font-family: Hotelsproximasoft;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #9A0007;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media screen and (min-width: 992px) {
    html, body {
      font-size: 18px; } }

a, a:link, a:visited {
  color: inherit;
  text-decoration: none; }

html, body {
  background-color: #E5FFFF;
  height: 100%; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.hotels-logo {
  display: block;
  width: 11rem;
  margin: 0 auto; }
  .hotels-logo .hotels-svg.-es-ar,
  .hotels-logo .hotels-svg.-es-es,
  .hotels-logo .hotels-svg.-es-mx {
    display: none; }
  .hotels-logo .hotels-svg.-pt-br {
    display: none; }
  html[lang=es-ar] .hotels-logo .hotels-svg.-en,
  html[lang=es-mx] .hotels-logo .hotels-svg.-en,
  html[lang=es-es] .hotels-logo .hotels-svg.-en,
  html[lang=es] .hotels-logo .hotels-svg.-en {
    display: none; }
  html[lang=es-ar] .hotels-logo .hotels-svg.-es-es,
  html[lang=es-mx] .hotels-logo .hotels-svg.-es-es,
  html[lang=es-es] .hotels-logo .hotels-svg.-es-es,
  html[lang=es] .hotels-logo .hotels-svg.-es-es {
    display: block; }
  html[lang=pt-br] .hotels-logo .hotels-svg.-en {
    display: none; }
  html[lang=pt-br] .hotels-logo .hotels-svg.-pt-br {
    display: block; }
  .hotels-logo .hotels-svg {
    fill: #FFF; }

.logotype {
  color: #CB2C30;
  text-transform: uppercase;
  text-align: normal;
  line-height: 1; }
  .logotype > * {
    display: block; }
  @media screen and (min-width: 768px) {
    .logotype {
      text-align: center; }
      .logotype .-the,
      .logotype .-travelbrag {
        display: block; }
      .logotype .-nbsp {
        display: none; }
      .logotype .-the {
        font-size: 0.4em;
        line-height: 0.6; } }
  .logotype.-large {
    text-align: center; }
    .logotype.-large .-the,
    .logotype.-large .-travelbrag {
      display: block; }
    .logotype.-large .-nbsp {
      display: none; }
    .logotype.-large .-the {
      font-size: 0.4em;
      line-height: 0.6; }

.separator {
  width: 100%;
  height: 16px;
  margin-top: 0.6em;
  overflow: hidden; }
  .separator.-l2 {
    height: 32px; }
  .separator.-l3 {
    height: 48px; }
  .separator.-l4 {
    height: 64px; }
  .separator.-l5 {
    height: 80px; }
  .separator.-l6 {
    height: 96px; }
  .separator.-l7 {
    height: 112px; }
  .separator.-l8 {
    height: 128px; }
  @media screen and (min-width: 768px) {
    .separator {
      height: 4rem;
      margin-top: 1em; } }

.separator-wrapper {
  margin: 0 auto;
  width: 20px;
  height: 100px; }

.separator-svg {
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
  stroke: #9A0007;
  stroke-width: 2px;
  stroke-dasharray: 2px, 10px;
  stroke-linejoin: round;
  stroke-linecap: round; }

#home, #main {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  #home.-is-active, #main.-is-active {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    z-index: 20; }

#background-globe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/globe.png");
  background-size: 120%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.5; }

#home {
  position: relative;
  height: 100%;
  overflow: hidden; }
  #home .heading .logotype {
    font-size: 2.4rem; }
  #home .strapline {
    font-size: 1.6rem;
    text-align: center;
    padding: 0 1rem; }
    #home .strapline > * {
      display: inline-block;
      max-width: 16em; }
  #home .readmore {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    cursor: pointer; }
  #home .keywords-teaser {
    position: absolute;
    top: 28rem;
    width: 100%; }
    #home .keywords-teaser .fader {
      background-color: #E5FFFF;
      position: absolute;
      z-index: 10;
      width: 100%;
      height: 100%;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 255, 255, 0)), to(#e5ffff));
      background: linear-gradient(to bottom, rgba(229, 255, 255, 0) 0%, #e5ffff 100%); }
  #home .keywords {
    width: 16em;
    margin: 0 auto;
    text-align: justify;
    position: relative; }
    #home .keywords .keyword {
      opacity: 0.8;
      display: inline-block;
      margin: 0.2em 1em;
      height: 10%;
      text-transform: uppercase;
      font-size: 0.8em;
      color: #FF6659;
      font-weight: bold;
      -webkit-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out; }
      #home .keywords .keyword:nth-child(1n) {
        color: #CB2C30;
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s; }
      #home .keywords .keyword:nth-child(2n) {
        color: #18A3D8;
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      #home .keywords .keyword:nth-child(3n) {
        color: #561834;
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s; }
      #home .keywords .keyword:nth-child(4n) {
        color: #3E3D57;
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s; }
      #home .keywords .keyword:nth-child(5n) {
        color: #FF9525;
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      #home .keywords .keyword:nth-child(6n) {
        color: #409291;
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s; }
      #home .keywords .keyword:nth-child(7n) {
        color: #8B3FC5;
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s; }
      #home .keywords .keyword:nth-child(8n) {
        color: #7AAA1A;
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      #home .keywords .keyword:nth-child(9n) {
        color: #AA641A;
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s; }
      #home .keywords .keyword:nth-child(10n) {
        color: #AA1A63;
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s; }
    #home .keywords .keyword.-hidden {
      opacity: 0; }
    @media screen and (min-width: 768px) {
      #home .keywords .keyword {
        position: absolute;
        -webkit-transform: translate(-260px, 0px);
                transform: translate(-260px, 0px); } }
  @media screen and (min-width: 768px) {
    #home .keywords-teaser {
      top: 0;
      height: 100%; }
    #home .fader {
      display: none; }
    #home .keywords {
      width: 100%;
      height: 100%;
      text-align: center; }
    #home .keyword {
      width: 30%;
      height: 20%; } }

#home-content {
  padding-top: 8rem;
  position: relative;
  z-index: 10;
  height: 100%; }

#topbanner {
  position: absolute;
  background-color: #CB2C30;
  z-index: 100;
  width: 100%;
  height: 4rem;
  left: 0;
  top: 0;
  padding-top: 1em; }

#start {
  width: 100%;
  text-align: center;
  font-size: 1.4rem; }
  #start > * {
    display: inline-block; }

.tx-1 {
  -webkit-transform: translate();
          transform: translate(); }

.tx-2 {
  -webkit-transform: translate();
          transform: translate(); }

.tx-3 {
  -webkit-transform: translate();
          transform: translate(); }

.tx-4 {
  -webkit-transform: translate();
          transform: translate(); }

.tx-5 {
  -webkit-transform: translate();
          transform: translate(); }

.tx-6 {
  -webkit-transform: translate();
          transform: translate(); }

.tx-7 {
  -webkit-transform: translate();
          transform: translate(); }

.tx-8 {
  -webkit-transform: translate();
          transform: translate(); }

#readmore {
  position: absolute;
  background-color: #CB2C30;
  height: calc(100% - 4rem);
  bottom: 0;
  padding: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #FFF;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  #readmore.-is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 20; }
  #readmore .close {
    position: absolute;
    top: auto;
    bottom: 1rem; }
    #readmore .close .button-close-svg {
      fill: #FFF; }
  #readmore .wrapper {
    max-width: 20em;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

#main {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

#ui-wrapper {
  position: relative;
  height: 100%; }
  @media screen and (min-width: 768px) {
    #ui-wrapper {
      max-height: 30rem; } }

.ui-element {
  position: absolute;
  width: 100%;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .ui-element {
      max-width: 28rem; } }

#controls {
  bottom: 0; }
  @media screen and (min-width: 768px) {
    #controls {
      bottom: auto;
      top: calc(95% - 24rem); } }
  @media screen and (min-width: 1600px) {
    #controls {
      top: calc(85% - 24rem); } }

#taxonomy-toggle {
  bottom: 4.5rem;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  #taxonomy-toggle.-enabled {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    z-index: 20; }
  @media screen and (min-width: 768px) {
    #taxonomy-toggle {
      bottom: auto;
      top: 12rem; } }

#taxonomy-toggle > * {
  margin-bottom: 0.6em; }

#closeback {
  bottom: 7.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  @media screen and (min-width: 768px) {
    #closeback {
      bottom: auto;
      top: 13rem; } }
  #closeback.-enabled {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    z-index: 20; }
  #closeback > * {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    #closeback > *.-enabled {
      opacity: 1;
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
      z-index: 20; }

.close, .back {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.button-close-svg,
.button-back-svg {
  fill: #9A0007; }

.pill {
  background-color: #FFF;
  border-radius: 1em;
  color: #CB2C30;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 0.2em 1em;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #99D6EA; }
  .pill:hover, .pill.-active {
    background-color: #CB2C30;
    color: #FFF; }

.pill.-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pill.-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

#heading {
  padding-top: 1rem;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    #heading {
      font-size: 1.4rem;
      padding-top: 2.6rem; }
      #heading span {
        display: block; }
      #heading .-nbsp {
        display: none; } }
  #heading .text-content {
    position: absolute;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    #heading .text-content.-enabled {
      opacity: 1;
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
      z-index: 20; }
  #heading .separator {
    margin-top: 4.2rem; }
    @media screen and (min-width: 768px) {
      #heading .separator {
        height: 2rem;
        margin-top: 6.4rem; } }

.text-highlight {
  color: #CB2C30;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .text-highlight {
      font-size: 1.2em;
      line-height: 1; } }

.text-bracketed {
  display: inline-block;
  width: 100%;
  font-size: 1rem; }

#toggle-map {
  text-align: center;
  bottom: 9rem; }
  #toggle-map .-map, #toggle-map .-brags {
    display: none; }
  #toggle-map .-enabled {
    display: inline-block; }
  @media screen and (min-width: 768px) {
    #toggle-map {
      display: none; } }

#background {
  pointer-events: none;
  height: 100%;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    #background {
      background: -webkit-gradient(linear, left top, right top, from(rgba(229, 255, 255, 0.8)), color-stop(63%, rgba(229, 255, 255, 0.8)), to(rgba(229, 255, 255, 0)));
      background: linear-gradient(to right, rgba(229, 255, 255, 0.8) 0%, rgba(229, 255, 255, 0.8) 63%, rgba(229, 255, 255, 0) 100%); } }

#tableview-wrapper {
  z-index: 9;
  top: 7rem;
  left: -100%;
  height: calc(100% - 20rem);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  padding-left: 2rem; }
  #tableview-wrapper.-is-active {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  @media screen and (min-width: 768px) {
    #tableview-wrapper {
      top: 12rem;
      height: calc(95% - 25rem);
      -webkit-transform: translateX(0);
              transform: translateX(0);
      max-width: 20rem;
      left: 0; }
      #tableview-wrapper.-is-active {
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
  @media screen and (min-width: 1600px) {
    #tableview-wrapper {
      height: calc(85% - 25rem); } }

#tableview {
  position: relative;
  height: 100%;
  min-height: 200px;
  max-width: 28rem;
  margin: 0 auto; }
  #tableview .ps__rail-y {
    /* there must be 'right' or 'left' for ps__rail-y */
    left: 0;
    opacity: 1;
    width: 5px;
    border-radius: 5px;
    background-color: rgba(154, 0, 7, 0.2); }
  #tableview .ps__thumb-y {
    /* there must be 'right' or 'left' for ps__rail-y */
    left: 0;
    opacity: 1;
    width: 5px;
    border-radius: 5px;
    background-color: #9A0007; }

.table {
  padding-left: 2em;
  text-transform: uppercase;
  font-weight: bold; }

.table-item {
  margin-bottom: 1em;
  cursor: pointer; }
  .table-item:hover, .table-item:active, .table-item.-is-active {
    color: #87189d; }

.keyword-item:before {
  content: ' ';
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  margin-right: 1em;
  margin-bottom: -0.2em; }

.keyword-item.-color0:before {
  background-color: #CB2C30; }

.keyword-item.-color1:before {
  background-color: #18A3D8; }

.keyword-item.-color2:before {
  background-color: #561834; }

.keyword-item.-color3:before {
  background-color: #3E3D57; }

.keyword-item.-color4:before {
  background-color: #FF9525; }

.keyword-item.-color5:before {
  background-color: #409291; }

.keyword-item.-color6:before {
  background-color: #8B3FC5; }

.keyword-item.-color7:before {
  background-color: #7AAA1A; }

.keyword-item.-color8:before {
  background-color: #AA641A; }

.keyword-item.-color9:before {
  background-color: #AA1A63; }

.taxonomy-list {
  padding-left: 4em; }

.button {
  width: 40px;
  margin: 0 auto;
  cursor: pointer; }
  .button:hover .button-close-svg,
  .button:hover .button-back-svg, .button:active .button-close-svg,
  .button:active .button-back-svg {
    fill: #CB2C30; }

#footer {
  bottom: 5rem;
  background-color: green; }
  @media screen and (min-width: 768px) {
    #footer {
      bottom: auto;
      top: 15.4rem; } }

#banner {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  padding: 1rem 1rem; }
  #banner.-enabled {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    opacity: 1;
    z-index: 20; }
  #banner .logotype,
  #banner .hotels-logo {
    vertical-align: top;
    display: inline-block; }
  #banner .logotype {
    padding-top: 0.3em; }
  #banner .hotels-logo {
    position: absolute;
    right: 1rem;
    width: 8em;
    float: right; }
  #banner .hotels-svg {
    fill: #CB2C30; }
  @media screen and (min-width: 768px) {
    #banner .logotype,
    #banner .hotels-logo {
      display: block;
      float: none; }
    #banner .hotels-logo {
      margin-top: 1rem;
      width: 10rem;
      position: relative;
      right: auto; }
    #banner .logotype {
      font-size: 1.8em; } }

#bookyourstay {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  padding-top: 1rem;
  text-align: center; }
  #bookyourstay.-enabled {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    opacity: 1;
    z-index: 20; }
  #bookyourstay > * {
    display: inline-block; }
  #bookyourstay .pill {
    margin-left: 0.4em; }
  @media screen and (min-width: 768px) {
    #bookyourstay > * {
      display: block; }
    #bookyourstay .pill {
      display: inline-block;
      margin-top: 0.4rem; } }

#share-modal .wrapper,
#share-button {
  text-align: center;
  top: 3rem; }
  @media screen and (min-width: 768px) {
    #share-modal .wrapper,
    #share-button {
      top: 6rem; }
      .-is-shareable #share-modal .wrapper, .-is-shareable
      #share-button {
        top: 8rem; } }

#share-modal {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.1s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out;
  z-index: 0;
  display: none; }
  #share-modal.-is-active {
    display: block;
    z-index: 20;
    opacity: 1; }
  @media screen and (min-width: 768px) {
    #share-modal {
      max-width: none; } }
  #share-modal .wrapper {
    text-align: center;
    padding-top: 1rem; }
  #share-modal .pill {
    border-color: #FFF; }
    #share-modal .pill:hover {
      background-color: inherit;
      color: inherit; }
  #share-modal .icon-twitter,
  #share-modal .icon-facebook {
    display: inline-block;
    font-size: 3rem;
    color: #CB2C30; }
  #share-modal .icon-twitter {
    color: #00aced; }
  #share-modal .icon-facebook {
    color: #3b5998; }

#sharebox {
  position: absolute;
  border-radius: 1rem;
  background-color: #FFF;
  left: 50%;
  -webkit-transform: translate(-50%, -1rem);
          transform: translate(-50%, -1rem);
  width: 16rem;
  padding-bottom: 1rem; }

#share-controls {
  width: 5rem;
  margin: 0 auto;
  margin-top: 4rem; }
  #share-controls .close {
    cursor: pointer;
    position: relative;
    margin-top: 2rem; }
    #share-controls .close .button-close-svg {
      fill: #CB2C30; }
  @media screen and (min-width: 768px) {
    #share-controls {
      margin-top: 4rem; } }

/*# sourceMappingURL=index.css.map */
