/*
 * Global stuff
 */
@font-face {
  font-family: 'denseregular';
  src: url("../fonts/dense-regular/dense-regular-webfont.eot");
  src: url("../fonts/dense-regular/dense-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dense-regular/dense-regular-webfont.woff2") format("woff2"), url("../fonts/dense-regular/dense-regular-webfont.woff") format("woff"), url("../fonts/dense-regular/dense-regular-webfont.ttf") format("truetype"), url("../fonts/dense-regular/dense-regular-webfont.svg#denseregular") format("svg");
  font-weight: normal;
  font-style: normal; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background: #fff;
  height: 100%;
  -webkit-text-size-adjust: 100%; }

body, html {
  padding: 0;
  margin: 0;
  color: #353535;
  font-family: "kepler-std", serif, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }
  body.menu_open {
    height: 100vh;
    overflow: hidden; }

.group::after {
  content: "";
  display: table;
  clear: both; }

ul, ol {
  margin: 0;
  padding: 0; }

p {
  margin: 0 0 1em; }

strong {
  font-weight: 700; }

em strong, strong em, i strong, strong i, b em, em b, b i, i b {
  font-weight: 600;
  font-style: italic; }

.title {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: "denseregular", sans-serif;
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 30px;
  text-align: center; }

h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px; }
  @media screen and (min-width: 850px) {
    h2 {
      font-size: 26px;
      line-height: 32px; } }

h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px; }

h4 {
  font-family: "denseregular", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em; }

.site-main {
  flex: 1; }

.back-to-top {
  position: fixed;
  bottom: 26px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 19;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease; }
  @media screen and (min-width: 850px) {
    .back-to-top {
      bottom: 58px;
      right: 20px; } }
  .back-to-top.is-active {
    opacity: 1;
    transform: translateY(0px); }
  .back-to-top svg {
    fill: #a69690;
    width: 30px;
    height: 30px; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
header {
  top: 0;
  left: 0;
  width: 100%; }
  header .menu {
    height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    background: #fee6de;
    z-index: 20;
    font-family: "denseregular", sans-serif;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s linear, height 0 linear 0.2s; }
    @media screen and (min-height: 690px) and (min-width: 850px) {
      header .menu {
        overflow-y: hidden; } }
    header .menu .table {
      display: flex;
      width: 100%;
      text-transform: uppercase;
      letter-spacing: 3px;
      flex-flow: column nowrap;
      align-items: center;
      justify-content: center;
      padding: 60px 0px 0px 0px; }
      @media screen and (min-height: 620px) and (min-width: 450px) {
        header .menu .table {
          height: 100%;
          padding: 0 0px 100px 0px; } }
    header .menu .menu-buttons {
      padding-top: 60px; }
      @media screen and (min-width: 540px) {
        header .menu .menu-buttons {
          padding-top: 30px; } }
      header .menu .menu-buttons .button {
        margin: 0px 5px 10px 5px;
        width: 150px;
        padding: 12px 15px 10px 15px;
        font-size: 20px; }
        @media screen and (min-width: 450px) {
          header .menu .menu-buttons .button {
            margin: 0px 10px;
            width: 170px;
            padding: 14px 20px 12px 20px;
            font-size: 24px; } }
      header .menu .menu-buttons .client-login-mobile {
        display: inline-block; }
        @media screen and (min-width: 850px) {
          header .menu .menu-buttons .client-login-mobile {
            display: none; } }
      header .menu .menu-buttons .client-login-desktop {
        display: none; }
        @media screen and (min-width: 850px) {
          header .menu .menu-buttons .client-login-desktop {
            display: inline-block; } }
    header .menu li {
      list-style: none; }
  header .main_menu {
    font-size: 50px;
    line-height: 80px; }
    @media screen and (max-width: 760px) {
      header .main_menu {
        font-size: 33px;
        line-height: 58px; } }
    header .main_menu li a {
      color: #000;
      border-bottom: 2px solid transparent;
      text-decoration: none; }
      .is-desktop header .main_menu li a {
        transition: all 0.1s linear; }
    header .main_menu li.current_page_item a,
    header .main_menu li a:hover {
      color: #fafafa;
      border-bottom: 2px solid #fafafa; }
  header #menu-toggle {
    position: fixed;
    top: 2px;
    right: 5px;
    z-index: 6000;
    outline: 0; }
    @media screen and (min-width: 850px) {
      header #menu-toggle {
        top: 10px;
        right: 15px; } }
  header.menu_open .menu {
    height: 100%;
    opacity: 1;
    transition: opacity 0.2s linear; }
  header.menu_open #menu-toggle {
    transition: color .2s; }
  header .menu-footer {
    width: 100%;
    text-align: center;
    color: #a69690;
    font-family: "kepler-std", serif;
    text-transform: none;
    font-size: 18px;
    line-height: 25px;
    padding-top: 40px; }
    @media screen and (min-height: 620px) and (min-width: 450px) {
      header .menu-footer {
        position: absolute;
        bottom: 20px;
        padding: 0;
        left: 0; } }
    header .menu-footer a {
      text-decoration: none;
      color: #a69690;
      font-size: 18px; }
      .is-desktop header .menu-footer a {
        transition: color 0.2s linear; }
      header .menu-footer a:hover {
        color: #fafafa; }
    header .menu-footer ul li {
      font-size: 18px;
      display: inline-block; }
      header .menu-footer ul li:after {
        content: " | ";
        padding: 0px 5px; }
      header .menu-footer ul li:last-child:after {
        content: ""; }

.logo-lover {
  position: fixed;
  z-index: 9999;
  top: 20px;
  left: 20px; }
  @media screen and (min-width: 850px) {
    .logo-lover {
      top: 25px;
      left: 25px; } }
  .logo-lover svg {
    width: 100%;
    height: auto;
    max-width: 50px;
    transition: fill .3s ease; }
    @media screen and (min-width: 850px) {
      .logo-lover svg {
        max-width: 60px; } }
  .menu_open .logo-lover svg {
    fill: #a69690; }
  .logo-lover.is-active svg, .logo-lover:hover svg {
    fill: #fafafa; }

.logo-of-mine {
  position: fixed;
  top: 140px;
  right: 20px;
  z-index: 5000; }
  @media screen and (min-width: 850px) {
    .logo-of-mine {
      right: 25px;
      top: 200px; } }
  .logo-of-mine svg {
    transition: fill .3s ease;
    width: 100%;
    height: auto;
    max-width: 20px; }
    @media screen and (min-width: 850px) {
      .logo-of-mine svg {
        max-width: 25px; } }
  .menu_open .logo-of-mine svg {
    fill: #a69690; }
  .logo-of-mine.is-active svg, .logo-of-mine:hover svg {
    fill: #fafafa; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  margin: 0 0 16px;
  width: 100%;
  font-size: 16px;
  cursor: pointer; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 0;
  border-bottom: 2px solid #bdc9cb;
  border-radius: 0;
  padding: 0 0 5px;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.dk-selected:before, .dk-selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0; }

.dk-selected:before {
  top: 50%;
  border: solid transparent;
  border-width: 0.25em 0.25em 0;
  border-top-color: #CCCCCC;
  margin: -0.125em 0.5em 0 0; }

.dk-selected:after {
  top: 0;
  height: 100%;
  margin: 0 1.5em 0 0; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  text-align: center;
  position: absolute;
  display: none;
  left: 0;
  right: 0; }

.dk-select-open-up .dk-select-options {
  border-radius: 0;
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  border-radius: 0;
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100; }

.dk-option-selected {
  background-color: #e6eeef; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
  background-color: #e6eeef; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-select-options .dk-option-hidden {
  display: none; }

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }

.dk-optgroup + .dk-option {
  margin-top: 0.25em; }

.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0; }

.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0; }

.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.dk-optgroup-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }

.dk-optgroup-options li {
  padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em; }

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block; }

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none; }

.dk-selected:hover,
.dk-selected:focus {
  outline: none; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }

.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
  border-color: inherit; }

.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit; }

.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
    .hamburger:hover .hamburger-inner,
    .hamburger:hover .hamburger-inner::before,
    .hamburger:hover .hamburger-inner::after {
      background-color: #fafafa; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #353535; }

.hamburger-box {
  width: 20px;
  height: 12px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #353535;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -5px; }
  .hamburger-inner::after {
    bottom: -5px; }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: background; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

#instafeed {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  max-width: 420px; }
  #instafeed .instafeed-image-wrap {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px; }
    #instafeed .instafeed-image-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  #instafeed a {
    display: block;
    width: 33.33%;
    position: relative;
    padding-top: 33.33%; }
    #instafeed a img {
      width: 100%;
      height: auto;
      display: block; }

::-webkit-input-placeholder {
  color: #353535;
  opacity: 1;
  font-family: "kepler-std", serif;
  font-weight: 400;
  transition: all 0.2s linear;
  line-height: 20px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #353535;
  opacity: 1;
  font-family: "kepler-std", serif;
  font-weight: 400;
  transition: all 0.2s linear;
  line-height: 20px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #353535;
  opacity: 1;
  font-family: "kepler-std", serif;
  font-weight: 400;
  transition: all 0.2s linear;
  line-height: 20px; }

:-ms-input-placeholder {
  color: #353535;
  opacity: 1;
  font-family: "kepler-std", serif;
  font-weight: 400;
  transition: all 0.2s linear;
  line-height: 20px; }

textarea::-webkit-input-placeholder {
  line-height: 20px; }
textarea:-moz-placeholder {
  /* Firefox 18- */
  line-height: 20px; }
textarea::-moz-placeholder {
  /* Firefox 19+ */
  line-height: 20px; }
textarea:-ms-input-placeholder {
  line-height: 20px; }

