@charset "UTF-8";
/**
 * -- LIBS
 */
html {
  box-sizing: border-box;
}

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

/**
 * -- SETTINGS
 */
/**
 * COLORS
 * settings/colors.scss
 */
/**
 * TYPOGRAPHY
 * settings/typo.scss
 */
/**
 * GRID SETTINGS
 * settings/grid.scss
 */
/* -> Grid settings -- */
/* -> Breakpoints settings -- */
/* -> Breakpoints -- */
/* --
   -- @inlcude media($breakpoint)			max viewport width of $breakpoint-max
   -- @include media($minimum-breakpoint) 	viewport of at least the next lowest breakpoint after $breakpoint + 1px
   -- @include media($only-breakpoint) 		viewport between the next lowest breakpoint after $breakpoint + 1px and $breakpoint
*/
/**
 * -- GENERIC
 */
/**
 * MIXINS
 * generic/mixins.scss
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * RESET
 * generic/reset.scss
 */
*, *:before, *:after {
  box-sizing: border-box;
}

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none;
}

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/**
 * So that `alt` text is visually offset if images don't load.
 */
img {
  font-style: italic;
}

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}

textarea:active,
textarea:focus {
  cursor: text;
  outline: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/**
 * -- BASE
 */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/**
 * PAGE
 * base/page.scss
 */
html {
  font-family: "Graphik-Regular", sans-serif;
  font-weight: 300;
  color: #454545;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.5;
}
@media screen and (max-width: 659px) {
  body {
    overflow-x: hidden;
  }
}
body.lock {
  height: 100vh;
  overflow: hidden;
}

p {
  margin-bottom: 0.8em;
}

button {
  border-style: hidden;
  background-color: transparent;
}

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

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

/**
 * TYPOGRAPHY
 * base/headings.scss
 */
h1 {
  font-size: 38px;
  font-size: 2.1111111111rem;
  line-height: 1.2631578947;
  font-family: "Graphik-Medium", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
}
h1 > span {
  font-weight: 400;
  display: block;
}

h2 {
  font-size: 22px;
  font-size: 1.2222222222rem;
  line-height: 1.0909090909;
  font-family: "Graphik-Medium", sans-serif;
  font-weight: 400;
  margin-bottom: 0.6em;
  padding-top: 0.6em;
}

h3 {
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.2;
  font-family: "Graphik-Medium", sans-serif;
  font-weight: 400;
  margin-bottom: 0.6em;
  padding-top: 0.4em;
}
@media screen and (max-width: 659px) {
  h3 {
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 1.7142857143;
  }
}

/**
 * -- COMPONENTS
 */
/**
 * PAGE BANNER
 * components/banner.scss
 */
.banner {
  background-color: #e9e9e9;
  height: 600px;
}
@media screen and (max-width: 659px) {
  .banner {
    height: 300px;
  }
}
.banner--responsive {
  height: 42vw;
}
@media screen and (min-width: 1600px) {
  .banner--responsive {
    height: 640px;
  }
}
@media screen and (max-width: 659px) {
  .banner--responsive {
    min-height: 240px;
    padding-bottom: 0;
  }
}
@media (max-height: 900px) {
  .banner--responsive {
    max-height: 550px;
  }
}
@media (max-height: 800px) {
  .banner--responsive {
    max-height: 500px;
  }
}
@media (max-height: 700px) {
  .banner--responsive {
    max-height: 450px;
  }
}
.banner--simple {
  height: auto;
}
.banner--small {
  height: 350px;
}
@media screen and (max-width: 659px) {
  .banner--small {
    height: 240px;
  }
}
.banner--xsmall {
  height: 350px;
}
@media screen and (min-width: 1345px) {
  .banner--xsmall {
    height: 500px;
  }
}
@media screen and (max-width: 659px) {
  .banner--xsmall {
    height: 150px;
  }
}
.banner--shell {
  background-color: #ddd;
}
.banner__title {
  font-size: 115px;
  font-size: 6.3888888889rem;
  line-height: 1.0434782609;
  font-family: "Graphik-Medium", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 659px) {
  .banner__title {
    font-size: 45px;
    font-size: 2.5rem;
    line-height: 1.0666666667;
  }
}

/**
 * BUTTON
 * components/button.scss
 */
.button {
  background: transparent;
  color: #06556e;
  text-decoration: none;
  font-family: "Graphik-Medium", sans-serif;
  font-weight: 500;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 13px;
  font-size: 0.7222222222rem;
  line-height: 1.8461538462;
  display: inline-block;
  padding: 0.35em 3em 0.1em;
  border: 1px solid #06556e;
  border-radius: 4px;
}
.button--full {
  background-color: #06556e;
  color: #fff;
}
.button--full.button--colored {
  background-color: #00a3ad;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.button--colored {
  color: #00a3ad;
  border-color: #00a3ad;
}
.button:hover, .button:active, .button:focus {
  border-color: #00838c;
  background-color: #00838c;
  color: #fff;
  outline: 0;
}
.button:hover {
  cursor: pointer;
}
.button[disabled], .button[disabled]:hover, .button[disabled]:active, .button[disabled]:focus {
  background-color: #bbb !important;
  border-color: #bbb;
  cursor: initial;
}
@media screen and (max-width: 900px) {
  .button {
    padding: 0.4em 2em;
  }
}

.button-link {
  background-color: transparent;
  border: 1px solid #06556e;
  color: #00838c;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.7142857143;
  text-decoration: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.button-link__icon {
  display: inline-block;
}
.button-link__icon--right {
  margin-left: 5px;
}
.button-link__icon--left {
  margin-right: 5px;
}
.button-link:active, .button-link:focus {
  color: #00838c;
  outline: 0;
}
.button-link:hover {
  text-decoration: underline;
}

/**
 * CALENDAR.SCSS
 * Calendar widget
 */
.calendar {
  background-color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 20px;
}
.calendar__header {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.8333333333rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 15px;
}
.calendar__header__arrow {
  color: #06556e;
}
.calendar__header__arrow--prev {
  float: left;
}
.calendar__header__arrow--next {
  float: right;
}
.calendar__header__arrow:hover {
  cursor: pointer;
}
.calendar__header__date {
  display: inline-block;
  color: #333;
}
.calendar__table {
  width: 100%;
}
.calendar__th, .calendar__td {
  width: 40px;
  height: 48px;
}
@media screen and (max-width: 659px) {
  .calendar__th, .calendar__td {
    height: 38px;
  }
}
.calendar__th {
  color: #666666;
}
.calendar__td {
  color: #666666;
}
.calendar__td--today {
  background-color: #f3f3f3;
}
.calendar__td--selected, .calendar__td:hover:not(.calendar__td--disabled) {
  color: #06556e;
  border: 1px solid #06556e;
  cursor: pointer;
}
.calendar__td--disabled {
  color: #abacbb;
}

/**
 * DROPDOWN
 * components/dropdown.scss
 */
.dropdown {
  position: relative;
  z-index: 120;
  margin-bottom: 10px;
}
.dropdown__button {
  background: #fff;
  color: #111;
  text-align: center;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  border: 1px solid #fff;
  padding: 0px 10px 6px 5px;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .dropdown__button {
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 900px) {
  .dropdown__button {
    font-size: 16px;
    font-size: 0.8888888889rem;
    line-height: 1.5;
  }
}
.dropdown__button.is-default {
  color: #333;
}
.dropdown__button.is-colored {
  color: #06556e;
}
.dropdown__button:active:not(disabled), .dropdown__button:focus:not(disabled) {
  outline: none !important;
}
.dropdown__button::after {
  content: "";
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 2;
  font-family: "icons" !important;
  color: #06556e;
  display: inline-block;
  transform: rotate(90deg);
  position: absolute;
  right: 11px;
  top: 0px;
}
.dropdown__button[disabled]::after {
  display: none;
}
.dropdown__content {
  display: none;
}
.dropdown__items {
  list-style-type: none;
  max-height: 309px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.dropdown__items__searchable {
  padding-top: 64px;
}
.dropdown__items__item {
  color: #454545;
  border: 1px solid transparent;
}
.dropdown__items__item:hover, .dropdown__items__item.is-selected {
  border-color: #06556e;
}
.dropdown__items__item__search {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.dropdown__items__link, .dropdown__items__link > a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #454545;
  white-space: nowrap;
}
.dropdown__items__link a, .dropdown__items__link > a a {
  display: inline;
}
.dropdown__items__link:hover, .dropdown__items__link > a:hover {
  cursor: pointer;
  color: #06556e;
  background-color: #f3f7f8;
  font-weight: 500;
}
.dropdown__items__link.is-disabled, .dropdown__items__link > a.is-disabled {
  color: #666666;
  cursor: not-allowed;
}
.dropdown__items__link span.region-name, .dropdown__items__link > a span.region-name {
  display: block;
  font-size: 14px;
  color: #454545;
}
.dropdown__items__link span.region-country, .dropdown__items__link > a span.region-country {
  display: block;
  font-size: 12px;
  color: #757575;
}
.dropdown__items__seperator {
  display: flex;
  padding: 19px;
  border-bottom: 1px solid #cccccc;
}
.dropdown__items__seperator:hover {
  border: none;
  border-bottom: 1px solid #cccccc;
}
.dropdown__items__seperator .criteria-icon {
  margin-right: 12px;
}
.dropdown__items__seperator input {
  text-align: left;
  font-size: 14px;
}
.dropdown.open {
  z-index: 121;
}
.dropdown.open > .dropdown__content {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  margin-top: 12px;
  max-height: 309px;
  position: absolute;
  top: 100%;
}
.dropdown.open > .dropdown__content::after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  border-top: 0;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -10px;
  left: 20px;
}
@media screen and (min-width: 660px) {
  .dropdown.open > .dropdown__content {
    margin-top: 2px;
  }
  .dropdown.open > .dropdown__content::after {
    display: none;
  }
}
@media screen and (max-width: 659px) {
  .dropdown.open > .dropdown__content {
    margin-top: 2px;
  }
}
.dropdown.open > .dropdown__content--calendar {
  width: 400px;
  height: 415px;
  max-height: 415px;
}
@media screen and (min-width: 660px) {
  .dropdown.open > .dropdown__content--calendar {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 659px) {
  .dropdown.open > .dropdown__content--calendar {
    width: 300px;
    height: 343px;
  }
}
.dropdown input.dropdown__button {
  text-align: left;
  border-top: 0;
  border-radius: 0;
}

.searchbar--in-banner .dropdown__button {
  padding-top: 5px;
}
.searchbar--in-banner .dropdown__button::after {
  right: 5px;
  top: 5px;
}
.searchbar--in-banner .dropdown.open > .dropdown__content {
  margin-top: 2px;
}
.searchbar--in-banner .dropdown.open > .dropdown__content::after {
  display: none;
}
@media screen and (max-width: 900px) {
  .searchbar--in-banner .dropdown.open > .dropdown__content::after {
    display: block;
  }
}
.searchbar--in-banner .dropdown.open > .dropdown__content--calendar {
  right: -136px;
}
@media screen and (max-width: 900px) {
  .searchbar--in-banner .dropdown.open > .dropdown__content--calendar {
    right: auto;
    left: 0;
  }
}
.searchbar--in-banner .searchbar__item__separator {
  display: none;
}

/**
 * FORM
 * components/form.scss
 */
.form__label {
  color: #000;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.7142857143;
  font-weight: 400;
  display: inline-block;
}
.form__input, .form__textarea {
  background-color: #fff;
  display: block;
  border: 1px solid #fff;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.form__input:active, .form__input:focus, .form__textarea:active, .form__textarea:focus {
  outline: 0;
  border-color: #000;
}
.form__input.ng-invalid:not(.ng-untouched), .form__textarea.ng-invalid:not(.ng-untouched) {
  border-color: #06556e;
}
.form__checkbox-label {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  vertical-align: top;
  display: inline-block;
  margin: 5px;
  padding-left: 25px;
  position: relative;
}
.form__checkbox {
  display: none;
}
.form__checkbox + .form__checkbox-label > .form__checkbox__icon {
  background: url("/assets/img/common/checkbox.png") no-repeat center top;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px 0 0;
  position: absolute;
  top: 1px;
  left: 0;
  cursor: pointer;
}
.form__checkbox:checked + .form__checkbox-label > .form__checkbox__icon {
  background-position: center bottom;
}
.form--colored .form__input,
.form--colored .form__textarea {
  border: 1px solid #00a3ad;
}

/**
 * LABEL
 * components/label.scss
 */
.label {
  font-size: 15px;
  font-size: 0.8333333333rem;
  line-height: 1.6;
  font-family: "Graphik-Medium", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  color: #abacbb;
  padding-top: 5px;
}

/**
 * LAYOUT
 * components/layout.scss
 */
.container {
  width: 1110px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 659px) {
  .container {
    padding: 0 10px;
  }
}

.row {
  display: block;
}
.row::after {
  clear: both;
  content: "";
  display: block;
}
.row--flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 659px) {
  .row-m--flex-column {
    flex-direction: column;
  }
}

.col--1 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 6.1721523119%;
  min-height: 1px;
}
.col--1:last-child {
  margin-right: 0;
}
.col-push--1 {
  margin-left: 8.5298043353%;
}
.col--2 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 14.7019566472%;
  min-height: 1px;
}
.col--2:last-child {
  margin-right: 0;
}
.col-push--2 {
  margin-left: 17.0596086706%;
}
.col--3 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  min-height: 1px;
}
.col--3:last-child {
  margin-right: 0;
}
.col-push--3 {
  margin-left: 25.5894130058%;
}
.col--4 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  min-height: 1px;
}
.col--4:last-child {
  margin-right: 0;
}
.col-push--4 {
  margin-left: 34.1192173411%;
}
.col--5 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 40.291369653%;
  min-height: 1px;
}
.col--5:last-child {
  margin-right: 0;
}
.col-push--5 {
  margin-left: 42.6490216764%;
}
.col--6 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  min-height: 1px;
}
.col--6:last-child {
  margin-right: 0;
}
.col-push--6 {
  margin-left: 51.1788260117%;
}
.col--7 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 57.3509783236%;
  min-height: 1px;
}
.col--7:last-child {
  margin-right: 0;
}
.col-push--7 {
  margin-left: 59.708630347%;
}
.col--8 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
  min-height: 1px;
}
.col--8:last-child {
  margin-right: 0;
}
.col-push--8 {
  margin-left: 68.2384346823%;
}
.col--9 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 74.4105869942%;
  min-height: 1px;
}
.col--9:last-child {
  margin-right: 0;
}
.col-push--9 {
  margin-left: 76.7682390175%;
}
.col--10 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 82.9403913294%;
  min-height: 1px;
}
.col--10:last-child {
  margin-right: 0;
}
.col-push--10 {
  margin-left: 85.2980433528%;
}
.col--11 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 91.4701956647%;
  min-height: 1px;
}
.col--11:last-child {
  margin-right: 0;
}
.col-push--11 {
  margin-left: 93.8278476881%;
}
.col--12 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  min-height: 1px;
}
.col--12:last-child {
  margin-right: 0;
}
.col-push--12 {
  margin-left: 102.3576520234%;
}
.col--12 {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .col-t--1 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 6.1721523119%;
    min-height: 1px;
  }
  .col-t--1:last-child {
    margin-right: 0;
  }
  .col-push-t--1 {
    margin-left: 8.5298043353%;
  }
  .col-t--2 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 14.7019566472%;
    min-height: 1px;
  }
  .col-t--2:last-child {
    margin-right: 0;
  }
  .col-push-t--2 {
    margin-left: 17.0596086706%;
  }
  .col-t--3 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    min-height: 1px;
  }
  .col-t--3:last-child {
    margin-right: 0;
  }
  .col-push-t--3 {
    margin-left: 25.5894130058%;
  }
  .col-t--4 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    min-height: 1px;
  }
  .col-t--4:last-child {
    margin-right: 0;
  }
  .col-push-t--4 {
    margin-left: 34.1192173411%;
  }
  .col-t--5 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 40.291369653%;
    min-height: 1px;
  }
  .col-t--5:last-child {
    margin-right: 0;
  }
  .col-push-t--5 {
    margin-left: 42.6490216764%;
  }
  .col-t--6 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    min-height: 1px;
  }
  .col-t--6:last-child {
    margin-right: 0;
  }
  .col-push-t--6 {
    margin-left: 51.1788260117%;
  }
  .col-t--7 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%;
    min-height: 1px;
  }
  .col-t--7:last-child {
    margin-right: 0;
  }
  .col-push-t--7 {
    margin-left: 59.708630347%;
  }
  .col-t--8 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    min-height: 1px;
  }
  .col-t--8:last-child {
    margin-right: 0;
  }
  .col-push-t--8 {
    margin-left: 68.2384346823%;
  }
  .col-t--9 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%;
    min-height: 1px;
  }
  .col-t--9:last-child {
    margin-right: 0;
  }
  .col-push-t--9 {
    margin-left: 76.7682390175%;
  }
  .col-t--10 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 82.9403913294%;
    min-height: 1px;
  }
  .col-t--10:last-child {
    margin-right: 0;
  }
  .col-push-t--10 {
    margin-left: 85.2980433528%;
  }
  .col-t--11 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 91.4701956647%;
    min-height: 1px;
  }
  .col-t--11:last-child {
    margin-right: 0;
  }
  .col-push-t--11 {
    margin-left: 93.8278476881%;
  }
  .col-t--12 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    min-height: 1px;
  }
  .col-t--12:last-child {
    margin-right: 0;
  }
  .col-push-t--12 {
    margin-left: 102.3576520234%;
  }
  .col-t--12 {
    margin-right: 0;
  }
  .col-push-t--0 {
    margin-left: 0;
  }
  .col-t--hide {
    display: none;
  }
}
@media screen and (max-width: 659px) {
  .col-m--1 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 6.1721523119%;
    min-height: 1px;
  }
  .col-m--1:last-child {
    margin-right: 0;
  }
  .col-push-m--1 {
    margin-left: 8.5298043353%;
  }
  .col-m--2 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 14.7019566472%;
    min-height: 1px;
  }
  .col-m--2:last-child {
    margin-right: 0;
  }
  .col-push-m--2 {
    margin-left: 17.0596086706%;
  }
  .col-m--3 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    min-height: 1px;
  }
  .col-m--3:last-child {
    margin-right: 0;
  }
  .col-push-m--3 {
    margin-left: 25.5894130058%;
  }
  .col-m--4 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    min-height: 1px;
  }
  .col-m--4:last-child {
    margin-right: 0;
  }
  .col-push-m--4 {
    margin-left: 34.1192173411%;
  }
  .col-m--5 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 40.291369653%;
    min-height: 1px;
  }
  .col-m--5:last-child {
    margin-right: 0;
  }
  .col-push-m--5 {
    margin-left: 42.6490216764%;
  }
  .col-m--6 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    min-height: 1px;
  }
  .col-m--6:last-child {
    margin-right: 0;
  }
  .col-push-m--6 {
    margin-left: 51.1788260117%;
  }
  .col-m--7 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%;
    min-height: 1px;
  }
  .col-m--7:last-child {
    margin-right: 0;
  }
  .col-push-m--7 {
    margin-left: 59.708630347%;
  }
  .col-m--8 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    min-height: 1px;
  }
  .col-m--8:last-child {
    margin-right: 0;
  }
  .col-push-m--8 {
    margin-left: 68.2384346823%;
  }
  .col-m--9 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%;
    min-height: 1px;
  }
  .col-m--9:last-child {
    margin-right: 0;
  }
  .col-push-m--9 {
    margin-left: 76.7682390175%;
  }
  .col-m--10 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 82.9403913294%;
    min-height: 1px;
  }
  .col-m--10:last-child {
    margin-right: 0;
  }
  .col-push-m--10 {
    margin-left: 85.2980433528%;
  }
  .col-m--11 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 91.4701956647%;
    min-height: 1px;
  }
  .col-m--11:last-child {
    margin-right: 0;
  }
  .col-push-m--11 {
    margin-left: 93.8278476881%;
  }
  .col-m--12 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    min-height: 1px;
  }
  .col-m--12:last-child {
    margin-right: 0;
  }
  .col-push-m--12 {
    margin-left: 102.3576520234%;
  }
  .col-m--12 {
    margin-right: 0;
  }
  .col-push-m--0 {
    margin-left: 0;
  }
  .col-m--hide {
    display: none;
  }
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

