@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:900,300|Playfair+Display");
html {
  position: relative;
  min-height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: "Lato", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #5B5C60;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  box-sizing: border-box; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

img {
  border: none;
  max-width: 100%; }

hr {
  background: none;
  border: none;
  border-top: 1px solid #5B5C60; }

.padded {
  padding-top: 64px;
  padding-bottom: 64px; }

.superpadded {
  padding-top: 96px;
  padding-bottom: 96px; }

.mobile-only {
  display: none; }

.no-mobile {
  display: block; }

@media (max-width: 850px) {
  .mobile-only {
    display: block !important; }
  .no-mobile {
    display: none !important; } }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  padding: 0;
  margin: 0; }

h1 {
  font-family: "Lato", "Helvetica", sans-serif;
  font-weight: 900;
  color: #86754D;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: 0;
  text-align: left;
  font-size: 220%; }

h1 + p, h2 + p, h1 + .text, h2 + .text {
  margin-top: 32px; }

h2 {
  font-family: "Playfair Display", "Georgia", serif;
  color: #5B5C60;
  text-align: left;
  font-size: 140%; }

h3 {
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 0;
  margin-top: 0; }

h4 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6e6e6e;
  margin: 0;
  padding: 0; }

a, a:visited {
  color: #86754D;
  text-decoration: none; }

a.button, input[type="input"] {
  color: white; }

.centered {
  text-align: center; }

.right {
  text-align: right; }

.caps {
  text-transform: uppercase; }

ul {
  margin-left: 0;
  padding-left: 10px; }
  ul li {
    padding-bottom: 6px;
    padding-left: 5px;
    list-style: none;
    position: relative; }
    ul li:before {
      content: "•";
      position: absolute;
      color: #86754D;
      left: -8px; }
    ul li p {
      padding: 0;
      margin: 0; }

@media (max-width: 600px) {
  h1 {
    font-size: 180%; }
  h2 {
    font-size: 140%; } }

.container {
  max-width: 1100px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto; }

.grid {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }

.block {
  margin-bottom: 16px; }
  .block.full {
    width: 100%; }
  .block.half {
    width: calc(50% - 8px); }
  .block.two-thirds {
    width: 66%; }
  .block.third {
    width: calc(33% - 8px); }
  .block.quarter {
    width: calc(25% - 12.3076923077px); }
  .block.third-thumbnail {
    width: calc(33% - 8px); }
  .block.center {
    margin: 0 auto; }

@media screen and (max-width: 650px) {
  .container {
    padding: 0 16px; }
  .block {
    margin-bottom: 16px; }
    .block.full {
      width: 100%; }
    .block.half {
      width: 100%; }
    .block.two-thirds {
      width: 100%; }
    .block.third {
      width: 100%; }
    .block.quarter {
      width: 100%; } }

@media screen and (max-width: 480px) {
  .container {
    padding: 0 16px; }
  .block {
    margin-bottom: 16px; }
    .block.full, .block.half, .block.two-thirds, .block.third, .block.quarter {
      width: 100%; }
    .block.third-thumbnail {
      width: calc(50% - 8px); }
  footer .container {
    flex-wrap: wrap; } }

#navi {
  z-index: 200;
  background-color: #FFF;
  padding: 16px 0;
  transition: all .8s ease-in-out;
  box-shadow: 0 0 0 transparent; }
  #navi.default {
    position: relative; }
  #navi.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0; }
  #navi .link {
    display: inline-block; }
    #navi .link.active a, #navi .link.active a:visited {
      background: #86754D;
      border-radius: 3px;
      color: white; }
    #navi .link a, #navi .link a:visited {
      color: #86754D;
      padding: 8px 16px;
      margin: 8px 0; }
  #navi .nav-toggle {
    display: none;
    width: 55px;
    height: 55px;
    padding: 14px;
    position: absolute;
    top: 0;
    left: -55px;
    background-color: #86754D;
    cursor: pointer; }
    #navi .nav-toggle .line {
      width: 100%;
      height: 2px;
      margin: 5px 0;
      background-color: white; }
  #navi .nav-close {
    display: none;
    width: 55px;
    height: 55px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 1; }
    #navi .nav-close .cross-one, #navi .nav-close .cross-two {
      width: 30px;
      height: 2px;
      position: relative;
      background-color: #86754D; }
    #navi .nav-close .cross-one {
      transform: rotate(45deg);
      left: 14px;
      top: 25px; }
    #navi .nav-close .cross-two {
      transform: rotate(-45deg);
      left: 14px;
      top: 24px; }

