/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  width: 100%;
  border-radius: 3px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1; }

[data-whatinput='mouse'] button {
  outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto; }

.row::before, .row::after {
  display: table;
  content: ' '; }

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }
.row .row.collapse {
  margin-right: 0;
  margin-left: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-right: auto;
  margin-left: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }

  .medium-offset-1 {
    margin-left: 8.33333%; }

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

  .medium-offset-2 {
    margin-left: 16.66667%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }

  .medium-offset-4 {
    margin-left: 33.33333%; }

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

  .medium-offset-5 {
    margin-left: 41.66667%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }

  .medium-offset-7 {
    margin-left: 58.33333%; }

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

  .medium-offset-8 {
    margin-left: 66.66667%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.66667%; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }

  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }

  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }

  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }

  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }

  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }

  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }

  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }

  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }

  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }

  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }

  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }

  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }

  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }

  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }

  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }

  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .medium-centered {
    margin-right: auto;
    margin-left: auto; }

  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }

  .large-push-1 {
    position: relative;
    left: 8.33333%; }

  .large-pull-1 {
    position: relative;
    left: -8.33333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 16.66667%; }

  .large-push-2 {
    position: relative;
    left: 16.66667%; }

  .large-pull-2 {
    position: relative;
    left: -16.66667%; }

  .large-offset-1 {
    margin-left: 8.33333%; }

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

  .large-offset-2 {
    margin-left: 16.66667%; }

  .large-4 {
    width: 33.33333%; }

  .large-push-4 {
    position: relative;
    left: 33.33333%; }

  .large-pull-4 {
    position: relative;
    left: -33.33333%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-5 {
    width: 41.66667%; }

  .large-push-5 {
    position: relative;
    left: 41.66667%; }

  .large-pull-5 {
    position: relative;
    left: -41.66667%; }

  .large-offset-4 {
    margin-left: 33.33333%; }

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

  .large-offset-5 {
    margin-left: 41.66667%; }

  .large-7 {
    width: 58.33333%; }

  .large-push-7 {
    position: relative;
    left: 58.33333%; }

  .large-pull-7 {
    position: relative;
    left: -58.33333%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-8 {
    width: 66.66667%; }

  .large-push-8 {
    position: relative;
    left: 66.66667%; }

  .large-pull-8 {
    position: relative;
    left: -66.66667%; }

  .large-offset-7 {
    margin-left: 58.33333%; }

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

  .large-offset-8 {
    margin-left: 66.66667%; }

  .large-10 {
    width: 83.33333%; }

  .large-push-10 {
    position: relative;
    left: 83.33333%; }

  .large-pull-10 {
    position: relative;
    left: -83.33333%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-11 {
    width: 91.66667%; }

  .large-push-11 {
    position: relative;
    left: 91.66667%; }

  .large-pull-11 {
    position: relative;
    left: -91.66667%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.66667%; }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }

  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }

  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }

  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }

  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }

  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }

  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }

  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }

  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }

  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }

  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }

  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }

  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }

  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }

  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }

  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }

  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .large-centered {
    margin-right: auto;
    margin-left: auto; }

  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
.column-block {
  margin-bottom: 1.875rem; }