@media screen and (max-width: 900px) {
  .col-t--hide {
    display: none;
  }
}
@media screen and (max-width: 659px) {
  .col-m--hide {
    display: none;
  }
}
/**
 * LIST
 * components/list.scss
 */
.list {
  margin-bottom: 0.8em;
  margin-left: 1.3em;
}
.list__item {
  margin-bottom: 0.8em;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 200;
}
.modal.visible {
  display: block;
}
.modal__content {
  width: 500px;
  min-height: 300px;
  padding: 2em;
  background-color: #fff;
  color: #454545;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -150px;
  display: none;
  z-index: 201;
}
.modal__content.visible {
  display: block;
  padding-bottom: 65px;
}
@media screen and (max-width: 659px) {
  .modal__content {
    width: 300px;
    max-width: 90%;
    margin-left: -150px;
  }
}
.modal__content__message {
  max-height: 150px;
  overflow-y: auto;
}
.modal__content__buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2em;
  z-index: 1;
}
.modal__content__buttons button {
  background-color: #06556e;
  color: #fff;
  padding: 0.5em 2em;
  margin-left: 1em;
  border-style: none;
  border-radius: 0.5em;
}

/**
 * PAGE
 * components/page.scss
 */
.page-content {
  min-height: calc(100vh - 330px);
}
@media screen and (max-width: 900px) {
  .page-content {
    min-height: auto;
  }
}
@media screen and (max-width: 659px) {
  .page-content.is-with-useapp {
    padding-top: 50px;
  }
}
.page-content__inner {
  padding: 120px 0 60px;
  min-height: calc(100vh - 350px);
}
@media screen and (max-width: 659px) {
  .page-content__inner {
    padding-top: 60px;
  }
}

/**
 * PAGE FOOTER
 * components/page.footer.scss
 */
.page-footer {
  background-color: #f5f5f5;
  padding: 35px 0 50px;
  color: #666666;
}
@media screen and (max-width: 659px) {
  .page-footer {
    text-align: left;
    padding-left: 24px;
  }
}
.page-footer__list {
  margin-bottom: 30px;
  text-align: left;
}
.page-footer__list__title, .page-footer__list__item {
  list-style-type: none;
  cursor: pointer;
}
.page-footer__list__title {
  text-transform: uppercase;
  color: #666666;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.7142857143;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 15px;
}
.page-footer__list__item {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.7142857143;
  margin-bottom: 3px;
  overflow-x: hidden;
}
.page-footer__list__link {
  font-family: "Graphik-Regular", sans-serif;
  text-decoration: none;
  color: #666666;
  white-space: nowrap;
  cursor: pointer;
}
.page-footer__list__link:hover {
  color: #00838c;
  text-decoration: underline;
}
@media screen and (max-width: 659px) {
  .page-footer__list__link.mb-1 {
    margin-bottom: 0.5rem;
  }
}
.page-footer__list__icon {
  margin-right: 5px;
  margin-top: 7px;
}
.page-footer__list__regions {
  max-height: 250px;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 659px) {
  .page-footer__list__regions {
    overflow-y: auto;
  }
}
.page-footer__list__regions:hover {
  overflow-y: auto;
}
.page-footer__logo {
  width: 112px;
  margin-top: -12px;
}
.page-footer .button.button--colored:hover {
  background-color: #00a3ad;
  color: #fff;
}
.page-footer .btn.btn-light-outline {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  background-color: transparent;
  padding: 6px 26px;
  border-radius: 4px;
  border: solid 1px #cccccc;
}
.page-footer .btn.btn-light-outline:hover {
  color: #fff;
  background-color: #00a3ad;
  border-color: #00a3ad;
}
.page-footer__link-group {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 659px) {
  .page-footer__link-group {
    padding-left: 0;
    padding-right: 0;
  }
}

/**
 * PAGE HEADER
 * components/page.header.scss
 */
.page-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 61px;
  padding: 10px;
  background-color: transparent;
  transition: background-color 0.3s linear;
}
.page-header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
}
.page-header__ariane {
  display: flex;
  width: calc(100% / 3);
}
@media screen and (max-width: 659px) {
  .page-header__ariane {
    width: auto;
  }
}
.page-header__ariane__item {
  padding: 0 12px;
}
@media screen and (max-width: 659px) {
  .page-header__ariane__item {
    padding: 0;
  }
}
.page-header__ariane__item a.dropdown__button, .page-header__ariane__item button.dropdown__button {
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  text-decoration: none;
  padding: 2px 25px 2px 7px;
}
.page-header__ariane__item .region__dropdown {
  width: auto;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .page-header__ariane__item .region__dropdown {
    width: 200px;
  }
}
@media screen and (max-width: 659px) {
  .page-header__ariane__item .region__dropdown {
    width: 275px;
  }
  .page-header__ariane__item .region__dropdown .dropdown__content::after {
    left: 250px;
  }
}
.page-header__ariane__item .region__dropdown .dropdown__content {
  width: 275px;
}
.page-header__ariane__item .dropdown__button::after {
  color: #fff;
}
.page-header__ariane__item .dropdown__button--logo::after {
  top: 9px;
}
.page-header__ariane__item button.dropdown__button, .page-header__ariane__item a.dropdown__button {
  font-family: "Graphik-Medium", sans-serif;
}
@media screen and (max-width: 659px) {
  .page-header__ariane__item__location {
    margin-top: 10px;
  }
  .page-header__ariane__item__location .dropdown__button {
    text-align: right;
  }
}
.page-header__ariane__item__sign-in .dropdown {
  min-width: 120px;
  margin-bottom: 0;
}
.page-header__ariane__link {
  background-color: transparent;
  font-family: "Graphik-Medium", sans-serif;
  border: none;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  color: #ffffff;
  text-decoration: none;
}
.page-header__ariane__link svg .fill-teal {
  fill: #ffffff;
}
.page-header__ariane__link svg .fill-white {
  fill: #ffffff;
}
@media screen and (max-width: 659px) {
  .page-header__ariane__link svg .fill-white {
    display: none;
  }
}
.page-header__ariane__link svg .stroke-white {
  stroke: #ccc;
}
@media screen and (max-width: 659px) {
  .page-header__ariane__link svg .stroke-white {
    display: none;
  }
}
.page-header.whiteMode {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  color: #454545;
  background-color: #ffffff;
}
.page-header.whiteMode .page-header__ariane__item {
  padding: 0 12px;
}
@media screen and (max-width: 659px) {
  .page-header.whiteMode .page-header__ariane__item {
    padding: 0;
  }
}
.page-header.whiteMode .page-header__ariane__item a.dropdown__button, .page-header.whiteMode .page-header__ariane__item button.dropdown__button {
  color: #454545;
}
.page-header.whiteMode .page-header__ariane__item .dropdown__button::after {
  color: #06556e;
}
.page-header.whiteMode .page-header__ariane__link {
  color: #454545;
}
.page-header.whiteMode .page-header__ariane__link svg .fill-teal {
  fill: #00a3ad;
}
.page-header.whiteMode .page-header__ariane__link svg .fill-white {
  fill: #ffffff;
}
@media screen and (max-width: 659px) {
  .page-header.whiteMode .page-header__ariane__link svg .fill-white {
    display: none;
  }
}
.page-header.whiteMode .page-header__ariane__link svg .stroke-white {
  stroke: #ccc;
}
@media screen and (max-width: 659px) {
  .page-header.whiteMode .page-header__ariane__link svg .stroke-white {
    display: none;
  }
}
.page-header.whiteMode .page-header__bottom-bar {
  display: none;
}
.page-header__bottom-bar {
  margin-left: 16px;
  margin-right: 16px;
  height: 1px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  margin-top: 19px;
}
@media screen and (max-width: 1345px) {
  .page-header__bottom-bar {
    margin-top: 8px;
  }
}
@media screen and (max-width: 659px) {
  .page-header__bottom-bar {
    margin-top: 20px;
  }
}

