/*!
	Theme Name: Alexa 2018
	Theme URI: http://xr.fi
	Description: Theme made exclusively for Alexa Dagmar, 2017 edition. Edited 2018.
	Version: 4.1.0
	Author: Richard GrosJean (@xrichard)
	Author URI: http://xr.fi
	Tags: HTML5, CSS3, SASS, Responsive
*/
@import url("https://use.typekit.net/dzw7lof.css");
#carousel li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

@keyframes slidefadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes menu-show {
  0% {
    visibility: visible;
    opacity: 1;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes extra-show {
  0% {
    visibility: visible;
    opacity: 0;
    transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes extra-hide {
  0% {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 10px, 0); } }
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  max-width: 1050px;
  margin: 0 auto; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-dots {
  display: none; }

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  font-size: 3em; }

.owl-prev {
  left: -1.5em; }

.owl-next {
  right: -1.5em; }

/*!
 * 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: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    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: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.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); }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.1s; }

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.1s; }

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

body {
  background-position: center 140px !important; }

#logo-mobile img {
  display: none;
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 20px auto;
  max-width: 274px;
  backface-visibility: hidden; }
  @media (max-width: 600px) {
    #logo-mobile img {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 1100px) {
    #logo-mobile img {
      display: block; } }

#nav-toggle {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 120;
  background: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0; }
  #nav-toggle:hover {
    opacity: 1; }
  @media (max-width: 1100px) {
    #nav-toggle {
      display: block; } }

#nav-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px; }
  @media (max-width: 1100px) {
    #nav-container {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      min-height: min-content; } }

nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  transform: translateY(40px);
  z-index: 100;
  width: 100%;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  background-color: transparent;
  height: 60px;
  transition: all 0.3s ease, transform 0.3s ease; }
  nav.headroom--top {
    background-color: white; }
    @media (min-width: 1100px) {
      nav.headroom--top {
        background-color: transparent; } }
    nav.headroom--top .logo img {
      margin-top: 15px; }
  nav.headroom--not-top {
    background: white; }
    nav.headroom--not-top .logo img {
      height: 47px; }
  @media (max-width: 1100px) {
    nav {
      left: auto;
      right: 0;
      bottom: 0;
      width: 100%;
      min-height: 100%;
      font-size: 1.4em;
      padding: 40px;
      box-sizing: border-box;
      transform: translateY(-100%);
      transition: transform 0.3s ease;
      margin-top: 0;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
      nav .logo {
        order: -1;
        display: block; }
      nav .logo, nav #menu-header-left, nav #nav-right {
        transform: translateY(-40px);
        opacity: 0;
        transition: transform 0.5s 0.2s ease, opacity 0.5s 0.2s ease; } }
  @media (max-width: 413px) {
    nav {
      font-size: 1.1em; } }
  nav img {
    height: 93px;
    padding: 0 30px;
    transition: height 0.3s ease, transform 0.3s ease;
    transform: translateY(3px); }
    @media (max-width: 1100px) {
      nav img {
        padding: 0;
        transform: translateY(0);
        width: 100%;
        height: auto;
        margin: 0 0 20px 0; } }
  nav.is-active {
    transform: translateY(0); }
    nav.is-active .logo, nav.is-active #menu-header-left, nav.is-active #nav-right {
      transform: translateY(0);
      opacity: 1; }
  nav.headroom--not-top {
    position: fixed;
    height: 60px;
    margin: 0;
    padding: 0;
    transform: translateY(0); }
    nav.headroom--not-top img {
      height: 30px;
      transform: translateY(5px);
      backface-visibility: hidden; }
      nav.headroom--not-top img.ab {
        transform: translateY(0) translateX(10px); }
      @media (max-width: 1100px) {
        nav.headroom--not-top img {
          height: auto; } }
    @media (max-width: 1100px) {
      nav.headroom--not-top {
        transform: translateY(-100%);
        height: 100%; }
        nav.headroom--not-top.is-active {
          transform: translateY(0); } }
  @media (max-width: 1100px) {
    nav .social {
      margin-top: 20px;
      display: flex;
      justify-content: center;
      width: 100%; } }
  nav .social a svg {
    width: 14px;
    height: 14px;
    margin-right: 10px; }
    @media (max-width: 1100px) {
      nav .social a svg {
        margin: 0 20px; } }
  nav .social a:last-child svg {
    margin-right: 0; }
  nav ul {
    display: flex; }
    @media (max-width: 1100px) {
      nav ul {
        flex-direction: column; } }
  nav li {
    display: block;
    margin-right: 20px;
    letter-spacing: 2px; }
    nav li a:link {
      transition: color 0.15s ease; }
    nav li a:hover {
      color: #e3c1b6; }
    nav li:last-child {
      margin-right: 0; }
    @media (max-width: 1100px) {
      nav li {
        margin: 0 0 20px 0; } }

li:hover .sub-menu {
  display: flex; }

.menu-item-has-children {
  position: relative; }
  @media (max-width: 1100px) {
    .menu-item-has-children {
      margin-top: 20px;
      margin-bottom: 40px;
      position: static;
      text-align: center; } }

.sub-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  padding-top: 5px;
  background: white;
  left: 50%;
  transform: translateX(-50%);
  margin-top: .7em;
  padding-bottom: 5px; }
  @media (max-width: 1100px) {
    .sub-menu {
      position: static;
      display: flex;
      padding: 0 0 0 0;
      transform: none; } }
  .sub-menu li {
    margin: 0 0 5px 0;
    padding: 5px 10px 2px 10px; }
    @media (max-width: 1100px) {
      .sub-menu li {
        margin: 20px 0 0 0; } }

#menu-header-left, #menu-apartment-left {
  position: absolute;
  left: 30px;
  align-items: center;
  height: 100%; }
  @media (max-width: 1100px) {
    #menu-header-left, #menu-apartment-left {
      position: static;
      height: auto; } }

#nav-right {
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
  height: 100%; }
  @media (max-width: 1100px) {
    #nav-right {
      position: static;
      flex-direction: column;
      width: 100%;
      height: auto;
      align-items: center; }
      #nav-right ul li {
        text-align: center; } }
  #nav-right li {
    margin-right: 20px; }
    @media (max-width: 1100px) {
      #nav-right li {
        margin-right: 0; } }

li.current-menu-item {
  font-style: italic;
  color: #e3c1b6; }

#nav-search {
  position: absolute;
  top: -6px;
  right: 24px;
  font-family: "lato", sans-serif;
  padding: 3px 6px;
  margin: 0;
  width: 100px;
  opacity: 0;
  animation: slidefadeouthor 0.6s ease; }
  #nav-search.active {
    animation: slidefadeinhor 0.6s ease;
    opacity: 1; }

#menu-item-18157 {
  font-weight: 700; }

nav .ab {
  position: absolute;
  left: -45px;
  height: 37px; }
  @media (max-width: 1100px) {
    nav .ab {
      display: none; } }

.instagram-pics {
  display: flex; }
  .instagram-pics li {
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    position: relative; }
    @media (max-width: 1024px) {
      .instagram-pics li {
        width: 25%;
        padding-bottom: 25%; }
        .instagram-pics li:nth-child(5) {
          display: none; } }
    @media (max-width: 800px) {
      .instagram-pics li {
        width: 33.3333333333%;
        padding-bottom: 33.3333333333%; }
        .instagram-pics li:nth-child(5), .instagram-pics li:nth-child(4) {
          display: none; } }
    @media (max-width: 500px) {
      .instagram-pics li {
        width: 50%;
        padding-bottom: 50%; }
        .instagram-pics li:nth-child(5), .instagram-pics li:nth-child(4), .instagram-pics li:nth-child(3) {
          display: none; } }
    .instagram-pics li img {
      position: absolute;
      width: 100%;
      max-height: 100%; }

body > footer {
  display: block;
  background: #fbece7;
  color: black;
  font-family: "adobe-caslon-pro", serif;
  font-style: italic;
  margin-top: 5em; }

footer header {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 0 0;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 600px) {
    footer header {
      justify-content: center;
      flex-direction: column;
      text-align: center;
      padding: 60px 0 40px 0; } }
  footer header img {
    height: 70px;
    max-width: 100%; }
    @media (max-width: 600px) {
      footer header img {
        margin-bottom: 30px;
        float: left; } }
footer footer {
  text-align: right;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  font-size: 1.4em; }
  @media (max-width: 600px) {
    footer footer {
      text-align: center; } }
footer .social a svg {
  margin: 0 16px 0 0;
  height: 21px;
  width: 21px; }
footer .social a:last-child svg {
  margin-right: 0; }
footer .textwidget > div {
  padding-bottom: 8em !important; }

.footer__copy {
  text-align: right;
  font-size: 12px;
  margin: 1em 16px;
  font-family: "lato", sans-serif; }

@media (max-width: 1100px) {
  main {
    margin-top: 0; } }

.split {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 900px) {
    .split {
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-around; } }
  @media (max-width: 600px) {
    .split {
      align-items: center;
      justify-content: center; } }
  .split img {
    margin: 40px 0; }
    @media (max-width: 900px) {
      .split img {
        align-self: flex-end; } }
    @media (max-width: 600px) {
      .split img {
        align-self: auto;
        margin: 20px 0; } }
  .split .left-50 {
    max-width: 42%;
    padding: 0 4%;
    box-sizing: border-box; }
    @media (max-width: 900px) {
      .split .left-50 {
        max-width: 725px; } }
    @media (max-width: 600px) {
      .split .left-50 {
        padding-left: 40px;
        padding-right: 40px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .split .left-50 {
      padding-left: 30px;
      padding-right: 30px; } }

  .split p {
    padding: 0;
    margin: 30px 0; }

.content > .left-50 {
  max-width: 450px;
  padding: 0 4%; }
  @media (max-width: 600px) {
    .content > .left-50 {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .content > .left-50 {
      padding-left: 30px;
      padding-right: 30px; } }

  .content > .left-50 p {
    padding: 0;
    margin: 1.67em 0; }

.page-about h4 {
  word-break: break-all; }

.center {
  max-width: 515px;
  margin-left: auto;
  margin-right: auto; }
  .center p {
    padding: 0 10px;
    margin: 20px 0; }
    @media (max-width: 600px) {
      .center p {
        padding-left: 40px;
        padding-right: 40px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .center p {
      padding-left: 30px;
      padding-right: 30px; } }

  .center img {
    margin: 20px 0; }
    @media (max-width: 600px) {
      .center img {
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .center img {
      padding-left: 30px;
      padding-right: 30px; } }

  .center .xx-alexa {
    margin-top: 30px; }

a:link.contact-envelope {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  border: 1px solid #1b1b1b;
  padding: 10px 15px; }
  a:link.contact-envelope:before {
    display: inline-block;
    content: ' ';
    background-image: url("img/envelope-dark.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 23px;
    vertical-align: middle;
    margin-right: 10px; }

.article-share {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 70px 0; }
  .article-share svg {
    width: 13px;
    height: 13px; }
  .article-share .like {
    position: absolute;
    left: 0;
    min-width: 60px; }
    @media (max-width: 1040px) {
      .article-share .like {
        left: 20px; } }
    .article-share .like a {
      margin-right: 12px; }
      .article-share .like a:last-child svg {
        margin-right: 0; }
  .article-share .comment {
    font-family: "lato", sans-serif;
    font-style: italic;
    font-size: 1.4em;
    color: #8c8c8c;
    letter-spacing: 0.075em; }
  .article-share .meta {
    position: absolute;
    right: 0;
    min-width: 60px; }
    @media (max-width: 1040px) {
      .article-share .meta {
        right: 20px; } }

.related-posts {
  text-align: center;
  margin: 60px 0; }
  .related-posts h3 {
    margin: 0 0 40px 0; }
  .related-posts .post {
    position: relative;
    text-align: center; }
    .related-posts .post img {
      width: 100%;
      height: 100%;
      max-width: 340px;
      margin-bottom: 20px; }
    .related-posts .post .title {
      font-size: 1.3em;
      font-family: "lato", sans-serif;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      max-width: 90%;
      overflow: hidden;
      background-color: #FFF;
      padding: 40px 30px;
      display: block; }

.comment-respond {
  margin-bottom: 80px;
  font-size: 1.4rem;
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 600px) {
    .comment-respond {
      padding-left: 30px;
      padding-right: 30px; } }

li.comment .comment-respond p {
  font-size: 1em; }

.comment-form {
  text-align: center; }
  .comment-form textarea, .comment-form input {
    font-family: "lato", sans-serif;
    padding: 5px;
    box-sizing: border-box; }

#cancel-comment-reply-link {
  margin: 20px 0;
  font-family: "lato", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important; }

.logged-in-as {
  text-align: center; }

.comment-form-comment label {
  display: block;
  text-align: center;
  margin-bottom: 5px; }
.comment-form-comment textarea {
  width: 100%; }

.comment-form input[type=submit] {
  background: white;
  font-family: "lato", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important; }
.comment-form .form-submit {
  margin-top: 40px; }

.comment-form-author label, .comment-form-email label, .comment-form-url label {
  display: inline-block;
  width: 80px; }

#comments {
  max-width: 1050px;
  margin: 0 auto; }

#comments > ul {
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 600px) {
    #comments > ul {
      padding-left: 30px;
      padding-right: 30px; } }

li.comment ul.children {
  margin-left: 48px; }
  @media (max-width: 600px) {
    li.comment ul.children {
      margin-left: 0; }
      li.comment ul.children .comment-text p {
        border-left: 2px solid #efefef;
        padding-left: 6px; } }

main > ul > li:first-child > .comment-body {
  border-top: 0; }

.comment-body {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #efefef;
  display: flex; }
  @media (max-width: 600px) {
    .comment-body {
      flex-direction: column; } }

.r {
  width: 100%; }

.reply {
  float: right;
  margin: 0 0 5px 40px; }
  .reply a {
    font-family: "lato", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important; }

.comment-author-name {
  font-family: "adobe-caslon-pro", serif;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 1.5px; }

.comment-meta {
  color: #8c8c8c;
  font-size: 1.1em; }

.comment-text {
  overflow: hidden;
  word-wrap: break-word;
  width: 100%;
  max-width: 725px;
  font-size: 1.6em;
  line-height: 1.538em;
  font-family: "adobe-caslon-pro", serif; }
  .comment-text a:link, .comment-text a:visited {
    color: #e3c1b6;
    text-decoration: underline; }

.comment-author-avatar {
  min-width: 96px;
  width: 96px;
  height: 96px;
  margin: 0 20px 0 0; }
  @media (max-width: 600px) {
    .comment-author-avatar {
      margin: 20px auto 20px auto; } }
  .comment-author-avatar img {
    width: 100%;
    height: auto;
    border-radius: 50%; }

article {
  max-width: 1050px;
  margin: 0 auto;
  font-family: "adobe-caslon-pro", serif; }
  article header {
    text-align: center;
    font-family: "lato", sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    text-transform: capitalize; }
  article p {
    font-size: 1.6em;
    line-height: 1.538em;
    max-width: 725px;
    margin: 40px auto;
    padding-left: 40px;
    padding-right: 40px; }
    @media (max-width: 600px) {
      article p {
        padding-left: 30px;
        padding-right: 30px; } }
    article p a:link, article p a:hover {
      text-decoration: underline;
      transition: color 0.15s ease; }
      article p a:link:hover, article p a:hover:hover {
        color: #e3c1b6; }
  article img {
    margin: 40px auto;
    max-width: 100%;
    height: auto; }
    @media (max-width: 1100px) {
      article img {
        margin: 40px auto; } }
    @media (max-width: 425px) {
      article img {
        margin: 20px auto; } }
    article img.size-one-third {
      width: calc((100% / 3) - (20px / 3));
      margin-left: 0;
      margin-right: 0; }
    article img.size-one-half {
      width: calc((100% / 2) - (20px / 2));
      margin-left: 0;
      margin-right: 0; }
      @media (max-width: 768px) {
        article img.size-one-half {
          width: 100%;
          height: auto;
          max-width: 100%; } }
  article .group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto; }
    @media (max-width: 1100px) {
      article .group {
        margin: 40px auto; } }
    @media (max-width: 425px) {
      article .group {
        margin: 20px auto; } }
    article .group img {
      margin: 0;
      height: 0%; }
      @media (max-width: 768px) {
        article .group img {
          margin: 0 auto; } }
    article .group .half {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 768px) {
        article .group .half {
          width: 100%;
          justify-content: flex-start; } }
      article .group .half p, article .group .half blockquote {
        margin: 20px auto; }
      article .group .half blockquote p {
        margin: 0; }
  article ul li {
    list-style: disc;
    margin: 1em 2em; }
  article ol li {
    margin: 1em 2em;
    list-style: inherit; }
  article .meta {
    font-family: "lato", sans-serif; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  margin-left: auto;
  margin-right: auto; }
  .video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

h2 {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 600;
  font-size: 2.5em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px; }
  @media (max-width: 413px) {
    h2 {
      overflow: hidden; } }

h4 {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 700;
  font-size: 2.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  max-width: 800px;
  margin: 30px auto;
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 600px) {
    h4 {
      padding-left: 30px;
      padding-right: 30px; } }

h5 {
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 400;
  max-width: 800px;
  margin: 30px auto;
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 600px) {
    h5 {
      padding-left: 30px;
      padding-right: 30px; } }
  h5 em {
    font-size: 0.875em;
    font-style: italic; }

.aligncenter, article img, .alignnone {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.kaupallinen {
  margin: 40px auto 40px auto;
  height: 59px; }
  @media (max-width: 1100px) {
    .kaupallinen {
      margin: 40px auto -20px auto; } }

.xx-alexa {
  text-align: left;
  margin: 40px 0 0 0;
  height: 27px; }

.alignright {
  float: right;
  margin-left: 40px; }

blockquote {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 40px auto; }
  blockquote p {
    font-size: 1.6em;
    color: black;
    line-height: 1.5em;
    font-family: "adobe-caslon-pro", serif;
    margin: 0 auto; }
  blockquote footer {
    margin-top: 20px;
    font-size: 1.2em;
    font-style: italic; }

.btn, #cancel-comment-reply-link, .comment-form input[type=submit], .reply a {
  display: block;
  font-family: "adobe-caslon-pro", serif;
  background: #fff;
  max-width: 280px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0.7em 2.3em;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 300;
  font-style: italic;
  transition: background 0.4s ease, color 0.4s ease;
  border: 1px solid black;
  color: black;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .btn:hover, #cancel-comment-reply-link:hover, .comment-form input[type=submit]:hover, .reply a:hover {
    cursor: pointer;
    background: #000;
    color: #fff; }

.shopthepost-widget {
  margin: 40px auto; }

.page-about .content {
  padding-bottom: 80px; }

.pagination {
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
  max-width: 1050px;
  margin: 0 auto; }
  .pagination .prev img {
    height: 44px; }
    @media (max-width: 1040px) {
      .pagination .prev img {
        height: 32px; } }
  .pagination img {
    max-width: 100%;
    height: 33px; }
    @media (max-width: 1040px) {
      .pagination img {
        height: 25px; } }
  @media (max-width: 1040px) {
    .pagination {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 700px) {
    .pagination {
      flex-direction: column; }
      .pagination .next {
        margin-top: 20px;
        text-align: right; } }

#carousel {
  margin-bottom: 80px;
  max-height: 100vh; }
  @media (max-width: 1100px) {
    #carousel {
      margin-bottom: 60px; } }
  @media (max-width: 425px) {
    #carousel {
      margin-bottom: 40px;
      display: none; } }
  #carousel li {
    display: flex;
    height: 560px;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  #carousel .overlay {
    background: white;
    width: 340px;
    max-width: 100%;
    padding: 40px 20px; }
  #carousel .category {
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  #carousel .date {
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.2em;
    letter-spacing: 0.1em; }
  #carousel .owl-item.active .overlay {
    animation: slidefadein 0.6s ease; }

.archive-dash {
  color: #8c8c8c;
  font-family: "adobe-caslon-pro", serif; }
  .archive-dash .yearly, .archive-dash .monthly {
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .archive-dash .yearly li, .archive-dash .monthly li {
      margin: 0 20px; }
      .archive-dash .yearly li.current, .archive-dash .monthly li.current {
        color: #1b1b1b; }
  .archive-dash .yearly {
    font-size: 4.8em; }
  .archive-dash .monthly {
    font-size: 1.9em;
    margin: 0 0 80px 0;
    text-transform: uppercase; }

ul.travels-children {
  display: flex;
  justify-content: center;
  margin: 10px auto 40px auto;
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: "adobe-caslon-pro", serif;
  padding: 0 20px;
  max-width: 600px;
  flex-wrap: wrap; }
  ul.travels-children li {
    margin: 0 20px 5px 20px; }

.categories {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1050px;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .categories {
      padding-left: 30px;
      padding-right: 30px; } }
  .categories a {
    display: block;
    margin-right: 20px; }
    @media (min-width: 769px) {
      .categories a {
        width: calc((100% / 3) - (40px / 3)); }
        .categories a:nth-child(3n) {
          margin-right: 0; } }
    @media (max-width: 768px) and (min-width: 401px) {
      .categories a {
        width: calc((100% / 2) - (20px / 2)); }
        .categories a:nth-child(2n) {
          margin-right: 0; } }
    @media (max-width: 400px) {
      .categories a {
        width: 100%;
        margin-right: 0; } }
  .categories article {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: -3px; }
  .categories img {
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 340px;
    margin-bottom: 20px; }
  .categories .title {
    font-size: 1.6em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 20px 20px 0 20px;
    font-family: "adobe-caslon-pro", serif;
    text-align: center;
    font-weight: 700;
    font-size: 1.3em;
    font-family: "lato", sans-serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 90%;
    overflow: hidden;
    background-color: #FFF;
    padding: 40px 30px;
    display: block;
    margin: 0; }
    .categories .title:after {
      display: block;
      content: ' ';
      margin: 10px auto;
      width: 140px;
      height: 1px;
      background: #efefef;
      display: none; }
  .categories .date {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 0.05em; }
  .categories p, .categories .date {
    display: none; }

.categories.collab {
  flex-wrap: wrap;
  justify-content: space-between; }
  .categories.collab article {
    width: 32%;
    justify-content: flex-start; }
    @media (max-width: 768px) and (min-width: 401px) {
      .categories.collab article {
        width: 48%; } }
    @media (max-width: 400px) {
      .categories.collab article {
        width: 100%; } }
    .categories.collab article > p {
      display: none; }
    .categories.collab article a {
      width: 100%; }

.categories.video .title {
  margin: 0; }
.categories.video a {
  width: 100%; }
.categories.video article {
  display: flex;
  align-items: center; }
.categories.video .img {
  width: 50%;
  height: 0;
  padding-bottom: 28.125%;
  position: relative;
  overflow: hidden; }
.categories.video .r {
  width: 50%;
  box-sizing: border-box;
  padding: 0 40px; }
.categories.video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.category h2 {
  margin: 0; }
  .category h2:after {
    display: block;
    content: ' ';
    margin: 10px auto;
    width: 140px;
    height: 1px;
    background: #efefef; }
.category h3 {
  margin: 0 0 40px 0; }
  .category h3.travels {
    margin-bottom: 10px; }
    .category h3.travels:after {
      display: block;
      content: ' ';
      margin: 10px auto;
      width: 200px;
      height: 1px;
      background: #efefef; }

#apartmentblog2017 {
  max-width: 1000px;
  margin-bottom: 80px;
  max-height: 100vh; }
  @media (max-width: 1100px) {
    #apartmentblog2017 {
      margin-bottom: 60px; } }
  @media (max-width: 425px) {
    #apartmentblog2017 {
      margin-bottom: 40px;
      display: none; } }

.category-apartment-blog #menu-apartment-left {
  align-self: flex-start; }

#searchform div {
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 1em;
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    #searchform div {
      padding-left: 30px;
      padding-right: 30px; } }
  #searchform div input[type="text"] {
    width: 100%;
    font-family: "lato", sans-serif;
    border: 1px solid #1b1b1b;
    border-right: 0;
    padding: 10px 20px; }
  #searchform div input[type="submit"] {
    background: #1b1b1b;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    margin: 0;
    font-family: "adobe-caslon-pro", serif;
    text-transform: uppercase;
    letter-spacing: 0.2em; }

.results-title {
  margin-bottom: 40px; }

.bgimage {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  margin-bottom: 9em; }
  .bgimage-empty {
    padding-top: 15em;
    margin-bottom: 9em; }
  .bgimage__image {
    display: none; }

.featured {
  max-width: 1050px;
  margin: 120px auto 160px auto;
  overflow: hidden; }
  @media (min-width: 768px) {
    .featured__block {
      width: 45%;
      float: left;
      margin: 0 2.5%; } }
  .featured__imagecontainer {
    padding-bottom: 60%;
    overflow: hidden;
    position: relative; }
  .featured__img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto; }
  .featured__play {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

* ::selection {
  background-color: #1b1b1b;
  color: #fff; }

html, body, ul, li {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%; }

body {
  font-family: "lato", sans-serif;
  color: #1b1b1b;
  position: relative; }
  body.prevent-scrolling {
    height: 100%;
    overflow: hidden; }

h3 {
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.6em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center; }

ul, li {
  list-style: none; }

strong {
  font-weight: 700; }

a:link, a:visited {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease; }

.searchblock {
  max-width: 1050px;
  margin: 0 auto; }

.advertising {
  display: flex;
  width: 100%;
  justify-content: center; }
  .advertising__container {
    margin-bottom: 9em; }

#blogimedia-stripe-2014 {
  background: #000;
  width: 100%; }

#blogimedia-stripe-2014 .sbms-wrap {
  padding: 0 20px; }

#blogimedia-stripe-2014 p,
#blogimedia-stripe-2014 p a {
  color: #FFF;
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.1s linear;
  /* For Safari 3.1 to 6.0 */
  transition: color 0.1s linear; }

#blogimedia-stripe-2014 p a:hover, #blogimedia-stripe-2014 .sbms-link:hover {
  color: #999;
  -webkit-transition: color 0.1s linear;
  /* For Safari 3.1 to 6.0 */
  transition: color 0.1s linear; }

#blogimedia-stripe-2014 p span.sub {
  display: inline;
  font-size: 14px;
  letter-spacing: 12px;
  line-height: 35px;
  margin: 0;
  padding: 0; }

#blogimedia-stripe-2014 .sbms-head {
  display: inline;
  float: left; }

#blogimedia-stripe-2014 .sbms-link {
  color: #fff;
  display: inline;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  letter-spacing: 1px; }

@media screen and (max-width: 600px) {
  #blogimedia-stripe-2014 .sbms-wrap {
    padding: 0 10px; }

  #blogimedia-stripe-2014 p,
  #blogimedia-stripe-2014 p a {
    font-size: 14px; }

  #blogimedia-stripe-2014 p span.sub {
    font-size: 10px; }

  #blogimedia-stripe-2014 .sbms-link {
    font-size: 10px; } }
@media screen and (max-width: 480px) {
  #blogimedia-stripe-2014 p,
  #blogimedia-stripe-2014 p a {
    font-size: 12px;
    letter-spacing: 1px; }

  #blogimedia-stripe-2014 p span.sub {
    font-size: 8px;
    letter-spacing: 4px; }

  #blogimedia-stripe-2014 .sbms-link {
    font-size: 8px; } }

/*# sourceMappingURL=style.css.map */