input,
textarea {
  width: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  background: none;
  border: none;
  border-bottom: 2px solid #bdc9cb;
  font-size: 16px;
  font-family: "kepler-std", serif;
  margin: 0 0 16px;
  color: #353535;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.2s linear;
  line-height: 20px;
  padding: 0 0 5px;
  text-align: center; }
  input:focus,
  textarea:focus {
    border-bottom: 2px solid #353535; }
    input:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      color: #353535;
      opacity: 0.3; }
    input:focus:-moz-placeholder,
    textarea:focus:-moz-placeholder {
      /* Firefox 18- */
      color: #353535;
      opacity: 0.3; }
    input:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder {
      /* Firefox 19+ */
      color: #353535;
      opacity: 0.3; }
    input:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      color: #353535;
      opacity: 0.3; }
  input.warning,
  textarea.warning {
    border-color: #C9A9B4; }
    input.warning::-webkit-input-placeholder,
    textarea.warning::-webkit-input-placeholder {
      color: #C9A9B4; }
    input.warning:-moz-placeholder,
    textarea.warning:-moz-placeholder {
      /* Firefox 18- */
      color: #C9A9B4; }
    input.warning::-moz-placeholder,
    textarea.warning::-moz-placeholder {
      /* Firefox 19+ */
      color: #C9A9B4; }
    input.warning:-ms-input-placeholder,
    textarea.warning:-ms-input-placeholder {
      color: #C9A9B4; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #f9fafa inset;
  -webkit-text-fill-color: #bdc9cb; }
input:-webkit-autofill:focus {
  -webkit-box-shadow: #fff,0 0 0 50px #f9fafa inset;
  -webkit-text-fill-color: #285c66; }

textarea {
  resize: none; }

input[type="submit"] {
  width: auto; }

.button, input[type="submit"] {
  border: 1px solid #a69690;
  display: inline-block;
  cursor: pointer;
  font-family: "denseregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 20px 12px 20px;
  letter-spacing: 0.08em;
  font-size: 24px;
  line-height: 1;
  color: #a69690;
  transition: all 0.2s ease; }
  .button.is-white, input[type="submit"].is-white {
    border-color: #fff;
    color: #fff; }
  .button:hover, .button.is_open, input[type="submit"]:hover, input[type="submit"].is_open {
    color: #fff;
    background: #a69690; }

a.button {
  text-decoration: none; }

div.wpcf7 {
  max-width: 560px;
  margin: 0 auto;
  padding: 60px 40px; }
  div.wpcf7 .submit_wrap {
    text-align: center; }
  div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto; }
  div.wpcf7 select {
    background: transparent;
    padding: 7px 0px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 16px;
    font-family: "kepler-std", serif;
    border: 0;
    border-bottom: 2px solid #bdc9cb;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    color: #353535; }

input.wpcf7-not-valid, textarea.warning, textarea.wpcf7-not-valid {
  border-color: #C9A9B4; }

input.warning::-webkit-input-placeholder, input.wpcf7-not-valid::-webkit-input-placeholder, textarea.warning::-webkit-input-placeholder, textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: #C9A9B4; }

input.warning:-moz-placeholder, input.wpcf7-not-valid:-moz-placeholder, textarea.warning:-moz-placeholder, textarea.wpcf7-not-valid:-moz-placeholder {
  color: #C9A9B4; }

input.warning::-moz-placeholder, input.wpcf7-not-valid::-moz-placeholder, textarea.warning::-moz-placeholder, textarea.wpcf7-not-valid::-moz-placeholder {
  color: #C9A9B4; }

input.warning:-ms-input-placeholder, input.wpcf7-not-valid:-ms-input-placeholder, textarea.warning:-ms-input-placeholder, textarea.wpcf7-not-valid:-ms-input-placeholder {
  color: #C9A9B4; }

#thankyou-note {
  opacity: 0;
  color: #353535; }

span.wpcf7-not-valid-tip {
  color: #C9A9B4;
  margin-top: -10px;
  text-align: center;
  font-size: 14px; }

div.wpcf7-response-output {
  margin: 0;
  padding: 0; }

div.wpcf7-mail-sent-ok {
  color: #353535;
  border: 0;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  padding: 50px 0px; }

div.wpcf7-mail-sent-ng, div.wpcf7-validation-errors {
  color: #C9A9B4;
  border: 0;
  margin: 1em 0;
  padding: 1em;
  text-align: center; }

.booking-modal {
  position: fixed;
  top: 60px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: #fafafa;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility 0s .3s, height 0s .3s, width 0s .3s; }
  @media screen and (min-width: 420px) {
    .booking-modal {
      top: 60px;
      left: 40px;
      bottom: 40px;
      right: 40px; } }
  @media screen and (min-width: 820px) {
    .booking-modal {
      width: 0;
      height: 0;
      transform: translate(-50%, -50%);
      max-width: 640px;
      max-height: 500px;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto; } }
  @media screen and (min-width: 870px) {
    .booking-modal {
      max-width: 720px;
      max-height: 500px; } }
  @media screen and (min-width: 1070px) {
    .booking-modal {
      max-width: 920px;
      max-height: 600px; } }
  .booking-modal.is-active {
    transition: opacity .3s ease, visibility 0s, height 0s, width 0s;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
    @media screen and (min-width: 820px) {
      .booking-modal.is-active {
        height: 100%;
        width: 100%; } }
  .booking-modal .booking-modal-iframe {
    max-height: 100% !important;
    height: 100% !important;
    overflow-y: auto; }

.booking-modal-underlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  background: rgba(53, 53, 53, 0.5);
  z-index: 10000;
  content: "";
  transition: opacity .3s ease, visibility 0s .3s, height 0s .3s, width 0s .3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .booking-modal-underlay.is-active {
    transition: opacity .3s ease, visibility 0s, height 0s, width 0s;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: 100%;
    width: 100%; }

.booking-modal-close {
  position: absolute;
  top: -40px;
  right: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer; }
  @media screen and (min-width: 820px) {
    .booking-modal-close {
      top: 0px;
      right: -30px;
      transform: translateX(0); } }
  .booking-modal-close svg {
    fill: #fafafa;
    width: 16px;
    height: 16px; }

.about-content {
  /*DZDZDZ*/ }

.about-content-video {
  max-width: 990px;
  margin: -26% auto 60px auto;
  padding: 0px 20px; }
  @media screen and (min-width: 850px) {
    .about-content-video {
      padding: 0px;
      margin: -278px auto 60px auto; } }
  .about-content-video .embed {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; }
    .about-content-video .embed iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }

.about-content-columns {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0px 50px 30px 20px; }
  @media screen and (min-width: 850px) {
    .about-content-columns {
      display: flex;
      flex-flow: row nowrap;
      padding: 0px 20px 80px 20px; } }

@media screen and (min-width: 850px) {
  .about-content-column {
    max-width: 425px;
    padding-right: 60px; } }

.about-content-column-2 {
  display: none;
  padding-top: 20px; }
  @media screen and (min-width: 850px) {
    .about-content-column-2 {
      padding-top: 0;
      display: block !important; } }

.about-content-read-more {
  display: block;
  color: #999999;
  text-decoration: none; }
  @media screen and (min-width: 850px) {
    .about-content-read-more {
      display: none; } }

.about-testimonials-wrap {
  background: #f6f5f3;
  padding: 20px; }
  @media screen and (min-width: 990px) {
    .about-testimonials-wrap {
      padding: 60px 20px; } }

.about-testimonials {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%; }
  .about-testimonials .testimonial-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 990px) {
      .about-testimonials .testimonial-inner {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center; } }
  @media screen and (min-width: 990px) {
    .about-testimonials .testimonial-texts {
      max-width: 560px;
      order: 1; } }
  .about-testimonials .testimonial-text {
    color: #a69690; }
    @media screen and (max-width: 720px) {
      .about-testimonials .testimonial-text {
        padding-right: 30px; } }
    @media screen and (min-width: 990px) {
      .about-testimonials .testimonial-text {
        max-width: 560px;
        padding-left: 100px;
        order: 1; } }
    @media screen and (max-width: 720px) {
      .about-testimonials .testimonial-text h3 {
        font-size: 18px;
        line-height: 24px; } }
  .about-testimonials .testimonial-author {
    color: #353535; }
  @media screen and (min-width: 990px) {
    .about-testimonials .testimonial-images {
      max-width: 350px;
      order: 2; } }
  @media screen and (min-width: 990px) {
    .about-testimonials .testimonial-image {
      max-width: 350px;
      order: 2; } }
  .about-testimonials .testimonial-image img {
    width: 100%;
    height: auto;
    display: block; }
  .about-testimonials .slick-dots {
    position: relative;
    z-index: 5; }
    @media screen and (min-width: 990px) {
      .about-testimonials .slick-dots {
        margin-left: 100px; } }

.about-philosophies-wrap {
  padding: 40px 20px 40px 20px;
  overflow: hidden;
  width: 100%; }
  @media screen and (min-width: 990px) {
    .about-philosophies-wrap {
      padding: 80px 20px; } }

.about-philosophies {
  max-width: 1200px;
  margin: 0 auto; }
  .about-philosophies .title {
    margin-bottom: 90px;
    text-align: left;
    display: none; }
    @media screen and (min-width: 990px) {
      .about-philosophies .title {
        display: block; } }
  .about-philosophies > .title {
    margin-bottom: 30px;
    display: block;
    text-align: center; }
    @media screen and (min-width: 990px) {
      .about-philosophies > .title {
        display: none; } }
  .about-philosophies .philosophies {
    width: 100%; }
  .about-philosophies .philosophy-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 990px) {
      .about-philosophies .philosophy-inner {
        display: flex;
        flex-flow: row nowrap; } }
  .about-philosophies .philosophy-text {
    padding-right: 30px; }
    @media screen and (min-width: 990px) {
      .about-philosophies .philosophy-text {
        max-width: 635px;
        padding-left: 175px;
        padding-right: 0; } }
  @media screen and (min-width: 990px) {
    .about-philosophies .philosophy-image {
      max-width: 350px; } }
  .about-philosophies .philosophy-image img {
    width: 100%;
    height: auto;
    display: block; }
  .about-philosophies .slick-dots {
    text-align: center; }
    @media screen and (min-width: 990px) {
      .about-philosophies .slick-dots {
        margin-left: 525px;
        text-align: left; } }
  .about-philosophies .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-15px);
    width: 30px;
    height: 30px;
    fill: #353535;
    opacity: 0.2;
    display: none !important;
    cursor: pointer; }
    @media screen and (min-width: 1420px) {
      .about-philosophies .slick-arrow {
        display: block !important; } }
  .about-philosophies .prev-arrow {
    left: -100px; }
  .about-philosophies .next-arrow {
    right: -100px; }

.faqs-list {
  padding: 20px 20px 50px 20px;
  border-bottom: 1px solid #bdc9cb;
  max-width: 1110px;
  margin: 0 auto; }
  @media screen and (min-width: 990px) {
    .faqs-list {
      padding: 20px 40px 20px 40px; } }

.faqs-title {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: "denseregular", sans-serif;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  margin: 0 0 5px; }

.faqs-subtitle {
  color: #bdc9cb;
  text-align: center;
  display: block; }

.faq-item {
  padding: 30px 0px 0px 0px; }
  @media screen and (min-width: 990px) {
    .faq-item {
      padding: 30px 0px 0px 0px;
      flex: 0 1 calc(50% - 40px); }
      .faq-item:nth-child(odd) {
        margin-right: 40px; }
      .faq-item:nth-child(even) {
        margin-left: 40px; } }

.faq-question {
  padding-bottom: 10px;
  font-weight: 700; }

.faq-answer {
  color: #353535; }

.faqs-list-items {
  padding-right: 30px; }
  @media screen and (min-width: 990px) {
    .faqs-list-items {
      display: flex;
      flex-flow: row wrap;
      padding-right: 0; } }

.faqs-cta {
  max-width: 520px;
  margin: 0 auto;
  padding: 60px 80px;
  text-align: center; }
  .faqs-cta p {
    margin-bottom: 30px; }
    .faqs-cta p a {
      color: #353535; }

.friends-list {
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 50px 20px 20px; }
  @media screen and (min-width: 990px) {
    .friends-list {
      display: flex;
      flex-flow: row wrap;
      padding: 30px 20px 60px 20px; } }

.friend-item {
  padding: 30px 0px 0px 0px; }
  @media screen and (min-width: 990px) {
    .friend-item {
      padding: 30px 0px 0px 0px;
      flex: 0 1 calc(50% - 33px); }
      .friend-item:nth-child(odd) {
        margin-right: 33px; }
      .friend-item:nth-child(even) {
        margin-left: 33px; } }

.friend-title {
  margin-bottom: 10px;
  font-size: 26px; }

.friend-description {
  display: block;
  margin-bottom: 5px; }

.friend-link {
  display: block;
  position: relative;
  color: #bdc9cb;
  text-decoration: none;
  border-bottom: 1px solid #bdc9cb;
  padding-bottom: 20px; }
  .friend-link svg {
    position: absolute;
    bottom: 18px;
    right: -5px;
    fill: #bdc9cb;
    width: 26px;
    height: 26px;
    transform: translate(0px, 0px);
    transition: transform .5s ease; }
  .friend-link:hover svg {
    transform: translate(5px, 0px); }

.page-intro {
  background: #e6eeef;
  padding: 90px 20px 40px 20px; }
  @media screen and (min-width: 850px) {
    .page-intro {
      padding: 150px 0px 50px 0px; } }
  .faqs-page .page-intro, .albums-page .page-intro {
    background: #f6f5f3; }
  .portfolio-page .page-intro {
    padding: 90px 50px 190px 50px; }
    @media screen and (min-width: 850px) {
      .portfolio-page .page-intro {
        padding: 150px 0px 280px 0px; } }
  .albums-page .page-intro {
    padding: 90px 20px 32% 20px; }
    @media screen and (min-width: 850px) {
      .albums-page .page-intro {
        padding: 150px 0px 300px 0px; } }
  .about-page .page-intro {
    padding: 90px 50px 32% 50px; }
    @media screen and (min-width: 850px) {
      .about-page .page-intro {
        padding: 150px 0px 355px 0px; } }
  .single .page-intro {
    background: #fafafa;
    padding: 90px 20px 200px 20px; }
    @media screen and (min-width: 850px) {
      .single .page-intro {
        padding: 150px 0px 300px 0px; } }

.page-intro-inner {
  max-width: 790px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  text-align: center; }
  .contact-page .page-intro-inner {
    max-width: 570px; }
  .about-page .page-intro-inner {
    max-width: 470px; }
  .page-intro-inner a {
    color: #353535;
    text-decoration: none; }
  @media screen and (max-width: 849px) {
    .page-intro-inner p {
      padding: 0px 30px; }
    .albums-page .page-intro-inner p {
      padding-left: 0px;
      text-align: left; } }

.page-content {
  padding: 50px 50px 50px 20px;
  max-width: 830px;
  margin: 0 auto; }
  .page-content ul, .page-content ol {
    padding-left: 16px;
    margin-bottom: 1em; }
  .page-content a {
    color: #353535;
    text-decoration: none;
    border-bottom: 1px solid #353535;
    transition: all 0.2s ease; }
    .page-content a:hover {
      color: #C9A9B4;
      border-bottom: #C9A9B4; }

.portfolio-page {
  overflow: hidden; }

#pictimeIntegration {
  margin: 50px 0px; }
  @media screen and (min-width: 820px) {
    #pictimeIntegration {
      margin: 100px 0px; } }

.filters {
  font-family: "kepler-std", serif;
  color: #bdc9cb;
  font-size: 18px;
  text-align: center; }
  .faqs-page .filters {
    padding-top: 50px; }
  .filters ul {
    display: none;
    padding-top: 10px; }
    @media screen and (max-width: 639px) {
      .filters ul.is-active {
        display: block; } }
    @media screen and (min-width: 640px) {
      .filters ul {
        display: inline-block;
        padding-top: 0px; } }
    .filters ul li {
      display: block;
      padding: 0px 8px;
      margin-bottom: 5px; }
      @media screen and (min-width: 640px) {
        .filters ul li {
          display: inline-block;
          padding: 0px 15px;
          margin-bottom: 0; } }
    @media screen and (min-width: 640px) {
      .filters ul .location-filter {
        padding-left: 50px; } }
    .filters ul a {
      color: #353535;
      text-decoration: none; }
      .filters ul a.is-active {
        color: #bdc9cb; }
  .filters .filters-label {
    margin-right: -10px; }
    @media screen and (min-width: 640px) {
      .filters .filters-label {
        margin-right: 0;
        display: inline-block;
        padding-right: 15px; } }
    .filters .filters-label span {
      display: inline-block;
      min-width: 10px; }
      @media screen and (min-width: 640px) {
        .filters .filters-label span {
          display: none; } }
  .filters .location-filter-label {
    display: block;
    margin-right: -10px; }
    @media screen and (min-width: 640px) {
      .filters .location-filter-label {
        display: inline-block;
        margin-right: 0; } }
  .filters .location-filter {
    position: relative;
    padding-top: 20px; }
    @media screen and (min-width: 640px) {
      .filters .location-filter {
        padding-top: 0; } }
    .filters .location-filter span {
      display: inline-block;
      min-width: 10px; }

.filter-link {
  position: relative;
  z-index: 5; }
  .filter-link::before {
    content: "|";
    position: absolute;
    left: -19px;
    top: -2px;
    color: #353535; }

.location-filter-locations {
  text-align: center;
  padding-top: 10px;
  display: none; }
  @media screen and (min-width: 640px) {
    .location-filter-locations {
      width: 200px;
      position: absolute;
      top: 100%;
      left: 50px;
      text-align: left; } }
  .location-filter-locations.is-active {
    display: block; }
  .location-filter-locations a {
    display: block;
    margin-bottom: 5px; }

.project-meta {
  color: #bdc9cb; }
  .project-meta span, .project-meta a {
    color: #bdc9cb;
    display: block;
    padding: 0px;
    text-decoration: none; }
    @media screen and (min-width: 740px) {
      .project-meta span, .project-meta a {
        display: inline-block;
        padding: 0px 8px; } }
    @media screen and (min-width: 740px) {
      .project-meta span::after, .project-meta a::after {
        content: "|";
        padding-left: 16px; } }
    .project-meta span:last-child::after, .project-meta a:last-child::after {
      display: none; }

.project-description {
  padding: 20px 0px 0px 0px; }

.project-extra {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 50px 60px 20px; }
  @media screen and (min-width: 740px) {
    .project-extra {
      display: flex;
      flex-flow: row wrap; } }

.project-extra-details {
  width: 100%;
  padding-bottom: 40px; }
  @media screen and (min-width: 740px) {
    .project-extra-details {
      padding-bottom: 0;
      width: 315px; } }
  .project-extra-details a {
    color: #bdc9cb;
    text-decoration: none; }

.project-extra-back {
  margin-top: 20px;
  margin-left: auto;
  color: #353535;
  text-decoration: none;
  text-align: right;
  display: block; }
  @media screen and (min-width: 740px) {
    .project-extra-back {
      margin-top: 0;
      display: inline-block; } }

.project-extra-share a {
  display: block;
  color: #bdc9cb;
  text-decoration: none; }

.related-projects-wrap {
  padding: 80px 20px;
  background: #f6f5f3;
  text-align: center; }

.related-projects {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap; }

.related-project {
  width: 100%;
  padding: 20px;
  text-align: left;
  text-decoration: none; }
  .related-project:nth-child(2) {
    display: none; }
  .related-project:nth-child(3) {
    display: none; }
  @media screen and (min-width: 740px) {
    .related-project {
      width: 50%; }
      .related-project:nth-child(2) {
        display: block; } }
  @media screen and (min-width: 1060px) {
    .related-project {
      width: 33.33%; }
      .related-project:nth-child(3) {
        display: block; } }

.related-project-image {
  height: 355px;
  position: relative; }
  .related-project-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(53, 53, 53, 0.5);
    z-index: 2;
    opacity: 0;
    transition: opacity .5s ease; }
  .related-project-image::after {
    content: "View more";
    color: #fafafa;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .5s ease;
    z-index: 3;
    font-size: 22px; }
  .related-project-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
  .related-project-image:hover::after, .related-project-image:hover::before {
    opacity: 1; }

.related-project-label {
  color: #353535;
  text-decoration: none;
  font-size: 18px;
  padding-top: 15px;
  display: block;
  font-family: "kepler-std", serif; }

.media-feed {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding-bottom: 20%; }
  @media screen and (min-width: 850px) {
    .media-feed {
      padding-bottom: 0; } }
  .albums-page .media-feed {
    margin: -29% auto 0 auto; }
    @media screen and (min-width: 850px) {
      .albums-page .media-feed {
        margin: -220px auto 0 auto; } }
  .single .media-feed {
    margin: -170px auto 50px auto;
    padding-bottom: 0; }

@media screen and (max-width: 767px) {
  .media-feed-row {
    margin: 0;
    padding: 0px 10px; }
    .media-feed-row [class*="col-"] {
      padding: 10px 10px; } }
@media screen and (min-width: 768px) {
  .media-feed-row {
    margin-bottom: 60px; } }
.media-feed-row a {
  display: block;
  position: relative; }
  .media-feed-row a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(53, 53, 53, 0.5);
    z-index: 2;
    opacity: 0;
    transition: opacity .5s ease; }
  .media-feed-row a svg {
    position: absolute;
    fill: #fafafa;
    bottom: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    opacity: 0;
    transition: opacity .5s ease;
    z-index: 3; }
  .media-feed-row a:hover::after {
    opacity: 1; }
  .media-feed-row a:hover svg {
    opacity: 1; }
.media-feed-row img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1; }
.media-feed-row .embed {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .media-feed-row .embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
@media screen and (min-width: 768px) {
  .media-feed-row .double-image {
    padding-left: 60px; } }

.grid-item-text {
  padding: 0px 20px 0px 20px; }
  @media screen and (min-width: 1240px) {
    .grid-item-text {
      padding: 0px 0px 60px 0px; } }

.grid-item-rollover-meta {
  color: #fff;
  font-family: "denseregular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  padding: 0px 20px;
  position: absolute;
  display: block;
  transition: all 0.2s ease;
  transform: rotate(90deg); }
  .grid-item-rollover-meta.rollover-meta-location {
    bottom: -20px;
    right: 15px;
    transform-origin: 100% 0; }
  .grid-item-rollover-meta.rollover-meta-type {
    top: -20px;
    left: 15px;
    transform-origin: 0 100%; }

.grid-item-rollover-text {
  font-family: "kepler-std", serif;
  font-size: 22px;
  color: #fff; }
  @media screen and (min-width: 640px) {
    .grid-item-rollover-text {
      font-size: 30px; } }

.home-intro-text {
  width: 100%;
  padding: 80px 10px; }
  @media screen and (min-width: 850px) {
    .home-intro-text {
      padding: 120px 10px; } }

.home-intro-text-inner {
  max-width: 520px;
  margin: 0 auto;
  color: #353535;
  text-align: center;
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  padding: 0px 40px;
  letter-spacing: 0.02em; }
  .home-intro-text-inner p {
    margin-bottom: 30px; }
  @media screen and (min-width: 850px) {
    .home-intro-text-inner {
      padding: 0px 20px;
      font-size: 26px;
      line-height: 32px; } }

.home-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fff;
  z-index: 2; }
  .home-slider .js-slider {
    cursor: pointer; }

.home-slider-intro {
  background: #fef4f0;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 1s, visibility 0s 1s, width 0s 1s, height 0s 1s;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }
  .home-slider-intro.is-active {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100vh; }
  .home-slider-intro p {
    max-width: 860px;
    color: #353535;
    text-align: center;
    font-family: "kepler-std", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    padding: 0px 50px;
    letter-spacing: 0.02em; }
    @media screen and (min-width: 850px) {
      .home-slider-intro p {
        font-size: 26px;
        line-height: 32px;
        padding: 0px 20px; } }

.slick-dots {
  width: 100%; }
  .home .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    z-index: 5; }

.slick-dots li {
  display: inline-block;
  margin: 0px 9px 0px 9px; }

.slick-dots button {
  display: block;
  width: 5px;
  height: 5px;
  background: #353535;
  border-radius: 50%;
  border: 0;
  font-size: 0;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  padding: 0; }

.slick-dots li.slick-active button {
  background: #fde2e2; }

.home-slider img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.home-portfolios {
  background: #fee6de;
  position: relative;
  z-index: 2; }

.home-portfolio-inner {
  margin: 0 auto;
  max-width: 1070px;
  min-height: 890px;
  height: 100vh;
  position: relative;
  padding: 0px 20px; }

.home-portfolio-title {
  color: #353535;
  font-size: 39px;
  font-family: "denseregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 5;
  margin-bottom: 15px;
  max-width: 420px;
  letter-spacing: 0.03em;
  transition: opacity 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s, transform 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s; }
  @media screen and (min-width: 1240px) {
    .home-portfolio-title {
      font-size: 45px; } }
  .home-portfolio-title::after {
    content: "";
    width: 75px;
    height: 2px;
    background: #353535;
    display: inline-block;
    position: relative;
    top: -12px;
    left: 10px;
    transition: width .8s ease; }
    @media screen and (min-width: 1240px) {
      .home-portfolio-title::after {
        top: -15px; } }
  .home-portfolio-title:hover::after {
    width: 125px; }

.home-portfolio-text {
  color: #353535;
  font-family: "kepler-std", serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding-top: 20px;
  max-width: 420px;
  padding-right: 25px;
  transition: opacity 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s, transform 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s; }
  @media screen and (min-width: 1240px) {
    .home-portfolio-text {
      font-size: 22px;
      line-height: 29px;
      padding-right: 0; } }
  .home-portfolio-text .text {
    margin-bottom: 15px; }

.home-portfolio-button {
  color: #353535;
  font-size: 22px;
  line-height: 27px;
  font-family: "denseregular", sans-serif;
  text-transform: uppercase;
  text-decoration: none; }
  @media screen and (min-width: 1240px) {
    .home-portfolio-button {
      font-size: 26px;
      line-height: 27px; } }

.home-grid {
  max-width: 1240px;
  margin: 0 auto 0 auto;
  z-index: 2; }
  @media screen and (min-width: 1240px) {
    .home-grid {
      padding: 0px 20px 100px 20px; } }
  .home-portfolio-lover .home-grid .grid-item_1, .home-portfolio-muse .home-grid .grid-item_1 {
    padding-bottom: 20%; }
    @media screen and (min-width: 1240px) {
      .home-portfolio-lover .home-grid .grid-item_1, .home-portfolio-muse .home-grid .grid-item_1 {
        padding-bottom: 0;
        width: 550px;
        padding-right: 90px; } }
  .home-portfolio-lover .home-grid .grid-item_2, .home-portfolio-muse .home-grid .grid-item_2 {
    max-width: 80%;
    padding-bottom: 20%;
    float: right; }
    @media screen and (min-width: 1240px) {
      .home-portfolio-lover .home-grid .grid-item_2, .home-portfolio-muse .home-grid .grid-item_2 {
        width: 650px;
        height: 510px;
        padding-top: 0px;
        padding-left: 85px;
        padding-right: 0px;
        padding-bottom: 0; }
        .home-portfolio-lover .home-grid .grid-item_2 .grid-item-image, .home-portfolio-muse .home-grid .grid-item_2 .grid-item-image {
          width: 560px;
          height: 390px; } }
  .home-portfolio-lover .home-grid .grid-item_3, .home-portfolio-muse .home-grid .grid-item_3 {
    max-width: 80%;
    padding-bottom: 20%; }
    @media screen and (min-width: 1240px) {
      .home-portfolio-lover .home-grid .grid-item_3, .home-portfolio-muse .home-grid .grid-item_3 {
        width: 540px;
        height: 565px;
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 80px; }
        .home-portfolio-lover .home-grid .grid-item_3 .grid-item-image, .home-portfolio-muse .home-grid .grid-item_3 .grid-item-image {
          width: 460px;
          height: 565px; } }
  .home-portfolio-lover .home-grid .grid-item_4, .home-portfolio-muse .home-grid .grid-item_4 {
    max-width: 80%;
    padding-bottom: 20%;
    float: right; }
    @media screen and (min-width: 1240px) {
      .home-portfolio-lover .home-grid .grid-item_4, .home-portfolio-muse .home-grid .grid-item_4 {
        width: 645px;
        height: 655px;
        padding-left: 185px;
        padding-top: 20px;
        padding-bottom: 0; }
        .home-portfolio-lover .home-grid .grid-item_4 .grid-item-image, .home-portfolio-muse .home-grid .grid-item_4 .grid-item-image {
          width: 460px;
          height: 565px; } }
  .home-portfolio-lover .home-grid .grid-item_5, .home-portfolio-muse .home-grid .grid-item_5 {
    padding-bottom: 20%; }
    @media screen and (min-width: 1240px) {
      .home-portfolio-lover .home-grid .grid-item_5, .home-portfolio-muse .home-grid .grid-item_5 {
        width: 520px;
        padding-left: 100px;
        padding-top: 120px;
        padding-bottom: 0; } }
  .home-portfolio-tribe .home-grid .grid-item_1 {
    max-width: 80%;
    padding-bottom: 20%; }
    @media screen and (min-width: 1240px) {
      .home-portfolio-tribe .home-grid .grid-item_1 {
        width: 650px;
        padding-right: 90px;
        padding-bottom: 0; }
        .home-portfolio-tribe .home-grid .grid-item_1 .grid-item-image {
          width: 560px;
          height: 390px; } }
  .home-portfolio-tribe .home-grid .grid-item_2 {
    padding-bottom: 20%; }
    @media screen and (min-width: 1240px) {
      .home-portfolio-tribe .home-grid .grid-item_2 {
        width: 550px;
        padding-top: 0px;
        padding-left: 85px;
        padding-right: 0px;
        padding-bottom: 0; } }
  .home-portfolio-tribe .home-grid .grid-item_3 {
    max-width: 80%;
    padding-bottom: 20%;
    float: right; }
    @media screen and (min-width: 1240px) {
      .home-portfolio-tribe .home-grid .grid-item_3 {
        width: 560px;
        height: 585px;
        padding-left: 100px;
        padding-top: 200px;
        padding-bottom: 0; }
        .home-portfolio-tribe .home-grid .grid-item_3 .grid-item-image {
          width: 460px;
          height: 315px; } }
  .home-portfolio-tribe .home-grid .grid-item_4 {
    max-width: 80%;
    padding-bottom: 20%; }
    @media screen and (min-width: 1240px) {
      .home-portfolio-tribe .home-grid .grid-item_4 {
        width: 545px;
        height: 565px;
        padding-top: 0px;
        padding-left: 85px;
        padding-bottom: 0px; }
        .home-portfolio-tribe .home-grid .grid-item_4 .grid-item-image {
          width: 460px;
          height: 565px; } }

.home-grid-item {
  display: block;
  opacity: 0;
  transition: opacity 1s ease .5s;
  position: relative;
  text-decoration: none;
  padding: 0px;
  clear: both; }
  @media screen and (min-width: 1240px) {
    .home-grid-item {
      padding: 0px 0px 70px 0px; } }
  .home-grid-item.is-active {
    opacity: 1; }

.portfolio-grid {
  width: 100%;
  margin: -50px auto 0 auto;
  padding-bottom: 30px;
  z-index: 2; }
  @media screen and (min-width: 1240px) {
    .portfolio-grid {
      padding-bottom: 100px;
      max-width: 1200px; } }
  .portfolio-grid .grid-item_1 .grid-item-link {
    max-width: 80%; }
    @media screen and (min-width: 1240px) {
      .portfolio-grid .grid-item_1 .grid-item-link {
        max-width: 100%;
        width: 600px;
        height: 645px;
        transform: translate(0px, -90px); }
        .portfolio-grid .grid-item_1 .grid-item-link .grid-item-image {
          width: 460px;
          height: 565px; } }
  .portfolio-grid .grid-item_2 .grid-item-link {
    max-width: 80%;
    float: right; }
    @media screen and (min-width: 1240px) {
      .portfolio-grid .grid-item_2 .grid-item-link {
        max-width: 100%;
        float: none;
        width: 600px;
        height: 645px;
        transform: translate(40px, 0px); }
        .portfolio-grid .grid-item_2 .grid-item-link .grid-item-image {
          width: 460px;
          height: 315px; } }
    .portfolio-grid .grid-item_2 .grid-item-link .grid-item-label {
      padding-left: 0; }
  .portfolio-grid .grid-item_3 .grid-item-link {
    max-width: 80%;
    float: right; }
    @media screen and (min-width: 1240px) {
      .portfolio-grid .grid-item_3 .grid-item-link {
        max-width: 100%;
        float: none;
        width: 600px;
        height: 645px;
        transform: translate(105px, 40px); }
        .portfolio-grid .grid-item_3 .grid-item-link .grid-item-image {
          width: 460px;
          height: 315px; } }
    .portfolio-grid .grid-item_3 .grid-item-link .grid-item-label {
      padding-left: 0; }
  .portfolio-grid .grid-item_4 .grid-item-link {
    max-width: 80%; }
    @media screen and (min-width: 1240px) {
      .portfolio-grid .grid-item_4 .grid-item-link {
        max-width: 100%;
        width: 600px;
        height: 645px;
        transform: translate(140px, -100px); }
        .portfolio-grid .grid-item_4 .grid-item-link .grid-item-image {
          width: 460px;
          height: 565px; } }

.grid-item-container {
  display: block;
  opacity: 0;
  transition: opacity 1s ease .5s;
  position: relative;
  margin-bottom: 20%; }
  @media screen and (min-width: 1240px) {
    .grid-item-container {
      margin-bottom: 0; } }
  .grid-item-container.is-active {
    opacity: 1; }
  .grid-item-container .grid-item-link {
    display: block;
    position: relative;
    text-decoration: none; }
  .grid-item-container .grid-item-label {
    font-size: 22px;
    color: #353535;
    text-decoration: none;
    font-family: "kepler-std", serif;
    padding: 20px 20px 0 20px;
    display: block; }
    @media screen and (min-width: 1240px) {
      .grid-item-container .grid-item-label {
        padding: 20px 0 0 0;
        font-size: 22px; } }

.grid-item-image {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }
  .grid-item-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .grid-item-image:hover .grid-item-rollover {
    visibility: visible;
    opacity: 1; }
    .grid-item-image:hover .grid-item-rollover .button {
      border-color: #fff !important;
      color: #fff !important;
      background: transparent !important; }

.grid-item-rollover {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  opacity: 0;
  left: 0;
  top: 0;
  transition: opacity 0.2s linear;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-flow: row wrap; }

.subscribe-form input {
  text-align: left;
  color: #353535;
  border-bottom-color: #a69690;
  padding-right: 40px;
  font-family: "kepler-std", serif;
  font-size: 16px; }

.subscribe-form input::-webkit-input-placeholder {
  text-align: left; }

.subscribe-form input:hover::-webkit-input-placeholder {
  color: #353535; }

.subscribe-form input::-moz-placeholder {
  text-align: left; }

.subscribe-form input:hover::-moz-placeholder {
  color: #353535; }

.subscribe-form input:-moz-placeholder {
  text-align: left; }

.subscribe-form input:hover:-moz-placeholder {
  color: #353535; }

.subscribe-form input:-ms-input-placeholder {
  text-align: left; }

.subscribe-form input:hover:-ms-input-placeholder {
  color: #353535; }

.subscribe-form .field-wrap {
  position: relative; }

.subscribe-btn {
  position: absolute;
  bottom: 20px;
  right: -5px;
  background: transparent;
  border: 0;
  color: #353535;
  cursor: pointer; }

.subscribe-btn svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: #353535; }

.subscribe-form-message {
  color: #a69690; }
  .subscribe-form-message a {
    color: #a69690;
    text-decoration: none; }

.site-footer {
  padding: 30px 0px;
  background: #fee6de;
  color: #353535;
  position: relative;
  z-index: 15; }
  @media screen and (min-width: 850px) {
    .site-footer {
      padding: 50px 20px 50px 20px; } }

.site-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 0px; }
  @media screen and (min-width: 850px) {
    .site-footer-inner {
      padding: 0px; } }

.site-footer-col {
  padding: 0px 20px; }
  @media screen and (min-width: 850px) {
    .site-footer-col {
      float: left;
      width: 50%; } }

.site-footer-col-instagram {
  display: none; }
  @media screen and (min-width: 850px) {
    .site-footer-col-instagram {
      display: block;
      float: right;
      width: 35%;
      margin-right: -5px; } }

.site-footer-sub-col {
  width: 50%;
  float: left; }
  @media screen and (min-width: 850px) {
    .site-footer-sub-col {
      width: 33.33%; } }

.site-footer-destinations {
  display: none; }
  @media screen and (min-width: 850px) {
    .site-footer-destinations {
      display: block; } }

.site-footer-bottom {
  font-family: "kepler-std", serif;
  color: #353535;
  max-width: 1240px;
  margin: 30px auto 0px auto;
  padding: 30px 0px 0px 0px;
  border-top: 1px solid #C9A9B4; }
  @media screen and (min-width: 850px) {
    .site-footer-bottom {
      margin: 0 auto;
      padding: 50px 0px 0px 0px;
      border: 0;
      display: flex;
      align-items: center;
      flex-flow: row nowrap; } }

.site-footer-bottom-col {
  font-size: 16px;
  line-height: 22px;
  padding: 0px 20px; }
  @media screen and (min-width: 850px) {
    .site-footer-bottom-col {
      width: 33.33%; } }

@media screen and (min-width: 850px) {
  .site-footer-bottom-form-text {
    width: calc(33.33% - 5px); } }

.site-footer-bottom-form {
  padding-bottom: 25px;
  max-width: 400px; }
  @media screen and (min-width: 850px) {
    .site-footer-bottom-form {
      max-width: 100%;
      padding-bottom: 0;
      padding-left: 0; } }

.site-footer-bottom-meta {
  color: #a69690;
  text-align: left;
  border-top: 1px solid #C9A9B4;
  padding-top: 30px; }
  @media screen and (min-width: 850px) {
    .site-footer-bottom-meta {
      padding-top: 0;
      border: 0;
      text-align: right; } }
  .site-footer-bottom-meta a {
    color: #a69690;
    text-decoration: none; }
    .site-footer-bottom-meta a:before {
      content: "|";
      margin-right: 12px;
      margin-left: 10px;
      color: #a69690; }

.site-footer-form-col p {
  max-width: 300px; }

.site-footer h3 {
  font-family: "denseregular", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  margin-top: 0; }
  .site-footer h3 a {
    color: #a69690;
    text-decoration: none; }

.site-footer ul li {
  list-style: none; }

.site-footer ul li a {
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #353535;
  text-decoration: none;
  transition: color .3s ease, border .3s ease;
  border-bottom: 1px solid transparent; }

.site-footer ul li a:hover {
  color: #353535;
  border-bottom-color: #353535; }

/* ----- LINKS THROUGHOUT SITE ----- */
.site-main p > a:not([class])
, .site-main p > a:not([class]):link
, .site-main p > a:not([class]):visited
, .site-main .text > a:not([class])
, .site-main .text > a:not([class]):link
, .site-main .text > a:not([class]):visited {
  color: #353535;
  text-decoration: none;
  border-bottom: 1px solid #353535; }

.site-main p > a:not([class]):active
, .site-main p > a:not([class]):focus
, .site-main p > a:not([class]):hover
, .site-main .text > a:not([class]):active
, .site-main .text > a:not([class]):focus
, .site-main .text > a:not([class]):hover {
  color: #353535;
  text-decoration: none;
  border-bottom: 1px solid #353535; }

/* ----- PORTFOLIO LANDSCAPE/PORTRAIT DEPENDANT UPON POSITION ----- */
.grid-item-image .image-portrait,
.grid-item-image .image-landscape {
  display: none; }

.grid-item-container:nth-child(4n + 1) .grid-item-image .image-portrait,
.grid-item-container:nth-child(4n + 4) .grid-item-image .image-portrait {
  display: inline-block; }

.grid-item-container:nth-child(4n + 2) .grid-item-image .image-landscape,
.grid-item-container:nth-child(4n + 3) .grid-item-image .image-landscape {
  display: inline-block; }

/* ----- SAND COLOUR ON HEADER OF PAGES ----- */
.about-page .page-intro
, .portfolio-page .page-intro
, .contact-page .page-intro
, .privacy-policy .page-intro
, .friends-page .page-intro {
  background-color: #f6f5f3; }

/* ----- ABOUT PAGE Philosophies LANDSCAPE/PORTRAIT ----- */
.about-philosophies .philosophy-image .image-portrait {
  display: none; }

.about-philosophies .philosophy-image .image-landscape {
  display: inline-block; }

@media screen and (min-width: 850px) {
  .about-philosophies .philosophy-image .image-portrait {
    display: inline-block; }

  .about-philosophies .philosophy-image .image-landscape {
    display: none; } }
/* ----- PORTFOLIO PAGE LAYOUT CHANGES ----- */
.portfolio-page .page-intro {
  padding: 90px 50px 100px 50px; }

@media screen and (min-width: 850px) {
  .portfolio-page .page-intro {
    padding: 150px 0px 280px 0px; } }
@media screen and (max-width: 850px) {
  .grid-item-container .grid-item-label {
    font-size: 20px; } }
/* ----- PRICE GUIDE LANDING PAGE ----- */
.price-guide-landing-page .page-intro {
  padding: 90px 20px 80px 20px;
  background-color: #f6f5f3; }

.price-guide-landing-page .page-intro p {
  padding: 0px 50px;
  max-width: 860px;
  color: #353535;
  text-align: center;
  font-family: "kepler-std", serif;
  font-weight: 400;
  /*	
  	font-size:			22px;
  	line-height:		28px;
  	letter-spacing:		0.02em;
  */ }

@media screen and (min-width: 850px) {
  .price-guide-landing-page .page-intro {
    padding: 150px 20px 125px 20px; }

  .price-guide-landing-page .page-intro p {
    padding: 0px 20px;
    /*		
    		font-size:		26px;
    		line-height:	32px;
    */ } }
.price-guide-links {
  padding: 50px 0px; }

@media only screen and (min-width: 1280px) {
  .price-guide-links {
    padding: 50px 40px; } }
.price-guide-links .container-fluid {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px; }

@media only screen and (min-width: 850px) {
  .price-guide-links .container-fluid {
    padding: 0; }

  .price-guide-links .container-fluid .row {
    margin-left: 0;
    margin-right: 0; }

  .price-guide-links {
    padding: 50px 40px; } }
.price-link {
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

@media only screen and (min-width: 48em) {
  .price-link {
    position: relative;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; } }
.price-link p {
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-size: 18px;
  color: #BDC9CB; }

.price-link img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 40px 0;
  padding: 0; }

.price-link-title {
  z-index: 5;
  margin-bottom: 15px;
  max-width: 420px;
  color: #353535;
  font-size: 31px;
  font-family: "denseregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transition: opacity 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s, -webkit-transform 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s;
  transition: opacity 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s, -webkit-transform 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s;
  -o-transition: opacity 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s, transform 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s;
  transition: opacity 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s, transform 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s;
  transition: opacity 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s, transform 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s, -webkit-transform 1s cubic-bezier(0.025, 0.25, 0, 1.025) 0.6s; }

@media screen and (min-width: 1240px) {
  .price-link-title {
    font-size: 45px; } }
.price-link-title::after {
  position: relative;
  top: -12px;
  left: 10px;
  content: "";
  width: 75px;
  height: 2px;
  background: #353535;
  display: inline-block;
  -webkit-transition: width 0.8s ease;
  -o-transition: width 0.8s ease;
  transition: width 0.8s ease; }

@media screen and (min-width: 1240px) {
  .price-link-title::after {
    top: -15px; } }
.price-link-title:hover::after {
  width: 125px; }

/* ----- PRICE GUIDES PAGE ----- */
.price-guide-page .page-intro {
  padding: 90px 20px 80px 20px;
  background-color: #f6f5f3; }

.price-guide-page .page-intro p {
  padding: 0px 50px;
  max-width: 860px;
  color: #353535;
  text-align: center;
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.02em; }

@media screen and (min-width: 850px) {
  .price-guide-page .page-intro {
    padding: 150px 20px 125px 20px; }

  .price-guide-page .page-intro p {
    padding: 0px 20px;
    font-size: 26px;
    line-height: 32px; } }
.price-guide-page .page-main {
  padding: 0 20px 50px 20px;
  margin-top: -60px; }

.price-guide-page .page-footer {
  padding: 20px;
  font-size: 83.333%; }

@media only screen and (min-width: 1280px) {
  .price-guide-page .page-main {
    margin-top: -100px; } }
.price-guide-page .page-main .container-fluid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0; }

.price-guide-page .page-footer .container-fluid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0; }

.price-guide-page .page-main .container-fluid .xs-narrow,
.price-guide-page .page-footer .container-fluid .xs-narrow {
  padding-right: 30px; }

@media screen and (min-width: 850px) {
  .price-guide-page .page-main .container-fluid .xs-narrow,
  .price-guide-page .page-footer .container-fluid .xs-narrow {
    padding-right: 0; }

  .price-guide-page .page-main .container-fluid {
    padding: 0 20px; }

  .price-guide-page .page-footer .container-fluid {
    padding: 0 20px; } }
.price-guide-page .price-divider {
  border: none;
  border-top: 1px solid #D8D8D8;
  margin: 40px 0; }

.price-guide-page .price-hero {
  position: relative;
  margin: 0 0 1.5em 0; }

.price-guide-page .price-hero img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.price-guide-page .price-title h2 {
  font-size: 25px; }

.price-guide-page .price-copy h3 {
  margin-bottom: 0;
  color: #BDC9CB;
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em; }

.price-guide-page .price-copy strong {
  font-weight: 400;
  font-size: 122.22%; }

.price-guide-page .price-copy em {
  font-size: 83.3333%; }

.price-guide-page .price-copy a,
.price-guide-page .price-copy a:link,
.price-guide-page .price-copy a:visited {
  border: 1px solid #a69690 !important;
  display: inline-block;
  cursor: pointer;
  font-family: "denseregular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 20px 12px 20px;
  letter-spacing: 0.08em;
  font-size: 21px;
  line-height: 1;
  color: #A69690 !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.price-guide-page .price-copy a:active,
.price-guide-page .price-copy a:focus,
.price-guide-page .price-copy a:hover {
  color: #fff !important;
  background: #a69690; }

a.button {
  text-decoration: none; }

@media screen and (min-width: 850px) {
  .price-guide-page .price-title h2 {
    font-size: 31px; }

  .price-guide-page .price-copy h3 {
    font-size: 18px; } }
/* ----- LOGO ----- */
@media screen and (max-width: 850px) {
  .logo-lover,
  .logo-of-mine {
    opacity: 1;
    transition: opacity 1s; }

  .logo-lover.is-hidden,
  .logo-of-mine.is-hidden {
    opacity: 0; } }
/* ----- STORIES PAGES ----- */
.grid-item-image {
  line-height: 100%;
  font-size: 0; }

@media screen and (max-width: 850px) {
  .portfolio-grid .grid-item_1 .grid-item-link,
  .portfolio-grid .grid-item_3 .grid-item-link {
    float: left; }

  .portfolio-grid .grid-item_2 .grid-item-link,
  .portfolio-grid .grid-item_4 .grid-item-link {
    float: right; }

  .portfolio-grid .grid-item_1 .grid-item-link .grid-item-label,
  .portfolio-grid .grid-item_3 .grid-item-link .grid-item-label {
    padding: 20px 0 0 20px; }

  .portfolio-grid .grid-item_2 .grid-item-link .grid-item-label,
  .portfolio-grid .grid-item_4 .grid-item-link .grid-item-label {
    padding: 20px 0 0 0; } }
/* ----- MENU SCROLL LOCK ----- */
@media screen and (max-width: 850px) {
  body.menu_open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden; } }
@media screen and (min-height: 620px) and (min-width: 375px) {
  /* DUPLICATE THE STYLES FROM ELSEWHERE AND REDUCE THE MIN WIDTH FOR iPhone X */
  header .menu .table {
    height: 100%;
    padding: 0 0 100px 0; }

  header .menu-footer {
    position: absolute;
    bottom: 20px;
    padding: 0;
    left: 0; } }
.site-main {
  position: relative;
  z-index: 10;
  pointer-events: none; }

.site-main > * {
  pointer-events: all; }

.home-slider {
  margin-bottom: 100vh; }

.home-slider-intro {
  background-color: transparent; }

.home-portfolios {
  padding-top: 21%; }

@media screen and (min-width: 480px) {
  .home-portfolios {
    padding-top: 160px; } }
.home-about-tile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #F6F5F3; }

.home-about-tile-inner {
  max-width: 860px;
  margin: 0 auto;
  color: #353535;
  text-align: center;
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  padding: 0px 20px;
  letter-spacing: 0.02em; }

@media screen and (min-width: 375px) {
  .home-about-tile-inner {
    padding: 0px 50px; } }
@media screen and (min-width: 400px) {
  .home-about-tile-inner {
    padding: 0px 70px; } }
.home-cta {
  padding: 40px;
  text-align: center;
  background-color: #F6F5F3; }

.home-cta h3,
.home-cta p {
  margin: 20px 0;
  padding: 0;
  line-height: 30px; }

@media screen and (min-width: 850px) {
  .home-cta {
    padding: 100px 0; } }
.home-cta .home-cta-inner {
  max-width: 860px;
  margin: 0 auto;
  color: #353535;
  text-align: center;
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  padding: 0px 50px;
  letter-spacing: 0.02em;
  overflow: hidden; }

.home-about-tile-inner h2 {
  line-height: 28px;
  font-size: 22px; }

@media screen and (min-width: 850px) {
  .home-about-tile-inner h2 {
    line-height: 30px;
    font-size: 26px; } }
.word-anim,
.word-anim > div,
.word-anim > div > span {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0;
  margin: 0;
  height: 28px;
  width: 70px;
  line-height: 26px;
  font-size: 22px;
  overflow: hidden; }

.word-anim {
  margin-left: -10px; }

@media screen and (min-width: 850px) {
  .word-anim,
  .word-anim > div,
  .word-anim > div > span {
    height: 30px;
    line-height: 25px;
    font-size: 26px; }

  .word-anim {
    margin-left: -3px; } }
.word-anim > div {
  position: absolute;
  top: 0;
  left: 0; }

.word-anim > div > span {
  top: 30px;
  width: auto;
  opacity: 0;
  transition: all 1s; }

.word-anim > div.active > span {
  top: 2px;
  opacity: 1; }

.word-anim > div.active > span:nth-child(0) {
  transition-delay: 0.1s; }

.word-anim > div.active > span:nth-child(1) {
  transition-delay: 0.2s; }

.word-anim > div.active > span:nth-child(2) {
  transition-delay: 0.3s; }

.word-anim > div.active > span:nth-child(3) {
  transition-delay: 0.4s; }

.word-anim > div.active > span:nth-child(4) {
  transition-delay: 0.5s; }

.word-anim > div.active > span:nth-child(5) {
  transition-delay: 0.6s; }

.word-anim > div.active > span:nth-child(6) {
  transition-delay: 0.7s; }

/*# sourceMappingURL=lom.css.map */