.impressum {
  max-height: 0;
  overflow: hidden;
  opacity: 0; }
  .impressum.open {
    max-height: 11000px;
    opacity: 1; }

.divider {
  margin: 32px auto;
  background-color: #86754D;
  width: 200px;
  height: 2px; }

.wrapper {
  min-height: 450px;
  min-height: 30vh;
  background-position: center center;
  background-size: cover;
  background-color: #f0f0f0;
  position: relative; }

.two-columns {
  column-count: 2;
  column-gap: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px; }
  .two-columns p {
    padding-top: 0;
    margin-top: 0; }

.superimage {
  margin-top: 32px;
  margin-bottom: 64px; }
  .superimage .wrapper {
    min-height: 70vh; }
  .superimage h1 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 50%;
    text-align: right; }

.contentslider .sildertile {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 32px; }
  .contentslider .sildertile h1 {
    text-align: left; }
  .contentslider .sildertile p {
    padding: 0;
    margin: 8px 0; }

.imageslider .wrapper {
  height: 70vh; }

.logo-container {
  max-width: 260px;
  text-align: center;
  margin: 0 auto; }
  .logo-container img {
    max-width: 100%; }

@media (max-width: 750px) {
  #navi .nav-toggle {
    display: block; }
  #navi.fixed, #navi.default {
    position: fixed;
    width: 200px;
    top: 0;
    left: auto;
    right: -200px; }
  #navi.open {
    right: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); }
  #navi .link {
    display: block;
    margin: 0;
    text-align: left; }
    #navi .link.active a, #navi .link.active a:visited {
      background: none;
      color: #5B5C60; }
      #navi .link.active a:before, #navi .link.active a:visited:before {
        content: "» "; }
    #navi .link a, #navi .link a:visited {
      color: #86754D;
      margin: 0;
      padding: 8px 0;
      margin: 8px 0;
      display: block;
      width: 100%; }
  #navi.fullwidth .nav-toggle, #navi.fullwidth .nav-close {
    display: block; }
  #navi.fullwidth.fixed, #navi.fullwidth.default {
    position: fixed;
    width: 100%;
    top: 0;
    left: auto;
    right: -100%; }
  #navi.fullwidth.open {
    right: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); }
  #navi.fullwidth .link {
    display: block;
    margin: 16px 0; } }

@media (max-width: 480px) {
  .superimage h1 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 90%;
    text-align: right; }
  .two-columns {
    column-count: 1;
    column-gap: 20px;
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px; }
    .two-columns p {
      padding-top: 0;
      margin-top: 0; } }

.contact-form {
  margin-bottom: 50px; }

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  background: none; }

input[type="text"], input[type="email"], textarea {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  font-family: "Playfair Display", "Georgia", serif;
  border: 1px solid #86754D; }

textarea {
  resize: vertical; }

#thesubmit {
  border: none;
  background: none;
  padding: 10px 0;
  font-size: 14px;
  color: #86754D;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica", sans-serif;
  cursor: pointer;
  border-top: 1px solid #86754D;
  border-bottom: 1px solid #86754D; }

.field {
  padding-bottom: 20px; }

#form-submit {
  text-align: right; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2); }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(img/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 75px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: 0; }

/*
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -75px, 0);
          transform: translate3d(0, -75px, 0);
}
*/
#swipebox-top-bar {
  top: 0; }

/*
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 75px, 0);
          transform: translate3d(0, 75px, 0);
}
*/
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(img/icons.svg);
  background-size: 220%;
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-size: 300%;
  background-position: -47px 12px;
  float: left; }

#swipebox-next {
  background-size: 300%;
  background-position: -103px 12px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-size: 300%;
  background-position: 0 17px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(250, 250, 250, 0.98); }

#swipebox-bottom-bar,
#swipebox-top-bar {
  background: white;
  opacity: 0.9; }

