body {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

body.mfp-active {
  overflow: hidden;
}

* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

::selection {
  background-color: #000000;
  color: #ffffff;
}

section,
nav,
header,
footer,
article,
form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.spacer {
  height: 76px;
  font-size: 0;
  line-height: 0;
}

/* HEADER */

.header {
  width: 100%;
  position: fixed;
  z-index: 500;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 5px 15px 0px;
}

.header:after {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  content: '';
  visibility: hidden;
  clear: both;
}

.header .navigator {
  padding: 0.5rem 0rem;
  display: flex;
  width: min(100%, 1250px);
}

@media (max-width: 1300px) {
  .header .navigator {
    padding: 0.5rem 1rem;
  }
}

.header .logoContent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header .logoText {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  margin-left: 1rem;
}

.header .logoText .logoTextData {
  margin: 0;
  padding: 15px 0px 15px 0px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #493323;
  font-size: 1.0rem;
  line-height: 1;
  display: inline-block;
  text-align: left;
}

@media (min-width: 900px) {
  .header .logoText .logoTextData {
    font-size: 1.8rem;
  }
}

.header .logoText .logoTextData:hover {
  color: #493323;
}

.header .menuContent {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  order: 10;
}

@media (min-width: 900px) {
  .header .menuContent {
    order: initial;
  }
}

.header .socialContent {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 35px;
}

@media (min-width: 900px) {
  .header .socialContent {
    margin-right: 0px;
  }
}

.header .logo {
  font-size: 0;
  line-height: 0;
}

.header .logo img {
  height: 80px;
}

.header .logo img:hover {
  height: 80px;
}

.header .social {
  font-size: 0;
  line-height: 0;
  margin-left: 10px;
}

.header .social:first-child {
  margin-left: 0px;
}

.header .social svg {
  height: 40px;
  fill #898467;
}

.header .social svg:hover {
  height: 40px;
  fill: #bb9999;
}

.menu {
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  z-index: 600;
  position: absolute;
  background-color: #f2e2d1;
  height: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 900px) {
  .menu {
    display: flex;
    height: auto;
    min-height: initial;
    width: auto;
    min-width: initial;
    position: relative;
    background-color: transparent;
  }
}

.menu .menuItem {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #898467;
  font-size: 1.4rem;
  line-height: 1.2;
  white-space: nowrap;
  position: relative;
  margin: 0px 0px 0px 0px;
}

@media (min-width: 900px) {
  .menu .menuItem {
    font-size: 0.9rem;
    line-height: 1;
    margin: 0px 35px 0px 0px;
  }
}

.menu .menuItem .menuLink {
  color: #898467;
  display: inline-block;
}

.menu .menuItem:hover .menuLink {
  color: #bb9999;
  display: inline-block;
}

.menu li.language {
  font-size: 0;
  line-height: 0;
}

.header li.language a,
.header li.language a:hover {
  padding: 5px 0px 5px 0px;
  display: inline-block;
}

.header li.language img {
  width: 20px;
}

.header li.language span {
  display: none;
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  position: relative;
  user-select: none;
  height: 100%;
  z-index: 1000;
}

@media (min-width: 900px) {
  .header .menu-icon {
    display: none;
  }
}

.header .menu-icon .navicon {
  display: block;
  width: 40px;
  height: 3px;
  position: relative;
  transition: all .2s ease-out;
  background: #898467;
  top: 50%;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  background: #898467;
}

.header .menu-icon .navicon:before {
  top: 14px;
}

.header .menu-icon .navicon:after {
  top: -14px;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 900px) {
  .header .menu-btn:checked ~ .menu {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0rem;
  }
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:before,
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  top: 0px;
}

/* FOOTER */

.footer {
  width: min(100%, 1250px);
  padding: 0px 20px 0px 20px;
}

@media (min-width: 1250px) {
  .footer  {
    padding: 0px 0px 0px 0px;
  }
}

.footer a {
  color: #5a5933;
}

.footer a:hover {
  color: #bb9999;
}

.footerMenuSection {
  display: grid;
  justify-items: left;
  grid-template-columns: 50% 50%;
  grid-auto-rows: 1fr;
  grid-gap: 0px;
}

@media (max-width: 800px) {
  .footerMenuSection {
    display: grid;
    justify-items: left;
    grid-template-columns: 100%;
    grid-auto-rows: auto;
    grid-row-gap: 20px;
  }
}

.footerColumn {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5a5933;
  font-size: 1.0rem;
  line-height: 1.2;
  text-align: left;
  width: 100%;
}

.footerMenu {
  line-height: 2.5;
}

.footerTitle {
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5a5933;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}

.footerLogo .logo {
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0;
}

.footerLogo .logo img {
  width: 180px;
}

.footerLine {
  margin: 50px 0px 50px 0px;
  width: 100%;
  height: 1px;
  font-size: 0;
  line-height: 0;
  background-color: #5a5933;
}

.footerLegal {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5a5933;
  font-size: 1.0rem;
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 800px) {
  .footerLegal span {
    display: block;
  }
}

/* LAYOUT */

.layout {
  padding: 120px 0px 120px 0px;
  width: 100%;
}

@media (max-width: 800px) {
  .layout {
    padding: 80px 0px 60px 0px;
  }
}

.layout-footer {
  padding: 60px 0px 60px 0px;
  width: 100%;
}

@media (max-width: 800px) {
  .layout-footer {
    padding: 60px 0px 60px 0px;
  }
}

.bg1 {
  background-color: #ffffff;
}

.bg2 {
  background-color: #f2e2d1;
}

.bg3 {
  background: url('/images/background1.jpg');
  background-size: auto;
  background-repeat: repeat;
}

.bg4 {
  background: url('/images/background2.jpg');
  background-size: auto;
  background-repeat: repeat;
}

.bg5 {
  background: url('/images/background3.jpg');
  background-size: cover;
}

/* FORM */

.form {
  width: 70%;
  margin-left: auto;
  display: grid;
}

@media (max-width: 768px) {
  .form {
    width: 100%;
    order: 2;
  }
}

.inputText {
  margin: 0;
  padding: 10px 10px 10px 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #374047;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
  border: 1px solid #b5ada3;
  background-color: #ffffff;
  width: 100%;
  height: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inputTextarea {
  margin: 0;
  padding: 10px 10px 10px 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #374047;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
  border: 1px solid #b5ada3;
  background-color: #ffffff;
  width: 100%;
  height: 8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* CONTENT */

.content {
  width: min(100%, 1250px);
  padding: 0px 40px 0px 40px;
}

@media (min-width: 1250px) {
  .content  {
    padding: 0px 0px 0px 0px;
  }
}

.content .content {
  padding: 0 !important;
}

.contentColumn {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  align-items: center;
}

@media (min-width: 768px) {
  .contentColumn {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contentTop {
  align-items: flex-start;
}

.contentFlex {
  display: flex;
  grid-gap: 50px;
  flex-flow: row wrap;
  justify-content: left;
}

.flexColumn {
  width: 30%;
}

@media (max-width: 768px) {
  .flexColumn {
    width: 100%;
  }
}

.contentImage {
  font-size: 0;
  line-height: 0;
}

.contentImage img {
  width: 100%;
}

.contentText {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.contentText a {
  color: #000000;
}

.contentText a:hover {
  color: #555555;
}

.contentText ul {
  margin: 0;
  padding: 0px 0px 0px 20px;
  list-style: square outside;
}

.size1 {
  font-size: 2.0rem;
  line-height: 1.2;
  font-weight: 600;
}

.size2 {
  font-size: 1.3rem;
  line-height: 1.2;
}

.size3 {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 600;
}

.size4 {
  font-size: 1.1rem;
  line-height: 1.2;
}

.size5 {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
}

.size6 {
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 600;
}

@media (max-width: 768px) {
  .size1 {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 600;
  }

  .size2 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .size3 {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
  }
}

.color1 {
  color: #5a5933;
}

.color2 {
  color: #374047;
}

.color3 {
  color: #ffffff;
}

.color4 {
  color: #efe5da;
}

.color5 {
  color: #9b2900;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media (max-width: 768px) {
  .contentInfo .right {
    text-align: left;
  }
}

.space10 {
  margin-bottom: 10px;
}

.space20 {
  margin-bottom: 20px;
}

.space30 {
  margin-bottom: 30px;
}

.space60 {
  margin-bottom: 60px;
}

.space120 {
  margin-bottom: 120px;
}

@media (max-width: 800px) {
  .space120 {
    margin-bottom: 60px;
  }
}

/* BUTTON */

.button {
  padding: 20px 60px 20px 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #493323;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  background-color: #ffffff;
  display: inline-block;
}

.button:hover {
  background-color: #dddddd;
  color: #493323;
}

.button2 {
  padding: 20px 60px 20px 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  background-color: #39271a;
  display: inline-block;
}

.button2:hover {
  background-color: #493323;
  color: #ffffff;
}

/* GALLERY */

.gallerySection {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, calc(50% - 10px));
  grid-gap: 20px;
}

@media (min-width: 768px) {
  .gallerySection {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, calc(33% - 10px));
    grid-gap: 20px;
  }
}

.galleryImage:before {
  content: '';
  display: inline-block;
  padding-bottom: calc(100%/calc(9/9));
}

.galleryImage {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all .3s;
  box-shadow: inset 0 0 0 2px #dcdcdc, inset 0 0 0 6px white;
}

.galleryImage:hover {
  transform: scale(1.2);
  box-shadow: inset 0 0 0 2px #493323, inset 0 0 0 6px white;
  z-index: 1;
}

@media (max-width: 768px) {
  .galleryImage:hover {
    transform: scale(1.0);
    box-shadow: inset 0 0 0 2px #493323, inset 0 0 0 6px white;
  }
}