@media screen and (max-width: 659px) {
  .page.is-with-useapp .page-header {
    margin-top: 49px;
  }
}
/**
 * RATING.SCSS
 * Rating system (default stars, [--price] for price)
 */
.rating {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.rating__item {
  display: inline;
}
.rating__symbol {
  font-size: 1rem;
  line-height: 1;
  color: #666666;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
}
.rating__symbol::before, .rating__symbol::after {
  position: absolute;
  top: 0;
  left: 0;
}
.rating__symbol::before {
  content: "";
  font-family: "icons";
}
.rating__symbol--clickable:hover {
  cursor: pointer;
}
.rating__symbol--active {
  color: #00a3ad;
}
.rating__symbol--half::after {
  content: "";
  color: #00a3ad;
  font-family: "icons";
}
.rating__symbol--small {
  font-size: 0.7rem;
  width: 0.7em;
  height: 0.7rem;
}
.rating__symbol--medium {
  font-size: 0.75rem;
  width: 1rem;
  height: 1rem;
}
.rating__symbol--big {
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.rating__text {
  color: #666666;
  margin-left: 5px;
}
.rating--price {
  display: inline-block;
}
.rating--price .rating__symbol {
  font-size: 0.7rem;
  color: #abacbb;
  width: auto;
  height: auto;
}
.rating--price .rating__symbol::before {
  content: "";
  font-family: "icons";
  position: relative;
}
.rating--price .rating__symbol--active {
  color: #333;
}
.rating--price .rating__symbol--big {
  font-size: 1.3rem;
}

/**
 * RATINGS.SCSS
 * Detailled rating view
 */
.ratings {
  font-family: "Graphik-Medium", sans-serif;
  width: 70%;
}
@media screen and (max-width: 659px) {
  .ratings {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}
.ratings__global {
  position: relative;
}
.ratings__global__note {
  font-size: 4rem;
  font-weight: 400;
  color: #000;
  padding-bottom: 10px;
}
.ratings__global__rating {
  color: #666;
  padding-bottom: 8px;
}
.ratings__label {
  text-transform: uppercase;
  color: #666666;
  font-size: 85%;
  font-weight: 500;
  font-family: "Graphik-Medium", sans-serif;
  display: block;
}
.ratings__reviews {
  font-family: "Graphik-Regular", sans-serif;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  font-weight: 500;
  color: #666666;
}
.ratings__detail {
  width: 33%;
}
.ratings__detail__note {
  font-size: 26px;
  font-size: 1.4444444444rem;
  line-height: 1.8461538462;
  font-weight: 400;
}

.p-reservation-editor .modal__content p {
  text-align: center;
}
.p-reservation-editor .loading {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}
.p-reservation-editor .loading.visible {
  display: block;
}
.p-reservation-editor .loading__content {
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
}
.p-reservation-editor .searchbar {
  border: 1px solid #ccc;
  width: 100%;
}
@media screen and (max-width: 659px) {
  .p-reservation-editor .searchbar {
    border: 0;
  }
}
.p-reservation-editor .searchbar-extra__link {
  border: 2px solid #454545;
}
.p-reservation-editor .searchbar__items {
  width: 90%;
}
@media screen and (max-width: 659px) {
  .p-reservation-editor .searchbar__items.full {
    width: 100%;
    margin: 0;
  }
}
.p-reservation-editor__availability {
  margin-top: 1em;
}
.p-reservation-editor__modify {
  margin-top: 1em;
}
.p-reservation-editor__menu {
  list-style: none;
  margin-top: 1em;
}
.p-reservation-editor__menu img {
  max-width: 100%;
}
.p-reservation-editor .banner {
  background-color: initial;
  height: auto;
}
.p-reservation-editor h2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.p-reservation-editor a.link {
  color: #06556e;
}
.p-reservation-editor__reservation {
  height: 100px;
  margin-bottom: 2em;
}
@media screen and (max-width: 659px) {
  .p-reservation-editor__reservation {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 659px) {
  .p-reservation-editor__reservation--past {
    margin-bottom: 0;
  }
}
.p-reservation-editor__reservation__actions {
  margin-top: 2em;
}
@media screen and (max-width: 659px) {
  .p-reservation-editor__reservation__actions {
    position: relative;
    margin-top: 2em;
  }
}
.p-reservation-editor__reservation__actions ul {
  list-style: none;
}
.p-reservation-editor__reservation__actions ul li {
  display: inline-block;
  margin-right: 0.5em;
}
.p-reservation-editor__reservation__actions ul li::after {
  content: "";
  color: #ccc;
}
.p-reservation-editor__reservation__actions ul li:last-child::after {
  content: "";
}
.p-reservation-editor__reservation__actions ul li a {
  color: #06556e;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 659px) {
  .p-reservation-editor__reservation__actions ul li a {
    padding: 0.4em 1em;
  }
}
.p-reservation-editor .sections__selection ul {
  z-index: 1;
  position: absolute;
  list-style: none;
}
.p-reservation-editor .sections__selection ul li {
  display: inline-block;
  margin-right: 0.5em;
}
.p-reservation-editor .sections__selection ul li::after {
  content: "";
  color: #ccc;
}
.p-reservation-editor .sections__selection ul li:last-child::after {
  content: "";
}
.p-reservation-editor .sections__selection ul li button {
  background-color: #00838c;
  padding: 0.5em 2em;
  margin-left: 1em;
  border-style: none;
}

.p-waitlist-editor .modal__content p {
  text-align: center;
}
.p-waitlist-editor .loading {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}
.p-waitlist-editor .loading.visible {
  display: block;
}
.p-waitlist-editor .loading__content {
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
}
.p-waitlist-editor .searchbar {
  border: 1px solid #ccc;
  width: 100%;
}
@media screen and (max-width: 659px) {
  .p-waitlist-editor .searchbar {
    border: 0;
  }
}
.p-waitlist-editor .searchbar-extra__link {
  border: 2px solid #454545;
}
.p-waitlist-editor .searchbar__items {
  width: 90%;
}
@media screen and (max-width: 659px) {
  .p-waitlist-editor .searchbar__items.full {
    width: 100%;
    margin: 0;
  }
}
.p-waitlist-editor__availability {
  margin-top: 1em;
}
.p-waitlist-editor__modify {
  margin-top: 1em;
}
.p-waitlist-editor__menu {
  list-style: none;
  margin-top: 1em;
}
.p-waitlist-editor__menu img {
  max-width: 100%;
}
.p-waitlist-editor .banner {
  background-color: initial;
  height: auto;
}
.p-waitlist-editor h2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.p-waitlist-editor a.link {
  color: #06556e;
}
.p-waitlist-editor__reservation {
  height: 100px;
  margin-bottom: 2em;
}
@media screen and (max-width: 659px) {
  .p-waitlist-editor__reservation {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 659px) {
  .p-waitlist-editor__reservation--past {
    margin-bottom: 0;
  }
}
.p-waitlist-editor__reservation__actions {
  margin-top: 2em;
  text-align: center;
}
@media screen and (max-width: 659px) {
  .p-waitlist-editor__reservation__actions {
    position: relative;
    margin-top: 2em;
  }
}
.p-waitlist-editor__reservation__actions ul {
  list-style: none;
}
.p-waitlist-editor__reservation__actions ul li {
  display: inline-block;
  margin-right: 0.5em;
}
.p-waitlist-editor__reservation__actions ul li::after {
  content: "";
  color: #ccc;
}
.p-waitlist-editor__reservation__actions ul li:last-child::after {
  content: "";
}
.p-waitlist-editor__reservation__actions ul li a {
  color: #06556e;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 659px) {
  .p-waitlist-editor__reservation__actions ul li a {
    padding: 0.4em 1em;
  }
}
.p-waitlist-editor .sections__selection ul {
  z-index: 1;
  position: absolute;
  list-style: none;
}
.p-waitlist-editor .sections__selection ul li {
  display: inline-block;
  margin-right: 0.5em;
}
.p-waitlist-editor .sections__selection ul li::after {
  content: "";
  color: #ccc;
}
.p-waitlist-editor .sections__selection ul li:last-child::after {
  content: "";
}
.p-waitlist-editor .sections__selection ul li button {
  background-color: #00838c;
  padding: 0.5em 2em;
  margin-left: 1em;
  border-style: none;
}

.p-reservation-confirmation-request__address {
  font-style: italic;
}
.p-reservation-confirmation-request__address__name {
  font-weight: bold;
}
.p-reservation-confirmation-request__confirmation__value {
  font-weight: bold;
}
.p-reservation-confirmation-request__actions {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 2px #ccc solid;
}
.p-reservation-confirmation-request__actions .button {
  width: 100%;
  text-align: center;
}
.p-reservation-confirmation-request .button.selected {
  background-color: #06556e;
  color: #fff;
  border-color: #06556e;
}
.p-reservation-confirmation-request .button.selected:hover {
  border-color: #06556e;
}

.p-reservation-details__reservation {
  height: 100px;
  margin-bottom: 2em;
}
@media screen and (max-width: 659px) {
  .p-reservation-details__reservation--past {
    margin-bottom: 0;
  }
}
.p-reservation-details__reservation__logo img {
  width: 100%;
}
.p-reservation-details__reservation__content {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.p-reservation-details__reservation__content a.link {
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 659px) {
  .p-reservation-details__reservation__content {
    margin-left: 1em;
  }
}
.p-reservation-details__reservation__content h3 {
  padding-top: 0;
}
.p-reservation-details__reservation__content p {
  color: #747474;
}

.p-reservation-chat .modal__content p {
  text-align: center;
}
.p-reservation-chat .newMessage textarea {
  width: 100%;
  resize: vertical;
  margin-bottom: 0;
  border: 1px solid #ccc;
}
.p-reservation-chat .loading {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}
.p-reservation-chat .loading.visible {
  display: block;
}
.p-reservation-chat .loading__content {
  z-index: 9999;
  position: absolute;
  left: 50%;
  top: 50%;
}
.p-reservation-chat .postItem {
  margin-bottom: 1em;
  border-bottom: 0;
  padding: 0.75em 0;
}
.p-reservation-chat .postItem tr td {
  vertical-align: top;
}
.p-reservation-chat .postItem tr td:first-child {
  width: 70px;
  text-align: center;
}
.p-reservation-chat .postItem tr td:first-child img {
  width: 60px;
  border-radius: 100%;
}
.p-reservation-chat .postItem tr td.date, .p-reservation-chat .postItem tr td.close {
  text-align: right;
  color: #9b9b9b;
}
.p-reservation-chat .postItem .postText {
  text-align: left;
  font-size: small;
  background: #fff;
  display: block;
  padding: 0.5em;
  width: 100%;
}
.p-reservation-chat .postSection {
  padding: 1em;
  border-bottom: 1px solid #cbcbcb;
}

.p-reservation-chat-merchant__chat {
  border-top: #cbcbcb solid 1px;
}
.p-reservation-chat-merchant__buttons {
  border-top: #cbcbcb solid 1px;
  margin-top: 2em;
  padding-top: 2em;
  text-align: center;
}
@media screen and (max-width: 659px) {
  .p-reservation-chat-merchant__buttons {
    position: relative;
    margin-top: 2em;
  }
}
.p-reservation-chat-merchant__buttons ul {
  list-style: none;
}
.p-reservation-chat-merchant__buttons ul li {
  display: inline-block;
  margin-right: 0.5em;
}
.p-reservation-chat-merchant__buttons ul li::after {
  content: "";
  color: #ccc;
}
.p-reservation-chat-merchant__buttons ul li:last-child::after {
  content: "";
}
.p-reservation-chat-merchant__buttons ul li a {
  color: #06556e;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 659px) {
  .p-reservation-chat-merchant__buttons ul li a {
    padding: 0.4em 1em;
  }
}

.p-reservation-review .review h3 {
  margin-top: 1em;
}
.p-reservation-review .review__section {
  margin-top: 2em;
}
@media screen and (max-width: 659px) {
  .p-reservation-review .inline {
    position: relative;
    margin-top: 2em;
  }
}
.p-reservation-review .inline ul {
  margin-top: 10px;
  list-style: none;
}
.p-reservation-review .inline ul li {
  display: inline-block;
  margin-right: 0.5em;
}
.p-reservation-review .button.selected {
  background-color: #06556e;
  color: #fff;
  border-color: #06556e;
}
.p-reservation-review .button.selected:hover {
  border-color: #06556e;
}
@media screen and (max-width: 659px) {
  .p-reservation-review .button {
    padding: 0.4em 2em;
    margin-bottom: 1em;
    min-width: 130px;
    text-align: center;
  }
}

/**
 * REVIEW
 * components/review.scss
 */
.review {
  padding-bottom: 5px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e3e3e3;
}
.review:first-of-type {
  margin-top: 10px;
}
.review:last-of-type {
  border-bottom: 0;
}
.review__title {
  font-family: "Graphik-Medium", sans-serif;
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 2;
  text-transform: uppercase;
  color: #666666;
  font-weight: 500;
  margin-bottom: 0px;
}
.review__title__rating {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 659px) {
  .review__title__rating {
    display: block;
  }
}
.review__label {
  font-family: "Graphik-Medium", sans-serif;
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 2;
  line-height: 2;
  color: #666666;
  margin-bottom: 1px;
  display: block;
}
.review__label__note {
  font-weight: 400;
}
.review__cols {
  display: flex;
}
@media screen and (max-width: 659px) {
  .review__cols {
    display: block;
  }
}
.review__col--rating {
  flex: 0 0 111px;
}
.review__response {
  background-color: #f2f2f2;
  padding: 15px 20px;
  margin-bottom: 15px;
  margin-left: 20px;
  border-radius: 3px;
  position: relative;
}
.review__response__tick {
  display: block;
  border-top: 10px solid transparent;
  border-left: 10px solid #f2f2f2;
  position: absolute;
  top: -7px;
  left: 10px;
}
.review__response > p:last-of-type {
  margin-bottom: 0;
}

/**
 * RESTAURANTS LIST
 * components/restaurants.scss
 */
.restaurants {
  padding-top: 20px;
}
.restaurants__title {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.7142857143;
  font-family: "Graphik-Medium", sans-serif;
  margin-bottom: 4px;
}
.restaurants__actions {
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 2;
  font-family: "Graphik-Medium", sans-serif;
  font-weight: 500;
  color: #666666;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 18px;
  position: relative;
}
.restaurants__actions__sort {
  display: inline-block;
  width: 120px;
  margin-left: 10px;
}
.restaurants__actions__sort .dropdown__button {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.7142857143;
}
.restaurants__actions__map {
  text-decoration: none;
  color: #666666;
  position: absolute;
  bottom: 18px;
  right: 0;
}
.restaurants__actions__regions {
  display: inline-block;
  width: 220px;
  margin-left: 10px;
}
.restaurants__actions__regions .dropdown__button {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 659px) {
  .restaurants__actions__regions {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .restaurants__actions__regions button {
    text-align: left;
    border-bottom: 0.5px solid #cccccc;
  }
}
@media screen and (max-width: 659px) {
  .restaurants__actions {
    border-bottom: 0;
  }
}
.restaurants__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d3d3d3;
  padding: 1.5em;
}
.restaurants__item:hover {
  background-color: #f3f7f8;
}
.restaurants__item.selected {
  background-color: #f3f7f8;
}
.restaurants__item__title {
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.2;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .restaurants__item__title {
    font-size: 22px;
    font-size: 1.2222222222rem;
    line-height: 1.0909090909;
  }
}
@media screen and (max-width: 659px) {
  .restaurants__item__title {
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 1.7142857143;
  }
}
.restaurants__item__title > a {
  text-decoration: none;
  color: #454545;
}
.restaurants__item__filter {
  font-family: "Graphik-Medium", sans-serif;
  background-color: #06556e;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #06556e;
  padding: 4px 4px 4px 8px;
  margin-right: 14px;
  border-radius: 4px;
  height: 30px;
  line-height: 22px;
}
@media screen and (max-width: 659px) {
  .restaurants__item__filter {
    margin-right: 9px;
    padding: 0 7px 0 7px;
    line-height: 30px;
  }
}
.restaurants__item__filter:hover {
  background-color: #00838c;
  color: #fff;
  border-color: #00838c;
  cursor: pointer;
}
.restaurants__item__labels {
  font-family: "Graphik-Medium", sans-serif;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.7142857143;
  font-weight: 300;
  color: #666666;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 901px) {
  .restaurants__item__labels {
    min-width: 300px;
  }
}
.restaurants__item__labels > a {
  text-decoration: none;
  color: #888997;
}
.restaurants__item__labels .tag-separator {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #cccccc;
}
@media screen and (max-width: 659px) {
  .restaurants__item__rating > .rating {
    display: inline-block;
  }
}
.restaurants__item__reviews {
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 2;
  color: #666666;
  font-weight: 300;
  color: #666666;
  display: inline-block;
  padding-left: 3px;
}
.restaurants__item__no-results {
  text-align: center;
  padding: 2em;
}
.restaurants__item__no-results h3 {
  width: 100%;
  padding: 2em;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 659px) {
  .restaurants__item {
    display: block;
    padding: 10px 0;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.restaurants__cell {
  padding: 30px 15px;
}
@media screen and (max-width: 659px) {
  .restaurants__cell {
    padding: 10px 0;
  }
}
.restaurants__cell--image, .restaurants__cell__image {
  padding-left: 0;
  padding-top: 0;
  width: 215px;
  height: 120px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.restaurants__cell--image a, .restaurants__cell__image a {
  width: 215px;
  height: 120px;
}
@media screen and (max-width: 659px) {
  .restaurants__cell--image, .restaurants__cell__image {
    width: 164px;
    height: 92px;
    padding-top: 0;
    display: inline-block;
  }
  .restaurants__cell--image a, .restaurants__cell__image a {
    width: 164px;
    height: 92px;
  }
}
.restaurants__cell--desc {
  width: calc(100% - 480px);
  padding-bottom: 0;
  margin-top: -14px;
  min-width: 370px;
}
@media screen and (max-width: 900px) {
  .restaurants__cell--desc {
    width: calc(100% - 390px);
  }
}
@media screen and (max-width: 659px) {
  .restaurants__cell--desc {
    width: calc(100% - 165px);
    min-width: 100px;
    display: inline-block;
    padding-left: 10px;
    padding-top: 10px;
    float: right;
  }
}
.restaurants__cell--price {
  text-align: center;
  width: 150px;
}
@media screen and (max-width: 900px) {
  .restaurants__cell--price {
    width: 90px;
  }
}
@media screen and (max-width: 659px) {
  .restaurants__cell--price {
    display: none;
  }
}
.restaurants__cell--rating {
  text-align: left;
  padding-right: 0;
  padding-bottom: 5px;
  width: 180px;
}
.restaurants__cell--rating-short {
  display: none;
}
@media screen and (max-width: 659px) {
  .restaurants__cell--rating {
    text-align: left;
    width: 100%;
    padding: 0 0 10px;
  }
  .restaurants__cell--rating-short {
    display: inline-block;
  }
  .restaurants__cell--rating-short--rating {
    font-weight: 500;
  }
  .restaurants__cell--rating-short--ratingCount {
    font-weight: 300;
    color: #666666;
  }
}
.restaurants__cell--availabilities {
  margin-bottom: 1em;
  margin-top: 1em;
}
.restaurants__more {
  margin: 40px 0;
}

/**
 * SEARCHBAR
 * components/searchbar.scss
 */
/*
searchbar {
    width: 100%;
}
*/
.searchbar {
  background-color: #ffffff;
  height: 64px;
  border-radius: 4px;
  text-shadow: none;
  width: 960px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 659px) {
  .searchbar {
    height: auto;
  }
}
.searchbar--shell {
  height: 65px;
}
@media screen and (max-width: 1110px) {
  .searchbar {
    width: 800px;
  }
}
@media screen and (max-width: 900px) {
  .searchbar {
    width: 100%;
  }
}
.searchbar__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 659px) {
  .searchbar__items {
    flex-wrap: wrap;
  }
}
.searchbar__items.full {
  width: 100%;
}
.searchbar__items.full .searchbar__item__icon {
  padding-top: 0;
}
@media screen and (max-width: 659px) {
  .searchbar__items.full {
    flex-direction: column;
    margin: 15px;
    border: 1px solid #ccc;
  }
}
.searchbar__item {
  padding: 0 3px;
  display: flex;
  align-items: center;
}
.searchbar__item.searchbar__item__part {
  width: 100%;
}
.searchbar__item.searchbar__item__part.showSearchFilterBox {
  width: 150px;
}
@media screen and (max-width: 900px) {
  .searchbar__item.searchbar__item__part.showSearchFilterBox {
    width: 100%;
  }
}
@media screen and (max-width: 659px) {
  .searchbar__item.searchbar__item__part.showSearchFilterBox {
    width: 100%;
  }
}
.searchbar__item.searchbar__item__grow {
  flex-grow: 1;
}
.searchbar__item__icon {
  width: 33px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.searchbar__item__icon img {
  width: 20px;
}
.searchbar__item__separator {
  width: 1px;
  height: 64px;
  border-right: 0.5px solid #ccc;
}
@media screen and (max-width: 659px) {
  .searchbar__item {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
  }
  .searchbar__item:last-child {
    border-bottom: 0;
  }
}
.searchbar__item .dropdown {
  margin: 0;
  width: 100%;
}
.searchbar__item .dropdown button {
  text-align: left;
}
.searchbar__item_label {
  display: block;
  width: 98%;
  margin: 0;
  font-size: 12px;
  color: #757575;
}
@media screen and (max-width: 900px) {
  .searchbar__item_label {
    padding: 7px 0 0 5px;
  }
}
.searchbar__select {
  width: 100%;
}
.searchbar__button {
  text-align: center;
  border-radius: 4px;
  width: 100%;
}
.searchbar__button.nobr {
  white-space: nowrap;
}
.searchbar--in-banner {
  background-color: transparent;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 659px) {
  .searchbar--in-banner {
    width: 100%;
  }
}
@media screen and (max-width: 1110px) {
  .searchbar--in-banner {
    padding: 0;
  }
}
.searchbar--in-banner > .container {
  width: auto;
}
.searchbar--in-banner .searchbar__items {
  flex-wrap: wrap;
  align-content: center;
  padding: 0;
  height: 100%;
}
.searchbar--in-banner .searchbar__item {
  margin: 0 0.5% 10px;
  width: 33.3%;
}
.searchbar--in-banner .searchbar__item:nth-child(2) {
  width: 30.3%;
}
.searchbar--in-banner .searchbar__item:last-of-type {
  width: 70%;
  margin-left: 15%;
  margin-bottom: 0;
}
.searchbar--in-banner .dropdown__button {
  border-color: #ddd;
}
@media screen and (max-width: 659px) {
  .searchbar--in-banner .dropdown__button {
    border-color: transparent;
  }
}
.searchbar--in-banner .searchbar__button {
  margin-top: 5px;
}

.searchbar-extra {
  background-color: #ffffff;
  width: 100%;
  padding-bottom: 20px;
}
.searchbar-extra__label {
  font-size: 26px;
  font-size: 1.4444444444rem;
  line-height: 1.8461538462;
}
@media screen and (max-width: 659px) {
  .searchbar-extra__label {
    margin-bottom: 10px;
  }
}
.searchbar-extra__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #fff;
  margin: 0;
  list-style-type: none;
  padding-top: 20px;
}
@media screen and (max-width: 659px) {
  .searchbar-extra__items {
    flex-direction: column;
  }
}
.searchbar-extra__item {
  font-family: "Graphik-Medium", sans-serif;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 659px) {
  .searchbar-extra__item {
    width: 100%;
  }
}
.searchbar-extra__link {
  background-color: #fff;
  text-align: center;
  font-weight: 400;
  display: inline-block;
  padding: 8px 25px 6px 25px;
  border: 2px solid #00838c;
}
.searchbar-extra__link__subtitle {
  font-size: 65%;
}
@media screen and (max-width: 900px) {
  .searchbar-extra__link {
    padding: 8px 5px 6px 9px;
  }
}
@media screen and (max-width: 659px) {
  .searchbar-extra__link {
    width: 100%;
    margin-bottom: 5px;
  }
}
.searchbar-extra__link.is-disabled {
  color: #666666;
  background: url("../img/common/disabled.png") repeat center center;
  border-color: #ffffff;
}
.searchbar-extra__link:hover:not(.is-disabled) {
  color: #06556e;
  border-color: #06556e;
  cursor: pointer;
}

.criteria-icon {
  color: #06556e;
}

.ddn-frame {
  position: relative;
  min-width: 300px;
  height: auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #e4e8ea;
  background-color: white;
  padding: 24px;
}
@media screen and (max-width: 659px) {
  .ddn-frame {
    margin-left: -40px;
    margin-right: -10px;
    min-width: 250px;
  }
}
.ddn-frame p {
  text-align: left;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #666666;
  margin-bottom: 29px;
}
.ddn-frame a.btn-apply, .ddn-frame button.btn-apply {
  display: block;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #06556e;
  margin-left: auto;
}

.ddn-widthauto {
  width: auto !important;
}
@media screen and (min-width: 901px) {
  .ddn-widthauto {
    right: 0px;
  }
}

/**
 * SHELL
 * components/shell.scss
 */
.shell {
  pointer-events: none;
}
.shell__label {
  background-color: #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 20px;
  border-radius: 2px;
}
.shell__label--title {
  width: 400px;
  height: 42px;
}
.shell__text {
  background-color: #eee;
  color: #eee;
}
.shell__map {
  background-color: #ccc;
  height: 300px;
}

/**
 * STRIPE
 * components/stripe.scss
 */
.stripe {
  padding: 30px 0;
  border-bottom: 1px solid #ffffff;
}
.stripe > *:last-child, .stripe > .row > [class^=col] > *:last-child {
  margin-bottom: 0;
}
.stripe--no-top {
  padding-top: 15px;
}
.stripe__title {
  font-size: 15px;
  font-size: 0.8333333333rem;
  line-height: 1.6;
  font-family: "Graphik-Medium", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 659px) {
  .stripe__title {
    line-height: 1;
  }
}

/**
 * USE APP
 * components/useapp.scss
 */
.useapp {
  background-color: #fff;
  display: table;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  z-index: 9999;
}
@media screen and (min-width: 660px) {
  .useapp {
    display: none;
  }
}
.useapp__cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.useapp__cell:first-child {
  min-width: 36px;
}
.useapp__cell:first-child img {
  width: 45px;
}
.useapp__cell:nth-child(2) {
  padding: 0;
  width: 100%;
}
.useapp__cell:nth-child(3) {
  text-align: right;
  padding-right: 10px;
  min-width: 120px;
}
.useapp__cell:last-child {
  text-align: right;
  padding-right: 5px;
  min-width: 20px;
}
.useapp__title {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}
.useapp__desc {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.7142857143;
  line-height: 1;
  margin-bottom: 0;
}
.useapp__link {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.7142857143;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: #06556e;
  font-weight: bold;
}
.useapp__close {
  background: none;
  border: 0;
}

.resto-card {
  width: 286px;
  height: 300px;
  position: relative;
  display: inline-block;
  margin: 10px;
  cursor: pointer;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.resto-card .button {
  margin: 2px 0;
  padding: 0;
  height: 30px;
  border-radius: 4px;
  background-color: #06556e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}
.resto-card .button:disabled {
  background-color: #f0f0f0;
  line-height: 1.5;
  text-align: center;
  color: #cccccc;
}
.resto-card .button:hover:not(:disabled) {
  background-color: #043f51;
}
.resto-card-header-image {
  width: 100%;
  height: 160px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: rgba(0, 0, 0, 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.resto-card-header svg {
  position: absolute;
  top: 10px;
  right: 10px;
  fill: #fff;
}
@media screen and (max-width: 659px) {
  .resto-card-header-image {
    width: 164px;
    height: 92px;
  }
}
.resto-card-body {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: solid 1px #e0e0e0;
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  padding: 16px;
}
.resto-card-body h3 {
  margin: 0;
  padding: 0;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #454545;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resto-card-body h3 a {
  color: #454545;
  text-decoration: none;
}
.resto-card-body h3 a:hover {
  text-decoration: none;
}
.resto-card-body .resto-tags {
  margin: 2px 0;
  max-height: 24px;
  overflow-y: hidden;
}
.resto-card-body .resto-tags .tags {
  font-size: 12px;
  line-height: 1.33;
  color: #666666;
}
.resto-card-body .resto-tags .tag-separator {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #cccccc;
  padding-left: 5px;
}
.resto-card-body .resto-ratings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px 0 10px 0;
  font-size: 12px;
  line-height: 1.33;
  color: #666666;
}
.resto-card-body .resto-ratings .rating-stars-component {
  display: flex;
  align-items: center;
}
.resto-card-body .resto-ratings .rating-stars-component span.reviewcount {
  margin-top: 2px;
  margin-left: 10px;
}
.resto-card-body .resto-ratings span.distance {
  text-align: right;
  margin-top: 2px;
}
@media screen and (max-width: 659px) {
  .resto-card-body .resto-ratings {
    display: none;
  }
}
.resto-card-body .resto-ratings-short {
  display: none;
}
@media screen and (max-width: 659px) {
  .resto-card-body .resto-ratings-short {
    display: block;
    font-size: 12px;
  }
  .resto-card-body .resto-ratings-short .rating {
    font-weight: 400;
  }
  .resto-card-body .resto-ratings-short .ratingCount {
    font-weight: 300;
    color: #666666;
  }
}
.resto-card-body .resto-actions {
  display: flex;
  justify-content: space-between;
}
.resto-card-body .resto-actions button, .resto-card-body .resto-actions .button {
  width: 80px;
}
@media screen and (max-width: 659px) {
  .resto-card-body .resto-actions {
    margin-top: 5px;
  }
  .resto-card-body .resto-actions button, .resto-card-body .resto-actions .button {
    width: 68px;
    font-weight: 400;
  }
  .resto-card-body .resto-actions button:nth-child(2), .resto-card-body .resto-actions .button:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 659px) {
  .resto-card-body {
    padding: 10px;
    min-height: 124px;
  }
  .resto-card-body h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 659px) {
  .resto-card {
    margin-left: 0;
    margin-right: 0;
    width: 164px;
    height: 216px;
    text-align: left;
  }
}

@media screen and (max-width: 659px) {
  app-resto-card:nth-child(even) {
    margin-right: 10px;
  }
}
.p-phone-number .button {
  width: 100%;
}
.p-phone-number .form__input {
  border-color: #ddd;
}
.p-phone-number__dropdown__button {
  border-color: #ddd;
  padding-top: 9px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 10px;
}
.p-phone-number__dropdown__button::after {
  color: #333;
  top: 10px;
}
.p-phone-number__dropdown__country.open > .dropdown__content {
  width: 250px;
  text-align: left;
}
.p-phone-number__dropdown__country-icon {
  width: 32px;
  height: 20px;
  background-image: url(https://scontent.tbdine.com/sites/usereso/images/allflags_medium.jpg);
  background-position-x: 0;
  display: inline-block;
  vertical-align: middle;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.notice-bg {
  width: 600px;
  border-radius: 4px;
  box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #e4e4e4;
  background-color: #ffffff;
  text-align: center;
  padding: 60px;
}
.notice-bg img {
  margin-bottom: 36px;
}
.notice-bg h1 {
  font-family: "Graphik-Regular", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.44px;
  color: #454545;
  margin-bottom: 12px;
}
.notice-bg p {
  white-space: pre-wrap;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.3px;
  text-align: center;
  color: #454545;
  margin-bottom: 24px;
}
.notice-bg button {
  width: 206px;
  height: 36px;
  border: none;
  border-radius: 4px;
  background-color: #06556e;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.notice-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 24px;
}

/**
 * -- PAGES
 */
/**
 * INDEX
 * pages/index.scss
 */
.p-home__banner {
  background: url("https://scontent.tbdine.com/sites/tbdine/images/banners/homebg.jpg") no-repeat center center;
  background-size: cover;
  text-shadow: 0px 0px 10px black;
  color: #fff;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 659px) {
  .p-home__banner {
    background: url("https://scontent.tbdine.com/sites/tbdine/images/banners/homebg--small.jpg") no-repeat center center;
    height: 460px;
    padding-top: 70px;
    margin-bottom: 20px;
  }
}
.p-home__banner__title {
  font-size: 55px;
  font-size: 3.0555555556rem;
  line-height: 1.3090909091;
  text-align: left;
  line-height: 1;
  margin-bottom: 0.2em;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-home__banner__title {
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 659px) {
  .p-home__banner__title {
    font-size: 20px;
    font-size: 1.1111111111rem;
    line-height: 1.2;
  }
}
.p-home__banner__title span {
  white-space: nowrap;
}
.p-home__banner__info {
  font-size: 22px;
  font-size: 1.2222222222rem;
  line-height: 1.0909090909;
  font-family: "Graphik-Medium", sans-serif;
  line-height: 1.3;
  text-align: left;
  max-width: 450px;
  padding-left: 5px;
  opacity: 0;
  animation: carousel-show 1s linear forwards;
  animation-delay: 7s;
}
@media screen and (max-width: 900px) {
  .p-home__banner__info {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.3333333333;
    max-width: 75%;
  }
}
@media screen and (max-width: 659px) {
  .p-home__banner__info {
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 1.7142857143;
    max-width: 75%;
  }
}
.p-home__banner .searchbar {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 4px;
}
@media screen and (max-width: 659px) {
  .p-home__banner .searchbar {
    width: 311px;
    max-width: 100%;
    margin-top: 0;
  }
}
.p-home__banner::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 80px;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.p-home__stripe {
  color: #666666;
  padding: 40px 0;
}
.p-home__stripe *:last-child {
  margin-bottom: 0;
}
.p-home__stripe__pretitle {
  text-transform: uppercase;
  font-weight: 500;
  color: #454545;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 15px;
  font-size: 0.8333333333rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
.p-home__stripe__title {
  font-weight: 300;
  color: #454545;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 60px;
  font-size: 3.3333333333rem;
  line-height: 1.2;
  margin-left: -0.1em;
}
@media screen and (max-width: 900px) {
  .p-home__stripe__title {
    font-size: 45px;
    font-size: 2.5rem;
    line-height: 1.0666666667;
  }
}
.p-home__stripe__title--medium {
  font-size: 50px;
  font-size: 2.7777777778rem;
  line-height: 1.44;
  line-height: 1.1;
}
.p-home__stripe__title--small {
  font-size: 32px;
  font-size: 1.7777777778rem;
  line-height: 1.5;
  line-height: 1.1;
}
.p-home__stripe__title-img {
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 40px !important;
}
.p-home__stripe__p--bigger {
  font-family: "Graphik-Medium", sans-serif;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  font-weight: 400;
}
.p-home__stripe--neutral {
  background-color: #ffffff;
}
.p-home__stripe--dark {
  background-color: #454545;
  color: #fff;
}
.p-home__stripe--dark .p-home__stripe__pretitle, .p-home__stripe--dark .p-home__stripe__title {
  color: #fff;
}
.p-home__with-btn {
  padding-top: 25px;
}
.p-home__with-btn--right {
  text-align: right;
  margin-right: 3em;
}
.p-home__with-btn--right a i {
  margin-left: 1em;
}
.p-home__region {
  background-size: cover;
  height: 175px;
  position: relative;
}
.p-home__region a {
  position: absolute;
  text-align: center;
  line-height: 125px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
}
.p-home__region a div {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  height: 40px;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-home__most-popular {
  margin-bottom: 60px !important;
}
.p-home__most-popular ul {
  list-style-type: none;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 10px;
}
.p-home__most-popular__item {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.p-home__most-popular__item a {
  display: inline-block;
  height: 188px;
}
.p-home__most-popular__item__title {
  position: absolute;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  top: 74px;
  z-index: 10;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 1345px) {
  .p-home__most-popular__item__title {
    top: 44px;
  }
  .p-home__most-popular__item a {
    height: 150px;
  }
  .p-home__most-popular__item img {
    width: 165px;
  }
}
@media screen and (max-width: 659px) {
  .p-home__most-popular a {
    height: auto;
  }
  .p-home__most-popular__item__title {
    top: 35px;
    font-size: 14px;
  }
  .p-home__most-popular__item img {
    width: 100px;
    border-radius: 3px;
  }
}
.p-home__marketing {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  position: relative;
  background: url(/assets/img/pages/home/bg-mobile-app.jpg);
  height: 284px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-home__marketing h2 {
  display: block;
  color: #fff;
  width: 50%;
  font-size: 42px;
  font-weight: 600;
  height: 140px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  padding-left: 75px;
  padding-top: 18px;
}
@media screen and (min-width: 900px) and (max-width: 1345px) {
  .p-home__marketing h2 {
    padding-left: 50px;
    font-size: 32px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 900px) {
  .p-home__marketing h2 {
    font-size: 30px;
    padding-left: 30px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 659px) {
  .p-home__marketing h2 {
    font-size: 20px;
    margin-top: 30px;
    width: 55%;
  }
}
.p-home__marketing--fr h2 {
  padding-top: 0;
}
@media screen and (min-width: 900px) and (max-width: 1345px) {
  .p-home__marketing--fr h2 {
    padding-top: 8px;
  }
}
@media screen and (max-width: 659px) {
  .p-home__marketing--fr h2 {
    margin-top: 30px;
  }
}
.p-home__marketing__buttons {
  width: 50%;
  text-align: center;
}
.p-home__marketing__buttons a {
  text-decoration: none;
}
@media screen and (min-width: 900px) and (max-width: 1345px) {
  .p-home__marketing__buttons img {
    width: 150px;
  }
}
@media screen and (max-width: 900px) {
  .p-home__marketing__buttons img {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) and (max-width: 659px) {
  .p-home__marketing__buttons img {
    width: 130px;
  }
}
@media screen and (max-width: 659px) {
  .p-home__marketing__buttons {
    margin-top: -10px;
  }
}
.p-home__marketing--resto {
  background: url(/assets/img/pages/home/bg-join-best-restaurants.png);
  margin-bottom: 100px !important;
  background-repeat: no-repeat;
}
.p-home__marketing--resto h2 {
  width: 65%;
}
.p-home__marketing--resto__buttons {
  padding-right: 50px;
}
.p-home__marketing--resto__buttons a {
  padding: 1em 3em;
  font-size: 1em;
  border-radius: 4px;
}
.p-home__marketing--resto__link {
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .p-home__marketing--resto {
    display: block;
    text-align: center;
    padding: 30px;
  }
  .p-home__marketing--resto h2 {
    font-size: 30px;
    display: block;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    height: auto;
    margin-top: 30px;
  }
  .p-home__marketing--resto__buttons {
    display: block;
    padding-right: 0;
  }
}
@media screen and (max-width: 659px) {
  .p-home__marketing--resto {
    display: block;
    text-align: center;
    padding: 15px;
  }
  .p-home__marketing--resto h2 {
    font-size: 20px;
    display: block;
    width: 100%;
    padding-top: 0;
    height: auto;
    margin-top: 15px;
    padding-left: 0;
  }
  .p-home__marketing--resto__buttons {
    display: block;
    padding-right: 0;
  }
}
@media screen and (max-width: 659px) {
  .p-home__marketing {
    height: 200px;
  }
}

.resto-card-container {
  margin: 60px auto 0;
  width: 306px;
}
.resto-card-container--header {
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
}
.resto-card-container--header h3 {
  margin-bottom: 0;
}
@media screen and (min-width: 659px) {
  .resto-card-container {
    width: calc(306px * 2);
  }
}
@media screen and (min-width: 900px) {
  .resto-card-container {
    width: calc(306px * 3);
  }
}
@media screen and (min-width: 1345px) {
  .resto-card-container {
    width: calc(306px * 4);
  }
}
@media screen and (max-width: 659px) {
  .resto-card-container {
    width: 375px;
    max-width: 100%;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
  }
}

.p-about__image {
  background-image: url(/assets/img/pages/about/about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 441px;
}
@media screen and (max-width: 659px) {
  .p-about__image {
    height: 160px;
    background-position-y: -22px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .p-about__description {
    padding: 32px 16px;
  }
  .p-about .container {
    display: flex;
    flex-direction: column-reverse;
  }
}

.p-booker {
  background-color: #fff;
  position: relative;
}
.p-booker .banner {
  background: transparent;
}
@media screen and (max-width: 659px) {
  .p-booker .banner {
    min-height: 500px;
  }
}
.p-booker__title {
  text-align: center;
  margin-bottom: 2em;
  color: #5f6161;
}
.p-booker__header {
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #cdcdcd;
  /*
  margin-top: -42px;
  position: absolute;
  */
  height: 60px;
  /*width: 100%;*/
  padding: 0.5em;
  margin: 0 6% 24px 6%;
  font-family: "Graphik-Regular", Arial, sans-serif;
  font-size: 12px;
}
.p-booker__content {
  max-width: 800px;
}
.p-booker__notes {
  padding: 1em 2em;
  background-color: #f4f4f4;
  text-align: left;
  margin-bottom: 2em;
  clear: both;
}
.p-booker__notes p {
  margin-bottom: 0;
  color: #5f6161;
}
.p-booker .p-reservation {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0px;
  min-height: auto;
  border-bottom: 0;
}
.p-booker .p-reservation h2 {
  padding-top: 0;
}
.p-booker .p-reservation .form__input:not(.ng-invalid) {
  border-color: #ddd;
}
.p-booker .p-reservation .form__input.ng-untouched {
  border-color: #ddd;
}
.p-booker .p-reservation .form__textarea:not(.ng-invalid) {
  border-color: #ddd;
}
.p-booker .p-reservation .container {
  width: auto;
}
@media screen and (max-width: 659px) {
  .p-booker .p-reservation .container {
    width: 100%;
    padding: 0;
  }
}
.p-booker .p-reservation__error {
  max-width: 800px;
}
@media screen and (max-width: 659px) {
  .p-booker .searchbar--in-banner .searchbar__items {
    width: 100%;
    min-height: 385px;
  }
  .p-booker .searchbar--in-banner .searchbar__items .searchbar__item {
    width: 100% !important;
    margin-left: 0;
  }
}
.p-booker .searchbar-extra {
  background: transparent;
}
.p-booker .searchbar-extra .container {
  width: auto;
}
@media screen and (max-width: 659px) {
  .p-booker .searchbar-extra .container {
    width: 100%;
  }
}
.p-booker .searchbar-extra__link:not(.is-disabled):not(:hover) {
  border-color: #000;
}
.p-booker__footer {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 6% 30px 6%;
}
.p-booker__footer-page-break {
  margin: 3em 6% 0 6%;
}
.p-booker__footer p {
  font-size: 10px;
}
.p-booker__footer a {
  color: #000;
}
.p-booker__footer .pull-left {
  text-align: left;
}

/**
 * LOADING
 * pages/loading.scss
 */
.p-loading {
  background: #252525 url("../img/common/header-reso.png") no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-loading__loader {
  margin-left: -8px;
  margin-top: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
}

/**
 * LOGIN
 * pages/login.scss
 */
.p-login__error {
  background-color: #06556e;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 57px;
  z-index: 150;
  padding: 4px 10px 8px;
  margin-top: 5px;
  width: 100%;
}
.p-login__error > p {
  margin-bottom: 0.2em;
}
.p-login__error > p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 659px) {
  .p-login__error {
    margin-top: 14px;
  }
}
.p-login__error--topmost {
  top: 0;
  margin-top: 0;
}

.login-container {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
.login-container > * {
  box-sizing: border-box;
  font-family: "Graphik-Regular", sans-serif;
}
@media screen and (max-width: 899px) {
  .login-container {
    min-height: 100vh;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
}

.logo-container {
  margin: 72px auto 36px;
}

.login-content {
  max-width: 310px;
  margin: 40px auto;
  flex-shrink: 0;
  align-self: center;
}
@media screen and (min-width: 900px) {
  .login-content {
    align-self: center;
  }
}
@media screen and (max-width: 900px) {
  .login-content {
    padding-bottom: 256px;
    margin-top: 0;
  }
}
@media screen and (max-width: 399px) {
  .login-content {
    padding-bottom: 256px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
}

form.login-form .input-group {
  margin-bottom: 14px;
}
form.login-form .input-group:last-of-type {
  margin-bottom: 30px;
}
form.login-form .input-group label {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #757575;
}
form.login-form .input-group input:not([type=checkbox]) {
  display: block;
  width: 100%;
  border: 0 none;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #454545;
}
form.login-form .input-group input:not([type=checkbox]):focus {
  outline: none;
}
form.login-form .input-group .chkContainer {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
}
form.login-form .input-group .chkContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form.login-form .input-group .chkContainer input:checked ~ svg {
  fill: #06556e;
}
form.login-form .input-group .chkContainer svg {
  position: absolute;
  top: 0;
  left: 0;
}
form.login-form .input-group .chkContainer svg.checked {
  fill: #06556e;
}
form.login-form .input-group .chkContainer:hover input ~ svg {
  fill: #06556e;
}
form.login-form button.btn-primary {
  display: block;
  border: none;
  width: 100%;
  height: 36px;
  border-radius: 4px;
  background-color: #06556e;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.34px;
  text-align: center;
  color: #ffffff;
}
form.login-form button.btn-primary[disabled], form.login-form button.btn-primary[disabled]:hover, form.login-form button.btn-primary[disabled]:active, form.login-form button.btn-primary[disabled]:focus {
  background-color: #bbb !important;
  border-color: #bbb;
  cursor: initial;
}
form.login-form a.btn-link {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #06556e;
  cursor: pointer;
  text-decoration: none;
}

.forgot-password-link {
  color: #2c7389;
  font-size: 13px;
  float: right;
  margin-right: 5px;
  position: absolute;
  top: 7px;
  right: 0px;
  cursor: pointer;
}

.login-footer {
  position: fixed;
  bottom: 0;
  height: 256px;
  background-color: #0b2a34;
}
@media screen and (min-width: 900px) {
  .login-footer {
    position: static;
    width: calc(100% - 550px);
    height: 100vh;
    min-height: 560px;
    background: #0b2a34;
    background: linear-gradient(0deg, #0b2a34 38%, rgba(6, 85, 110, 0) 100%);
    background-image: linear-gradient(0deg, #0b2a34 38%, rgba(6, 85, 110, 0) 60%), url("../img/pages/login/background.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0;
  }
}
@media screen and (min-width: 1600px) {
  .login-footer {
    width: calc(100% - 550px);
  }
}
@media screen and (max-width: 1110px) {
  .login-footer {
    width: 512px;
    max-width: 512px;
  }
}
@media screen and (max-width: 900px) {
  .login-footer {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    min-height: 256px;
    height: auto;
  }
}
.login-footer .footer-container {
  width: 100%;
  margin: 0 auto;
  padding: 24px 32px;
}
@media screen and (max-width: 899px) {
  .login-footer .footer-container {
    max-width: 430px;
  }
}
@media screen and (min-width: 900px) {
  .login-footer .footer-container {
    position: fixed;
    bottom: 0;
    width: inherit;
    padding: 0 45px 32px;
  }
}
@media screen and (min-width: 1345px) {
  .login-footer .footer-container {
    max-width: 1200px;
    padding: 0 5% 60px;
  }
}
.login-footer .footer-container h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.25px;
  color: #ffffff;
}
@media screen and (min-width: 900px) {
  .login-footer .footer-container h2 {
    font-size: 28px;
    letter-spacing: 0.35px;
  }
}
@media screen and (min-width: 1345px) {
  .login-footer .footer-container h2 {
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: -1.5px;
    display: block;
  }
}
.login-footer .footer-container p {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 900px) {
  .login-footer .footer-container p {
    font-size: 16.8px;
    color: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (min-width: 1345px) {
  .login-footer .footer-container p {
    font-size: 24px;
  }
}
.login-footer .footer-container a, .login-footer .footer-container button {
  display: inline-block;
  text-decoration: none;
  border: 0px none;
  border-radius: 4px;
  background-color: #00a3ad;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 32px;
}
@media screen and (min-width: 900px) {
  .login-footer .footer-container a, .login-footer .footer-container button {
    font-size: 16.8px;
    padding: 16px 38px;
  }
}
@media screen and (min-width: 1345px) {
  .login-footer .footer-container a, .login-footer .footer-container button {
    font-size: 18px;
    padding: 23px 88px;
  }
}
.login-footer .footer-container a:focus, .login-footer .footer-container button:focus {
  outline: none;
  text-decoration: none;
}
.login-footer .footer-container img {
  display: block;
  width: 251px;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .login-footer .footer-container img {
    width: 353px;
  }
}
@media screen and (min-width: 1345px) {
  .login-footer .footer-container img {
    width: 640px;
    margin-top: 39px;
  }
}

.p-login-user {
  padding-top: 150px;
}
.p-login-user__section {
  margin-top: 30px;
}
.p-login-user__submit-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #06556e;
}
.p-login-user .form__input {
  border-color: #ddd;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding-left: 7px;
  margin-top: -10px;
}
.p-login-user__label {
  color: #757575;
  font-size: 12px;
  padding-left: 7px;
}
.p-login-user .button {
  width: 100%;
}

.account-content h1.page-title {
  border-bottom: 1px solid #cccccc;
}
.account-content .inline-link {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  border: none;
  color: #2c7389;
}
.account-content .inline-link:hover {
  text-decoration: underline;
}
.account-content .menu-tab-list {
  display: flex;
  height: 60px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  align-items: flex-end;
}
.account-content .menu-tab-list .menu-tab-item {
  color: #454545;
  padding: 13px 26px 13px;
  /*
  border: 1px solid $feather-grey;
  border: {
    top-left-radius: 4px;
    top-right-radius: 4px;
  }
  */
  margin-right: 4px;
}
.account-content .menu-tab-list .menu-tab-item:hover {
  text-decoration: underline;
  cursor: pointer;
  /*
  color: $white;
  background-color: $navy;
  */
  font-weight: bold;
  color: #06556e;
}
.account-content .menu-tab-list .menu-tab-item.active {
  /*
  background-color: $tb-teal;
  color: $white;
  text-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 1);
  */
  /*
  border-bottom: 1px solid $white;
  */
  font-weight: bold;
  color: #06556e;
}
.account-content .section {
  margin-top: -1px;
  padding: 20px;
  border: 1px solid #cccccc;
  min-height: 300px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.account-content .section form {
  max-width: 768px;
  margin: 0 auto;
}
.account-content .section .user-pic {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
}
.account-content .section .user-pic img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 16px;
  background-color: #454545;
}
.account-content .section .user-pic a, .account-content .section .user-pic button {
  width: 150px;
  padding: 8px;
  border: 1px solid #06556e;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Graphik-Regular", sans-serif;
  /*
  color: $white;
  text-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 1);
  */
  background-color: #ffffff;
  color: #06556e;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}
.account-content .section .user-pic a:hover, .account-content .section .user-pic button:hover {
  background-color: #06556e;
  color: #ffffff;
}
.account-content .section .input-grp {
  /*
  width: 310px;
  margin: 0 auto;
  */
  margin: 0px auto 24px;
}
.account-content .section .input-grp .input-label {
  display: block;
  font-size: 12px;
  color: #757575;
  letter-spacing: 0.36px;
}
.account-content .section .input-grp input:focus {
  outline: none;
}
.account-content .section .input-grp input[type=text], .account-content .section .input-grp input[type=password], .account-content .section .input-grp input[type=tel], .account-content .section .input-grp input[type=email] {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 9px 0;
  font-size: 14px;
  color: #454545;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.account-content .section .input-grp input[type=text]:invalid.ng-dirty, .account-content .section .input-grp input[type=password]:invalid.ng-dirty, .account-content .section .input-grp input[type=tel]:invalid.ng-dirty, .account-content .section .input-grp input[type=email]:invalid.ng-dirty {
  border-bottom: 2px solid #db331a;
}
.account-content .section .input-grp input[type=text].error, .account-content .section .input-grp input[type=password].error, .account-content .section .input-grp input[type=tel].error, .account-content .section .input-grp input[type=email].error {
  border-bottom: 2px solid #db331a;
}
.account-content .section .input-grp span {
  margin-top: 6px;
  font-size: 12px;
}
.account-content .section .input-grp span.invalid {
  color: #db331a;
}
.account-content .section .input-grp span.inline-unconfirmed {
  position: absolute;
  display: inline;
  right: 0;
  color: #db331a;
}
.account-content .section .input-grp span.inline-confirmed {
  position: absolute;
  display: inline;
  right: 0;
  color: #159948;
}
.account-content .section .input-grp select {
  display: inline-block;
  width: 100%;
  height: 34px;
  background-color: #ffffff;
  font-size: 14px;
  color: #454545;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
  box-shadow: none;
}
.account-content .section .action-button {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  background-color: #06556e;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.account-content .section .action-button:disabled {
  background-color: #f5f5f5;
  color: #cccccc;
  border: none;
}

.account-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.account-modal .inner-modal {
  width: 600px;
  max-height: 387px;
  margin: 25vh auto;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #e4e4e4;
  background-color: #ffffff;
}
.account-modal .inner-modal .modal-container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.account-modal .inner-modal .modal-container p {
  text-align: center;
}
.account-modal .inner-modal .dropZone {
  width: 504px;
  height: 208px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px dashed #a9a9a9;
  background-color: #fcfcfc;
  margin: 47px auto;
  color: #757575;
}
.account-modal .inner-modal .img-edit {
  height: 240px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -21px;
}
.account-modal .inner-modal .img-edit img {
  display: block;
  max-width: 400px;
  max-height: 240px;
  width: auto;
  height: auto;
}
.account-modal .inner-modal .modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 63px;
  position: relative;
}
.account-modal .inner-modal .modal-header h1 {
  font-family: "Graphik-Medium", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: center;
  color: #454545;
  text-align: center;
}
.account-modal .inner-modal .modal-header button.close {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 53px;
  height: 53px;
  color: #06556e;
  background-color: transparent;
  border: none;
}
.account-modal .inner-modal .modal-header button.close:hover {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}
.account-modal .inner-modal .btn {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 14px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  padding: 11px 79px;
}
.account-modal .inner-modal .btn.btn-primary {
  background-color: #06556e;
}
.account-modal .inner-modal .btn.btn-primary:hover {
  background-color: #2C7389;
}
.account-modal .inner-modal .btn.btn-info {
  background-color: #00a3ad;
}
.account-modal .inner-modal .btn.btn-success {
  background-color: #00838c;
}
.account-modal .inner-modal .action-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-modal .inner-modal .btn-link {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #06556e;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 11px 45px;
}
.account-modal .inner-modal .btn-link:hover {
  background-color: #F3F7F8;
}
.account-modal .inner-modal .btn-list {
  margin: 24px 0 20px;
}

/**
 * RESERVATION
 * pages/reservation.scss
 */
.p-reservation {
  background-color: #f3f3f3;
  min-height: 600px;
  padding: 100px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 659px) {
  .p-reservation {
    padding: 50px 0;
  }
}
.p-reservation__content {
  max-width: 600px;
}
.p-reservation__title {
  font-size: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.6;
  font-weight: 400;
  padding: 20px 0;
}
.p-reservation__subtitle {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.3333333333;
  margin-top: -12px;
  margin-bottom: 1.6em;
}
.p-reservation__toplink {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.p-reservation__error {
  background-color: #06556e;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 57px;
  z-index: 150;
  padding: 4px 10px 8px;
  margin-top: 5px;
  width: 100%;
}
.p-reservation__error > p {
  margin-bottom: 0.2em;
}
.p-reservation__error > p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 659px) {
  .p-reservation__error {
    margin-top: 5px;
  }
}
.p-reservation__login__link {
  text-align: center;
  margin-top: 30px;
}
.p-reservation__login__link button {
  width: 100%;
}
.p-reservation__login__bottomlinks {
  margin-bottom: 75px;
}
.p-reservation__login p {
  text-align: center;
}
.p-reservation__createaccount {
  margin-bottom: 10px;
}
.p-reservation__impersonator {
  margin-bottom: 10px;
}
.p-reservation__cc__terms {
  background-color: #e2e2e2;
  padding: 10px 20px;
  margin: 30px 0;
  border-radius: 5px;
}
.p-reservation__cc__terms > a {
  color: #06556e;
  text-decoration: none;
  font-weight: bold;
}
.p-reservation__cc__terms > a:hover {
  color: #000;
}
.p-reservation .dropdown__button {
  margin-bottom: 10px;
  border-color: #ddd;
  padding-top: 6px;
}
.p-reservation .dropdown__button.invalid {
  border-color: #d54326;
}
.p-reservation .dropdown__button::after {
  top: 6px;
}
.p-reservation__recap {
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.2;
  text-align: center;
  margin: -20px 0 20px;
}
.p-reservation__complete {
  text-align: center;
  padding: 50px 0;
}
.p-reservation__table-options {
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.p-reservation__table-options__cell {
  font-family: "Graphik-Medium", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.3333333333;
  padding: 5px;
  display: table-cell;
}
.p-reservation__table-options__date {
  font-family: "Graphik-Regular", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.3333333333;
  padding-right: 40px;
  display: table-cell;
}
@media screen and (max-width: 659px) {
  .p-reservation__table-options__date {
    padding: 0;
    vertical-align: middle;
  }
}
.p-reservation__table-options__row {
  display: table-row;
}
.p-reservation__table-options__option {
  background-color: #fff;
  text-align: center;
  font-weight: 400;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  padding: 8px 25px 6px 30px;
  width: 100%;
  border: 2px solid #fff;
}
@media screen and (max-width: 900px) {
  .p-reservation__table-options__option {
    padding: 8px 5px 6px 10px;
  }
}
.p-reservation__table-options__option.is-disabled {
  color: #cfcfcf;
  background: url("../img/common/disabled.png") repeat center center;
  border-color: #cfcfcf;
  cursor: not-allowed;
}
.p-reservation__table-options__option__subtitle {
  font-size: 65%;
}
.p-reservation__bottom {
  padding: 2em 1em;
}
.p-reservation__notes {
  padding: 1em 2em;
  background-color: #f4f4f4;
  margin-bottom: 2em;
  clear: both;
  text-align: center;
}
.p-reservation__notes p {
  margin-bottom: 0;
  color: #5f6161;
}
.p-reservation__terms {
  color: #666666;
  font-size: 12px;
  padding-bottom: 30px;
}

/**
 * RESTAURANT
 * pages/restaurant.scss
 */
.p-restaurant__banner {
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: relative;
}
.p-restaurant__banner > .container {
  height: 100%;
}
.p-restaurant__banner__contents {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 25px;
  left: 0;
}
@media screen and (max-width: 1110px) {
  .p-restaurant__banner__contents {
    width: calc(100% - 40px);
    left: 20px;
  }
}
@media screen and (max-width: 659px) {
  .p-restaurant__banner__contents {
    width: calc(100% - 22px);
    bottom: 16px;
    left: 11px;
  }
}
.p-restaurant__banner__content, .p-restaurant__banner__searchbar {
  text-align: center;
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.p-restaurant__banner__content {
  display: flex;
  flex: 0 0 61%;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .p-restaurant__banner__content {
    flex: 0 0 100%;
    padding: 5px 10px 15px;
  }
}
@media screen and (max-width: 659px) {
  .p-restaurant__banner__content {
    padding: 10px 10px 15px;
  }
}
.p-restaurant__banner__searchbar {
  flex: 0 0 38%;
  margin-left: 1%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-restaurant__banner__searchbar {
    display: none;
  }
}
.p-restaurant__banner__details {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .p-restaurant__banner__details {
    padding-bottom: 0;
  }
}
.p-restaurant__banner__details__sct {
  flex: 0 0 50%;
}
.p-restaurant__banner__details__sct:first-child {
  text-align: right;
  padding-right: 10px;
}
.p-restaurant__banner__details__sct:last-child {
  text-align: left;
  border-left: 1px solid #ddd;
  padding-left: 10px;
}
.p-restaurant__banner__title {
  font-size: 35px;
  font-size: 1.9444444444rem;
  line-height: 1.3714285714;
  font-family: "Graphik-Regular", sans-serif;
  font-weight: 300;
  color: #454545;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .p-restaurant__banner__title {
    font-size: 30px;
    font-size: 1.6666666667rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 659px) {
  .p-restaurant__banner__title {
    font-size: 24px;
    font-size: 1.3333333333rem;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.p-restaurant__banner__labels {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  .p-restaurant__banner__labels {
    font-size: 80%;
  }
}
.p-restaurant__banner__label {
  padding: 5px 0;
}
.p-restaurant__banner__rating-box {
  padding-bottom: 4px;
}
.p-restaurant__banner__rating-box > rating {
  display: inline-block;
}
.p-restaurant__banner__rating-box__reviews {
  color: #777;
  vertical-align: text-bottom;
  display: inline-block;
  margin-left: 5px;
}
.p-restaurant__banner--simple {
  background-image: none !important;
  background-color: #fff;
}
.p-restaurant__banner--simple > .container {
  height: auto;
  padding-top: 10px;
}
.p-restaurant__banner--simple .p-restaurant__banner__mask {
  display: none;
}
.p-restaurant__banner--simple .p-restaurant__banner__content {
  align-items: center;
}
.p-restaurant__banner--simple .p-restaurant__banner__price-box {
  padding-bottom: 21px;
}
.p-restaurant__banner--simple .p-restaurant__banner__rating-box {
  padding-bottom: 0;
}
.p-restaurant__searchbar-under {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-restaurant__searchbar-under {
    display: block;
  }
}
.p-restaurant__scts {
  padding-top: 20px;
}
.p-restaurant__bkf-labels {
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.2;
  color: #666666;
  font-weight: 600;
}
.p-restaurant__half-button {
  text-align: center;
  width: 50%;
  margin-left: 21.5%;
}
@media screen and (max-width: 900px) {
  .p-restaurant__half-button {
    margin-left: 20%;
    width: 80%;
  }
}
@media screen and (max-width: 659px) {
  .p-restaurant__half-button {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}
.p-restaurant__more {
  padding: 30px 0 20px;
}
.p-restaurant__tel-title {
  line-height: 1.6;
}
.p-restaurant__tel {
  font-size: 150%;
}
.p-restaurant__hour-title {
  margin-bottom: 2px;
}
.p-restaurant__hour-title__open {
  color: #66AE5E;
}
.p-restaurant__hour-row {
  font-size: 15px;
  font-size: 0.8333333333rem;
  line-height: 1.6;
}
.p-restaurant__hour-row__label {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.7142857143;
  line-height: 1.1;
  margin-bottom: 0;
}
.p-restaurant__progress {
  text-align: center;
}
.p-restaurant__ratings {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-restaurant__ratings {
    text-align: right;
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 659px) {
  .p-restaurant__ratings {
    display: none;
  }
}
.p-restaurant__notes {
  padding: 1em 2em;
  background-color: #f4f4f4;
  margin-bottom: 2em;
  clear: both;
  text-align: center;
}
.p-restaurant__notes p {
  margin-bottom: 0;
  color: #5f6161;
}
@media screen and (max-width: 659px) {
  .p-restaurant__scts {
    display: flex;
    flex-direction: column;
  }
  .p-restaurant__sct:nth-child(1) {
    order: 2;
  }
  .p-restaurant__sct:nth-child(2) {
    order: 1;
  }
  .p-restaurant__sct:nth-child(3) {
    order: 3;
  }
  .p-restaurant__sct:nth-child(4) {
    order: 4;
  }
  .p-restaurant__sct:nth-child(5) {
    order: 5;
  }
  .p-restaurant__sct--m {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 1em;
  }
}

/**
 * RESTAURANTS
 * pages/restaurants.scss
 */
.p-restaurants__banner {
  background-size: cover;
}
@media screen and (max-width: 659px) {
  .p-restaurants__banner {
    background-position: center bottom;
  }
}
.p-restaurants__banner > .container {
  height: 350px;
}
@media screen and (min-width: 1345px) {
  .p-restaurants__banner > .container {
    height: 500px;
  }
}
@media screen and (max-width: 659px) {
  .p-restaurants__banner > .container {
    height: 150px;
  }
}
.p-restaurants__banner__title {
  text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.5);
  position: absolute;
  bottom: 0.15em;
}
@media screen and (max-width: 1110px) {
  .p-restaurants__banner__title {
    left: 15px;
  }
}
@media screen and (max-width: 659px) {
  .p-restaurants__banner__title {
    left: 10px;
  }
}
.p-restaurants__results .restaurants__map {
  display: none;
}
@media screen and (min-width: 1111px) {
  .p-restaurants__results.mapVisible.container {
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1111px) {
  .p-restaurants__results.mapVisible .restaurants__list {
    width: 60%;
    display: inline-block;
    height: 525px;
    max-height: 525px;
    position: absolute;
    overflow-y: auto;
    padding-right: 10px;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 1111px) {
  .p-restaurants__results.mapVisible .restaurants__map {
    width: 39%;
    margin-left: 1%;
    height: 525px;
    max-height: 525px;
    float: right;
    display: block;
  }
}
@media screen and (max-width: 1110px) {
  .p-restaurants__results.mapVisible .restaurants__map {
    display: none;
  }
}
@media screen and (max-width: 659px) {
  .p-restaurants__results.mapVisible .restaurants__map {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .p-restaurants__results.mapVisible .restaurants__map {
    display: none;
  }
}
.p-restaurants__infowindow {
  width: 285px;
  height: 80px;
  padding: 0;
  padding-top: 0.5em;
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap;
}
.p-restaurants__infowindow img {
  width: 86px;
  float: left;
  height: auto;
  border-radius: 3px;
}
.p-restaurants__infowindow a {
  white-space: initial;
  line-height: 1em;
  display: block;
  width: 170px;
}
.p-restaurants__infowindow__price {
  letter-spacing: 2px;
}
.p-restaurants__infowindow__details {
  width: 190px;
  margin-left: 0;
  margin-top: -5px;
  float: right;
}
.p-restaurants__infowindow__details p {
  line-height: 1.5;
  white-space: initial;
  width: 190px;
  max-width: 190px;
  min-width: 190px;
  display: block;
}
.p-restaurants__actions {
  position: relative;
}
.p-restaurants__actions__map-toggle {
  display: inline-block;
  position: absolute;
  right: 2em;
}
.p-restaurants__actions__map-toggle label {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 7px;
  background-size: auto 60%;
  font-size: 0.8rem;
  border: 1px solid #06556e;
}
.p-restaurants__actions__map-toggle label:hover, .p-restaurants__actions__map-toggle label.active {
  background-color: #06556e;
  color: #fff;
  cursor: pointer;
}
.p-restaurants__actions__map-toggle label input {
  visibility: hidden;
  width: 0;
}
.p-restaurants__actions__map-toggle label img {
  max-width: 15px;
}
.p-restaurants__footer {
  height: 7em;
}
.p-restaurants__footer__panel {
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.2;
  font-family: "Graphik-Medium", sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 1em;
}
.p-restaurants .searchbar__items {
  width: 1110px;
  max-width: 90%;
}

/**
 * RESTAURANT SOLUTIONS
 * pages/restaurant-solutions.scss
 */
.p-rs__stripe {
  padding: 100px 0;
}
@media screen and (max-width: 659px) {
  .p-rs__stripe {
    padding: 50px 0;
  }
}
.p-rs__stripe--header {
  background: #090701 url("../img/pages/rs/header.jpg") center center;
  background-size: cover;
  color: #f9f9f8;
  padding: 60px 0 80px;
}
.p-rs__stripe--1 {
  background: url("../img/pages/rs/sct-1.jpg") center center;
  background-size: cover;
}
.p-rs__stripe--2 {
  background-color: #212121;
  color: #f9f9f8;
}
.p-rs__stripe--3 {
  background: #fdfdfc url("../img/pages/rs/sct-3.jpg") center center;
  background-size: cover;
}
.p-rs__stripe p:last-of-type {
  margin-bottom: 0;
}
.p-rs__title {
  color: #00a3ad;
  font-size: 50px;
  font-size: 2.7777777778rem;
  line-height: 1.44;
  line-height: 1.2;
  font-weight: 300;
}
@media screen and (max-width: 659px) {
  .p-rs__title {
    font-size: 40px;
    font-size: 2.2222222222rem;
    line-height: 1.2;
  }
}
.p-rs__subtitle {
  color: #00a3ad;
  font-size: 40px;
  font-size: 2.2222222222rem;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 0.3em;
}
.p-rs__subtitle > strong {
  display: block;
}
.p-rs__subtitle--contact {
  margin-bottom: 2em;
}
.p-rs__desc {
  font-family: "Graphik-Medium", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.3333333333;
  font-weight: 300;
}
.p-rs__devices {
  margin-top: 40px;
}
@media screen and (max-width: 659px) {
  .p-rs__devices {
    width: 80%;
  }
}
.p-rs__shorted {
  width: 60%;
  margin-bottom: 25px;
}
@media screen and (max-width: 659px) {
  .p-rs__shorted {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-rs__submit-btn {
  padding: 10px 50px;
  margin-top: 30px;
}
.p-rs__video {
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .p-rs__video {
    text-align: center;
    margin-top: 20px;
  }
}
.p-rs__video > iframe {
  width: 500px;
  height: 290px;
}
@media screen and (max-width: 900px) {
  .p-rs__video > iframe {
    width: 320px;
    height: 180px;
  }
}
@media screen and (max-width: 900px) {
  .p-rs__video__desc {
    margin-bottom: 20px;
  }
}
.p-rs__modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 9600;
}
.p-rs__modal.visible {
  display: block;
}
.p-rs__modal__header {
  width: 600px;
  height: 45px;
  background-color: #000;
  color: black;
  position: fixed;
  left: 50%;
  top: 55px;
  margin-left: -279px;
  border-left-style: solid;
  border-left-width: thick;
  border-right-style: solid;
  border-right-width: thick;
  border-top-style: solid;
  border-top-width: thick;
}
@media screen and (max-width: 659px) {
  .p-rs__modal__header {
    width: 300px;
    max-width: 90%;
    margin-left: -150px;
  }
}
.p-rs__modal__title {
  text-transform: uppercase;
  color: #fff;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.71429;
  font-weight: 400;
  display: block;
  margin-top: 7px;
  margin-left: 13px;
}
.p-rs__modal__title__close {
  text-transform: uppercase;
  color: #fff;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.71429;
  font-weight: 400;
  display: block;
  right: 4px;
  top: 4px;
  position: absolute;
  cursor: pointer;
  width: 30px;
  text-align: center;
}
.p-rs__modal__outzone {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.p-rs__modal__content__error {
  width: 590px;
  left: 50%;
  top: 98px;
  background-color: #d54326;
  color: #fff;
  text-align: center;
  position: fixed;
  z-index: 1;
  padding: 4px 10px 8px;
  margin-top: 5px;
  margin-left: -274px;
}
@media screen and (max-width: 659px) {
  .p-rs__modal__content__error {
    width: 290px;
    max-width: 85%;
    margin-left: -145px;
  }
}
.p-rs__modal__content__request {
  width: 600px;
  height: 80%;
  overflow-y: auto;
  padding: 2em;
  background-color: #fff;
  color: black;
  position: fixed;
  left: 50%;
  top: 98px;
  margin-left: -279px;
  border-bottom-style: solid;
  border-bottom-width: thick;
  border-left-style: solid;
  border-left-width: thick;
  border-right-style: solid;
  border-right-width: thick;
  border-top-style: solid;
  border-top-width: thick;
}
@media screen and (max-width: 659px) {
  .p-rs__modal__content__request {
    width: 300px;
    max-width: 90%;
    margin-left: -150px;
    height: 80%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.p-rs__modal__content__confirmation {
  width: 600px;
  height: 235px;
  padding: 2em;
  background-color: #fff;
  color: black;
  position: fixed;
  left: 50%;
  top: 98px;
  margin-left: -279px;
  border-bottom-style: solid;
  border-bottom-width: thick;
  border-left-style: solid;
  border-left-width: thick;
  border-right-style: solid;
  border-right-width: thick;
  border-top-style: solid;
  border-top-width: thick;
}
@media screen and (max-width: 659px) {
  .p-rs__modal__content__confirmation {
    width: 300px;
    max-width: 90%;
    margin-left: -150px;
    height: 335px;
    overflow: auto;
  }
}

.p-regions__content {
  max-width: 1000px;
}
.p-regions__title {
  text-align: center;
  margin-bottom: 3em;
}
.p-regions__region {
  position: relative;
  text-align: center;
  margin-bottom: 2em;
}
.p-regions__region a {
  display: block;
  font-weight: bold;
  font-size: 1.3em;
}
.p-regions__region a img {
  width: 100%;
}
.p-regions__region .label {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  height: 40px;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-regions__region:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 659px) {
  .p-regions__region {
    margin-bottom: 1.5em;
  }
}
.p-regions__small-list {
  list-style: none;
  text-align: center;
}
.p-regions__small-list p {
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.2;
  font-family: "Graphik-Medium", sans-serif;
}
.p-regions__small-list div.col--3.col-m--6 {
  margin-right: 0;
}
.p-regions__small-list a {
  color: #252525;
  text-decoration: none;
}
.p-regions__small-list a:hover {
  text-decoration: underline;
}
.p-regions__footer {
  padding: 2em;
}
.p-regions__footer__panel {
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.2;
  font-family: "Graphik-Medium", sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 3em 1em;
}

.p-register-user {
  padding-top: 150px;
}
.p-register-user h2, .p-register-user h3, .p-register-user h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-register-user__section {
  margin-top: 30px;
}
.p-register-user__section__separator {
  margin-top: 50px;
  border-bottom: 1px solid #e1e1e1;
}
.p-register-user .button {
  width: 100%;
}
.p-register-user .form__input {
  border-color: #ddd;
}
.p-register-user__dropdown__button {
  border-color: #ddd;
  padding-top: 9px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 10px;
}
.p-register-user__dropdown__button::after {
  color: #333;
  top: 10px;
}
.p-register-user__dropdown__country.open > .dropdown__content {
  width: 250px;
}
.p-register-user__dropdown__country-icon {
  width: 32px;
  height: 20px;
  background-image: url(https://scontent.tbdine.com/sites/usereso/images/allflags_medium.jpg);
  background-position-x: 0;
  display: inline-block;
  vertical-align: middle;
}
.p-register-user .p-register-user__terms {
  font-size: 10px;
  font-weight: 300;
}

.p-reservation-list .container {
  max-width: 1000px;
}
.p-reservation-list__menu {
  list-style: none;
  margin-top: 1em;
}
.p-reservation-list__menu img {
  max-width: 100%;
}
.p-reservation-list h2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.p-reservation-list a.link {
  color: #06556e;
}
.p-reservation-list__past {
  margin-top: 3em;
}
.p-reservation-list__reservation {
  height: 100px;
  margin-bottom: 2em;
}
@media screen and (max-width: 659px) {
  .p-reservation-list__reservation {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 659px) {
  .p-reservation-list__reservation--past {
    margin-bottom: 0;
  }
}
.p-reservation-list__reservation__logo img {
  width: 100%;
}
.p-reservation-list__reservation__content {
  margin-left: 2em;
  padding-right: 1em;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.p-reservation-list__reservation__content a.link {
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 659px) {
  .p-reservation-list__reservation__content {
    margin-left: 1em;
  }
}
.p-reservation-list__reservation__content h3 {
  padding-top: 0;
}
.p-reservation-list__reservation__content p {
  color: #747474;
}
.p-reservation-list__reservation__actions {
  position: absolute;
  right: 0;
  bottom: 1em;
}
@media screen and (max-width: 659px) {
  .p-reservation-list__reservation__actions {
    position: relative;
    margin-top: 2em;
  }
}
.p-reservation-list__reservation__actions ul {
  list-style: none;
}
.p-reservation-list__reservation__actions ul li {
  display: inline-block;
}
.p-reservation-list__reservation__actions ul li::after {
  content: " |";
  color: #ccc;
}
.p-reservation-list__reservation__actions ul li:last-child::after {
  content: "";
}
.p-reservation-list__reservation__actions ul li a {
  color: #06556e;
  text-decoration: none;
  cursor: pointer;
}

.p-reply {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.3333333333;
  position: relative;
}
@media screen and (max-width: 659px) {
  .p-reply {
    padding-top: 90px;
  }
}
.p-reply__logo {
  width: 300px;
}
.p-reply__error {
  background-color: #06556e;
  color: #fff;
  text-align: center;
  z-index: 1;
  padding: 4px 10px 8px;
  margin-top: 5px;
  width: 100%;
}
.p-reply__error > p {
  margin-bottom: 0.2em;
}
.p-reply__error > p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 659px) {
  .p-reply__error {
    margin-top: 14px;
  }
}

/**
 * -- TRUMPS
 */
/**
 * A11Y
 * trumps/a11y.scss
 */
.a11y-visuallyHidden {
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/**
 * HELPERS
 * trumps/helpers.scss
 */
.is-centered {
  text-align: center !important;
}

.is-left {
  text-align: left !important;
}

.is-right {
  text-align: right !important;
}

.is-responsive {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  .is-responsive--t {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 659px) {
  .is-hidden--mobile {
    display: none;
  }
}

@media screen and (max-width: 1110px) {
  .is-hidden--desktop-and-smaller {
    display: none;
  }
}

.is-only-mobile {
  display: none;
}
@media screen and (max-width: 659px) {
  .is-only-mobile {
    display: block;
  }
}

.is-block {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.is-bigger {
  font-size: 125%;
}

.is-baseline {
  vertical-align: baseline !important;
}

/* -- Clearfix -- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Display */
.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-inline-flex {
  display: inline-flex;
}

@media screen and (max-width: 659px) {
  .d-sm-none {
    display: none;
  }
}

@media screen and (max-width: 659px) {
  .d-sm-block {
    display: block;
  }
}

@media screen and (min-width: 1111px) {
  .d-lg-block {
    display: block;
  }
}

/* Padding & Margin Utility */
.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 1.2rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 1.2rem;
}

.mx-auto {
  margin: 0 auto;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

@media screen and (max-width: 659px) {
  .flex-sm-column {
    flex-direction: column;
  }
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.text-primary {
  color: #06556e;
}

.text-secondary {
  color: #00838c;
}

.text-success {
  color: #159948;
}

.text-danger {
  color: #db331a;
}

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