.column-block > :last-child {
  margin-bottom: 0; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  color: #333;
  font-size: 1em;
  line-height: 1.4; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/**
 * Basic styles for links
 */
a {
  color: #e50050;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #222222;
    text-decoration: underline; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@font-face {
  font-family: 'wilmina';
  src: url("../fonts/wilmina-webfont.woff2") format("woff2"), url("../fonts/wilmina-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latomedium';
  src: url("../fonts/lato-medium-webfont.woff2") format("woff2"), url("../fonts/lato-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latoregular';
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latosemibold';
  src: url("../fonts/lato-semibold-webfont.woff2") format("woff2"), url("../fonts/lato-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'manksansregular';
  src: url("../fonts/manksans-webfont.woff2") format("woff2"), url("../fonts/manksans-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'manksans-mediumregular';
  src: url("../fonts/manksans-medium-webfont.woff2") format("woff2"), url("../fonts/manksans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'unicorn';
  src: url("../fonts/unicorn_flakes-webfont.woff2") format("woff2"), url("../fonts/unicorn_flakes-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/**
 * Basic typography style for copy text
 */
body {
  color: #222222;
  font: normal 125%/1.4 "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

h1 {
  font-family: 'wilmina', sans-serif;
  text-align: center;
  font-size: 2.3em; }

h3, input, select, button {
  font-family: 'wilmina', sans-serif;
  text-align: center; }

h2 {
  font-family: 'unicorn', sans-serif;
  text-align: center;
  color: #d05727; }

h4 {
  font-family: 'unicorn', sans-serif;
  color: white;
  font-size: 1.1em; }

p {
  font-family: 'manksans-mediumregular', sans-serif;
  font-size: 0.9em; }

a {
  font-family: 'wilmina';
  color: white;
  text-decoration: none; }

label {
  font-family: 'latoregular', sans-serif;
  font-size: 0.9em; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
@media screen and (max-width: 39.9375em) {
  /* styles for small only */
  .main-menu {
    overflow: hidden;
    background-color: #89b4a2;
    position: fixed;
    z-index: 100; }
    .main-menu a {
      font-size: 0.8em;
      text-decoration: none; }
    .main-menu ul, .main-menu li {
      padding: none;
      margin: none;
      display: inline; }
    .main-menu .svgSize {
      height: 40px;
      float: left; } }
@media screen and (min-width: 40em) {
  /* styles for medium and onward */ }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* styles for medium only */
  .main-menu {
    height: 100px; } }
@media screen and (min-width: 64em) {
  /* styles for large and onward only */
  .main-menu {
    height: 70px; } }
.main-menu {
  overflow: hidden;
  background-color: #89b4a2;
  position: fixed;
  z-index: 100; }
  .main-menu li {
    list-style-type: none;
    display: inline; }
    .main-menu li:hover {
      border-top: solid 3px #d05727;
      font-weight: bold; }
  .main-menu a {
    text-decoration: none; }
  .main-menu #barcelona-nav {
    color: #d05727;
    font-weight: bold; }

.click-active a {
  color: #181818;
  font-weight: bold;
  font-size: 1.1em; }

.svgSize {
  height: 60px;
  float: right;
  margin-top: 5px; }

.social-media {
  background-color: #89b4a2;
  width: 50px;
  position: fixed;
  left: 0;
  top: 280px;
  z-index: 99; }
  .social-media li {
    display: block; }

img {
  width: 100%; }

li {
  list-style-type: none;
  display: inline; }

a {
  text-decoration: none; }

.margin-vertical {
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

.margin-none {
  margin: 0; }

.padding-vertical {
  padding-top: 0.938em;
  padding-bottom: 0.938em; }

.padding-none {
  padding: 0; }

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

button {
  width: 300px;
  background-color: #d05727;
  color: white;
  height: 40px;
  border-radius: 0; }

.button-small {
  width: 140px;
  background-color: #d05727;
  color: white;
  height: 40px;
  border-radius: 0; }

i {
  color: #444444; }

.page-label {
  background: rgba(20, 20, 20, 0.9);
  width: 400px;
  position: absolute;
  top: 100px;
  z-index: 10; }
  .page-label h1 {
    color: #d05727; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }
@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }
@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }
.footer-area {
  background-color: #89b4a2; }

.footer {
  padding: 20px; }
  .footer .footer-triangle-yellow {
    position: absolute;
    left: 0;
    margin-top: 400px; }
    .footer .footer-triangle-yellow polygon {
      fill: #f4d083; }
  .footer .footer-triangle-orange {
    position: absolute;
    left: 0;
    margin-top: 360px; }
    .footer .footer-triangle-orange polygon {
      fill: #f69679; }
  .footer h2 {
    color: #d05727; }
  .footer input {
    width: 350px;
    background-color: #ededed;
    border: none;
    height: 40px;
    margin-bottom: 20px; }
  .footer p {
    padding: 0 60px 0 60px; }
  .footer .footer-terms {
    text-align: left; }
  .footer a {
    color: #444444;
    font-family: 'wilmina';
    font-size: 0.8em; }
  .footer .footer-bottom-section {
    color: #444444;
    font-family: 'wilmina';
    font-size: 0.8em; }

@media screen and (max-width: 39.9375em) {
  /* styles for small only */
  .reserve-button-mobile {
    background-color: #d05727;
    height: 70px;
    width: 170px;
    padding: 10px;
    line-height: 1.3;
    margin: 15% 0 0 35%; }

  .index-room-title {
    margin: 50px 0 0 40px;
    width: 200px; }

  .index-offer {
    background: #f4d083; }

  .index-restaurant, .index-intro {
    background: #89b4a2; } }
@media screen and (min-width: 40em) {
  /* styles for medium and onward */
  .index-room-deluxe {
    border-right: solid 20px white; }

  .index-room-luxe {
    border-left: solid 20px white; }

  .index-offer {
    background: url(../img/homepage/background/couple.jpg); }

  .index-restaurant {
    background: url(../img/homepage/background/restaurant.jpg); }

  .index-intro {
    background: url(../img/homepage/background/suite.jpg); } }
@media screen and (max-width: 39.9375em) {
  /* styles for small and medium*/ }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* styles for medium only */
  .index-room-title {
    margin: 70px 0 0 140px;
    width: 200px; }

  .index-restaurant-polygon {
    position: absolute;
    left: 0;
    margin-left: -100px; }
    .index-restaurant-polygon polygon {
      fill: #89b4a2; }

  .index-offer-polygon {
    position: absolute;
    right: 0;
    margin-right: -100px; }
    .index-offer-polygon polygon {
      fill: #f4d083; } }
@media screen and (min-width: 64em) {
  /* styles for large and onward only */
  .index-room-title {
    margin: 80px 0 0 240px;
    width: 200px; } }
.index-header {
  height: 1000px;
  background: url(../img/homepage/background/header.jpg); }

.index-logo {
  padding: 70px 40px 0 100px; }

.reservation-form {
  width: 460px;
  height: 580px;
  background-color: rgba(245, 201, 165, 0.85);
  position: absolute;
  right: 10%;
  top: 30%; }
  .reservation-form div {
    padding-right: 30px; }
  .reservation-form li {
    display: block;
    margin: 15px 0 10px 0; }
  .reservation-form h3 {
    color: #d05727; }
  .reservation-form input {
    border: solid 0.2px #999999;
    height: 30px;
    width: 170px;
    margin-top: 5px; }
  .reservation-form .discount-code-box {
    width: 80%;
    margin: auto; }
  .reservation-form .reserve-button {
    background-color: #d05727;
    width: 100%;
    height: 35px;
    color: white;
    border: none;
    margin: 20px 0 30px 0; }
  .reservation-form .reserve-area {
    padding: 0 40px 0 40px; }

.index-intro {
  height: 800px; }
  .index-intro svg {
    position: absolute;
    right: 0; }
  .index-intro polygon {
    fill: #89b4a2; }
  .index-intro .index-intro-content {
    margin-top: 300px;
    position: absolute;
    right: 0;
    width: 350px; }
  .index-intro button {
    margin-top: 70px; }

.index-room {
  height: 400px;
  background: url(../img/homepage/background/rooms-bg.svg); }
  .index-room .index-room-title-triangle {
    position: absolute;
    left: 0;
    margin-top: 280px; }
    .index-room .index-room-title-triangle polygon {
      fill: #d05727; }
  .index-room h1 {
    color: #d05727; }
  .index-room .index-room-title-button {
    margin-top: 330px;
    position: absolute;
    left: 0;
    width: 200px;
    line-height: 1.6; }

.index-room-deluxe {
  height: 700px;
  background: url(../img/homepage/background/deluxe.jpg); }

.index-room-luxe {
  height: 700px;
  background: url(../img/homepage/background/blueroom.jpg); }

.index-room-deluxe-desc {
  background: #89b4a2;
  padding: 0 40px 20px 40px;
  position: relative;
  top: 402px; }

#deluxe-desc {
  display: none; }

#luxe-desc {
  display: none; }

.index-restaurant {
  height: 700px; }
  .index-restaurant .index-restaurant-polygon {
    position: absolute;
    left: 0; }
    .index-restaurant .index-restaurant-polygon polygon {
      fill: #89b4a2; }
  .index-restaurant .index-restaurant-desc {
    width: 300px;
    position: absolute;
    left: 0;
    margin: 100px 0 0 40px; }
    .index-restaurant .index-restaurant-desc h1 {
      color: #d05727; }

.index-offer {
  height: 700px; }
  .index-offer .index-offer-polygon {
    position: absolute;
    right: 0; }
    .index-offer .index-offer-polygon polygon {
      fill: #f4d083; }
  .index-offer .index-offer-desc {
    width: 300px;
    position: absolute;
    right: 0;
    margin: 100px 50px 0 0; }

.background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/*    
    div{
        border:solid 0.5px grey;
    }
    */
.triangle {
  width: 80px; }

@media screen and (max-width: 39.9375em) {
  /* styles for small only */
  .about-history {
    height: 800px;
    padding: 0 40px 0 40px; }

  .about-facilities {
    overflow: hidden;
    margin: 100px auto 100px auto; }
    .about-facilities div {
      height: 300px; }
    .about-facilities .facilities-desc {
      padding: 0 10px 0 10px;
      line-height: 1.6;
      padding-top: 20px; }
      .about-facilities .facilities-desc img {
        width: 50px; } }
@media screen and (min-width: 40em) {
  /* styles for medium and onward */ }
@media screen and (max-width: 39.9375em) {
  /* styles for small and medium*/ }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* styles for medium only */
  .about-us {
    padding: 0px 110px 0 110px; }
    .about-us h1 {
      padding-top: 50px; }

  .about-history {
    height: 700px;
    padding: 0 100px 0 100px; }

  .about-facilities {
    overflow: hidden;
    margin: 100px auto 100px auto; }
    .about-facilities div {
      height: 500px; }
    .about-facilities .facilities-desc {
      padding: 0 50px 0 50px;
      line-height: 1.6; }
      .about-facilities .facilities-desc img {
        width: 50px; } }
@media screen and (min-width: 64em) {
  /* styles for large and onward only */
  .about-us {
    padding: 0px 100px 0 450px; }
    .about-us h1 {
      padding-top: 50px; }

  .about-features {
    padding-bottom: 100px; }
    .about-features .about-features-desc {
      padding: 0 240px 40px 240px; }

  .about-history {
    height: 650px;
    padding: 0 150px 0 400px; }
    .about-history .history-pattern-bg {
      position: absolute;
      left: 0;
      height: 650px;
      width: 250px; }

  .about-facilities {
    overflow: hidden;
    margin: 100px auto 100px auto; }
    .about-facilities div {
      height: 500px; }
    .about-facilities .facilities-desc {
      padding: 0 80px 0 80px;
      line-height: 1.6;
      padding-top: 70px; }
      .about-facilities .facilities-desc img {
        width: 50px; }

  .about-facilities-icons img:hover {
    margin-bottom: 30px;
    border: dashed 5px orange;
    border-radius: 50%;
    transition: 0.5s; } }
.about-banner {
  height: 700px;
  background: url(../img/about/banner-about.jpg); }

/* Style the tab */
.about-page-content {
  /* Style the links inside the tab */
  /* Change background color of links on hover */
  /*Create an active/current tablink class */
  /*        .tab a:focus, .active {
              background-color: $yellow;
          }*/
  /* Style the tab content */ }
  .about-page-content .tab {
    overflow: hidden;
    background: none; }
  .about-page-content .tab a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px; }
  .about-page-content .tab a:hover {
    background-color: #f4d083; }
  .about-page-content .tabcontent {
    display: none;
    border: 1px solid #ccc;
    border-top: none; }
  .about-page-content .active {
    background-color: #f4d083; }
  .about-page-content .tablinks {
    background: #ebebeb; }
  .about-page-content #about {
    display: initial; }
  .about-page-content .about-bg {
    height: 600px;
    background: url(../img/about/room.jpg);
    background-attachment: fixed; }
  .about-page-content .about-us {
    height: 600px; }
    .about-page-content .about-us .pattern-bg {
      position: absolute;
      left: 0;
      height: 600px;
      width: 400px; }
    .about-page-content .about-us .about-us-gallery-button {
      position: absolute;
      margin-top: 260px;
      left: 60px;
      width: 200px; }
    .about-page-content .about-us a {
      text-decoration: none; }
  .about-page-content .icon {
    width: 50px; }
  .about-page-content h3 {
    color: #d05727; }
  .about-page-content .features div {
    display: none; }
  .about-page-content .about-history-pictures {
    margin: 40px auto 80px auto;
    padding: 0 50px 0 50px; }
    .about-page-content .about-history-pictures img {
      padding-top: 10px;
      padding-right: 2px; }
  .about-page-content .about-facilities-title svg {
    position: absolute;
    right: 0;
    fill: #89b4a2;
    margin-top: -120px; }
  .about-page-content .about-facilities-title a, .about-page-content .about-facilities-title h4 {
    color: #d05727;
    position: absolute;
    right: 10px;
    margin-top: 40px; }
  .about-page-content .about-facilities-icons {
    padding: 10px; }
    .about-page-content .about-facilities-icons img {
      padding: 20px; }
  .about-page-content .background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

@media screen and (max-width: 39.9375em) {
  /* styles for small only */
  .restaurant-reservation {
    margin: 50px 0 50px 0;
    width: 100%; }

  .restaurant-intro-desc p {
    padding: 0 40px; }

  .restaurant-full-menu {
    padding: 20px 0 40px 0; } }
@media screen and (min-width: 40em) {
  /* styles for medium and onward */ }
@media screen and (max-width: 39.9375em) {
  /* styles for small and medium*/ }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* styles for medium only */
  .restaurant-reservation {
    margin: 70px 0 100px 100px;
    width: 600px; }

  .restaurant-intro-desc p {
    padding: 20px 120px; }

  .restaurant-full-menu button {
    width: 160px;
    height: 50px; }

  .restaurant-hours {
    background: url(../img/restaurant/pattern-bg.svg); }
    .restaurant-hours .restaurant-full-menu {
      padding-left: 150px;
      padding-top: 100px; }
      .restaurant-hours .restaurant-full-menu button {
        margin-top: 100px; } }
@media screen and (min-width: 64em) {
  /* styles for large and onward only */
  .restaurant-reservation {
    margin: 70px 0 50px 130px;
    width: 500px; }

  .restaurant-intro-desc {
    margin-top: 70px; }
    .restaurant-intro-desc p {
      padding: 0 80px; }

  .restaurant-hours {
    background: url(../img/restaurant/pattern-bg.svg); }
    .restaurant-hours .restaurant-full-menu {
      padding-left: 200px;
      padding-top: 120px; }
      .restaurant-hours .restaurant-full-menu button {
        margin-top: 40px; }

  .restaurant-sunday-brunch {
    padding-top: 100px; }
    .restaurant-sunday-brunch icons {
      width: 60px; } }
.restaurant-banner {
  height: 700px;
  background: url(../img/restaurant/tapas.jpg); }
  .restaurant-banner img {
    position: absolute;
    width: 1200px;
    height: 250px;
    margin-top: 450px;
    right: 0; }

.restaurant-intro svg {
  position: absolute;
  left: 0;
  z-index: -1;
  fill: #f4d083; }

.restaurant-reservation {
  background-color: rgba(137, 180, 162, 0.9); }
  .restaurant-reservation h3 {
    color: #d05727; }
  .restaurant-reservation li {
    display: inline-block;
    width: 250px;
    margin: 20px; }
    .restaurant-reservation li input, .restaurant-reservation li select {
      width: 100%;
      height: 35px;
      background-color: #ededed; }
    .restaurant-reservation li .reserve-table-button {
      margin-top: 20px; }
    .restaurant-reservation li select {
      width: 100px; }
  .restaurant-reservation li:nth-child(2) {
    display: inline;
    width: 100px; }
  .restaurant-reservation li:nth-child(3) {
    display: inline; }
  .restaurant-reservation .reserve-table-button {
    width: 100%;
    height: 40px;
    background-color: #d05727;
    color: white;
    border: none; }

.restaurant-bg {
  background: url(../img/restaurant/tapas-barcelona.jpg);
  height: 700px;
  background-attachment: fixed; }

.background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

@media screen and (max-width: 39.9375em) {
  /* styles for small only */
  .room-page-title {
    height: 600px;
    padding: 40px 40px 20px 40px; }

  .room-page-banner {
    height: 600px;
    background: url(../img/room/slider/suite1.jpg);
    background-attachment: fixed; }

  .room-page-deluxe-seaview {
    background: #89b4a2; }

  .room-page-deluxe-cityview {
    background: #f4d083; }

  .room-page-luxe-seaview {
    background: #89b4a2; }

  .room-page-luxe-cityview {
    background: #f69679; } }
@media screen and (min-width: 40em) {
  /* styles for medium and onward */
  .room-page-deluxe-seaview {
    background: url(../img/room/deluxe-seaview-bg.svg); }

  .room-page-deluxe-cityview {
    background: url(../img/room/deluxe-cityview-bg.svg); }

  .room-page-luxe-seaview {
    background: url(../img/room/luxe-seaview-bg.svg); }

  .room-page-luxe-cityview {
    background: url(../img/room/luxe-cityview-bg.svg); } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* styles for medium only */
  .room-page-title {
    height: 500px;
    padding: 40px 80px 20px 80px; }

  .room-page-banner {
    height: 600px;
    background: url(../img/room/slider/suite1.jpg);
    background-attachment: fixed; } }
@media screen and (min-width: 64em) {
  /* styles for large and onward only */
  .room-page-title {
    height: 500px;
    background: url(../img/room/title-pattern.svg);
    padding: 40px 400px 20px 200px; } }
.room-page-slider {
  height: 900px;
  overflow: hidden; }
  .room-page-slider .roomSlider {
    margin-top: -50px; }

.room-page-deluxe-title {
  height: 230px; }
  .room-page-deluxe-title h1 {
    font-size: 2em;
    color: #d05727; }

.room-page-deluxe-luxe {
  margin-bottom: 70px; }

.room-page-title-bg {
  height: 600px;
  background: url(../img/room/suite.jpg);
  background-attachment: fixed; }

.room-page-deluxe-seaview {
  text-align: left;
  height: 400px;
  padding: 70px 0 0 30px; }
  .room-page-deluxe-seaview h3, .room-page-deluxe-seaview p {
    text-align: left; }

.room-page-desc {
  background: url(../img/room/desc-bg.jpg);
  display: none; }

.room-page-deluxe-cityview {
  text-align: right;
  height: 400px;
  padding: 50px 30px 0 0; }
  .room-page-deluxe-cityview h3, .room-page-deluxe-cityview p {
    text-align: right; }

.room-page-luxe-seaview {
  text-align: left;
  height: 400px;
  padding: 70px 0 0 30px; }
  .room-page-luxe-seaview h3, .room-page-luxe-seaview p {
    text-align: left; }

.room-page-luxe-cityview {
  text-align: right;
  height: 400px;
  padding: 50px 30px 0 0; }
  .room-page-luxe-cityview h3, .room-page-luxe-cityview p {
    text-align: right; }

.room-page-suite-desc {
  padding: 30px 0 30px 0; }

.room-page-suite-slider {
  padding: 20px 0 20px 0; }
  .room-page-suite-slider img {
    padding: 5px; }

.background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.icons {
  width: 60px; }

@media screen and (max-width: 39.9375em) {
  /* styles for small only */ }
@media screen and (min-width: 40em) {
  /* styles for medium and onward */ }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* styles for medium only */ }
@media screen and (min-width: 64em) {
  /* styles for large and onward only */
  .offers-page-section-odd {
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%); }

  .offers-page-section-even {
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%); } }
.offers-page-banner {
  background: url(../img/offers/lobby.jpg);
  height: 800px;
  margin-bottom: 70px; }

.offers-page-section-even {
  padding: none;
  height: 400px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px; }
  .offers-page-section-even h2 {
    padding-top: 10px; }
  .offers-page-section-even p {
    padding: 10px 40px; }

.offers-page-section-odd {
  padding: none;
  height: 400px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px; }
  .offers-page-section-odd h2 {
    padding-top: 10px; }
  .offers-page-section-odd p {
    padding: 10px 40px; }

.icons {
  width: 60px; }

@media screen and (max-width: 39.9375em) {
  /* styles for small only */ }
@media screen and (min-width: 40em) {
  /* styles for medium and onward */ }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* styles for medium only */ }
@media screen and (min-width: 64em) {
  /* styles for large and onward only */
  .gallery-photos-title {
    padding: 40px 120px 70px 120px; }

  .gallery-page-thumbnail {
    padding: 270px 25px 50px 25px; } }
.gallery-page-title {
  padding-top: 100px;
  padding-bottom: 40px;
  display: none; }
  .gallery-page-title img {
    width: 80px; }
  .gallery-page-title .gallery-page-sections {
    margin-bottom: 100px; }
  .gallery-page-title .gallery-sections-title {
    margin-top: 50px; }
  .gallery-page-title svg {
    position: absolute;
    right: 0;
    fill: #f4d083;
    margin-top: -100px; }

.gallery-the-hotel {
  height: 600px;
  background: url(../img/gallery/hotel/hotel-lobby.jpg);
  border: solid 10px white;
  transition: 1s; }
  .gallery-the-hotel:hover {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.8; }

.gallery-the-rooms {
  height: 600px;
  background: url(../img/gallery/rooms/room-suite3.jpg);
  border: solid 10px white;
  transition: 1s; }
  .gallery-the-rooms:hover {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.8; }

.gallery-the-city {
  height: 600px;
  background: url(../img/gallery/city/barcelona.jpg);
  border: solid 10px white;
  transition: 1s; }
  .gallery-the-city:hover {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.8; }

.gallery-photos-title .icons {
  width: 50px;
  margin-bottom: 40px; }
.gallery-photos-title #gallery-hotel-desc {
  color: #d05727; }
.gallery-photos-title #gallery-room-desc {
  color: #d05727; }
.gallery-photos-title #gallery-city-desc {
  color: #d05727; }

.gallery-photos h4 {
  display: none; }

.gallery-photos-hotel {
  display: none; }

.gallery-photos-rooms {
  display: none; }

.gallery-photos-city {
  display: none; }

.background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

@media screen and (max-width: 39.9375em) {
  /* styles for small only */ }
@media screen and (min-width: 40em) {
  /* styles for medium and onward */ }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* styles for medium only */ }
@media screen and (min-width: 64em) {
  /* styles for large and onward only */ }
.contact-page-banner {
  height: 700px;
  background: url(../img/contact/lobby.jpg);
  background-attachment: fixed; }
  .contact-page-banner .contact-polygon-top {
    position: aboslute;
    left: 0;
    fill: #f4d083; }
  .contact-page-banner .contact-polygon-bottom {
    position: absolute;
    right: 0;
    width: 300px;
    margin-top: 400px;
    fill: #f4d083; }

.contact-page-info i {
  color: #d05727; }

.contact-page-email form {
  padding: 20px 0 20px 120px; }
  .contact-page-email form li {
    list-style-type: none;
    margin: 20px;
    display: block;
    text-align: left; }
  .contact-page-email form input {
    width: 400px;
    height: 50px;
    border: none;
    border-bottom: solid 2px grey;
    text-align: left; }
  .contact-page-email form textarea {
    width: 80%; }

.contact-page-reservation {
  background: #fbc5a2;
  padding-bottom: 50px; }
  .contact-page-reservation form li {
    display: block;
    list-style-type: none;
    margin: 20px; }
  .contact-page-reservation form .room-input {
    border: none;
    border-bottom: solid 2px #444444;
    background: none;
    width: 200px; }

.background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

@media screen and (max-width: 39.9375em) {
  /* styles for small only */
  .barcelona-attractions {
    padding: 10px 0 10px 0; } }
@media screen and (min-width: 40em) {
  /* styles for medium and onward */ }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* styles for medium only */ }
@media screen and (min-width: 64em) {
  /* styles for large and onward only */
  /*    .tapas, .tortilla, .jamon{
          background:$seagreen;
      }*/ }
.barcelona-banner {
  margin-top: -20px;
  margin-bottom: 40px; }
  .barcelona-banner video {
    width: 100%; }

.barcelona-attractions-container {
  padding: 30px 100px 30px 100px; }
  .barcelona-attractions-container img {
    width: 100%;
    transition: 0.7s; }
    .barcelona-attractions-container img:hover {
      -ms-transform: scale(0.9);
      /* IE 9 */
      -webkit-transform: scale(0.9);
      /* Safari */
      transform: scale(0.9);
      opacity: 0.6; }
  .barcelona-attractions-container a {
    text-decoration: none; }
    .barcelona-attractions-container a h4 {
      color: #d05727; }
    .barcelona-attractions-container a .arrow {
      display: none; }
  .barcelona-attractions-container .barcelona-attractions-desc {
    height: 250px; }
    .barcelona-attractions-container .barcelona-attractions-desc p {
      padding: 0 20px 0 20px; }

.barcelona-food-container {
  padding: 30px 100px 30px 100px; }
  .barcelona-food-container .barcelona-food {
    padding: 0 10px; }
  .barcelona-food-container .barcelona-food-desc p {
    padding: 0 50px 0 50px; }

.background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

@media screen and (max-width: 39.9375em) {
  /* styles for small only */ }
@media screen and (min-width: 40em) {
  /* styles for medium and onward */ }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* styles for medium only */ }
@media screen and (min-width: 64em) {
  /* styles for large and onward only */ }
.navigation-admin {
  position: fixed;
  top: 0;
  background: #89b4a2;
  overflow: hidden;
  z-index: 20; }
  .navigation-admin .navigation {
    height: 40px; }
    .navigation-admin .navigation form {
      float: right; }
    .navigation-admin .navigation button {
      height: 50px; }
  .navigation-admin li {
    list-style-type: none;
    display: inline; }
  .navigation-admin a {
    text-decoration: none; }
    .navigation-admin a .logOut {
      font-weight: bold; }

.review-admin {
  margin-top: 50px; }
  .review-admin td, .review-admin th {
    padding: 20px; }
  .review-admin .admin-review-header {
    background: #89b4a2; }
  .review-admin a {
    color: #444444;
    background: #89b4a2; }

.review-admin-insert form {
  margin-left: 100px;
  margin-top: 50px; }
.review-admin-insert li {
  display: block;
  margin: 20px; }

.testimonials-container {
  margin-top: 30px;
  padding-bottom: 100px; }
  .testimonials-container .testimonials {
    padding: 10px 10px; }
    .testimonials-container .testimonials .border {
      padding: 10px 20px;
      border: solid 3px #89b4a2; }
    .testimonials-container .testimonials h4 {
      color: #d05727; }

.offers-admin-insert li {
  display: block;
  margin: 20px; }

.deleteButton {
  color: #444444;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
  border-right: solid 3px #444444; }

.icon, .icons {
  width: 60px; }

.resto-admin-update li {
  display: block;
  margin: 20px; }
.resto-admin-update #theRestoIcon {
  width: 200px; }

.restaurant-sunday-brunch-admin a {
  color: #444444;
  padding: 10px;
  border: solid 2px #999999; }

/*# sourceMappingURL=main.css.map */
