/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 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.
 */
/* Document
   ========================================================================== */
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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 */ }

/**
 * 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 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

/**
 * 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.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* 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; }

@font-face {
  font-family: "FabrikatMono";
  font-style: bold;
  font-weight: 900;
  src: url("fonts/34C6A1_0_0.eot") format("eot"), url("fonts/34C6A1_0_0.woff2") format("woff2"), url("fonts/34C6A1_0_0.woff") format("woff"), url("fonts/34C6A1_0_0.ttf") format("ttf"); }
@font-face {
  font-family: "Fabrikat";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/34C86C_0_0.eot") format("eot"), url("fonts/34C86C_0_0.woff2") format("woff2"), url("fonts/34C86C_0_0.woff") format("woff"), url("fonts/34C86C_0_0.ttf") format("ttf"); }
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

button {
  font-family: "Fabrikat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px; }

body {
  font-family: "Fabrikat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #111;
  background-color: #e9ebee;
  hyphens: auto;
  box-sizing: border-box; }

/**
 * Images
 */
img {
  max-width: 100%;
  border-radius: 2px; }

/**
 * Video
 */
iframe {
  max-width: 100%; }

/**
 * Listen
 */
ul {
  list-style: none;
  margin: 0; }

/**
 * TYPO
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "FabrikatMono", monospace;
  font-weight: 900; }

h2 {
  font-size: 30px;
  line-height: 30px;
  display: table;
  border-bottom: 1px solid black; }

h2 {
  margin: 0 30px 30px 30px;
  padding: 5px 15px 10px 15px; }
  @media screen and (min-width: 665px) {
    h2 {
      margin: 0 90px 30px 90px; } }

h3 {
  font-size: 25px;
  line-height: 30px;
  display: table;
  margin: 15px 30px 15px 30px;
  padding: 0px 15px 0px 15px; }
  @media screen and (min-width: 665px) {
    h3 {
      margin: 30px 90px 15px 90px; } }

p {
  margin: 5px 30px 0 30px;
  padding: 0px 15px 0px 15px; }
  @media screen and (min-width: 665px) {
    p {
      margin: 5px 90px 0 90px; } }

a {
  color: #111;
  text-decoration: none; }
  a:hover {
    color: #ff7745;
    text-decoration: underline; }

.active {
  color: #ff7745; }

#topButton {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #828282;
  /* Set a background color */
  color: #111;
  /* Text color */
  -webkit-transition: all 0.1s ease-in-out;
  /* Safari */
  transition: all 0.15s ease-in-out;
  opacity: 0.4;
  cursor: pointer;
  /* Add a mouse pointer on hover */
  height: 45px;
  width: 45px;
  border-radius: 50%;
  /* Rounded corners */ }
  #topButton:hover {
    opacity: 1;
    background-color: #ff7745; }

.outer-wrapper {
  max-width: 1300px;
  margin: auto; }

.inner-wrapper {
  max-width: 1020px;
  margin: auto; }

.site-header {
  box-sizing: border-box;
  height: 240px;
  margin: 30px 0 60px 0;
  border-bottom: 1px solid #111;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 665px) {
    .site-header {
      flex-direction: row;
      align-items: center; } }

.logo {
  margin-left: 30px;
  padding-left: 12px;
  flex-grow: 1; }
  @media screen and (min-width: 665px) {
    .logo {
      margin-left: 90px;
      flex-grow: 8; } }
  .logo img {
    max-width: 85%; }
    @media screen and (min-width: 665px) {
      .logo img {
        max-width: 400px; } }

nav {
  flex-grow: 2; }

.trigger {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  padding-left: 12px; }

section {
  margin: 0 0 80px 0; }

.furniture-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px; }

.furniture-list-item {
  max-width: 100%; }
  .furniture-list-item img {
    -webkit-transition: all 0.1s ease-in-out;
    /* Safari */
    transition: all 0.15s ease-in-out;
    background-color: #828282;
    opacity: 1; }
    .furniture-list-item img:hover {
      opacity: 0.8;
      background-color: #828282; }
  .furniture-list-item p {
    margin: 0; }
  .furniture-list-item h3 {
    padding-left: 15px;
    margin: 0; }

.image-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 15px 0px; }

.image-gallery-item {
  max-width: 100%;
  text-align: center; }
  .image-gallery-item p {
    padding: 0;
    margin: 15px 0; }

@media screen and (min-width: 480px) {
  .two-cols {
    max-width: -webkit-calc(50% - (15px));
    max-width: calc(50% - (15px));
    padding: 0px 5px; } }

@media screen and (min-width: 480px) {
  .three-cols {
    max-width: -webkit-calc(33.3% - (15px));
    max-width: calc(33.3% - (15px));
    padding: 0px 5px; } }

.color-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 30px;
  padding: 0 5px 0 5px;
  hyphens: none; }
  @media screen and (min-width: 665px) {
    .color-gallery {
      flex-direction: row;
      flex-wrap: wrap; } }
  @media screen and (min-width: 980px) {
    .color-gallery {
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0 30px; } }

.color-gallery-item {
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: center; }
  @media screen and (min-width: 665px) {
    .color-gallery-item {
      width: -webkit-calc(20% - (30px));
      width: calc(20% - (30px));
      flex-direction: column;
      padding: 0px 15px 30px 15px; } }
  .color-gallery-item p {
    padding: 0;
    margin: 15px 0; }

a.button {
  background-color: rgba(255, 119, 69, 0.8);
  -webkit-transition: all 0.1s ease-in-out;
  /* Safari */
  transition: all 0.15s ease-in-out;
  color: #111;
  display: table;
  margin: 15px 0;
  padding: 10px;
  border-radius: 2px; }
  a.button:hover {
    opacity: 1;
    background-color: #ff7745;
    text-decoration: none; }

.caroussel {
  margin: 0 0 60px 0; }
  .caroussel button {
    border-radius: 50%;
    background-color: #828282;
    -webkit-transition: all 0.1s ease-in-out;
    /* Safari */
    transition: all 0.15s ease-in-out;
    opacity: 0.4; }
    .caroussel button:hover {
      opacity: 1;
      background-color: #ff7745;
      cursor: pointer; }

.gallery-cell {
  width: 100%; }

.site-footer {
  box-sizing: border-box;
  height: 240px;
  margin: 30px 0 60px 0;
  border-top: 1px solid #111; }
  .site-footer p {
    margin: 0;
    padding: 0; }

.footer-col-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media screen and (min-width: 665px) {
    .footer-col-wrapper {
      margin: 60px 90px; } }

.footer-col {
  margin: 15px; }

.footer-col-1 {
  width: 100%; }
  @media screen and (min-width: 980px) {
    .footer-col-1 {
      width: 28%; } }

.footer-col-2 {
  width: 100%; }
  @media screen and (min-width: 980px) {
    .footer-col-2 {
      width: 28%; } }

.footer-col-3 {
  width: 100%; }
  @media screen and (min-width: 980px) {
    .footer-col-3 {
      width: 28%; } }

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 30px; }

.flickity-prev-next-button.next {
  right: 30px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 30px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 30px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #ff7745; }