#swipebox-top-bar {
  color: #333 !important;
  padding-top: 17px;
  font-size: 24px;
  line-height: 36px; }

#swipebox-bottom-bar {
  padding-top: 15px; }

/**
 * wallop.css
 *
 * @fileoverview Default styles for wallop – recommended
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
/*
  This is the top-level selector

  It should be relative positioned
  to allow the children to be positioned absolutely
  relative to this
 */
.Wallop {
  position: relative; }

/*
  This element groups all the items, but not the buttons

  It's a recommendation but it's very likely
  you'll want to hide any overflow from the items
  Especially when doing animations such as scale
 */
.Wallop-list {
  position: relative;
  overflow: hidden; }

/*
  This is the item element

  By default, they are all hidden and
  positioned absolute
  I recommend always having .Wallop-item--current
  in your markup by default (probably on the first element)
 */
.Wallop-item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/*
  This is the current item element

  All we do here, is make it visible again reset
  the position to static. Could also be relative
 */
.Wallop-item--current {
  visibility: visible;
  position: relative; }

/**
 * wallop--fade.css
 *
 * @fileoverview Fade animation for wallop
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
.Wallop--fade .Wallop-item--hidePrevious,
.Wallop--fade .Wallop-item--hideNext {
  visibility: visible;
  -webkit-animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  -moz-animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  -ms-animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }

/*
  In order to fade out properly we need to make sure
  that the item that is going to be the previous one
  has a higer z-index that the next one
 */
.Wallop--fade .Wallop-item--hidePrevious {
  z-index: 2; }

.Wallop--fade .Wallop-item--showNext {
  z-index: 1; }

/*==========  FADE ANIMATIONS  ==========*/
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  100% {
    opacity: 0; } }

@-ms-keyframes fadeOut {
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  100% {
    opacity: 0; } }

.Wallop--slide .Wallop-item--showPrevious {
  -webkit-animation: slideFromLeft 350ms 10ms linear both;
  -moz-animation: slideFromLeft 350ms 10ms linear both;
  -ms-animation: slideFromLeft 350ms 10ms linear both;
  animation: slideFromLeft 350ms 10ms linear both; }

.Wallop--slide .Wallop-item--showNext {
  -webkit-animation: slideFromRight 350ms 10ms linear both;
  -moz-animation: slideFromRight 350ms 10ms linear both;
  -ms-animation: slideFromRight 350ms 10ms linear both;
  animation: slideFromRight 350ms 10ms linear both; }

.Wallop--slide .Wallop-item--hidePrevious,
.Wallop--slide .Wallop-item--hideNext {
  visibility: visible; }

.Wallop--slide .Wallop-item--hidePrevious {
  -webkit-animation: slideToLeft 350ms 10ms linear both;
  -moz-animation: slideToLeft 350ms 10ms linear both;
  -ms-animation: slideToLeft 350ms 10ms linear both;
  animation: slideToLeft 350ms 10ms linear both; }

.Wallop--slide .Wallop-item--hideNext {
  -webkit-animation: slideToRight 350ms 10ms linear both;
  -moz-animation: slideToRight 350ms 10ms linear both;
  -ms-animation: slideToRight 350ms 10ms linear both;
  animation: slideToRight 350ms 10ms linear both; }

@-webkit-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-moz-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-ms-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-moz-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-ms-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-webkit-keyframes slideToLeft {
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-moz-keyframes slideToLeft {
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-ms-keyframes slideToLeft {
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideToLeft {
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes slideToRight {
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-moz-keyframes slideToRight {
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-ms-keyframes slideToRight {
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideToRight {
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  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; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.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-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.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%; }

.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 {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@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 {
  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("img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -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 Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #86754D; }

.owl-prev, .owl-next {
  opacity: 0.7;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 50%;
  z-index: 400;
  background-image: url("./img/icons.svg");
  background-repeat: no-repeat;
  background-size: 200px;
  transition: opacity .2s ease-in-out; }
  .owl-prev:hover, .owl-next:hover {
    opacity: 1; }

.owl-prev {
  left: 20px;
  background-position: -72px 4px; }

.owl-next {
  right: 20px;
  background-position: -146px 4px; }

@media (max-width: 1100px) {
  .owl-prev, .owl-next {
    top: 100%; } }
