html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! 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 {
  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 */
  /* 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; }

.column {
  margin-bottom: 4.82916%; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .column {
      margin-bottom: 4.82916%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .column {
      margin-bottom: 4.82916%; } }
  @media screen and (min-width: 1024px) {
    .column {
      margin-bottom: 4.82916%; } }
  @media screen and (min-width: 1024px) {
    .column.last {
      margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .column.first {
      clear: left; } }

.col-xs-1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%; }
  .col-xs-1:last-child {
    margin-right: 0; }

.col-xs-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .col-xs-2:last-child {
    margin-right: 0; }

.col-xs-3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .col-xs-3:last-child {
    margin-right: 0; }

.col-xs-4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .col-xs-4:last-child {
    margin-right: 0; }

.col-xs-5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .col-xs-5:last-child {
    margin-right: 0; }

.col-xs-6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .col-xs-6:last-child {
    margin-right: 0; }

.col-xs-7 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .col-xs-7:last-child {
    margin-right: 0; }

.col-xs-8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .col-xs-8:last-child {
    margin-right: 0; }

.col-xs-9 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .col-xs-9:last-child {
    margin-right: 0; }

.col-xs-10 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%; }
  .col-xs-10:last-child {
    margin-right: 0; }

.col-xs-11 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%; }
  .col-xs-11:last-child {
    margin-right: 0; }

.col-xs-12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .col-xs-12:last-child {
    margin-right: 0; }

.col-xs-6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .col-xs-6:last-child {
    margin-right: 0; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .col-xs-6 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .col-xs-6:last-child {
        margin-right: 0; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .col-xs-3:nth-of-type(4n + 5) {
    margin-right: 0; }
  .col-xs-3:nth-of-type(4n + 6) {
    clear: left; }
  .col-xs-4:nth-of-type(3n + 4) {
    margin-right: 0; }
  .col-xs-4:nth-of-type(3n + 5) {
    clear: left; }
  .col-xs-6:nth-of-type(2n) {
    margin-right: 0; }
  .col-xs-6:nth-of-type(2n + 1) {
    clear: left; } }

.col-sm {
  /*@include media($sm-to-md-viewport){
      &-first{
        clear: left;
      }
      &-last{
        margin-right: 0;
      }
    }*/ }
  @media screen and (min-width: 768px) {
    .col-sm-1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 6.17215%; }
      .col-sm-1:last-child {
        margin-right: 0; }
    .col-sm-2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .col-sm-2:last-child {
        margin-right: 0; }
    .col-sm-3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .col-sm-3:last-child {
        margin-right: 0; }
    .col-sm-4 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .col-sm-4:last-child {
        margin-right: 0; }
    .col-sm-5 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .col-sm-5:last-child {
        margin-right: 0; }
    .col-sm-6 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .col-sm-6:last-child {
        margin-right: 0; }
    .col-sm-7 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .col-sm-7:last-child {
        margin-right: 0; }
    .col-sm-8 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .col-sm-8:last-child {
        margin-right: 0; }
    .col-sm-9 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .col-sm-9:last-child {
        margin-right: 0; }
    .col-sm-10 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%; }
      .col-sm-10:last-child {
        margin-right: 0; }
    .col-sm-11 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 91.4702%; }
      .col-sm-11:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .col-sm-3:nth-of-type(4n + 5) {
      margin-right: 0; }
    .col-sm-3:nth-of-type(4n + 6) {
      clear: left; }
    .col-sm-4:nth-of-type(3n + 4) {
      margin-right: 0; }
    .col-sm-4:nth-of-type(3n + 5) {
      clear: left; }
    .col-sm-6:nth-of-type(2n) {
      margin-right: 0; }
    .col-sm-6:nth-of-type(2n + 1) {
      clear: left; } }

@media screen and (min-width: 1024px) {
  .col-md {
    /*&-first{
        clear: left;
      }
      &-last{
        margin-right: 0;
      }*/ }
    .col-md-1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 6.17215%; }
      .col-md-1:last-child {
        margin-right: 0; }
    .col-md-2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .col-md-2:last-child {
        margin-right: 0; }
    .col-md-3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .col-md-3:last-child {
        margin-right: 0; }
    .col-md-4 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .col-md-4:last-child {
        margin-right: 0; }
    .col-md-5 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .col-md-5:last-child {
        margin-right: 0; }
    .col-md-6 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .col-md-6:last-child {
        margin-right: 0; }
    .col-md-7 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .col-md-7:last-child {
        margin-right: 0; }
    .col-md-8 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .col-md-8:last-child {
        margin-right: 0; }
    .col-md-9 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .col-md-9:last-child {
        margin-right: 0; }
    .col-md-10 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%; }
      .col-md-10:last-child {
        margin-right: 0; }
    .col-md-11 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 91.4702%; }
      .col-md-11:last-child {
        margin-right: 0; }
    .col-md-12 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .col-md-12:last-child {
        margin-right: 0; }
    .col-md-3:nth-of-type(4n + 5) {
      margin-right: 0; }
    .col-md-3:nth-of-type(4n + 6) {
      clear: left; }
    .col-md-4:nth-of-type(3n + 4) {
      margin-right: 0; }
    .col-md-4:nth-of-type(3n + 5) {
      clear: left; }
    .col-md-6:nth-of-type(2n + 3) {
      margin-right: 0; }
    .col-md-6:nth-of-type(2n + 4) {
      clear: left; } }

.campaign .c2a {
  background: #333;
  border: 1px solid #99875b; }

.campaign .c2a:hover {
  background: #b3b3b3;
  color: black; }

.content {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  .content::after {
    clear: both;
    content: "";
    display: table; }

.device-only {
  display: block; }
  @media screen and (min-width: 1024px) {
    .device-only {
      display: none !important; } }

.mobile-never {
  display: initial; }
  @media screen and (max-width: 479px) {
    .mobile-never {
      display: none !important; } }

.mobile-only {
  display: initial; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .mobile-only {
      display: none !important; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .mobile-only {
      display: none !important; } }
  @media screen and (min-width: 1024px) {
    .mobile-only {
      display: none !important; } }

.small-device-never {
  display: initial; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .small-device-never {
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .small-device-never {
      display: initial; } }
  @media screen and (min-width: 1024px) {
    .small-device-never {
      display: initial; } }

.small-device-only {
  display: block; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .small-device-only {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .small-device-only {
      display: none; } }

.desktop-and-tablet-only {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .desktop-and-tablet-only {
      display: block; } }
  @media screen and (min-width: 1024px) {
    .desktop-and-tablet-only {
      display: block; } }

.padding {
  padding: 0 20px; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .padding {
      padding: 0 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .padding {
      padding: 0 20px; } }
  @media screen and (min-width: 1024px) {
    .padding {
      padding: 0; } }

.content > div:first-child {
  margin-top: 4.82916%; }
  @media screen and (min-width: 1024px) {
    .content > div:first-child {
      margin-top: -60px; } }

img {
  max-width: 100%; }

.read-more-btn {
  display: inline-block;
  padding: 8px 16px;
  background: #a29060;
  color: white;
  font-family: "kepler-std-display", serif;
  font-style: italic;
  font-size: 21px;
  transition: background 0.2s 0s ease; }
  .read-more-btn:hover {
    background: #ad9d73; }
    .read-more-btn:hover a {
      color: white; }
  .read-more-btn a {
    color: white; }

.error-page {
  margin: 60px auto; }
  .error-page a {
    font-size: 20px; }

h1,
.h1 {
  font-size: 30px;
  font-weight: 400;
  text-rendering: optimizelegibility;
  font-family: "kepler-std-display", serif;
  line-height: 1.2; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    h1,
    .h1 {
      font-size: 40px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    h1,
    .h1 {
      font-size: 48px; } }
  @media screen and (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 48px; } }

h2,
.h2 {
  font-size: 25px;
  font-weight: 400;
  text-rendering: optimizelegibility;
  font-family: "kepler-std-display", serif;
  line-height: 1.2; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    h2,
    .h2 {
      font-size: 25px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    h2,
    .h2 {
      font-size: 36px; } }
  @media screen and (min-width: 1024px) {
    h2,
    .h2 {
      font-size: 36px; } }

h3,
.h3 {
  font-size: 20px;
  font-weight: 400;
  text-rendering: optimizelegibility;
  font-family: "kepler-std-display", serif;
  line-height: 1.2; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    h3,
    .h3 {
      font-size: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    h3,
    .h3 {
      font-size: 24px; } }
  @media screen and (min-width: 1024px) {
    h3,
    .h3 {
      font-size: 24px; } }

h4,
.h4 {
  font-size: 18px;
  font-weight: 400;
  text-rendering: optimizelegibility;
  font-family: "kepler-std-display", serif;
  line-height: 1.2; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    h4,
    .h4 {
      font-size: 18px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    h4,
    .h4 {
      font-size: 20px; } }
  @media screen and (min-width: 1024px) {
    h4,
    .h4 {
      font-size: 20px; } }

h5,
.h5 {
  font-size: 15px;
  font-weight: 400;
  text-rendering: optimizelegibility;
  font-family: "kepler-std-display", serif;
  line-height: 1.2; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    h5,
    .h5 {
      font-size: 15px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    h5,
    .h5 {
      font-size: 15px; } }
  @media screen and (min-width: 1024px) {
    h5,
    .h5 {
      font-size: 15px; } }

h6,
.h6 {
  font-size: 14px;
  font-weight: 400;
  text-rendering: optimizelegibility;
  font-family: "kepler-std-display", serif;
  line-height: 1.2; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    h6,
    .h6 {
      font-size: 14px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    h6,
    .h6 {
      font-size: 14px; } }
  @media screen and (min-width: 1024px) {
    h6,
    .h6 {
      font-size: 14px; } }

h1 {
  line-height: 1; }

h3 {
  line-height: 1.2; }

a {
  color: #a29060;
  text-decoration: none; }
  a:hover {
    color: #83744c; }

body {
  color: #000;
  background-color: #f6f6f6;
  font-family: "open-sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "kepler-std-display", serif; }

@font-face {
  font-family: 'socicon';
  src: url("font/socicon-webfont.eot");
  src: url("font/socicon-webfont.eot?#iefix") format("embedded-opentype"), url("font/socicon-webfont.woff") format("woff"), url("font/socicon-webfont.ttf") format("truetype"), url("font/socicon-webfont.svg#sociconregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  background-color: #99875b;
  color: white;
  padding: 5px;
  border-radius: 4px; }

.icon-facebook:before {
  content: "b"; }

.icon-instagram:before {
  content: "x"; }

.icon-tripadvisor:before {
  content: "3"; }

.banner {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1; }
  .banner.desktop {
    display: none; }
    @media screen and (min-width: 1024px) {
      .banner.desktop {
        display: block; } }
  .banner.tablet {
    display: none; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .banner.tablet {
        display: block; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .banner.tablet {
        display: block; } }
    @media screen and (min-width: 1024px) {
      .banner.tablet {
        display: none; } }
  .banner.device {
    display: block; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .banner.device {
        display: none; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .banner.device {
        display: none; } }
    @media screen and (min-width: 1024px) {
      .banner.device {
        display: none; } }
  .banner--Black .banner_text {
    background: rgba(52, 52, 52, 0.9);
    color: #fff; }
    .banner--Black .banner_text.full-color {
      background: #343434; }
    .banner--Black .banner_text h1 {
      color: #fff; }
    .banner--Black .banner_text .divider {
      height: 1px;
      width: 80px;
      background-color: #99875b; }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        .banner--Black .banner_text .divider {
          width: 160px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .banner--Black .banner_text .divider {
          width: 160px; } }
      @media screen and (min-width: 1024px) {
        .banner--Black .banner_text .divider {
          width: 160px; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .banner {
      height: 320px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .banner {
      height: 520px; } }
  @media screen and (min-width: 1024px) {
    .banner {
      height: 520px; } }
  .banner_content {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    height: 100%; }
    .banner_content::after {
      clear: both;
      content: "";
      display: table; }
  .banner_text {
    position: static;
    display: block;
    line-height: 1.7;
    margin: -20px 20px 0 20px;
    min-width: 280px;
    padding: 35px 20px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9); }
    .banner_text h1 {
      margin-top: 0;
      margin-bottom: 10px; }
    .banner_text p {
      font-style: italic;
      font-weight: 100;
      font-size: 18px;
      line-height: 1.3;
      font-family: "kepler-std-display", serif; }
    .banner_text .divider {
      height: 1px;
      width: 80px;
      background-color: #99875b;
      display: inline-block; }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        .banner_text .divider {
          width: 160px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .banner_text .divider {
          width: 160px; } }
      @media screen and (min-width: 1024px) {
        .banner_text .divider {
          width: 160px; } }
    .banner_text.full-color {
      background: #fff; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .banner_text {
        text-align: left;
        position: absolute;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        right: 10px;
        top: 30px;
        padding: 30px 20px 20px; }
        .banner_text:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .banner_text {
        text-align: left;
        position: absolute;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        right: 20px;
        top: 50px;
        min-width: 375px;
        padding: 50px 40px 40px 40px; }
        .banner_text:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .banner_text {
        text-align: left;
        position: absolute;
        margin-left: 59.70863%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
        top: 50px;
        min-width: 375px;
        padding: 50px 40px 40px 40px; }
        .banner_text:last-child {
          margin-right: 0; } }
    .banner_text--reverse {
      left: 20px;
      right: auto; }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        .banner_text--reverse {
          left: 10px;
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%;
          margin-left: 0%; }
          .banner_text--reverse:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .banner_text--reverse {
          left: 20px;
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          margin-left: 0%; }
          .banner_text--reverse:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 1024px) {
        .banner_text--reverse {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 40.29137%;
          margin-left: 0%; }
          .banner_text--reverse:last-child {
            margin-right: 0; } }

.article-box {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  background: white;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  text-decoration: none;
  overflow: hidden;
  color: black; }
  .article-box:hover {
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .article-box {
      height: 380px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .article-box {
      height: 400px; } }
  @media screen and (min-width: 1024px) {
    .article-box {
      height: 380px; } }
  .article-box_image {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .article-box_image img {
        max-height: 280px; } }
  .article-box_content {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    padding: 30px 20px 30px 20px;
    margin-top: -3px;
    background: white; }
  .article-box_title {
    margin: 5px 0; }
  .article-box_text, .article-box p {
    color: black;
    font-weight: 100;
    font-size: 14px;
    text-decoration: none; }

.header {
  background: #fff;
  height: 50px;
  padding: 10px 20px;
  box-shadow: 0 8px 6px -6px #999; }
  @media screen and (min-width: 1024px) {
    .header {
      height: 85px;
      padding: 10px; } }

.navigation {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .navigation::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1024px) {
    .navigation {
      position: relative; } }
  .navigation .sub-navigation_list {
    height: 100%;
    transition: none;
    width: 100%;
    left: 0px; }
    .navigation .sub-navigation_list.open {
      background-color: #343434;
      height: 100%;
      top: 0;
      position: relative;
      z-index: 11; }
      @media screen and (min-width: 1024px) {
        .navigation .sub-navigation_list.open {
          display: none; } }
    @media screen and (min-width: 1024px) {
      .navigation .sub-navigation_list {
        display: none; } }
    .navigation .sub-navigation_list .navigation_list_item:last-of-type {
      border: none; }
  .navigation_logo {
    margin-right: auto;
    background-image: url("./img/logos/logo-alexandra-sort.png");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 46px;
    width: 80px; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .navigation_logo {
        background-image: url("./img/logos/logo-alexandra-sort-2x.png");
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 110px;
        height: 46px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .navigation_logo {
        background-image: url("./img/logos/logo-alexandra-sort-2x.png");
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 166px;
        height: 46px; } }
    @media screen and (min-width: 1024px) {
      .navigation_logo {
        background-image: url("./img/logos/logo-alexandra-sort-2x.png");
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        height: 60px;
        width: 150px; } }
  .navigation .hamburger-container {
    -ms-flex-order: 1;
        order: 1;
    margin-right: auto; }
  .navigation .hamburger .hamburger-meat {
    background: #827357; }
    .navigation .hamburger .hamburger-meat::before, .navigation .hamburger .hamburger-meat::after {
      background: #827357; }
  .navigation .hamburger.hamburger--open .hamburger-meat {
    background: none; }
  .navigation .navigation_logo {
    -ms-flex-order: 2;
        order: 2; }
  .navigation .search {
    -ms-flex-order: 3;
        order: 3; }
  @media screen and (min-width: 1024px) {
    .navigation .hamburger-container {
      display: none; }
    .navigation .navigation_logo {
      -ms-flex-order: 1;
          order: 1; }
    .navigation .search {
      -ms-flex-order: 3;
          order: 3; }
    .navigation .navigation_list {
      -ms-flex-order: 2;
          order: 2; } }
  .navigation_list {
    position: absolute;
    height: 0;
    background-color: #343434;
    left: 0px;
    z-index: 10;
    top: 50px;
    width: 280px;
    margin: initial;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: height 0.4s 0s ease, visibility 0s 0.4s ease, opacity 0.4s 0s ease; }
    @media screen and (min-width: 1024px) {
      .navigation_list {
        background-color: transparent;
        visibility: visible;
        position: static;
        opacity: 1;
        padding: initial;
        margin: initial;
        height: auto;
        width: auto; } }
    .navigation_list.open {
      opacity: 1;
      visibility: visible;
      overflow: visible;
      transition: height 0.4s 0s ease, visibility 0s 0s ease, opacity 0.4s 0s ease;
      position: absolute;
      margin: initial;
      padding: 0 20px;
      height: 100%; }
      .navigation_list.open .navigation_list_item {
        padding: 15px 0; }
        .navigation_list.open .navigation_list_item a {
          display: inline-block;
          color: #fff;
          font-size: 21px; }
      @media screen and (min-width: 1024px) {
        .navigation_list.open {
          position: static;
          width: auto;
          padding: 0;
          height: auto;
          background-color: transparent; }
          .navigation_list.open .navigation_list_item {
            padding: 15px;
            border-bottom: none; }
            .navigation_list.open .navigation_list_item a {
              display: inline-block;
              color: #282828;
              font-size: 16px; } }
    .navigation_list_item {
      display: block;
      border-bottom: 1px solid #505050;
      padding: 15px; }
      @media screen and (min-width: 1024px) {
        .navigation_list_item {
          display: inline-block;
          border-bottom: none; } }
      .navigation_list_item.back {
        color: #a29060; }
      .navigation_list_item a {
        font-family: "kepler-std-display", serif;
        font-size: 16px;
        line-height: 1.3;
        color: #282828;
        text-decoration: none; }
      .navigation_list_item .selected {
        font-weight: bold;
        border-bottom: 2px solid #a29060; }
      .navigation_list_item_arrow {
        cursor: pointer;
        text-align: center;
        float: right;
        width: 30px;
        height: 30px;
        font-size: 22px;
        color: #a29060; }
  .navigation .search .search-form .submit {
    display: none;
    width: 14px;
    height: 14px; }
  .navigation .search .search-form .submit-placeholder {
    width: 14px;
    height: 14px; }
    @media screen and (min-width: 1024px) {
      .navigation .search .search-form .submit-placeholder {
        display: inline-block; } }
  .navigation .search .search-form input[type="search"] {
    width: 0;
    border: none;
    padding: 0; }
  .navigation .search .search-form.open {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 50px;
    right: 0;
    padding: 0 10px;
    background: white; }
    @media screen and (min-width: 1024px) {
      .navigation .search .search-form.open {
        position: relative;
        top: auto;
        height: auto;
        width: auto;
        padding: initial;
        background: transparent; } }
    .navigation .search .search-form.open .submit {
      display: block;
      position: absolute;
      right: 10%;
      top: 15px; }
    .navigation .search .search-form.open .submit-placeholder {
      display: none; }
    .navigation .search .search-form.open input[type="search"] {
      width: 90%;
      outline: none;
      transition: width 0.5s 0s ease;
      border-bottom: 1px solid #4a4a4a;
      padding: 10px; }
      @media screen and (min-width: 1024px) {
        .navigation .search .search-form.open input[type="search"] {
          width: 200px; } }
  .navigation_language {
    display: none;
    position: absolute;
    z-index: 11;
    bottom: -5px;
    right: 0;
    width: auto; }
    @media screen and (min-width: 1024px) {
      .navigation_language {
        display: block; } }
    .navigation_language--device {
      position: static;
      display: block;
      color: #fff;
      border-bottom: none; }
      .navigation_language--device .navigation_language_item span {
        font-size: 16px;
        color: #a29060; }
      @media screen and (min-width: 1024px) {
        .navigation_language--device {
          display: none; } }
    .navigation_language_item {
      font-family: "kepler-std-display", serif;
      color: #282828;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase; }
      .navigation_language_item:hover {
        text-decoration: underline; }

/** Base container **/
.kalendae {
  background: #f6f6f6;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  font-family: "open-sans", sans-serif;
  cursor: default;
  position: relative;
  width: 100%;
  /** Popup Container for Kalendae.Input **/
  /** Month Container **/
  /** Month Separator **/
  /** Force specific width for month container contents **/ }
  .kalendae.k-floating {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    margin: 0;
    width: 250px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;
    padding: 8px 0; }
  .kalendae .k-calendar, .kalendae .k-floating {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 100%;
    vertical-align: top;
    /** Month and Year Buttons **/
    /** Remove extra buttons when calendar shows multiple months **/
    /** Hide unusable buttons **/
    /** Month Title Row **/ }
    .ie7 .kalendae .k-calendar, .ie7 .kalendae .k-floating {
      display: inline; }
    .kalendae .k-calendar .k-btn-previous-month,
    .kalendae .k-calendar .k-btn-next-month,
    .kalendae .k-calendar .k-btn-previous-year,
    .kalendae .k-calendar .k-btn-next-year, .kalendae .k-floating .k-btn-previous-month,
    .kalendae .k-floating .k-btn-next-month,
    .kalendae .k-floating .k-btn-previous-year,
    .kalendae .k-floating .k-btn-next-year {
      width: 16px;
      height: 16px;
      cursor: pointer;
      position: absolute;
      top: -3px;
      color: #a29060;
      font-size: 16px;
      font-weight: bold;
      font-family: arial; }
      .ie8 .kalendae .k-calendar .k-btn-previous-month, .ie7 .kalendae .k-calendar .k-btn-previous-month, .ie8
      .kalendae .k-calendar .k-btn-next-month, .ie7
      .kalendae .k-calendar .k-btn-next-month, .ie8
      .kalendae .k-calendar .k-btn-previous-year, .ie7
      .kalendae .k-calendar .k-btn-previous-year, .ie8
      .kalendae .k-calendar .k-btn-next-year, .ie7
      .kalendae .k-calendar .k-btn-next-year, .ie8 .kalendae .k-floating .k-btn-previous-month, .ie7 .kalendae .k-floating .k-btn-previous-month, .ie8
      .kalendae .k-floating .k-btn-next-month, .ie7
      .kalendae .k-floating .k-btn-next-month, .ie8
      .kalendae .k-floating .k-btn-previous-year, .ie7
      .kalendae .k-floating .k-btn-previous-year, .ie8
      .kalendae .k-floating .k-btn-next-year, .ie7
      .kalendae .k-floating .k-btn-next-year {
        background: url("img/arrows_ie.png") 0px 0px no-repeat;
        height: 10px;
        width: 10px;
        top: 5px; }
    .kalendae .k-calendar .k-btn-previous-year, .kalendae .k-floating .k-btn-previous-year {
      left: 0;
      display: none; }
      .kalendae .k-calendar .k-btn-previous-year:after, .kalendae .k-floating .k-btn-previous-year:after {
        content: "\25c0"; }
    .kalendae .k-calendar .k-btn-previous-month, .kalendae .k-floating .k-btn-previous-month {
      left: 16px; }
      .ie8 .kalendae .k-calendar .k-btn-previous-month, .ie7 .kalendae .k-calendar .k-btn-previous-month, .ie8 .kalendae .k-floating .k-btn-previous-month, .ie7 .kalendae .k-floating .k-btn-previous-month {
        background: url("img/arrows_ie.png") top left no-repeat; }
        .ie8 .kalendae .k-calendar .k-btn-previous-month:after, .ie7 .kalendae .k-calendar .k-btn-previous-month:after, .ie8 .kalendae .k-floating .k-btn-previous-month:after, .ie7 .kalendae .k-floating .k-btn-previous-month:after {
          content: ""; }
      .kalendae .k-calendar .k-btn-previous-month:after, .kalendae .k-floating .k-btn-previous-month:after {
        content: "\25c0"; }
    .kalendae .k-calendar .k-btn-next-month, .kalendae .k-floating .k-btn-next-month {
      right: 16px; }
      .ie8 .kalendae .k-calendar .k-btn-next-month, .ie7 .kalendae .k-calendar .k-btn-next-month, .ie8 .kalendae .k-floating .k-btn-next-month, .ie7 .kalendae .k-floating .k-btn-next-month {
        background: url("img/arrows_ie.png") top right no-repeat; }
        .ie8 .kalendae .k-calendar .k-btn-next-month:after, .ie7 .kalendae .k-calendar .k-btn-next-month:after, .ie8 .kalendae .k-floating .k-btn-next-month:after, .ie7 .kalendae .k-floating .k-btn-next-month:after {
          content: ""; }
      .kalendae .k-calendar .k-btn-next-month:after, .kalendae .k-floating .k-btn-next-month:after {
        content: "\25b6"; }
    .kalendae .k-calendar .k-btn-next-year, .kalendae .k-floating .k-btn-next-year {
      right: 0;
      display: none; }
      .kalendae .k-calendar .k-btn-next-year:after, .kalendae .k-floating .k-btn-next-year:after {
        content: "\25b6"; }
    .kalendae .k-calendar .k-btn-previous-month:hover, .kalendae .k-floating .k-btn-previous-month:hover {
      color: #333; }
      .ie8 .kalendae .k-calendar .k-btn-previous-month:hover, .ie7 .kalendae .k-calendar .k-btn-previous-month:hover, .ie8 .kalendae .k-floating .k-btn-previous-month:hover, .ie7 .kalendae .k-floating .k-btn-previous-month:hover {
        background-position: bottom left; }
    .kalendae .k-calendar .k-btn-next-month:hover, .kalendae .k-floating .k-btn-next-month:hover {
      color: #333; }
      .ie8 .kalendae .k-calendar .k-btn-next-month:hover, .ie7 .kalendae .k-calendar .k-btn-next-month:hover, .ie8 .kalendae .k-floating .k-btn-next-month:hover, .ie7 .kalendae .k-floating .k-btn-next-month:hover {
        background-position: bottom right; }
    .kalendae .k-calendar .k-btn-previous-year:hover,
    .kalendae .k-calendar .k-btn-next-year:hover, .kalendae .k-floating .k-btn-previous-year:hover,
    .kalendae .k-floating .k-btn-next-year:hover {
      color: #333; }
    .kalendae .k-calendar .k-first-month .k-btn-next-month,
    .kalendae .k-calendar .k-middle-month .k-btn-next-month,
    .kalendae .k-calendar .k-middle-month .k-btn-previous-month,
    .kalendae .k-calendar .k-last-month .k-btn-previous-month,
    .kalendae .k-calendar .k-first-month .k-btn-next-year,
    .kalendae .k-calendar .k-middle-month .k-btn-next-year,
    .kalendae .k-calendar .k-middle-month .k-btn-previous-year,
    .kalendae .k-calendar .k-last-month .k-btn-previous-year, .kalendae .k-floating .k-first-month .k-btn-next-month,
    .kalendae .k-floating .k-middle-month .k-btn-next-month,
    .kalendae .k-floating .k-middle-month .k-btn-previous-month,
    .kalendae .k-floating .k-last-month .k-btn-previous-month,
    .kalendae .k-floating .k-first-month .k-btn-next-year,
    .kalendae .k-floating .k-middle-month .k-btn-next-year,
    .kalendae .k-floating .k-middle-month .k-btn-previous-year,
    .kalendae .k-floating .k-last-month .k-btn-previous-year {
      display: none; }
    .kalendae .k-calendar .kalendae.k-disable-next-month-btn .k-btn-next-month,
    .kalendae .k-calendar .kalendae.k-disable-previous-month-btn .k-btn-previous-month,
    .kalendae .k-calendar .kalendae.k-disable-next-year-btn .k-btn-next-year,
    .kalendae .k-calendar .kalendae.k-disable-previous-year-btn .k-btn-previous-year, .kalendae .k-floating .kalendae.k-disable-next-month-btn .k-btn-next-month,
    .kalendae .k-floating .kalendae.k-disable-previous-month-btn .k-btn-previous-month,
    .kalendae .k-floating .kalendae.k-disable-next-year-btn .k-btn-next-year,
    .kalendae .k-floating .kalendae.k-disable-previous-year-btn .k-btn-previous-year {
      display: none; }
    .kalendae .k-calendar .k-title, .kalendae .k-floating .k-title {
      text-align: center;
      white-space: nowrap;
      position: relative;
      height: 25px; }
    .kalendae .k-calendar .k-caption, .kalendae .k-floating .k-caption {
      font-size: 16px;
      color: #a29060;
      text-transform: uppercase;
      font-weight: 600; }
    .kalendae .k-calendar .k-header, .kalendae .k-calendar .k-days, .kalendae .k-floating .k-header, .kalendae .k-floating .k-days {
      width: 13.125em;
      margin: 0 auto; }
      .ie7 .kalendae .k-calendar .k-header, .ie7 .kalendae .k-calendar .k-days, .ie7 .kalendae .k-floating .k-header, .ie7 .kalendae .k-floating .k-days {
        width: 225px; }
      .kalendae .k-calendar .k-header span, .kalendae .k-calendar .k-days span, .kalendae .k-floating .k-header span, .kalendae .k-floating .k-days span {
        float: left;
        margin: 3px;
        text-align: center; }
    .kalendae .k-calendar .k-header, .kalendae .k-floating .k-header {
      /** Week columns and day cells **/ }
      .kalendae .k-calendar .k-header span, .kalendae .k-floating .k-header span {
        font-size: 10px;
        font-weight: bold;
        width: 2.39em;
        padding: 1px 0;
        color: #000;
        text-transform: uppercase; }
    .kalendae .k-calendar .k-days, .kalendae .k-floating .k-days {
      /** Week columns and day cells **/ }
      .kalendae .k-calendar .k-days span, .kalendae .k-floating .k-days span {
        width: 1.99em;
        height: 2em;
        padding: 2px 3px 2px 2px;
        font-size: 12px;
        background: #f1eee8;
        border-bottom: 1px solid #a29060;
        color: #333;
        /** Today **/
        /** Selectable but not selected day  **/
        /** Selected day, when outside the selectable area **/
        /** Selected day, when inside the selectable area **/
        /** Days between the start and end points on a range, outside of the selectable area **/
        /** Days between the start and end points on a range, inside of the selectable area **/
        /** Selectable day, hovered **/
        /** Days outside of the month view (before the first day of the month, after the last day of the month) **/ }
        .ie7 .kalendae .k-calendar .k-days span, .ie7 .kalendae .k-floating .k-days span {
          height: 20px;
          width: 19px; }
        .kalendae .k-calendar .k-days span.k-today, .kalendae .k-floating .k-days span.k-today {
          text-decoration: underline; }
        .kalendae .k-calendar .k-days span.k-active, .kalendae .k-floating .k-days span.k-active {
          background: #E1D8CB;
          border-bottom: 1px solid #73675C;
          cursor: pointer; }
        .kalendae .k-calendar .k-days span.k-selected, .kalendae .k-calendar .k-days span.k-selected.k-active, .kalendae .k-floating .k-days span.k-selected, .kalendae .k-floating .k-days span.k-selected.k-active {
          border-bottom: 1px solid #73675C;
          color: #A29060; }
        .kalendae .k-calendar .k-days span.k-range, .kalendae .k-floating .k-days span.k-range {
          background: none;
          border-color: #6DD4FE; }
        .kalendae .k-calendar .k-days span.k-range.k-active, .kalendae .k-floating .k-days span.k-range.k-active {
          background: #C4D4F1;
          border-color: #19AEFE;
          color: #333; }
        .kalendae .k-calendar .k-days span.k-active:hover, .kalendae .k-floating .k-days span.k-active:hover {
          border-color: #666; }
        .kalendae .k-calendar .k-days span.k-out-of-month, .kalendae .k-floating .k-days span.k-out-of-month {
          color: #ddd;
          background: none;
          border: 0; }
  .kalendae .k-separator {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 2px;
    vertical-align: top;
    background: #ddd;
    height: 250px;
    margin: 0px 10px; }
    .ie7 .kalendae .k-separator {
      display: inline; }
  .kalendae .k-title,
  .kalendae .k-header,
  .kalendae .k-days {
    width: 100%;
    display: block;
    overflow: hidden; }

/** Kalendae.Input's popup close button **/
.kalendae .k-btn-close {
  display: none;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #ccc;
  color: #999;
  line-height: 17px;
  text-align: center;
  font-size: 13px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  cursor: pointer; }

.kalendae .k-btn-close:after {
  content: "\2716"; }

.kalendae .k-btn-close:hover {
  color: #7EA0E2;
  background: white;
  border-color: #7EA0E2; }

/*-------------------------------------IE8 ONLY CODE BELOW THIS LINE--------------------------------------------*/
.kalendae.ie8.k-floating {
  border: 1px solid #ccc; }

.kalendae.ie8 .k-btn-close {
  width: 20px;
  height: 20px;
  border: none;
  background: url("close.png") no-repeat top left; }

.kalendae.ie8 .k-btn-close:after {
  display: none; }

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.big-booking-box {
  display: none;
  background-color: #343434;
  margin-bottom: 40px;
  position: relative;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 20px 20px; }
  @media screen and (min-width: 1024px) {
    .big-booking-box {
      display: block;
      padding: 2em 4em; } }
  .big-booking-box_hidden {
    display: none !important; }
  .big-booking-box_content-wrapper {
    display: block;
    width: 100%;
    border-right: 1px solid #4a4a4a;
    margin-right: 4em; }
  .big-booking-box_input-wrapper {
    display: -ms-flexbox;
    display: flex; }
  .big-booking-box_logo {
    -ms-flex: 0 1 20%;
        flex: 0 1 20%;
    background-image: url("./img/logos/icon-alexandra.png");
    background-size: 40%;
    background-position: 50% 5px;
    background-repeat: no-repeat;
    height: 90px;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    color: white;
    display: -ms-flexbox;
    display: flex;
    margin-right: 4em; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .big-booking-box_logo {
        background-image: url("./img/logos/icon-alexandra-2x.png"); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .big-booking-box_logo {
        background-image: url("./img/logos/icon-alexandra-2x.png"); } }
    @media screen and (min-width: 1024px) {
      .big-booking-box_logo {
        background-image: url("./img/logos/icon-alexandra-2x.png"); } }
    .big-booking-box_logo p {
      margin-bottom: 0;
      font-family: "kepler-std-display", serif;
      font-size: 18px; }
  .big-booking-box_form {
    -ms-flex: 0 1 80%;
        flex: 0 1 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media screen and (min-width: 1024px) {
      .big-booking-box_form {
        height: 100%; } }
    .big-booking-box_form_rooms {
      padding-left: 4em; }
      @media screen and (max-width: 479px) {
        .big-booking-box_form_rooms {
          padding-left: 0; } }
    .big-booking-box_form_room {
      color: white;
      display: -ms-flexbox;
      display: flex;
      margin-top: 2em; }
      @media screen and (max-width: 479px) {
        .big-booking-box_form_room {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .big-booking-box_form_room_wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
      .big-booking-box_form_room_title {
        margin-right: 5em;
        font-family: "kepler-std-display", serif;
        font-size: 18px; }
    .big-booking-box_form_children-age {
      display: -ms-flexbox;
      display: flex;
      margin-top: 1em;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .big-booking-box_form_inputs {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%; }
    .big-booking-box_form_submit {
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
      font-family: "kepler-std-display", serif;
      font-size: 18px;
      position: relative;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      .big-booking-box_form_submit .content-cancel {
        text-align: center;
        width: 100%;
        position: absolute; }
        .big-booking-box_form_submit .content-cancel a {
          color: white;
          text-decoration: none;
          font-size: 12px;
          font-family: "open-sans", sans-serif; }
          .big-booking-box_form_submit .content-cancel a:hover {
            text-decoration: underline; }
      .big-booking-box_form_submit .content-button {
        text-align: center; }
        .big-booking-box_form_submit .content-button input {
          color: white;
          font-style: italic;
          border: none;
          outline: none;
          background: #a29060;
          font-size: 22px;
          font-weight: 100;
          border-bottom: 1px solid transparent;
          padding: 7px 50px; }
          .big-booking-box_form_submit .content-button input:hover {
            background-color: #83744c; }
    .big-booking-box_form_item {
      margin-right: 2em;
      min-width: 90px;
      margin-bottom: 10px; }
      .big-booking-box_form_item label {
        color: white;
        font-size: 12px;
        font-weight: 600; }
      .big-booking-box_form_item_wrapper {
        display: -ms-flexbox;
        display: flex; }
      .big-booking-box_form_item.arrival {
        width: 150px;
        position: relative; }
        .big-booking-box_form_item.arrival input[type="text"] {
          position: relative;
          z-index: 1;
          width: 100%;
          background-color: transparent;
          border: 1px solid #4a4a4a;
          color: white;
          outline: none;
          padding: 0 5px;
          font-weight: 100;
          line-height: 1.4;
          font-size: 14px;
          height: 40px; }
          .big-booking-box_form_item.arrival input[type="text"]::-ms-clear {
            display: none;
            width: 0;
            height: 0; }
        .big-booking-box_form_item.arrival .datetime-icon {
          position: absolute;
          z-index: 0;
          right: 10px;
          top: 35px;
          height: 14px;
          width: 14px; }

.selectlist {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #4a4a4a;
  background: url(img/icons/icon-arrowdown-2x.png) 85% 18px no-repeat transparent;
  background-size: 12px;
  color: white;
  width: 100%;
  outline: none;
  cursor: pointer;
  padding: 0 10px;
  height: 40px;
  font-weight: 100;
  line-height: 1.4;
  font-size: 14px; }
  .selectlist::-ms-expand {
    display: none; }
  .selectlist option {
    width: inherit;
    background: #343434;
    color: white;
    border: none;
    cursor: pointer; }

.findRoom {
  margin-right: 10px; }

.inactive {
  background-color: #808080 !important;
  cursor: not-allowed !important;
  color: #000 !important;
  pointer-events: none; }

.hidden {
  display: none; }

.map-box {
  width: 100%; }
  .map-box_inner {
    position: relative;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .map-box_inner {
        height: 250px; } }
    @media screen and (min-width: 1024px) {
      .map-box_inner {
        height: 250px; } }
  .map-box_content {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    height: inherit;
    background-color: white;
    width: 100%;
    float: left;
    margin-right: 0;
    padding: 20px 20px 20px 20px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .map-box_content {
        width: 33.33333%;
        padding: 40px 20px 30px 20px;
        box-shadow: none; } }
    @media screen and (min-width: 1024px) {
      .map-box_content {
        box-shadow: none;
        width: 33.33333%;
        padding: 40px 20px 30px 20px; } }
  .map-box_text {
    font-weight: 100;
    font-size: 14px; }
  .map-box_title {
    margin: 5px 0; }
  .map-box_image {
    height: 100%;
    float: left;
    width: 100%;
    background-position-x: 100%;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .map-box_image {
        width: 66.66667%;
        height: inherit;
        right: 0;
        top: 0;
        position: absolute; } }
    @media screen and (min-width: 1024px) {
      .map-box_image {
        width: 66.66667%;
        height: inherit;
        right: 0;
        top: 0;
        position: absolute; } }

.weather-box {
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px 30px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: white;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
  .weather-box .weather-info {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .weather-box .weather-info {
        -ms-flex: 0 1 20%;
            flex: 0 1 20%; } }
    @media screen and (min-width: 1024px) {
      .weather-box .weather-info {
        -ms-flex: 0 1 20%;
            flex: 0 1 20%; } }
    .weather-box .weather-info_header {
      margin: 0; }
    .weather-box .weather-info_last-updated {
      margin: 0; }
      .weather-box .weather-info_last-updated span {
        margin: 0;
        display: block;
        font-size: 12px; }
      .weather-box .weather-info_last-updated a {
        font-size: 12px;
        font-weight: 700; }
  .weather-box .weather-forecast {
    padding: 0;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .weather-box .weather-forecast {
        -ms-flex: 0 1 80%;
            flex: 0 1 80%; } }
    @media screen and (min-width: 1024px) {
      .weather-box .weather-forecast {
        -ms-flex: 0 1 80%;
            flex: 0 1 80%; } }
    .weather-box .weather-forecast_item {
      text-align: center;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media screen and (max-width: 479px) {
        .weather-box .weather-forecast_item:last-of-type {
          display: none; } }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        .weather-box .weather-forecast_item {
          -ms-flex: 0 1 20%;
              flex: 0 1 20%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .weather-box .weather-forecast_item {
          -ms-flex: 0 1 20%;
              flex: 0 1 20%; } }
      @media screen and (min-width: 1024px) {
        .weather-box .weather-forecast_item {
          -ms-flex: 0 1 20%;
              flex: 0 1 20%; } }
      .weather-box .weather-forecast_item img {
        vertical-align: middle;
        width: 40%; }
        @media screen and (max-width: 479px) {
          .weather-box .weather-forecast_item img {
            width: 60%; } }
      .weather-box .weather-forecast_item span {
        font-size: 24px;
        font-weight: 100; }
        @media screen and (max-width: 479px) {
          .weather-box .weather-forecast_item span {
            display: block; } }
      .weather-box .weather-forecast_item_bottom {
        margin-top: 10px;
        -ms-flex-item-align: end;
            align-self: flex-end; }
        .weather-box .weather-forecast_item_bottom .date {
          font-size: 11px; }
        .weather-box .weather-forecast_item_bottom .day {
          font-weight: bold;
          text-transform: uppercase;
          font-size: 11px; }
        .weather-box .weather-forecast_item_bottom p {
          margin: 0; }

@media screen and (max-width: 479px) {
  .section-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.main-content {
  position: relative;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .main-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 479px) {
    .main-content {
      -ms-flex-order: 2;
          order: 2; } }
  @media screen and (min-width: 1024px) {
    .main-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .main-content:last-child {
        margin-right: 0; } }
  .main-content .intro {
    height: 289px;
    margin-bottom: 15px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .main-content .intro--fullsize {
      height: auto; }
      .main-content .intro--fullsize img,
      .main-content .intro--fullsize p .img {
        height: auto !important;
        width: 100% !important; }
    .main-content .intro:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1024px) {
      .main-content .intro {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%;
        margin-top: 100px; }
        .main-content .intro:last-child {
          margin-right: 0; } }
    .main-content .intro p {
      font-weight: 100; }

.article-boxes {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .article-boxes:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .article-boxes {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      .article-boxes:last-child {
        margin-right: 0; } }
  .article-boxes .article-box {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 4.82916%; }
    .article-boxes .article-box:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .article-boxes .article-box {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .article-boxes .article-box:last-child {
          margin-right: 0; }
        .article-boxes .article-box:nth-child(2n) {
          margin-right: 0; }
        .article-boxes .article-box:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .article-boxes .article-box {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .article-boxes .article-box:last-child {
          margin-right: 0; }
        .article-boxes .article-box:nth-child(2n) {
          margin-right: 0; }
        .article-boxes .article-box:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 1024px) {
      .article-boxes .article-box {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 48.21067%;
        margin-bottom: 3.57866%; }
        .article-boxes .article-box:last-child {
          margin-right: 0; }
        .article-boxes .article-box:nth-child(2n) {
          margin-right: 0; }
        .article-boxes .article-box:nth-child(2n+1) {
          clear: left; } }
  .article-boxes--no-sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    @media screen and (max-width: 479px) {
      .article-boxes--no-sidebar {
        -ms-flex-order: 3;
            order: 3; } }
    .article-boxes--no-sidebar:last-child {
      margin-right: 0; }
    .article-boxes--no-sidebar .article-box {
      margin-bottom: 4.82916%;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .article-boxes--no-sidebar .article-box:last-child {
        margin-right: 0; }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        .article-boxes--no-sidebar .article-box {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .article-boxes--no-sidebar .article-box:last-child {
            margin-right: 0; }
          .article-boxes--no-sidebar .article-box:nth-child(2n) {
            margin-right: 0; }
          .article-boxes--no-sidebar .article-box:nth-child(2n+1) {
            clear: left; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .article-boxes--no-sidebar .article-box {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .article-boxes--no-sidebar .article-box:last-child {
            margin-right: 0; }
          .article-boxes--no-sidebar .article-box:nth-child(2n) {
            margin-right: 0; }
          .article-boxes--no-sidebar .article-box:nth-child(2n+1) {
            clear: left; } }
      @media screen and (min-width: 1024px) {
        .article-boxes--no-sidebar .article-box {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .article-boxes--no-sidebar .article-box:last-child {
            margin-right: 0; }
          .article-boxes--no-sidebar .article-box:nth-child(3n) {
            margin-right: 0; }
          .article-boxes--no-sidebar .article-box:nth-child(3n+1) {
            clear: left; } }

.sidebar-content {
  position: relative;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  @media screen and (max-width: 479px) {
    .sidebar-content {
      -ms-flex-order: 1;
          order: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .sidebar-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .sidebar-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0; }
      .sidebar-content:last-child {
        margin-right: 0; } }
  .sidebar-content .list-box,
  .sidebar-content .booking-box {
    margin-bottom: 4.82916%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0; }
    .sidebar-content .list-box:last-child,
    .sidebar-content .booking-box:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .sidebar-content .list-box,
      .sidebar-content .booking-box {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .sidebar-content .list-box:last-child,
        .sidebar-content .booking-box:last-child {
          margin-right: 0; }
        .sidebar-content .list-box:nth-child(2n),
        .sidebar-content .booking-box:nth-child(2n) {
          margin-right: 0; }
        .sidebar-content .list-box:nth-child(2n+1),
        .sidebar-content .booking-box:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .sidebar-content .list-box,
      .sidebar-content .booking-box {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .sidebar-content .list-box:last-child,
        .sidebar-content .booking-box:last-child {
          margin-right: 0; }
        .sidebar-content .list-box:nth-child(2n),
        .sidebar-content .booking-box:nth-child(2n) {
          margin-right: 0; }
        .sidebar-content .list-box:nth-child(2n+1),
        .sidebar-content .booking-box:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 1024px) {
      .sidebar-content .list-box,
      .sidebar-content .booking-box {
        margin-bottom: 7.42297%;
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        .sidebar-content .list-box:last-child,
        .sidebar-content .booking-box:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 479px) {
    .sidebar-content .list-box {
      -ms-flex-order: 2;
          order: 2; } }
  @media screen and (max-width: 479px) {
    .sidebar-content .booking-box {
      -ms-flex-order: 1;
          order: 1; } }

.list-box-container {
  display: none; }
  @media screen and (min-width: 1024px) {
    .list-box-container {
      display: block; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .after-list-box:nth-of-type(2n + 1) {
    margin-right: 0;
    clear: none; }
  .after-list-box:nth-of-type(2n + 2) {
    clear: left;
    margin-right: 2.35765%; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .after-list-box:nth-of-type(2n + 1) {
    margin-right: 0;
    clear: none; }
  .after-list-box:nth-of-type(2n + 2) {
    clear: left;
    margin-right: 2.35765%; } }

.list-box {
  background: white;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  display: none;
  padding: 20px;
  height: 380px;
  overflow: hidden;
  position: relative; }
  .list-box--dark {
    background: #343434;
    color: white; }
    .list-box--dark .list-box_title {
      color: white; }
      .list-box--dark .list-box_title .icons {
        height: 22px;
        float: left; }
    .list-box--dark .list-box--inner {
      background: #343434; }
    .list-box--dark .list-box_list_item_link {
      color: white; }
      .list-box--dark .list-box_list_item_link span {
        color: white; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .list-box {
      height: 400px; } }
  @media screen and (min-width: 1024px) {
    .list-box {
      height: 380px;
      display: block; } }
  .list-box--inner {
    background: white;
    position: absolute;
    padding: 20px;
    cursor: auto;
    left: 400px;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    transition: left .4s 0s ease-in, opacity .4s 0s ease-in; }
    .list-box--inner.show {
      transition: left .4s 0s ease-out, opacity .4s 0s ease-out;
      left: 0;
      opacity: 1; }
    .list-box--inner .list-box_title {
      cursor: pointer; }
  .list-box_title {
    text-align: center;
    margin: 10px 0 15px 0; }
    .list-box_title i {
      float: left;
      color: #a29060; }
  .list-box_list {
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .list-box_list_item {
      cursor: pointer; }
      .list-box_list_item.list-box_list_item--6 .list-box_list_item_link {
        padding: 12px 0; }
      .list-box_list_item_link {
        padding: 15px 0;
        border-top: 1px solid #c8c8c8;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: start;
            align-items: flex-start;
        text-decoration: none;
        color: black; }
        .list-box_list_item_link .info {
          -ms-flex-item-align: start;
              align-self: flex-start;
          display: block;
          color: #9b9b9b;
          font-size: 12px; }
          .list-box_list_item_link .info .icons {
            height: 15px;
            margin-left: 10px;
            vertical-align: middle; }
          .list-box_list_item_link .info p {
            font-size: 12px;
            margin-top: 0;
            margin-bottom: 5px;
            text-align: right; }
        .list-box_list_item_link p {
          margin: 0;
          text-align: right;
          font-size: 12px; }
        .list-box_list_item_link i {
          color: #a29060; }
        .list-box_list_item_link .subTitle {
          -ms-flex-item-align: start;
              align-self: flex-start;
          display: block;
          font-size: 16px;
          line-height: 1.3;
          color: #000; }
          .list-box_list_item_link .subTitle:hover {
            text-decoration: underline; }
      .list-box_list_item.last a {
        border: none; }

.icons--reverse {
  float: left;
  transform: rotate(180deg); }

.booking-box {
  padding: 20px 25px 10px 25px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  height: 100%;
  position: relative;
  background-color: #343434; }
  @media screen and (max-width: 479px) {
    .booking-box.open .booking-box_form {
      height: 100%; }
    .booking-box.open .booking-box_title:before {
      transform: rotate(180deg); } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .booking-box {
      padding: 30px 20px 20px 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .booking-box {
      padding: 35px 30px 30px 30px; } }
  @media screen and (min-width: 1024px) {
    .booking-box {
      padding: 35px 30px 30px 30px; } }
  .booking-box_title {
    text-align: center;
    color: white;
    margin-top: 0;
    margin-bottom: 10px; }
    @media screen and (max-width: 479px) {
      .booking-box_title {
        position: relative; }
        .booking-box_title:before {
          transition: transform 0.3s 0s ease;
          content: "";
          position: absolute;
          width: 30px;
          height: 30px;
          right: 0;
          top: -4px;
          z-index: 0;
          background-image: url(img/icons/icon-arrowdown-mobile-2x.png);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 28px; } }
  .booking-box_form {
    display: -ms-flexbox;
    display: flex;
    height: 0;
    overflow: hidden;
    transition: height .5s 0s ease;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .booking-box_form {
        height: auto;
        overflow: visible; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .booking-box_form {
        height: auto;
        overflow: visible; } }
    @media screen and (min-width: 1024px) {
      .booking-box_form {
        height: auto;
        overflow: visible; } }
    .booking-box_form_rooms {
      padding-left: 0 !important; }
    .booking-box_form_room {
      -ms-flex-direction: column;
          flex-direction: column; }
    .booking-box_form_item {
      margin-bottom: 2em; }
  .booking-box_input {
    margin-bottom: 2em;
    -ms-flex: 0 1 49%;
        flex: 0 1 49%; }
    .booking-box_input label {
      color: white;
      font-size: 12px;
      font-weight: 600; }
    .booking-box_input.arrival {
      position: relative; }
      .booking-box_input.arrival input[type="text"] {
        position: relative;
        z-index: 1; }
      .booking-box_input.arrival .datetime-icon {
        position: absolute;
        z-index: 0;
        right: 10px;
        top: 16px;
        height: 14px;
        width: 14px; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .booking-box_input {
        -ms-flex: 0 1 45%;
            flex: 0 1 45%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .booking-box_input {
        -ms-flex: 0 1 45%;
            flex: 0 1 45%; } }
    @media screen and (min-width: 1024px) {
      .booking-box_input {
        -ms-flex: 0 1 45%;
            flex: 0 1 45%; } }
    .booking-box_input--big {
      text-align: center;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
      .booking-box_input--big input[type="text"] {
        width: 100%;
        background-color: transparent;
        border: 1px solid #4a4a4a;
        color: white;
        outline: none;
        padding: 10px 5px; }
      .booking-box_input--big input[type="submit"] {
        font-family: "kepler-std-display", serif;
        font-size: 21px;
        width: 100%;
        color: white;
        font-style: italic;
        font-weight: 100;
        border: none;
        outline: none;
        background: #a29060;
        line-height: 20px;
        padding: 11px 50px;
        margin-top: 15px; }
        .booking-box_input--big input[type="submit"]:hover {
          background: #847650; }
      .booking-box_input--big a {
        color: white;
        text-decoration: none;
        font-size: 12px; }

.gallery {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border-top: 1px solid #c8c8c8;
  margin-bottom: 20px; }
  .gallery:last-child {
    margin-right: 0; }
  .gallery_title {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .gallery_title:last-child {
      margin-right: 0; }
  .gallery_images {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .gallery_images:last-child {
      margin-right: 0; }
  .gallery_image {
    cursor: pointer;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 2.35765%; }
    .gallery_image:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .gallery_image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .gallery_image:last-child {
          margin-right: 0; }
        .gallery_image:nth-child(2n) {
          margin-right: 0; }
        .gallery_image:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .gallery_image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .gallery_image:last-child {
          margin-right: 0; }
        .gallery_image:nth-child(3n) {
          margin-right: 0; }
        .gallery_image:nth-child(3n+1) {
          clear: left; } }
    @media screen and (min-width: 1024px) {
      .gallery_image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .gallery_image:last-child {
          margin-right: 0; }
        .gallery_image:nth-child(3n) {
          margin-right: 0; }
        .gallery_image:nth-child(3n+1) {
          clear: left; } }

.module-feature-gallery-link .container {
  background-color: #333;
  height: 90px;
  margin: 30px auto;
  padding: 15px 30px; }
  .module-feature-gallery-link .container h3 {
    color: #fff;
    font-size: 18px;
    float: left;
    -webkit-text-stroke-width: 0; }
  .module-feature-gallery-link .container a {
    float: right;
    font-size: 12px;
    line-height: 1.8;
    margin-top: 10px;
    background: #232323;
    height: 2.7em;
    border: 0 none;
    color: #99875b;
    text-transform: uppercase;
    padding: 0 10px !important; }
    .module-feature-gallery-link .container a:hover {
      background: #666;
      color: #fff;
      text-decoration: none; }

@media screen and (min-width: 1024px) {
  .content .module-feature {
    margin-top: 40px !important; } }

.module-feature-gallery {
  margin-bottom: 50px; }
  .module-feature-gallery h2 {
    margin: 0; }
  .module-feature-gallery .module-feature-image {
    height: 250px;
    position: relative;
    margin-bottom: 0px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .module-feature-gallery .module-feature-image:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .module-feature-gallery .module-feature-image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .module-feature-gallery .module-feature-image:last-child {
          margin-right: 0; }
        .module-feature-gallery .module-feature-image:nth-child(2n) {
          margin-right: 0; }
        .module-feature-gallery .module-feature-image:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .module-feature-gallery .module-feature-image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .module-feature-gallery .module-feature-image:last-child {
          margin-right: 0; }
        .module-feature-gallery .module-feature-image:nth-child(3n) {
          margin-right: 0; }
        .module-feature-gallery .module-feature-image:nth-child(3n+1) {
          clear: left; } }
    @media screen and (min-width: 1024px) {
      .module-feature-gallery .module-feature-image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .module-feature-gallery .module-feature-image:last-child {
          margin-right: 0; }
        .module-feature-gallery .module-feature-image:nth-child(3n) {
          margin-right: 0; }
        .module-feature-gallery .module-feature-image:nth-child(3n+1) {
          clear: left; } }
    .module-feature-gallery .module-feature-image .image {
      margin-bottom: 45px; }
    @media screen and (max-width: 1023px) {
      .module-feature-gallery .module-feature-image img {
        width: 100%; } }
    .module-feature-gallery .module-feature-image .image-shadow {
      bottom: 30px;
      z-index: -1; }
    .module-feature-gallery .module-feature-image .image-description {
      position: absolute;
      bottom: 2px;
      left: 2px;
      width: 70%;
      height: 35px;
      overflow: hidden;
      font-size: 12px;
      z-index: 3; }
    .module-feature-gallery .module-feature-image .download-link {
      position: absolute;
      bottom: 2px;
      right: 20px;
      height: 35px;
      font-size: 12px; }

.module-feature-menu ul {
  list-style: none;
  margin-bottom: 10px; }
  .module-feature-menu ul li {
    display: inline-block;
    width: 24%;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .module-feature-menu ul li {
        display: block;
        width: 100%; } }
    .module-feature-menu ul li:before {
      content: '\2022';
      color: #a29060;
      padding: 0 10px; }
    .module-feature-menu ul li:first-child:before {
      content: '\2022';
      margin-left: -8px; }
      .ie .module-feature-menu ul li:first-child:before {
        margin-left: -7px; }
      @media screen and (max-width: 767px) {
        .module-feature-menu ul li:first-child:before {
          content: '\2022';
          margin-left: 0; } }
    .module-feature-menu ul li a:hover {
      color: #333; }

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none; }

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal; }

/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto; }

/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none; }

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px; }

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0; }

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none; }

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block; }

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left; }

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right; }

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(img/prev.png) left 48% no-repeat; }

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(img/next.png) right 48% no-repeat; }

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb; }

/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px; }

/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none; }

/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer; }

.footer {
  width: 100%;
  background: #343434;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  /*Subscription box - mailchimp */
  /*Input field and button wrapper*/
  /*wrapper including input field and wrapper for button */
  /*Input fielde*/
  /*subscribe button*/
  /*container for button and image */
  /*END - mailchimp section*/
  min-height: 400px;
  padding: 50px 0; }
  .footer #subheader {
    color: white;
    margin-bottom: 0; }
  .footer #mc_embed_signup_scroll {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .footer #mc-field-group {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .footer #mce-EMAIL {
    outline: none;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #99875b;
    padding: 4px 10px;
    line-height: 0.8;
    font-size: 14px;
    color: white; }
  .footer #mc-embedded-subscribe {
    background-color: #99875b;
    color: #f6f6f6;
    border: none;
    -ms-flex-pack: end;
        justify-content: flex-end;
    font-size: 16px;
    font-family: kepler-std-display, sans-serif;
    font-style: italic;
    font-weight: 100;
    margin-left: 5px;
    padding: 4px 10px; }
  .footer .social-button-wrapper {
    padding: 10px 0;
    margin-right: 4%; }
  .footer .footer-newsletter {
    margin: 0 auto; }
    .footer .footer-newsletter p {
      margin-top: 0;
      font-family: "kepler-std-display", sans-serif;
      font-style: italic; }
  .footer .clear {
    margin-left: 5px; }
  .footer_logo {
    text-align: center;
    margin-bottom: 50px; }
    .footer_logo a {
      display: block;
      margin: 0 auto;
      background-image: url("./img/logos/logo-alexandra.png");
      background-size: contain;
      background-position: 50%;
      background-repeat: no-repeat;
      height: 58px;
      width: 146px; }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        .footer_logo a {
          background-image: url("./img/logos/logo-alexandra-2x.png");
          background-size: contain;
          background-position: 50%;
          background-repeat: no-repeat; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .footer_logo a {
          background-image: url("./img/logos/logo-alexandra-2x.png");
          background-size: contain;
          background-position: 50%;
          background-repeat: no-repeat; } }
      @media screen and (min-width: 1024px) {
        .footer_logo a {
          background-image: url("./img/logos/logo-alexandra-2x.png");
          background-size: contain;
          background-position: 50%;
          background-repeat: no-repeat; } }
  .footer_content {
    max-width: 100%;
    width: 1024px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer_content #site-search {
      color: white; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .footer_content {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .footer_content {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    @media screen and (min-width: 1024px) {
      .footer_content {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  @media screen and (max-width: 479px) {
    .footer .search-item {
      display: none; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .footer .search-item {
      display: none; } }
  .footer_item {
    padding: 10px 30px;
    margin-right: 10px; }
    @media screen and (max-width: 479px) {
      .footer_item {
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
        text-align: center; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .footer_item {
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
        text-align: center; } }
    .footer_item_title {
      font-family: "kepler-std-display", serif;
      font-size: 18px;
      color: #fff;
      display: block;
      margin-bottom: 10px; }
    .footer_item_content a, .footer_item_content p, .footer_item_content span {
      display: block;
      font-weight: 100;
      font-size: 14px; }
    .footer_item_content p, .footer_item_content span {
      color: #fff;
      margin: 0; }
    .footer_item_content .sosial-box a {
      display: inline; }
    .footer_item_content .search-form {
      position: relative; }
      .footer_item_content .search-form input[type="search"] {
        background: transparent;
        border: 1px solid #a29060;
        outline: 0;
        line-height: 0.8;
        font-size: 14px;
        padding: 4px 10px;
        max-width: 150px; }
      .footer_item_content .search-form input[type="image"] {
        position: absolute;
        right: 10px;
        top: 8px; }

.article-header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 30px; }
  .article-header:last-child {
    margin-right: 0; }
  .article-header .module-feature-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .article-header .module-feature-content:last-child {
      margin-right: 0; }
  .article-header .module-feature-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .article-header .module-feature-image:last-child {
      margin-right: 0; }

.container.no-margin {
  margin-top: 0 !important; }

.module-feature.no-margin {
  margin-top: 0 !important; }

.module-feature, .module-feature-contacts, .module-feature-jobs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .module-feature:last-child, .module-feature-contacts:last-child, .module-feature-jobs:last-child {
    margin-right: 0; }

.module-feature-contactinfo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .module-feature-contactinfo:last-child {
    margin-right: 0; }
  .module-feature-contactinfo .container {
    background: url(img/map_scandinavia.png) right top no-repeat;
    height: 350px; }
    .module-feature-contactinfo .container h2 {
      font-size: 41px; }
    .module-feature-contactinfo .container .text-content {
      width: 50%;
      margin-bottom: 20px;
      height: 100px;
      font-size: 14px; }
      .module-feature-contactinfo .container .text-content div {
        float: left;
        width: 100%; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .module-feature-contactinfo .container .text-content div {
            width: 50%; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .module-feature-contactinfo .container .text-content div {
            width: 50%; } }
    .module-feature-contactinfo .container .link-content {
      height: 116px;
      position: relative; }
      .module-feature-contactinfo .container .link-content a {
        font-size: 14px;
        margin: 0;
        width: 47%; }
      .module-feature-contactinfo .container .link-content .left {
        position: absolute;
        bottom: 0px;
        left: 0px; }
      .module-feature-contactinfo .container .link-content .right {
        position: absolute;
        bottom: 0px;
        right: 0px; }

.module-feature-contacts h3 {
  color: #333;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  -webkit-text-stroke-width: 0;
  font-weight: bold; }

.module-feature-contacts ul {
  list-style: none;
  margin-bottom: 50px;
  overflow: auto;
  padding: 0; }
  .module-feature-contacts ul li div {
    width: 25%;
    float: left;
    padding: 6px 0; }
  .module-feature-contacts ul li a {
    color: #333; }
    .module-feature-contacts ul li a:hover {
      text-decoration: underline; }

.module-feature-jobs {
  overflow: auto;
  margin-bottom: 60px; }
  .module-feature-jobs ul {
    list-style: none; }
    .module-feature-jobs ul li a {
      margin: 10px 0;
      width: 100%; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .module-feature-jobs ul li a {
          width: 60%; } }
      @media screen and (min-width: 1024px) {
        .module-feature-jobs ul li a {
          width: 60%; } }

.clear {
  clear: both; }

.hr {
  height: 1px;
  width: 100%;
  margin: 20px 0;
  clear: both;
  background-color: #f7f4ec;
  background-image: linear-gradient(to right, #f7f4ec 0%, #dccdaa 5%, #dccdaa 95%, #f7f4ec 100%); }

.hr-symbol {
  background-image: linear-gradient(to right, #f7f4ec 0%, #dccdaa 5%, #dccdaa 35%, rgba(220, 205, 170, 0) 50%, #dccdaa 65%, #dccdaa 95%, #f7f4ec 100%);
  position: relative;
  height: 1px;
  width: 100%;
  margin: 20px 0; }

.symbol {
  background: url(/css/img/hr-icon.png) 50% no-repeat;
  background-size: 41px 32px;
  position: absolute;
  left: 40%;
  top: -17px;
  height: 32px;
  width: 20%; }
  .ie .symbol {
    background: url(/css/img/hr_icon.png) 50% no-repeat; }

.vr {
  width: 1px;
  height: 100%;
  margin: 10px 0;
  float: left;
  background-color: #f7f4ec;
  background-image: linear-gradient(to bottom, #f7f4ec 0%, #dccdaa 5%, #dccdaa 95%, #f7f4ec 100%); }

.product-groups {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 100%; }
  .product-groups:last-child {
    margin-right: 0; }
  .product-groups .product-group.open .product-list {
    display: block; }
  .product-groups .product-group.open .product-group_intro:before {
    transform: rotate(180deg); }
  .product-groups .product-group_intro {
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: white;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 30px 24px; }
    .product-groups .product-group_intro:before {
      transition: transform 0.3s 0s ease;
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      right: 20px;
      top: 30px;
      z-index: 0;
      background-image: url(img/icons/icon-arrowdown-mobile-2x.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 28px; }
  .product-groups .product-group_title {
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px; }
  .product-groups .product-group_text {
    margin-top: 0;
    margin-bottom: 0;
    color: #4a4a4a;
    font-size: 12px;
    line-height: 16px; }
  .product-groups .product-group_arrow {
    position: absolute;
    right: 30px; }
  .product-groups .product-list {
    display: none;
    list-style: none; }
    .product-groups .product-list .product {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid grey; }
      .product-groups .product-list .product h4 {
        font-family: "open-sans", sans-serif;
        font-weight: 600;
        font-size: 16px;
        margin-top: 40px; }
      .product-groups .product-list .product_text {
        font-weight: 100; }
      .product-groups .product-list .product_bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        margin-top: 30px; }
        .product-groups .product-list .product_bottom_btn {
          display: block;
          font-style: italic;
          border: 1px solid;
          text-decoration: none;
          color: #000;
          padding: 8px 30px;
          border: solid 1px #99875b;
          transition: color .2s 0s ease, background-color .2s 0s ease; }
          .product-groups .product-list .product_bottom_btn:hover {
            color: #f6f6f6;
            border-color: #000;
            background-color: #000; }
      .product-groups .product-list .product_info p {
        font-size: 16px;
        margin: 0;
        color: #000;
        font-weight: 100; }
        .product-groups .product-list .product_info p strong {
          color: #000;
          font-weight: normal; }

.yourorder {
  display: none; }

.basket {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  background-color: black;
  color: white;
  position: relative;
  padding: 30px; }
  .basket:last-child {
    margin-right: 0; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .basket {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0; }
      .basket:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .basket {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0; }
      .basket:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .basket {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .basket:last-child {
        margin-right: 0; } }
  .basket h2 {
    text-align: center;
    margin-top: 0; }
  .basket .headerRow {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    font-weight: 600; }
  .basket .headerRow, .basket .itemRow {
    font-size: 12px;
    display: -ms-flexbox;
    display: flex; }
    .basket .headerRow .item-name, .basket .itemRow .item-name {
      -ms-flex: 0 1 55%;
          flex: 0 1 55%; }
    .basket .headerRow .item-quantity, .basket .itemRow .item-quantity {
      -ms-flex: 0 1 15%;
          flex: 0 1 15%; }
    .basket .headerRow .item-total, .basket .itemRow .item-total {
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
      text-align: right; }
    .basket .headerRow .item-remove, .basket .itemRow .item-remove {
      position: absolute;
      right: 15px; }
      .basket .headerRow .item-remove a, .basket .itemRow .item-remove a {
        color: white; }
  .basket .itemRow {
    margin-bottom: 10px; }
  .basket .total {
    border-top: 2px solid;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .basket::after {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 18px solid #000;
    position: absolute;
    left: 30px;
    bottom: -15px; }

.spa-form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .spa-form:last-child {
    margin-right: 0; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .spa-form {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      float: right;
      margin-right: 0; }
      .spa-form:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .spa-form {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      float: right;
      margin-right: 0; }
      .spa-form:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .spa-form {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .spa-form:last-child {
        margin-right: 0; } }
  .spa-form .bestillspa {
    margin-bottom: 10px;
    background-color: #343434;
    padding: 40px 30px 20px 30px; }
    .spa-form .bestillspa fieldset {
      padding: 0 !important;
      border: none; }
      .spa-form .bestillspa fieldset label {
        color: white;
        font-weight: 600;
        font-size: 12px; }
      .spa-form .bestillspa fieldset input[type="text"], .spa-form .bestillspa fieldset textarea {
        width: 100%;
        background-color: transparent;
        border: 1px solid #4a4a4a;
        color: white;
        outline: none;
        padding: 10px 5px; }
      .spa-form .bestillspa fieldset .contourField {
        margin-bottom: 10px; }
    .spa-form .bestillspa .submit input[type="submit"] {
      width: 100%;
      color: white;
      font-style: italic;
      display: block;
      padding: 10px 20px;
      text-align: center;
      background-color: #a29060;
      border: none;
      outline: none; }
      .spa-form .bestillspa .submit input[type="submit"]:hover {
        background-color: #83744c; }

.fasilities {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 100%;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 40px;
  padding-bottom: 20px; }
  .fasilities:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .fasilities {
      border-bottom: none; } }

.fasility-list {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 87.05267%;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .fasility-list:last-child {
    margin-right: 0; }
  .fasility-list_item {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    margin-bottom: 10px; }
    .fasility-list_item.picked span {
      color: #000;
      text-decoration: none; }
    .fasility-list_item.picked .fasility-list_item_icon {
      background-image: url("img/fasilities/areal_inaktiv@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-bathroom {
        background-image: url("img/fasilities/bad@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-tv {
        background-image: url("img/fasilities/tv@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-wifi {
        background-image: url("img/fasilities/wifi@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-mountainview {
        background-image: url("img/fasilities/fjellutsikt@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-size {
        background-image: url("img/fasilities/areal@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-minibar {
        background-image: url("img/fasilities/minibar@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-floor {
        background-image: url("img/fasilities/etasje@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-balcony {
        background-image: url("img/fasilities/balkong@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-extrabeds {
        background-image: url("img/fasilities/ekstrasenger@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-robeandslippers {
        background-image: url("img/fasilities/badekaape@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-sometimesbalcony {
        background-image: url("img/fasilities/balkong@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-sometimesfjordview {
        background-image: url("img/fasilities/fjordutsikt@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-fjordview {
        background-image: url("img/fasilities/fjordutsikt@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-desk {
        background-image: url("img/fasilities/skrivebord@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-hairdryer {
        background-image: url("img/fasilities/haarfoener@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-coffeemachine {
        background-image: url("img/fasilities/kaffemaskin@2x.png"); }
      .fasility-list_item.picked .fasility-list_item_icon.icon-freeaccess {
        background-image: url("img/fasilities/alexandra_bad@2x.png"); }
    .fasility-list_item_icon {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      height: 18px;
      width: 18px;
      margin-right: 10px;
      vertical-align: middle;
      background-image: url("img/fasilities/areal@2x.png"); }
      .fasility-list_item_icon.icon-bathroom {
        background-image: url("img/fasilities/bad_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-tv {
        background-image: url("img/fasilities/tv_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-wifi {
        background-image: url("img/fasilities/wifi_inaktive@2x.png"); }
      .fasility-list_item_icon.icon-mountainview {
        background-image: url("img/fasilities/fjellutsikt_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-size {
        background-image: url("img/fasilities/areal_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-minibar {
        background-image: url("img/fasilities/minibar_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-floor {
        background-image: url("img/fasilities/etasje_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-balcony {
        background-image: url("img/fasilities/balkong_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-extrabeds {
        background-image: url("img/fasilities/ekstrasenger_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-robeandslippers {
        background-image: url("img/fasilities/badekaape_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-sometimesbalcony {
        background-image: url("img/fasilities/balkong_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-sometimesfjordview {
        background-image: url("img/fasilities/fjordutsikt_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-fjordview {
        background-image: url("img/fasilities/fjordutsikt_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-desk {
        background-image: url("img/fasilities/skrivebord_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-hairdryer {
        background-image: url("img/fasilities/haarfoener_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-coffeemachine {
        background-image: url("img/fasilities/kaffemaskin_inaktiv@2x.png"); }
      .fasility-list_item_icon.icon-freeaccess {
        background-image: url("img/fasilities/bad_inaktiv@2x.png"); }
    .fasility-list_item_text {
      font-size: 14px;
      font-weight: 400;
      color: #9b9b9b;
      text-decoration: line-through; }

@media screen and (min-width: 1024px) {
  .room-page .main-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .room-page .main-content:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .room-page .sidebar-content {
    margin-left: 8.5298%; } }

@media screen and (min-width: 1024px) {
  .content-page .main-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .content-page .main-content:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .content-page .sidebar-content {
    margin-left: 8.5298%; } }

@media screen and (min-width: 1024px) {
  .product-page .main-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .product-page .main-content:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .product-page .sidebar-content {
    margin-left: 8.5298%; } }

.search-page {
  padding: 0 20px; }
  @media screen and (min-width: 1024px) {
    .search-page {
      padding: 0;
      margin-top: 60px !important; } }
  .search-page .search-results__item .hr {
    margin-top: 40px; }

.hamburger {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: background 0.3s;
  float: right; }
  @media screen and (min-width: 1024px) {
    .hamburger {
      display: none; } }
  .hamburger-meat {
    display: inline-block;
    position: absolute;
    top: 12.5px;
    left: 0;
    right: 0;
    height: 3.125px;
    transition: background 0s 0.3s; }
    .hamburger-meat::before, .hamburger-meat::after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 3.125px;
      content: "";
      transition-duration: 0.3s, 0.3s, 0s;
      transition-delay: 0.3s, 0s, 0s; }
    .hamburger-meat::before {
      top: -6.25px;
      transition-property: top, transform; }
    .hamburger-meat::after {
      bottom: -6.25px;
      transition-property: bottom, transform; }
  .hamburger--open .hamburger-meat {
    background: none; }
    .hamburger--open .hamburger-meat::before, .hamburger--open .hamburger-meat::after {
      transition-duration: 0.3s, 0.3s, 0s;
      transition-delay: 0s, 0.3s, 0s; }
    .hamburger--open .hamburger-meat::before {
      top: 0;
      transform: rotate(45deg); }
    .hamburger--open .hamburger-meat::after {
      bottom: 0;
      transform: rotate(-45deg); }

/*.module-feature-head-booking {
			position: absolute;
			width: 100%;
			bottom: 0px;
			margin-bottom: -39px;
			z-index: 9999;
			padding-bottom: 10px;


	.module-feature-booking {
		position: relative;
		width: 100%;
		min-width: 300px;

		@media screen and (max-width: $xl-viewport) {
			height: 40px;
		}

		&.mobile-page{
			.image-logo{
				display: none;
			}

			.content-background{
				display: none;
				@media screen and (max-width: $xl-viewport) {
					display: block;
				}
			}

			form{
				display: none;
			}
		}


		.content-background {
			position: absolute;
			top: 0px;
			left: 0px;
			background: $module-secondary-background-color;
			height: 90px;
			width: 100%;
			opacity: 0.85;
			box-shadow: rgba(black, 0.3) 0px 2px 5px;
			z-index: 8000;

			@media screen and (max-width: $xl-viewport) {
				height: 40px;
			}

		}

		.content-form {

			overflow: hidden;
			top: 0px;
			left: 0px;
		//	height: 90px;
			width: 100%;
			color: #fff;
			padding: 15px 15px 8px 15px;
			z-index: 9000;

			@media screen and (max-width: $xl-viewport) {
				padding:8px;
				&.open{
					height: 400px;
				}
			}

			&.open{
				z-index: 90001;
			}

			.ie7 & {
				height: 68px;
				}

			.image-logo {
				margin-left: 0;
				margin-top: 0;

				@media screen and (max-width: $xl-viewport) {
					width: 50px;
					overflow: hidden;
					margin-top: 12px;
				}

				@media screen and (max-width: $xl-viewport) {
					width: auto;
					overflow: auto;
					margin-top: 0;
					float: right;
					border-left: 1px solid #636363;
					padding-left: 8%;
				}

				a {
				font-size: 15px;
				letter-spacing: 2px;
				font-weight: normal;
				font-family: $body-font-family;
				color: $menu-foreground-color;
				background: url(img/A.png) top center no-repeat;
				background-size: 45px 36px;
				text-transform: uppercase;
				margin: 0;
				padding-top: 35px;
				display: inline-block;

				.ie & {
				background: url(img/A_ie.png) top center no-repeat;
				}

				&:hover {
					text-decoration: none;
				}

				@media screen and (max-width: $xl-viewport) {
				background: url(img/A.png) top left no-repeat;
				background-size: 45px 36px;
					padding-top: 0px;
					padding-left: 50px;
				}


				@media screen and (max-width: $xl-viewport) {
          font-size: 12px;
          background: url(img/A-mobil.png) top left no-repeat;
					background-size: 32px 25px;
					line-height: 25px;
					padding-top: 0px;
					padding-left: 45px;
				}

				}
			}

			form {
				@media screen and (max-width: $xl-viewport) {
					display: none;
				}

				&.mobile-page{
					display: block;
				}
			}

			.content-cancel {
				position: absolute;
				top: 0px;
				right: 15px;

				.ie7 & {
				right: 30px;
				}

					a {
						font-size: 11px;
						color: $secondary-accent-color;
						letter-spacing: 1px;
					}
			}

			.content-button {
				float: right;
				margin-right: 15px;
				.c2a {
				@media screen and (max-width: $xl-viewport) {
					padding-left: 5px !important;
					padding-right: 5px !important;
				}
				}
			}

			div {
				float:left;
				margin: 10px 14px 0 14px;


				&.childWrapper {
					max-width: 560px;
					width: 100%;
					//clear: left;

					.child{
						display: none;
						margin: 7px 12px 0 0;

						input[type=checkbox] {
							padding: 0;
							height: 20px;
							width: 20px;
						}

						.styled-select {
							width: 50px;
							height: 25px;
							overflow: hidden;
							background:  url(img/selection_sprite.gif) 30px 9px no-repeat #fff;
							float: left;
							margin: 0;

              border-radius: 3px;
							box-shadow: rgba(black, 0.6) 0px 2px 5px inset;

							select {
								background: transparent;
								color: #72665b;
								width: 70px;
								padding: 3px;
								font-size: 16px;
								border: 0px;
								height: 25px;
								-webkit-appearance: none;
							}

						}

						.bed {
							margin: 0 8px;
						}
					}

						.infoText {
							font-size: 12px;
							color: $secondary-accent-color;
							margin: 8px 0 0 0;
							clear: left;
							width: 100%;
						}
				}


				label {
					display: block;
					font-size: 14px;
					padding:0 0 3px 3px;
					color: $secondary-accent-color;
				}

				.styled-select {
					width: 60px;
					height: 25px;
					overflow: hidden;
					background:  url(img/selection_sprite.gif) 40px 9px no-repeat #fff;
					float: none;
					margin: 0;
					border-radius:3px;
					box-shadow: rgba(black, 0.6) 0px 2px 5px inset;



					select {
						background: transparent;
						color: #72665b;
						width: 80px;
						padding: 3px;
						font-size: 16px;
						border: 0px;
						height: 25px;
						-webkit-appearance: none;
					}

				}

				.numberAdults {
						width: 105px;
						background-position-x: 85px;

					select {

						width: 125px;
					}

				}

				input {

					border: 0px solid #ccc;
					color: #72665b;
					padding: 3px;


					&[type=text].date {
						width: 120px;
						background: #fff url("img/calender_bg.gif") no-repeat right 8px;
						box-shadow: rgba(black, 0.6) 0px 2px 5px inset;
					}

					&[type=text] {
						width: 50px;
						box-shadow: rgba(black, 0.6) 0px 2px 5px inset;
					}

					&[type=submit] {
						margin-top: 11px;
						color: #fff;
            background-color: $primary-accent-color;
            padding: 10px 20px;
					}

					&[type=checkbox]{
						-webkit-appearance: none;
						background-color: #fafafa;
						border: 1px solid #cacece;
						box-shadow: rgba(black, 0.6) 0px 2px 5px inset;
						padding: 9px;
						border-radius: 3px;
						display: inline-block;
						position: relative;

						&:active, &:checked:active{
							box-shadow: rgba(black, 0.6) 0px 2px 5px inset;
						}

						&:checked{
							background-color: #e9ecee;
							border: 1px solid #adb8c0;
							box-shadow: rgba(black, 0.6) 0px 2px 5px inset;
							color: #99a1a7;
							&:after{
								content: '\2714';
								font-size: 18px;
								position: absolute;
								top: 0px;
								left: 3px;
								color: black;
							}
						}

					}
				}
			}
		}

	}


}


.booking-form-mobile{

	.module-feature-head-booking{
		position: relative;
	}

	.module-feature-booking{
		.content-background{
			display: none !important;
		}

		.content-cancel{
			color: $body-foreground-color;
		}

		.content-form{
			padding-left: 0;
			padding-right: 0;
		}
	}

	form{
		div{
      width: 100%;
      @include media($xl-viewport){
        width: auto;
      }
		}
	}

	.content-cancel{

    @include media($xl-viewport){
      position: absolute !important;
  		top: 0px !important;
  		left: 625px !important;
    }
      position: relative !important;
			top: auto !important;
			right: auto !important;
			left: 0 !important;




	}

	.content-button{
		float: left !important;
		margin-right: 0 !important;
	}

}

.module-feature-head-booking{

	&.mobile-page{
		position: relative;
	}
}

.mobile-page{
	.text{
    margin-top: 350px;
    @include media($xl-viewport){
		position: relative;
    margin-top: 0;
  }


	}
}

.top-image{
	width: 100%;
	float: left;
	position: relative;

	img{
		width: 100%;
	}
}*/
.old-container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  .old-container::after {
    clear: both;
    content: "";
    display: table; }
  .old-container.text {
    margin-top: 40px !important;
    margin-bottom: 0; }
  .old-container .content-form {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .old-container .content-form:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .old-container .content-form {
        margin-left: 25.58941%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .old-container .content-form:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .old-container .content-form {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .old-container .content-form:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .old-container .content-form {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .old-container .content-form:last-child {
          margin-right: 0; } }
    .old-container .content-form .booking-box_form {
      height: 272px; }
    .old-container .content-form .booking-box_title:before {
      background-image: none; }

.newsletter-box {
  display: inline-block;
  text-align: left;
  padding: 8%;
  padding-top: 0;
  width: 100%;
  background-color: white;
  margin-bottom: 20%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
  .newsletter-box h3 {
    font-size: 2.5rem; }
  .newsletter-box p {
    font-weight: bold; }
  .newsletter-box .newsletter-form #mce-EMAIL {
    outline: none;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #99875b;
    margin-bottom: 6%;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 6%; }
  .newsletter-box .newsletter-form .button {
    background-color: #99875b;
    padding: 4% 14%;
    color: #f6f6f6;
    border: none;
    margin-bottom: 6%;
    font-family: kepler-std-display,sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 100; }

.grid-section .newsletter-box {
  max-height: 380px; }

/*# sourceMappingURL=alexandra.css.map */
