@charset "UTF-8";
/* >> Import Fonts
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* >> Import Variables
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- *\
Scss - Variables
\* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* >> Colors
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/*Footer colors*/
/*Menu colors*/
/* >> Other
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* >> Animations variables
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* >> Breakpoints
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* >> Import functions
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* >> Functions
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* >> Import Mixins
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* >> Mixins
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/*Button size*/
/* >> Animations Mixins
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* >> Import Styles
--------------------------------------------------- */
/* >> Reset
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

code {
  font-family: monospace; }

b, strong {
  font-weight: bold; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

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

img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  display: block; }

a {
  outline: none;
  text-decoration: none; }

.pswp {
  position: initial; }

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- *\
Scss - Fonts
\* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/*
@font-face {font-family: 'PFDINTextPro-Regular';src: url('../fonts/regular/3AABEB_0_0.eot');src: url('../fonts/regular/3AABEB_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/regular/3AABEB_0_0.woff2') format('woff2'),url('../fonts/regular/3AABEB_0_0.woff') format('woff'),url('../fonts/regular/3AABEB_0_0.ttf') format('truetype');}
@font-face {font-family: 'PFDINTextPro-Black';src: url('../fonts/black/DIN-Black.eot');src: url('../fonts/black/DIN-Black.eot?#iefix') format('embedded-opentype'),url('../fonts/black/DIN-Black.woff2') format('woff2'),url('../fonts/black/DIN-Black.woff') format('woff'),url('../fonts/black/DIN-Black.ttf') format('truetype');    font-weight: 900;  font-style: normal;}
@font-face {font-family: 'PFDINTextPro-Mono-Italic';src: url('../fonts/mono-italic/PFDinMonoW01-Italic.eot');src: url('../fonts/mono-italic/PFDinMonoW01-Italic.eot?#iefix') format('embedded-opentype'),url('../fonts/mono-italic/PFDinMonoW01-Italic.woff2') format('woff2'),url('../fonts/mono-italic/PFDinMonoW01-Italic.woff') format('woff'),url('../fonts/mono-italic/PFDinMonoW01-Italic.ttf') format('truetype');    font-weight: 900;  font-style: normal;}
@font-face {font-family: 'PFDINTextPro-Mono-Thin-Italic';src: url('../fonts/mono-thin-italic/PFDinMonoW01-ThinItalic.eot');src: url('../fonts/mono-thin-italic/PFDinMonoW01-ThinItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/mono-thin-italic/PFDinMonoW01-ThinItalic.woff2') format('woff2'),url('../fonts/mono-thin-italic/PFDinMonoW01-ThinItalic.woff') format('woff'),url('../fonts/mono-thin-italic/PFDinMonoW01-ThinItalic.ttf') format('truetype');    font-weight: 900;  font-style: normal;}

*/
/* >> Import Groups
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* >> Groups
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.statText:after, .baseForms:after, .attachGallery:after, .contactForm:after, .responsiveMap:after, .responsiveMap .maps-container:after, .thumbGallery__navigatorWrapper:after, .attachVideo:after, .videoWrapper__youtube:after, .videoWrapper__youtube .videoWrapper__youtube__container:after, .attachFiles:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

body {
  /*Fix szelessegu footer eseten mukodik, ill kell bele a .contentWrapper csak IE-ben szetesik width: 100%-on*/
  display: flex;
  flex-direction: column; }
body .stickyWrapper {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column wrap;
  min-height: 100vh;
  margin: 0;
  padding: 0; }
body .stickyWrapper .pageWrapper {
  width: 100%;
  flex: 1 1 auto; }

.statText, .baseForms, .attachGallery {
  line-height: 1.42;
  font-size: 14px;
  font-family: "Lora", serif; }
@media only screen and (min-width: 720px) {
  .statText, .baseForms, .attachGallery {
    font-size: 15px;
    line-height: 1.6; } }
@media only screen and (min-width: 1400px) {
  .statText, .baseForms, .attachGallery {
    font-size: 16px; } }
.statText p, .baseForms p, .attachGallery p {
  font-size: 14px;
  margin-bottom: 1em; }
.statText p:last-child, .baseForms p:last-child, .attachGallery p:last-child {
  margin-bottom: 0; }
@media only screen and (min-width: 720px) {
  .statText p, .baseForms p, .attachGallery p {
    font-size: 15px; } }
@media only screen and (min-width: 1400px) {
  .statText p, .baseForms p, .attachGallery p {
    font-size: 16px; } }
.statText a, .baseForms a, .attachGallery a {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  text-decoration: underline;
  font-weight: normal;
  color: #b7c168; }
.statText a:hover, .baseForms a:hover, .attachGallery a:hover {
  color: #c8d08c; }
.statText i, .baseForms i, .attachGallery i {
  font-style: italic; }
.statText b, .baseForms b, .attachGallery b, .statText strong, .baseForms strong, .attachGallery strong {
  font-weight: 700; }
.statText ul, .baseForms ul, .attachGallery ul, .statText ol, .baseForms ol, .attachGallery ol {
  margin-left: 0;
  margin-bottom: 1em; }
.statText ul, .baseForms ul, .attachGallery ul {
  list-style-type: none;
  /*list-style-image: url("../images/svg-listImg.svg");*/ }
.statText ol, .baseForms ol, .attachGallery ol {
  list-style-type: decimal;
  padding-left: 1.5em; }
.statText ol li, .baseForms ol li, .attachGallery ol li {
  font-size: 14px;
  margin-bottom: 1em;
  padding-left: 0.5em; }
.statText ol li:last-child, .baseForms ol li:last-child, .attachGallery ol li:last-child {
  margin-bottom: 0; }
@media only screen and (min-width: 720px) {
  .statText ol li, .baseForms ol li, .attachGallery ol li {
    font-size: 15px; } }
@media only screen and (min-width: 1400px) {
  .statText ol li, .baseForms ol li, .attachGallery ol li {
    font-size: 16px; } }
.statText ul li, .baseForms ul li, .attachGallery ul li {
  display: block;
  position: relative;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem; }
.statText ul li:last-child, .baseForms ul li:last-child, .attachGallery ul li:last-child {
  margin-bottom: 0; }
.statText ul li:before, .baseForms ul li:before, .attachGallery ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b7c168; }

body.error .pageWrapper, body.response .pageWrapper, .buttonWrapper, .btn.btn--contactCta, .btn--contactCta .btn__image, .roomList .room__item .room__item__image, .static__attachGallery .static__attachGallery__innerWrapper, .static__attachGallery .static__attachGallery__innerWrapper .slick-slide, .error-404, .response-block, .response-block .response__icon, #cookie-bar, #cookie-bar.bottom .cookieWrapper, #cookie-bar.bottom .cookieWrapper .cookieButtonWrapper, .heroImage, .section.section--contact, .section.section--contact .contentWrapper, .section.section--form, .section.section--form .contactForm, .section.section--form .formImage, .brandsList, .brandsList .brand__item, #heroImage, .section.section--promo .contentWrapper, .section.section--promo .promo__image, .section.section--about .aboutRow, .section.section--about .aboutRow .aboutRow__imgGroup, .section.section--about .aboutRow .aboutRow__imgGroup .imageWrapper, .servicesList, .servicesList .servicesList__item .servicesList__item__image, header .contentWrapper, .articleList, .articleList__item__image, .articleEnd__top, .competitionsList__item__top, .competitionsList__item__img, .responsiveMap__container, .thumbGallery, .thumbGallery__navigator, .thumbGallery__bigImg, .attachVideo, .attachmentWrapper, .contactForm .form__flexRow, .footer__contact, .footer__contact .footer__contact__link, .pcFooter__menu, .galleryList, .tileWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.baseForms, .contactForm {
  /* --- --- --- */
  /* --- --- --- */
  /* --- --- --- */
  /* --- --- --- */
  /* --- --- --- */
  /* --- --- --- */
  /*.formItem__upload{
    @extend %flexBox; justify-content: space-between; margin-bottom: 16px;
    input{display: block; width: calc(100% - 40px);}
    .btn--upload{display: block; }
    .btn--delete{display: block; background: $color-error url("../images/icon-del.svg") no-repeat center center;}
    .btn--upload, .btn--delete{width: 36px; height: 36px; background-size: 20px; cursor: pointer;}
  }*/ }
.baseForms .formItem, .contactForm .formItem {
  margin-bottom: 12px; }
.baseForms .formItem__title, .contactForm .formItem__title {
  margin-bottom: 4px;
  color: #6b6157;
  font-size: 13px;
  font-weight: 600;
  padding-left: .5rem; }
.baseForms .formItem__title b, .contactForm .formItem__title b {
  margin-left: 0.2rem;
  color: #b7c168; }
.baseForms .formItem__info, .contactForm .formItem__info {
  margin-bottom: 4px;
  color: #6b6157;
  font-size: 13px;
  font-weight: 600;
  padding-left: .5rem;
  font-style: italic; }
.baseForms .formItem__info b, .contactForm .formItem__info b {
  margin-left: 0.2rem;
  color: #b7c168; }
.baseForms .formItem__note, .contactForm .formItem__note {
  font-size: 13px;
  margin: 6px 0;
  color: white;
  font-style: italic;
  font-weight: 600; }
.baseForms .formItem__note__text--fix, .contactForm .formItem__note__text--fix {
  font-size: 11px;
  margin: 6px 0;
  color: #6b6157;
  font-style: italic;
  font-weight: 500;
  text-align: center; }
.baseForms .formItem__alert, .contactForm .formItem__alert {
  font-size: 13px;
  color: #ef5350;
  margin: 5px 0; }
.baseForms input, .contactForm input, .baseForms select, .contactForm select, .baseForms textarea, .contactForm textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  padding: 0 16px;
  border: 1px solid #c9c9c9;
  outline-color: #b7c168;
  color: #6b6157;
  background: #fbfbf6;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px; }
.baseForms input::placeholder, .contactForm input::placeholder, .baseForms select::placeholder, .contactForm select::placeholder, .baseForms textarea::placeholder, .contactForm textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6b6157;
  opacity: 1;
  /* Firefox */ }
.baseForms input:-ms-input-placeholder, .contactForm input:-ms-input-placeholder, .baseForms select:-ms-input-placeholder, .contactForm select:-ms-input-placeholder, .baseForms textarea:-ms-input-placeholder, .contactForm textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6b6157; }
.baseForms input::-ms-input-placeholder, .contactForm input::-ms-input-placeholder, .baseForms select::-ms-input-placeholder, .contactForm select::-ms-input-placeholder, .baseForms textarea::-ms-input-placeholder, .contactForm textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6b6157; }
.baseForms textarea, .contactForm textarea {
  border-radius: 5px; }
.baseForms input, .contactForm input, .baseForms select, .contactForm select {
  height: 44px; }
.baseForms input:read-only, .contactForm input:read-only {
  background-color: #535b63;
  border-color: #535b63; }
.baseForms textarea, .contactForm textarea {
  min-height: 120px;
  resize: vertical;
  padding: 1rem; }
.baseForms select, .contactForm select {
  background: #fbfbf6 url("../images/icons/svg-select.svg") no-repeat right 8px center;
  background-size: 12px; }
.baseForms select option, .contactForm select option {
  line-height: 44px; }
.baseForms input::-ms-clear, .contactForm input::-ms-clear {
  display: none; }
.baseForms .submit, .contactForm .submit {
  display: block;
  width: 140px;
  height: 44px;
  margin: 0 auto;
  line-height: inherit;
  border: none;
  outline: none;
  color: white;
  cursor: pointer; }
.baseForms input.btn--submitForm, .contactForm input.btn--submitForm {
  display: inline-block;
  width: auto;
  min-width: 140px;
  margin: 1rem auto 0;
  color: white;
  background: #b7c168;
  border: none;
  cursor: pointer;
  font-family: Lora, serif;
  padding: 0 3rem;
  font-size: 14px;
  font-weight: bold;
  line-height: 56px;
  height: 56px; }
.baseForms input.btn--submitForm:hover, .contactForm input.btn--submitForm:hover {
  background: #c5cd85; }
.baseForms fieldset, .contactForm fieldset {
  width: 100%;
  padding: 10px;
  background: #f9f9f9;
  margin-bottom: 15px;
  border: 1px solid #ededed;
  border-radius: 8px; }
.baseForms fieldset legend, .contactForm fieldset legend {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #6b6157;
  padding: 6px 10px; }
.baseForms fieldset input, .contactForm fieldset input, .baseForms fieldset select, .contactForm fieldset select, .baseForms fieldset textarea, .contactForm fieldset textarea {
  background: #fff; }
.baseForms fieldset select, .contactForm fieldset select {
  background: #fff url("../images/icons/svg-select.svg") no-repeat right 8px center;
  background-size: 12px; }
@media only screen and (min-width: 1024px) {
  .baseForms fieldset, .contactForm fieldset {
    padding: 20px; } }
.baseForms .formItem--checkBox, .contactForm .formItem--checkBox {
  margin-bottom: 12px;
  /*extra*/ }
.baseForms .formItem--checkBox .regular-checkbox, .contactForm .formItem--checkBox .regular-checkbox {
  display: none;
  width: 100%; }
.baseForms .formItem--checkBox .regular-checkbox + label, .contactForm .formItem--checkBox .regular-checkbox + label {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  padding: 0;
  position: relative;
  z-index: 2;
  border: 1px solid #c9c9c9; }
.baseForms .formItem--checkBox .regular-checkbox + label:active, .contactForm .formItem--checkBox .regular-checkbox + label:active, .baseForms .formItem--checkBox .regular-checkbox:checked + label, .contactForm .formItem--checkBox .regular-checkbox:checked + label {
  border-color: #b7c168;
  border-radius: 50%; }
.baseForms .formItem--checkBox .regular-checkbox:checked + label:active, .contactForm .formItem--checkBox .regular-checkbox:checked + label:active {
  border-color: #b7c168; }
.baseForms .formItem--checkBox .regular-checkbox:checked + label::after, .contactForm .formItem--checkBox .regular-checkbox:checked + label::after {
  content: '';
  position: absolute;
  display: block;
  background: #b7c168 url("../images/icons/checked.svg") no-repeat center center;
  background-size: 16px 16px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.baseForms .formItem--checkBox .checkbox-text, .contactForm .formItem--checkBox .checkbox-text {
  width: calc(100% - 50px);
  line-height: 1.2em;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #6b6157; }
.baseForms .formItem--checkBox .checkbox-text a, .contactForm .formItem--checkBox .checkbox-text a {
  color: #6b6157;
  text-decoration: underline; }
.baseForms .formItem--checkBox .checkbox-text a:hover, .contactForm .formItem--checkBox .checkbox-text a:hover {
  color: #b7c168; }
.baseForms .formItem--checkBox .checkbox-text b, .contactForm .formItem--checkBox .checkbox-text b {
  color: #b7c168;
  margin-left: 0.2rem; }
.baseForms .formItem--checkBox:last-child, .contactForm .formItem--checkBox:last-child {
  margin-bottom: 0; }
.baseForms .formItem--checkBox .formItem__alert, .contactForm .formItem--checkBox .formItem__alert {
  margin-top: 10px; }
.baseForms .formItem--checkBox.formItem--checkBox--extra, .contactForm .formItem--checkBox.formItem--checkBox--extra {
  border-bottom: 1px solid #e5e7e8;
  border-top: 1px solid #e5e7e8;
  padding: 12px 0; }
.baseForms .formItem--checkBox.formItem--checkBox--extra input, .contactForm .formItem--checkBox.formItem--checkBox--extra input {
  margin: 10px 0 5px; }
.baseForms .formItem--btn_checkBox, .contactForm .formItem--btn_checkBox {
  margin-bottom: 12px; }
.baseForms .formItem--btn_checkBox label, .contactForm .formItem--btn_checkBox label {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  background-color: #fff;
  cursor: pointer; }
.baseForms .formItem--btn_checkBox label span, .contactForm .formItem--btn_checkBox label span {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  padding: 10px 8px;
  border: 1px solid #eee; }
.baseForms .formItem--btn_checkBox label input, .contactForm .formItem--btn_checkBox label input {
  display: none; }
.baseForms .formItem--btn_checkBox label input:checked + span, .contactForm .formItem--btn_checkBox label input:checked + span {
  background: #b7c168;
  color: #fff;
  border: 1px solid #b7c168; }
.baseForms .formItem--radioButton, .contactForm .formItem--radioButton {
  margin-bottom: 15px; }
.baseForms .formItem--radioButton .regular-checkbox, .contactForm .formItem--radioButton .regular-checkbox {
  display: none;
  width: 100%; }
.baseForms .formItem--radioButton .regular-checkbox + label, .contactForm .formItem--radioButton .regular-checkbox + label {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 0;
  position: relative;
  margin-right: 0.5em;
  margin-bottom: 0.5rem;
  z-index: 2;
  border-radius: 50%;
  text-indent: 30px; }
.baseForms .formItem--radioButton .regular-checkbox + label:active, .contactForm .formItem--radioButton .regular-checkbox + label:active, .baseForms .formItem--radioButton .regular-checkbox:checked + label, .contactForm .formItem--radioButton .regular-checkbox:checked + label {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1); }
.baseForms .formItem--radioButton .regular-checkbox:checked + label:active, .contactForm .formItem--radioButton .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1); }
.baseForms .formItem--radioButton .regular-checkbox:checked + label::after, .contactForm .formItem--radioButton .regular-checkbox:checked + label::after {
  content: " ";
  position: absolute;
  display: block;
  background: #b7c168 url("../images/icons/checked.svg") no-repeat center center;
  background-size: 12px 12px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%; }
.baseForms .formItem--radioButton .checkbox-text, .contactForm .formItem--radioButton .checkbox-text {
  line-height: 20px;
  text-align: left;
  display: block; }
.baseForms .formItem--radioButton .checkbox-text a, .contactForm .formItem--radioButton .checkbox-text a {
  color: #6b6157;
  text-decoration: underline; }
.baseForms .formItem--radioButton .checkbox-text a:hover, .contactForm .formItem--radioButton .checkbox-text a:hover {
  color: #3c72fc; }
.baseForms .formItem--radioButton:last-child, .contactForm .formItem--radioButton:last-child {
  margin-bottom: 0; }
.baseForms .formItem--radioButton .radioGroup, .contactForm .formItem--radioButton .radioGroup {
  display: flex; }
.baseForms .formItem--radioButton .radioGroup div, .contactForm .formItem--radioButton .radioGroup div {
  width: 50%; }
.baseForms .formItem--btn_radioBox, .contactForm .formItem--btn_radioBox {
  display: block;
  width: 100%;
  margin-bottom: 15px; }
.baseForms .formItem--btn_radioBox label, .contactForm .formItem--btn_radioBox label {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  background-color: #fff;
  cursor: pointer; }
.baseForms .formItem--btn_radioBox label span, .contactForm .formItem--btn_radioBox label span {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  padding: 12px 10px;
  border: 2px solid #252715; }
.baseForms .formItem--btn_radioBox label input, .contactForm .formItem--btn_radioBox label input {
  display: none; }
.baseForms .formItem--btn_radioBox label input:checked + span, .contactForm .formItem--btn_radioBox label input:checked + span {
  background: #b7c168;
  color: #fff;
  border: 2px solid #b7c168; }
.baseForms .formItem--btn_radioBox.small label, .contactForm .formItem--btn_radioBox.small label {
  display: inline-block;
  width: auto;
  cursor: pointer; }
.baseForms .formItem--btn_radioBox.small label span, .contactForm .formItem--btn_radioBox.small label span {
  display: inline-block;
  width: auto; }
.baseForms .formItem__upload, .contactForm .formItem__upload {
  margin-bottom: 16px; }
.baseForms .formItem__upload input, .contactForm .formItem__upload input {
  display: block;
  width: 100%; }
.baseForms .formItem__upload .btn--upload, .contactForm .formItem__upload .btn--upload {
  display: block;
  width: 100%;
  cursor: pointer;
  text-indent: -1000px;
  border: none; }
.baseForms .formItem__upload input, .contactForm .formItem__upload input {
  background-color: #dbe0b5; }
.baseForms .formItem__upload label, .contactForm .formItem__upload label {
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  height: 100%;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  color: #6b6157;
  border: 2px dashed #252715;
  cursor: pointer; }
.baseForms .formItem__upload label:hover, .contactForm .formItem__upload label:hover {
  background: #b7c168;
  color: white; }

input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* >> Import Layouts
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* >> Reset
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

code {
  font-family: monospace; }

b, strong {
  font-weight: bold; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

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

img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  display: block; }

a {
  outline: none;
  text-decoration: none; }

.pswp {
  position: initial; }

/* >> Main Layout
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
html {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; }

/* width */
::-webkit-scrollbar {
  width: 6px; }

/* Track */
::-webkit-scrollbar-track {
  background: #1c1e0c; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #818a39; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b7c168; }

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  color: #6b6157;
  font-family: "Lora", serif;
  line-height: 1.2; }
body ::selection {
  background: rgba(183, 193, 104, 0.5);
  /* WebKit/Blink Browsers */ }
body ::-moz-selection {
  background: rgba(183, 193, 104, 0.5);
  /* Gecko Browsers */ }
body .pageWrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0; }
body .contentWrapper {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto; }
body.home .pageWrapper {
  padding: 0; }
body.error .pageWrapper, body.response .pageWrapper {
  padding: 0;
  flex: 1 1 auto; }
body .tableWrapper {
  overflow-x: auto;
  overflow-y: hidden; }

.pageTitle {
  position: relative;
  margin: 0.5rem auto 0.5rem;
  padding: 0 3.5rem;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: #b7c168;
  z-index: 10; }
@media only screen and (min-width: 520px) {
  .pageTitle {
    font-size: 1.4rem; } }
@media only screen and (min-width: 1024px) {
  .pageTitle {
    font-size: 1.8rem; } }
@media only screen and (min-width: 1400px) {
  .pageTitle {
    font-size: 2.2rem; } }
.pageTitle:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.5rem;
  height: 2px;
  background-color: #b7c168; }
.pageTitle:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2.5rem;
  height: 2px;
  background-color: #b7c168; }

.sectionTitle {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #b7c168;
  z-index: 10; }
@media only screen and (min-width: 520px) {
  .sectionTitle {
    font-size: 1.2rem; } }
@media only screen and (min-width: 1024px) {
  .sectionTitle {
    font-size: 1.4rem; } }
@media only screen and (min-width: 1400px) {
  .sectionTitle {
    font-size: 1.7rem; } }

.sectionSubTitle {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #b7c168; }
@media only screen and (min-width: 1024px) {
  .sectionSubTitle {
    font-size: 0.9rem; } }
@media only screen and (min-width: 1400px) {
  .sectionSubTitle {
    font-size: 1rem; } }

.titleWrapper {
  padding: 4rem 0;
  background-color: #e9ecd2;
  background-image: url("../images/pagetitle-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 90px;
  background-position: bottom center;
  text-align: center; }
@media only screen and (min-width: 1024px) {
  .titleWrapper {
    padding: 9rem 0 3rem; } }
.titleWrapper.titleWrapper--hero {
  padding: 3rem 0 3rem; }
@media only screen and (min-width: 1024px) {
  .titleWrapper.titleWrapper--hero {
    padding: 3rem 0 3rem; } }
.titleWrapper .pageTitle {
  display: inline-block; }

.sectionTitleWrapper {
  padding: 0 0 3rem;
  background-image: url("../images/sectiontitle-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 44px;
  background-position: bottom center;
  text-align: center; }
@media only screen and (min-width: 1024px) {
  .sectionTitleWrapper {
    padding: 0 0 3rem; } }
.sectionTitleWrapper .pageTitle {
  display: inline-block; }

/*Button style*/
.buttonWrapper {
  justify-content: flex-start;
  align-items: center; }
.buttonWrapper.buttonWrapper--center {
  justify-content: center; }
.buttonWrapper.buttonWrapper--right {
  justify-content: flex-end; }
.buttonWrapper.buttonWrapper--spacerBottom {
  padding: 0 0 2rem;
  background: transparent; }
.buttonWrapper.buttonWrapper--back {
  background-color: #e9ecd2;
  padding: 1rem;
  overflow: hidden; }
.buttonWrapper.buttonWrapper--btnGroup {
  justify-content: center;
  align-items: center; }
.buttonWrapper.buttonWrapper--btnGroup .btn {
  width: 100%;
  margin-bottom: 1rem; }
@media only screen and (min-width: 520px) {
  .buttonWrapper.buttonWrapper--btnGroup .btn {
    width: 48%; } }
@media only screen and (min-width: 1024px) {
  .buttonWrapper.buttonWrapper--btnGroup .btn {
    width: auto;
    flex: 1;
    margin-right: 2rem;
    margin-bottom: 0; }
  .buttonWrapper.buttonWrapper--btnGroup .btn:last-child {
    margin-right: 0; } }

.btn {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 44px;
  font-family: "Lora", serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #b7c168;
  color: white;
  padding: 0 2rem;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.btn:hover {
  background-color: #929c40;
  color: white; }
@media only screen and (min-width: 1024px) {
  .btn {
    font-size: 14px;
    line-height: 44px;
    padding: 0 2rem; } }
.btn.btn--contactCta {
  align-items: center; }

.btn--border {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.15); }
.btn--border:hover {
  background-color: #a3ae48;
  border-color: #a3ae48; }

.btn--white {
  border-color: white;
  color: white; }

.btn--lg {
  line-height: 44px;
  padding: 0 1.5rem; }
@media only screen and (min-width: 1024px) {
  .btn--lg {
    line-height: 54px;
    font-size: 1.1rem;
    padding: 0 2.5rem; } }

.btn--cta {
  line-height: 44px;
  padding: 0 2rem; }
@media only screen and (min-width: 1024px) {
  .btn--cta {
    line-height: 54px;
    font-size: 1.1rem;
    padding: 0 4rem; } }
@media only screen and (min-width: 1400px) {
  .btn--cta {
    line-height: 70px;
    font-size: 1.1rem;
    padding: 0 7rem; } }

.btn--back {
  font-size: 0.9rem;
  line-height: 44px;
  padding: 0 2.2rem;
  background: #4b4f2a;
  color: white; }

.btn--slider {
  padding: 0 1rem;
  font-size: 1rem;
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.15); }
.btn--slider:hover {
  border-color: #b7c168;
  background-color: #b7c168; }

.btn--phone {
  background: transparent;
  padding: 0 1rem 0 3rem; }
.btn--phone:before {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  left: 0.45rem;
  border-radius: 50%;
  background-color: #b7c168;
  background-image: url("../images/icons/contact-phone.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center; }

.btn--contactCta {
  padding: 0.45rem;
  background-color: rgba(255, 255, 255, 0.12);
  max-width: 300px; }
.btn--contactCta .btn__image {
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white; }
.btn--contactCta .btn__image img {
  width: 24px; }
.btn--contactCta span {
  margin-left: 0.5rem;
  text-transform: none;
  font-weight: 800; }

.btn--more {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
  font-size: 13px;
  line-height: 24px; }
.btn--more:hover {
  background-color: #b7c168;
  color: white; }

.btn--link {
  border: none;
  color: #b7c168;
  text-transform: none;
  text-decoration: underline; }

/* >> StaticPage
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.innerPage .contentWrapper .statText {
  display: block;
  width: 94%;
  margin: 0 auto;
  padding: 1.5rem;
  background-color: white;
  border-radius: 3px; }
@media only screen and (min-width: 1024px) {
  .innerPage .contentWrapper .statText {
    padding: 2rem; } }
@media only screen and (min-width: 1400px) {
  .innerPage .contentWrapper .statText {
    padding: 3rem 5rem; } }

.roomText {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 2rem auto;
  padding: 3rem 9rem;
  background-color: #f9f9f9;
  background-image: url("../images/roomtext-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  background-attachment: fixed; }
.roomText:before {
  content: '';
  display: block;
  position: absolute;
  width: 7.5rem;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url("../images/roomtext-shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center; }

.roomList .room__item {
  padding: 0 1rem; }
.roomList .room__item .room__item__imageWrapper {
  display: block;
  width: 100%;
  position: relative;
  padding: 2rem 0;
  margin-bottom: 2rem; }
.roomList .room__item .room__item__imageWrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 1;
  border-radius: 3px;
  border: 2px solid #b7c168; }
.roomList .room__item .room__item__image {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.07), 0 20px 20px rgba(0, 0, 0, 0.07);
  z-index: 5;
  border-radius: 3px;
  overflow: hidden; }
.roomList .room__item .room__item__image:before {
  content: '';
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  left: -6px;
  top: -4px;
  z-index: 3;
  background-image: url("../images/image-frame-top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
.roomList .room__item .room__item__image:after {
  content: '';
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  top: auto;
  left: auto;
  bottom: -4px;
  right: -6px;
  z-index: 3;
  background-image: url("../images/image-frame-bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right; }
.roomList .room__item .room__item__image img {
  object-fit: cover; }
.roomList .room__item .room__item__count {
  position: absolute;
  display: inline-block;
  font-size: 4.4rem;
  letter-spacing: 1rem;
  line-height: 1;
  font-weight: 300;
  left: 0.5rem;
  top: -5.5rem;
  z-index: 6;
  color: #b7c168; }
.roomList .room__item .room__item__text .room__item__title {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #6b6157; }
@media only screen and (min-width: 1024px) {
  .roomList .room__item .room__item__text .room__item__title {
    font-size: 1.6rem; } }
.roomList .room__item .room__item__text .room__item__lead {
  display: block;
  width: 100%;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.2; }

.static__attachGallery {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  padding: 2rem 0; }
.static__attachGallery:before {
  content: '';
  display: block;
  position: absolute;
  width: 80%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  border-radius: 3px;
  border: 2px solid #b7c168; }
.static__attachGallery .static__attachGallery__innerWrapper {
  justify-content: space-between;
  align-items: stretch;
  background: transparent;
  width: 100%;
  margin: 0 auto; }
@media only screen and (min-width: 720px) {
  .static__attachGallery .static__attachGallery__innerWrapper {
    width: 100%; } }
.static__attachGallery .static__attachGallery__innerWrapper .slick-slide {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  height: 100%;
  opacity: 1;
  padding: 0.5rem; }
.static__attachGallery .static__attachGallery__innerWrapper .slick-slide img {
  object-fit: cover;
  border-radius: 3px;
  overflow: hidden; }
.static__attachGallery .static__attachGallery__innerWrapper .slick-slide.slick-active {
  opacity: 1;
  z-index: 3; }
.static__attachGallery .static__attachGallery__slider {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
  order: 2; }
.static__attachGallery .static__attachGallery__slider .slick-list {
  padding: 0; }
@media only screen and (min-width: 720px) {
  .static__attachGallery .static__attachGallery__slider .slick-list {
    padding: 0; } }
.static__attachGallery .static__attachGallery__slider .slick-dots {
  bottom: -1rem; }
.static__attachGallery .gallery__title {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 1rem;
  font-family: "Lora", serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: white; }
@media only screen and (min-width: 520px) {
  .static__attachGallery .gallery__title {
    font-size: 1.1rem; } }
@media only screen and (min-width: 1024px) {
  .static__attachGallery .gallery__title {
    font-size: 1.2rem; } }
.static__attachGallery .album__title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
  font-family: "Lora", serif;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  color: #6b6157; }
@media only screen and (min-width: 520px) {
  .static__attachGallery .album__title {
    font-size: 0.8rem; } }
@media only screen and (min-width: 1024px) {
  .static__attachGallery .album__title {
    font-size: 0.9rem; } }
.static__attachGallery .slick-prev, .static__attachGallery .slick-next {
  width: 28px;
  height: 28px; }
@media only screen and (min-width: 1024px) {
  .static__attachGallery .slick-prev, .static__attachGallery .slick-next {
    width: 36px;
    height: 36px; } }
.static__attachGallery .slick-prev {
  left: 0;
  background-image: url("../images/slick-left.svg"); }
@media only screen and (min-width: 720px) {
  .static__attachGallery .slick-prev {
    left: -2rem; } }
@media only screen and (min-width: 1280px) {
  .static__attachGallery .slick-prev {
    left: -2rem; } }
.static__attachGallery .slick-next {
  right: 0;
  background-image: url("../images/slick-right.svg"); }
@media only screen and (min-width: 720px) {
  .static__attachGallery .slick-next {
    right: -2rem; } }
@media only screen and (min-width: 1280px) {
  .static__attachGallery .slick-next {
    right: -2rem; } }

.static__attachGallery__content {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  color: #6b6157;
  padding: 1rem;
  min-height: 64px;
  order: 3; }
.static__attachGallery__content .static__attachGallery__content__title {
  display: none;
  font-family: "Lora", serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem; }
@media only screen and (min-width: 720px) {
  .static__attachGallery__content .static__attachGallery__content__title {
    display: block; } }
@media only screen and (min-width: 1024px) {
  .static__attachGallery__content .static__attachGallery__content__title {
    font-size: 1.2rem; } }
.static__attachGallery__content .static__attachGallery__slider__item__alt {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center; }
@media only screen and (min-width: 720px) {
  .static__attachGallery__content .static__attachGallery__slider__item__alt {
    text-align: left; } }
@media only screen and (min-width: 1024px) {
  .static__attachGallery__content .static__attachGallery__slider__item__alt {
    font-size: 15px; } }

/*404 Error*/
.error-404 {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.5rem auto 0;
  padding: 2rem;
  background: #252715; }
@media only screen and (min-width: 1024px) {
  .error-404 {
    padding: 7rem 3rem 2rem; } }
.error-404 .textBox {
  display: block;
  width: 90%;
  max-width: 520px;
  align-self: center;
  padding: 2rem;
  border-radius: 3px;
  text-align: center; }
.error-404 .pageTitle--error {
  width: 100%;
  margin: 0 auto 1rem;
  padding: 0;
  font-size: 100px;
  text-align: center;
  line-height: 1em;
  color: white; }
.error-404 .pageTitle--error:before {
  display: none; }
.error-404 .pageTitle--error:after {
  display: none; }
.error-404 .pageTitle--error-second {
  margin: 0 auto 20px;
  padding: 0;
  font-size: 17px;
  line-height: 1.2em;
  color: white; }

/*Response*/
.response-block {
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden; }
@media only screen and (min-width: 1024px) {
  .response-block {
    padding: 7rem 3rem 2rem; } }
.response-block .textBox {
  display: block;
  width: 90%;
  max-width: 520px;
  align-self: center;
  padding: 1rem;
  margin: 2rem auto 0;
  border-radius: 5px;
  text-align: center;
  background-color: #e9ecd2; }
.response-block .pageTitle--response {
  width: 100%;
  margin: 0 auto 1rem;
  padding: 0;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1em;
  color: #252715; }
@media only screen and (min-width: 1024px) {
  .response-block .pageTitle--response {
    font-size: 3rem; } }
.response-block .pageTitle--response:before {
  display: none; }
.response-block .pageTitle--response:after {
  display: none; }
.response-block .pageTitle--error-second {
  margin: 0 auto 20px;
  padding: 0;
  font-size: 17px;
  line-height: 1.2em;
  color: #252715;
  text-align: center; }
.response-block .pageTitle--error-second:before {
  display: none; }
.response-block .pageTitle--error-second:before {
  display: none; }
.response-block .response__icon {
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  background-color: rgba(233, 236, 210, 0.9);
  padding: 0.35rem;
  border-radius: 50%;
  overflow: hidden; }
.response-block .response__icon img {
  width: 100%; }

/*Regisztráció rejtett captcha*/
.captcha-box {
  height: 25px;
  left: -200px;
  position: fixed;
  top: -50px;
  width: 100px; }

/*Float backToTop button*/
.fixed-action-btn {
  position: fixed;
  right: 0.75rem;
  bottom: 0.75rem;
  margin-bottom: 0;
  z-index: 99;
  transition: all 0.5s ease; }
@media only screen and (min-width: 1024px) {
  .fixed-action-btn {
    right: 1.5rem;
    bottom: 11rem; } }
@media only screen and (min-width: 1600px) {
  .fixed-action-btn {
    right: 1.5rem;
    bottom: 14rem; } }
@media only screen and (min-width: 1024px) {
  .fixed-action-btn.move {
    right: 1.5rem;
    bottom: 3rem; } }

.btn-floating.btn-large {
  width: 44px;
  height: 44px; }

.btn-floating {
  display: block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  transition: .3s;
  cursor: pointer;
  opacity: 0.6;
  background-color: #5d544c;
  background-image: url("../images/chevron-up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  border-radius: 50%; }
.btn-floating:hover {
  opacity: 1; }

.scale-transition.scale-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .2s !important;
  transition: transform .2s, -webkit-transform .2s !important; }

/* >> Cookie bar style
--------------------------------------------*/
#cookie-bar {
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 39, 21, 0.9);
  color: #000;
  z-index: 10000000;
  padding: 10px 25px; }
#cookie-bar .m-statText {
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 1.2;
  padding-right: 0; }
#cookie-bar .m-statText a {
  display: inline-block;
  width: auto;
  font-weight: bold;
  text-decoration: underline;
  color: #b7c168; }
#cookie-bar .m-statText a:hover {
  color: #b7c168; }
#cookie-bar .cookieButtonWrapper {
  display: block;
  text-align: center;
  margin-top: 1rem; }
#cookie-bar .jqs-enable {
  display: inline-block;
  margin: 0 1rem 0.5rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  background: #38a73c;
  padding: 0.75rem 1.5rem;
  border-radius: 5px; }
#cookie-bar .jqs-enable:hover {
  background-color: #4ec452; }
#cookie-bar .jqs-disable {
  display: inline-block;
  margin: 0 1rem 0.75rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  background: #323232;
  padding: 0.75rem 1.5rem;
  border-radius: 5px; }
#cookie-bar .jqs-disable:hover {
  background-color: #ef5350; }
#cookie-bar .cookieWrapper {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1);
  display: block;
  width: 95%;
  max-width: 560px;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 3px;
  background-color: white; }
@media only screen and (min-width: 1024px) {
  #cookie-bar .cookieWrapper {
    padding: 2rem; } }
#cookie-bar.bottom {
  height: auto;
  top: auto;
  bottom: 0;
  padding: 0; }
#cookie-bar.bottom .cookieWrapper {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  border-radius: 0; }
@media only screen and (min-width: 1024px) {
  #cookie-bar.bottom .cookieWrapper {
    flex-wrap: nowrap; } }
#cookie-bar.bottom .cookieWrapper .cookieButtonWrapper {
  align-items: center;
  justify-content: center;
  margin: 1rem auto 0;
  max-width: 340px; }
@media only screen and (min-width: 1024px) {
  #cookie-bar.bottom .cookieWrapper .cookieButtonWrapper {
    margin: 0; } }

.heroImage {
  height: 45vh;
  min-height: 380px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
@media only screen and (min-width: 1024px) {
  .heroImage {
    height: 55vh; } }
.heroImage img {
  object-fit: cover; }

.section.section--contact {
  padding: 0;
  align-items: center;
  padding-bottom: 2rem;
  background-image: url("../images/contact-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
@media only screen and (min-width: 1024px) {
  .section.section--contact {
    flex-wrap: nowrap;
    padding: 3rem 0; } }
.section.section--contact .contactMap, .section.section--contact .contactForm {
  width: 90%;
  margin: 0 auto; }
@media only screen and (min-width: 1024px) {
  .section.section--contact .contactMap, .section.section--contact .contactForm {
    width: 42%;
    margin: 0; } }
.section.section--contact .contactMap {
  border-radius: 5px;
  overflow: hidden; }
@media only screen and (min-width: 1024px) {
  .section.section--contact .contactMap {
    margin-left: 1.25%;
    margin-top: 1.25%; } }
.section.section--contact .contactText {
  width: 90%;
  margin: 1.5rem auto;
  padding: 1.5rem;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1);
  transform: none; }
@media only screen and (min-width: 1024px) {
  .section.section--contact .contactText {
    width: 58%;
    max-width: 860px;
    margin: 0 auto 0 0;
    padding: 2.5rem;
    transform: translateX(-2rem); } }
@media only screen and (min-width: 1600px) {
  .section.section--contact .contactText {
    padding: 4rem; } }
.section.section--room {
  padding: 2rem 0 4rem; }
.section.section--room .slick-list {
  padding: 0 0.5rem; }
.section.section--room .slick-prev {
  left: -2rem; }
.section.section--room .slick-next {
  right: -2rem; }
.section.section--room .slick-dots {
  bottom: -2rem; }
.section.section--room:nth-child(odd) {
  background-color: #f1f2ea; }
.section.section--room:nth-child(odd) .roomText {
  background-color: white; }
.section.section--cta {
  padding: 4rem 0;
  text-align: center;
  background-color: #b7c168;
  background-image: url("../images/cta-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
.section.section--cta .cta__title {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 800;
  color: white; }
.section.section--staticGallery {
  padding: 0 0 2rem; }
.section.section--download {
  background-color: #252715;
  background-image: url("../images/download-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
.section.section--top {
  background-image: url("../images/section-top-bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain; }
.section.section--form {
  align-items: stretch;
  justify-content: center;
  background-color: #4b4f2a;
  background-image: url("../images/contact-bg.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain; }
@media only screen and (min-width: 1024px) {
  .section.section--form {
    padding: 4rem 0; } }
.section.section--form .contactForm {
  width: 100%;
  max-width: 960px;
  margin: 0;
  background-color: transparent;
  padding: 2rem 0; }
@media only screen and (min-width: 1024px) {
  .section.section--form .contactForm {
    padding: 0; } }
.section.section--form .contactForm form {
  width: 90%;
  align-self: center;
  margin: 0 auto;
  padding: 1.5rem;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1); }
@media only screen and (min-width: 1024px) {
  .section.section--form .contactForm form {
    width: 100%;
    padding: 3rem 5rem; } }
.section.section--form .formImage {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
@media only screen and (min-width: 1024px) {
  .section.section--form .formImage {
    width: 50%; } }
.section.section--form .formImage img {
  object-fit: cover; }
.section.section--static {
  background-color: #f8f9f0; }
@media only screen and (min-width: 1024px) {
  .section.section--static {
    padding: 4rem 0; } }
.section.section--static .statText {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 2rem;
  background-color: white;
  border-radius: 5px; }
@media only screen and (min-width: 1024px) {
  .section.section--static .statText {
    padding: 3rem 6rem; } }
@media only screen and (min-width: 1280px) {
  .section.section--static .statText {
    padding: 3rem 9rem; } }
.section.section--articleTop {
  padding: 6rem 0 2rem; }
@media only screen and (min-width: 1024px) {
  .section.section--articleTop {
    padding: 10rem 0 3rem; } }
.section.section--articleTop:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #e9ecd2;
  background-image: url(../images/article-bg.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain; }
@media only screen and (min-width: 1024px) {
  .section.section--articleTop:before {
    width: 40%;
    height: 100%;
    top: 0;
    right: auto;
    margin: 0;
    left: 0; } }

/*BRAND LIST*/
.brandsList {
  justify-content: center;
  align-items: stretch;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 2rem; }
.brandsList .brand__item {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  width: 50%;
  margin-bottom: 3rem;
  padding: 1rem;
  border-radius: 5px; }
@media only screen and (min-width: 1024px) {
  .brandsList .brand__item {
    width: 33%;
    margin-bottom: 4rem; } }
@media only screen and (min-width: 1400px) {
  .brandsList .brand__item {
    width: 20%;
    margin-bottom: 5rem; } }
.brandsList .brand__item img {
  object-fit: contain;
  max-width: 180px;
  margin: 0 auto; }
.brandsList .brand__item .brand__item__title {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: block;
  align-self: flex-end;
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  line-height: 1;
  text-align: center; }
.brandsList .brand__item:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.07), 0 20px 20px rgba(0, 0, 0, 0.07); }
.brandsList .brand__item:hover .brand__item__title {
  color: #252715; }

/*Szechenyi 2020*/
#Szechenyi {
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 15;
  background-color: white;
  border-bottom: 3px solid #174895; }
@media only screen and (min-width: 1024px) {
  #Szechenyi {
    background-color: transparent;
    border: none; } }
#Szechenyi a {
  display: block; }
#Szechenyi .competition__img {
  width: 160px;
  padding-top: 20px;
  margin: 0 0 0 auto; }
@media only screen and (min-width: 520px) {
  #Szechenyi .competition__img {
    width: 180px; } }
@media only screen and (min-width: 1024px) {
  #Szechenyi .competition__img {
    width: 200px; } }
@media only screen and (min-width: 1600px) {
  #Szechenyi .competition__img {
    width: 260px; } }
#Szechenyi .showHide {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  position: absolute;
  display: none;
  width: 24px;
  height: 24px;
  top: -0.5rem;
  right: 2rem;
  background-color: #174895;
  background-image: url("../images/icons/chevron-up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
  cursor: pointer;
  transform: rotate(180deg);
  opacity: 0.75;
  border-radius: 50%; }
@media only screen and (min-width: 1024px) {
  #Szechenyi .showHide {
    display: block; } }
#Szechenyi .showHide:hover {
  opacity: 1; }
#Szechenyi .showHide.hide {
  top: -3rem;
  transform: rotate(0deg); }
@media only screen and (min-width: 1024px) {
  #Szechenyi {
    display: block;
    position: fixed; } }

/*Széchenyi PLUSZ*/
#SzechenyiPlusz {
  width: 100%;
  padding-bottom: 1rem;
  transition: all ease-in 0.5s;
  background-color: white; }
@media only screen and (min-width: 1024px) {
  #SzechenyiPlusz {
    height: 90px;
    max-width: 340px;
    padding-bottom: 0;
    background-color: transparent; } }
@media only screen and (min-width: 1600px) {
  #SzechenyiPlusz {
    max-width: 340px; } }
#SzechenyiPlusz.hide {
  width: 30px;
  min-height: 1px; }

#SzechenyiPlusz .competition__content {
  display: inline-block;
  transition: transform 0.65s ease-in-out, opacity 1s ease-in-out;
  will-change: transform, opacity;
  max-width: 300px; }

.competition__block.competition__block--szechenyiplusz {
  position: relative;
  left: 0;
  bottom: 0;
  width: max-content;
  z-index: 16; }
@media only screen and (min-width: 1024px) {
  .competition__block.competition__block--szechenyiplusz {
    position: fixed;
    left: 0;
    bottom: 0; } }
.competition__block.competition__block--szechenyiplusz a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
.competition__block.competition__block--szechenyiplusz .showHide_alt {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  position: absolute;
  display: none;
  width: 24px;
  height: 24px;
  background-color: #174895;
  background-image: url("../images/icons/chevron-up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
  cursor: pointer;
  opacity: 0.75;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-90deg); }
.competition__block.competition__block--szechenyiplusz .showHide_alt:hover {
  opacity: 1; }
@media only screen and (min-width: 1024px) {
  .competition__block.competition__block--szechenyiplusz .showHide_alt {
    display: block; } }
.competition__block.competition__block--szechenyiplusz .showHide_alt.hide {
  right: -1.5rem;
  transform: rotate(90deg); }
.competition__block.competition__block--szechenyiplusz img {
  display: block;
  width: 100%;
  padding: 0; }
.competition__block.competition__block--szechenyiplusz.hide {
  /* img{display: none;}*/ }
.competition__block.competition__block--szechenyiplusz.hide .showHide_alt {
  right: -1.5rem;
  transform: rotate(90deg); }

/* Style the list */
ul.breadcrumb {
  margin: 1rem auto;
  padding: 4px 8px;
  list-style: none;
  background-color: transparent; }
@media only screen and (min-width: 1024px) {
  ul.breadcrumb {
    margin: 2rem auto;
    padding: 10px 16px; } }

ul.breadcrumb li {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.35rem; }
ul.breadcrumb li:last-of-type a {
  pointer-events: none; }
ul.breadcrumb li:first-of-type a {
  padding: 6px; }
ul.breadcrumb li img {
  width: 24px; }

ul.breadcrumb li + li:before {
  padding: 8px;
  color: white;
  content: "/\00a0"; }

ul.breadcrumb li a {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  color: white;
  text-decoration: none;
  background-color: #383b20;
  border-radius: 3px; }
@media only screen and (min-width: 1024px) {
  ul.breadcrumb li a {
    padding: 6px 10px; } }
@media only screen and (min-width: 1600px) {
  ul.breadcrumb li a {
    padding: 10px 16px; } }

ul.breadcrumb li a:hover {
  color: #b7c168;
  background-color: #4b4f2a; }

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- *\
Import BEM (Block - Element - Modifier)
\* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* >> Home Content Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/*Slider*/
#homeVideo {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
#homeVideo .video__text {
  display: block;
  position: absolute;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 3rem;
  z-index: 10; }
#homeVideo .video__text .buttonWrapper--btnGroup .btn {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  line-height: 36px; }
#homeVideo .video__text .buttonWrapper--btnGroup .btn:last-child {
  margin-bottom: 0; }
@media only screen and (min-width: 520px) {
  #homeVideo .video__text .buttonWrapper--btnGroup .btn {
    width: 48%;
    margin-right: 1rem;
    font-size: 0.7rem; }
  #homeVideo .video__text .buttonWrapper--btnGroup .btn:nth-child(2n) {
    margin-right: 0; }
  #homeVideo .video__text .buttonWrapper--btnGroup .btn:last-child {
    margin-bottom: 1rem; } }
@media only screen and (min-width: 1024px) {
  #homeVideo .video__text .buttonWrapper--btnGroup .btn {
    width: 48%; }
  #homeVideo .video__text .buttonWrapper--btnGroup .btn:nth-child(2n) {
    margin-right: 1rem; }
  #homeVideo .video__text .buttonWrapper--btnGroup .btn:last-child {
    margin-right: 0; } }
@media only screen and (min-width: 1400px) {
  #homeVideo .video__text .buttonWrapper--btnGroup .btn {
    width: auto;
    flex: 1;
    margin-right: 2rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 58px; }
  #homeVideo .video__text .buttonWrapper--btnGroup .btn:last-child {
    margin-bottom: 0; } }
#homeVideo .video__caption {
  display: block;
  width: 100%;
  margin: 1rem auto;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
  color: white; }
@media only screen and (min-width: 1024px) {
  #homeVideo .video__caption {
    margin: 2rem auto;
    font-size: 1.5rem; } }
@media only screen and (min-width: 1400px) {
  #homeVideo .video__caption {
    font-size: 2rem; } }

.homeVideo {
  position: relative;
  display: none;
  width: 100%;
  margin: 0 auto; }
.homeVideo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 19, 10, 0.8); }
@media only screen and (min-width: 1024px) {
  .homeVideo:after {
    background-color: rgba(18, 19, 10, 0.6); } }
.homeVideo video {
  display: none;
  width: 100%;
  pointer-events: none; }
@media only screen and (min-width: 1024px) {
  .homeVideo video {
    display: block;
    height: 100%;
    object-fit: cover; } }

#ppButton {
  display: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  position: absolute;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  width: 36px;
  height: 36px;
  background: url("../images/icons/svg-play.svg") no-repeat center;
  background-size: 36px 36px;
  opacity: 0.5;
  cursor: pointer; }
@media only screen and (min-width: 1024px) {
  #ppButton {
    display: block;
    right: 40px;
    bottom: 0;
    width: 60px;
    height: 60px;
    right: 18em;
    bottom: 2rem;
    background-size: 60px 60px; } }
#ppButton:hover {
  opacity: 1; }

#ppButton.pause {
  background: url("../images/icons/svg-pause.svg") no-repeat center; }

#heroImage {
  padding: 0;
  overflow: hidden;
  height: 100vh; }
@media only screen and (min-width: 1024px) {
  #heroImage {
    display: none; } }
#heroImage img {
  object-fit: cover; }

.scrollDown {
  display: block;
  position: absolute;
  width: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0.75rem; }
.scrollDown img {
  display: block;
  margin: 0 auto;
  width: 24px;
  margin-bottom: 0.3rem;
  animation: MoveUpDown 1.3s linear infinite; }
.scrollDown span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white; }

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: 6px; } }
.section {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  /* ICONS */
  /*Promo*/
  /*about*/
  /*Opinions*/
  /*Gallery*/ }
.section.section--video {
  padding: 0; }
.section.section--services {
  padding: 3rem 0 0;
  background-color: #b7c168;
  background-image: url("../images/section-icons-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
@media only screen and (min-width: 1024px) {
  .section.section--services {
    padding: 6rem 0 0;
    background-size: contain; } }
.section.section--services .serviceTitle {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: white; }
@media only screen and (min-width: 1024px) {
  .section.section--services .serviceTitle {
    font-size: 2.4rem; } }
.section.section--services .serviceSubTitle {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: white; }
@media only screen and (min-width: 1024px) {
  .section.section--services .serviceSubTitle {
    font-size: 1.5rem; } }
.section.section--services .buttonWrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding: 2rem 0; }
@media only screen and (min-width: 1024px) {
  .section.section--services .buttonWrapper {
    padding: 3rem 0 6rem; } }
.section.section--services .buttonWrapper .btn {
  padding: 0 1rem; }
.section.section--icons {
  padding: 3rem 0;
  background-color: #b7c168;
  background-image: url("../images/section-icons-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
@media only screen and (min-width: 1024px) {
  .section.section--icons {
    padding: 6rem 0; } }
.section.section--icons .fullWidth {
  display: block;
  position: relative;
  width: 100%;
  padding: 2rem 0;
  background-color: rgba(255, 255, 255, 0.12); }
@media only screen and (min-width: 1024px) {
  .section.section--icons .fullWidth {
    padding: 4rem 0; } }
.section.section--promo {
  background-color: #252715; }
@media only screen and (min-width: 1024px) {
  .section.section--promo {
    padding: 6rem 0; } }
.section.section--promo .contentWrapper {
  width: 90%;
  margin: 0 auto; }
.section.section--promo .contentWrapper .promo__text {
  width: 100%;
  margin: 0 auto 2rem;
  z-index: 3; }
@media only screen and (min-width: 1024px) {
  .section.section--promo .contentWrapper .promo__text {
    width: 60%;
    margin: 0; } }
.section.section--promo .contentWrapper .buttonWrapper {
  width: 100%;
  z-index: 3; }
@media only screen and (min-width: 1024px) {
  .section.section--promo .contentWrapper .buttonWrapper {
    width: 40%; } }
.section.section--promo .contentWrapper .H3__promo {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: white; }
@media only screen and (min-width: 1024px) {
  .section.section--promo .contentWrapper .H3__promo {
    font-size: 2.2rem;
    text-align: left; } }
@media only screen and (min-width: 1400px) {
  .section.section--promo .contentWrapper .H3__promo {
    font-size: 3rem; } }
.section.section--promo .contentWrapper .H6__promo {
  display: block;
  width: 100%;
  position: relative;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: white; }
@media only screen and (min-width: 1024px) {
  .section.section--promo .contentWrapper .H6__promo {
    font-size: 0.9rem;
    text-align: left; } }
@media only screen and (min-width: 1400px) {
  .section.section--promo .contentWrapper .H6__promo {
    font-size: 1rem; } }
.section.section--promo .promo__image {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  overflow: hidden; }
.section.section--promo .promo__image:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #252715;
  background: linear-gradient(90deg, #252715 0%, rgba(37, 39, 21, 0) 100%); }
.section.section--promo .promo__image img {
  object-fit: cover; }
@media only screen and (min-width: 1400px) {
  .section.section--promo .promo__image img {
    transform: translateY(-25%); } }
.section.section--about {
  background-color: white;
  background-image: url("../images/section-services-bg-top.svg");
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: right top; }
.section.section--about .aboutRow {
  align-items: center;
  margin-bottom: 1.5rem; }
.section.section--about .aboutRow:last-child {
  margin-bottom: 0; }
.section.section--about .aboutRow:nth-child(2n) {
  flex-direction: column-reverse; }
@media only screen and (min-width: 1024px) {
  .section.section--about .aboutRow:nth-child(2n) {
    flex-direction: row; } }
@media only screen and (min-width: 1024px) {
  .section.section--about .aboutRow {
    margin-bottom: 3rem; } }
.section.section--about .aboutRow .aboutRow__imgGroup {
  width: 100%;
  align-items: flex-start;
  padding: 1.5rem 1rem; }
@media only screen and (min-width: 1024px) {
  .section.section--about .aboutRow .aboutRow__imgGroup {
    width: 50%;
    padding: 2.5rem 0; } }
.section.section--about .aboutRow .aboutRow__imgGroup:before {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 1;
  border-radius: 3px;
  border: 2px solid #b7c168; }
.section.section--about .aboutRow .aboutRow__imgGroup .imageWrapper {
  width: auto;
  flex: 1;
  z-index: 2;
  transform: translateX(15%); }
.section.section--about .aboutRow .aboutRow__imgGroup .imageWrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  left: -6px;
  top: -4px;
  z-index: 5;
  background-image: url("../images/image-frame-top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left; }
.section.section--about .aboutRow .aboutRow__imgGroup .imageWrapper:nth-child(even) {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1);
  z-index: 5;
  margin-top: 7rem;
  transform: translateX(-15%); }
.section.section--about .aboutRow .aboutRow__imgGroup .imageWrapper:nth-child(even):before {
  top: auto;
  left: auto;
  bottom: -4px;
  right: -6px;
  background-image: url("../images/image-frame-bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right; }
.section.section--about .aboutRow .aboutRow__imgGroup .imageWrapper img {
  border-radius: 3px; }
.section.section--about .aboutRow .aboutRow__text {
  width: 100%;
  padding: 1.5rem 0; }
@media only screen and (min-width: 1024px) {
  .section.section--about .aboutRow .aboutRow__text {
    width: 50%;
    padding: 0 2.5rem; } }
.section.section--about .aboutRow .aboutRow__text ul {
  margin: 1rem auto; }
.section.section--about .aboutRow .aboutRow__text ul li {
  display: block;
  position: relative;
  font-size: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
@media only screen and (min-width: 1024px) {
  .section.section--about .aboutRow .aboutRow__text ul li {
    font-size: 1.4rem;
    padding: 1rem 1rem 1rem 2.5rem; } }
.section.section--about .aboutRow .aboutRow__text ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0.5rem;
  z-index: 3;
  background-image: url("../images/icons/svg-check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
@media only screen and (min-width: 1024px) {
  .section.section--about .aboutRow .aboutRow__text ul li:before {
    width: 26px;
    height: 26px;
    top: 1rem; } }
.section.section--about .aboutRow .aboutRow__text ul li sup {
  font-size: small; }
.section.section--about .aboutRow .aboutRow__text .aboutRowTitle {
  display: block;
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #b7c168; }
@media only screen and (min-width: 1024px) {
  .section.section--about .aboutRow .aboutRow__text .aboutRowTitle {
    font-size: 2.5rem; } }
@media only screen and (min-width: 1400px) {
  .section.section--about .aboutRow .aboutRow__text .aboutRowTitle {
    font-size: 3.5rem; } }
.section.section--opinion {
  background-color: #e9ecd2;
  background-image: url("../images/section-opinion-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  background-attachment: fixed; }
@media only screen and (min-width: 1024px) {
  .section.section--opinion {
    padding: 3rem 0 7rem; } }
.section.section--opinion .opinionTitle {
  display: block;
  width: 100%;
  position: relative;
  padding: 5rem 0 1rem;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  background-image: url("../images/icons/svg-title-opinion.svg");
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: top center; }
@media only screen and (min-width: 1024px) {
  .section.section--opinion .opinionTitle {
    padding: 6.5rem 0 1rem;
    font-size: 1.4rem;
    background-size: 260px; } }
.section.section--opinion .galleryTitle {
  display: block;
  width: 100%;
  position: relative;
  padding: 5rem 0 1rem;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  background-image: url("../images/icons/svg-title-gallery.svg");
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: top center; }
@media only screen and (min-width: 1024px) {
  .section.section--opinion .galleryTitle {
    padding: 6.5rem 0 1rem;
    font-size: 1.4rem;
    background-size: 260px; } }
.section.section--gallery {
  padding: 0;
  margin-bottom: 1rem; }
.section.section--gallery .homeGallery {
  margin-top: -3rem; }
@media only screen and (min-width: 1024px) {
  .section.section--gallery .homeGallery {
    margin-top: -6rem; } }
.section.section--gallery .homeGallery .homeGallery__item {
  margin: 3px;
  cursor: pointer; }
@media only screen and (min-width: 1024px) {
  .section.section--gallery .homeGallery .homeGallery__item {
    margin: 4px; } }
.section.section--gallery .homeGallery .homeGallery__item:hover .homeGallery__item__title {
  background-color: #b7c168;
  color: white; }
.section.section--gallery .homeGallery .homeGallery__item:hover .homeGallery__item__img:before {
  opacity: 0; }
.section.section--gallery .homeGallery .homeGallery__item:hover .homeGallery__item__img img {
  transform: scale(1.075); }
.section.section--gallery .homeGallery .homeGallery__item .homeGallery__item__img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden; }
.section.section--gallery .homeGallery .homeGallery__item .homeGallery__item__img:before {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #252715;
  opacity: 0.3;
  z-index: 1; }
.section.section--gallery .homeGallery .homeGallery__item .homeGallery__item__img img {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s; }
.section.section--gallery .homeGallery .homeGallery__item .homeGallery__item__title {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: block;
  width: 100%;
  position: relative;
  padding: 1.5rem 0;
  line-height: 1.1;
  font-size: 1.1rem;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  border-bottom: 2px solid #b7c168;
  border-top: 2px solid #b7c168; }
.section.section--gallery .homeGallery .homeGallery__item .homeGallery__item__title:before {
  content: '';
  display: block;
  position: absolute;
  width: 58px;
  height: 38px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -16px;
  z-index: 5;
  background-image: url("../images/icons/svg-title.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.servicesList {
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto; }
.servicesList .servicesList__item {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: block;
  width: 49%;
  margin-right: 2%;
  background-color: transparent;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  text-align: center;
  border: 2px solid white; }
@media only screen and (min-width: 720px) {
  .servicesList .servicesList__item {
    width: 48%;
    margin-right: 4%; } }
.servicesList .servicesList__item:nth-child(2n) {
  margin-right: 0; }
@media only screen and (min-width: 1024px) {
  .servicesList .servicesList__item {
    width: 32.5%;
    margin-right: 1%;
    margin-bottom: 1rem;
    padding: 1.75rem 1rem; }
  .servicesList .servicesList__item:nth-child(2n) {
    margin-right: 1%; }
  .servicesList .servicesList__item:nth-child(3n) {
    margin-right: 0; } }
@media only screen and (min-width: 1400px) {
  .servicesList .servicesList__item {
    width: 16.25%;
    margin-right: 0.5%;
    margin-bottom: 0;
    padding: 1.75rem 1rem; }
  .servicesList .servicesList__item:nth-child(2n) {
    margin-right: 0.5%; }
  .servicesList .servicesList__item:nth-child(3n) {
    margin-right: 0.5%; }
  .servicesList .servicesList__item:nth-child(6n) {
    margin-right: 0; } }
.servicesList .servicesList__item .servicesList__item__image {
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid white; }
@media only screen and (min-width: 1024px) {
  .servicesList .servicesList__item .servicesList__item__image {
    width: 90px;
    height: 90px; } }
.servicesList .servicesList__item .servicesList__item__image img {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  width: 38px; }
.servicesList .servicesList__item .servicesList__item__title {
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: white;
  text-align: center; }
.servicesList .servicesList__item:hover {
  background-color: #a3ae48;
  border-color: #a3ae48; }
.servicesList .servicesList__item:hover .servicesList__item__image img {
  transform: scale(1.2); }

.opinionList {
  max-width: 960px;
  margin: 0 auto; }
.opinionList .opinion__item {
  margin: 1rem;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px; }
@media only screen and (min-width: 1024px) {
  .opinionList .opinion__item {
    margin: 2rem; } }
@media only screen and (min-width: 1024px) {
  .opinionList .opinion__item {
    padding: 1rem; } }
.opinionList .opinion__item .statText {
  font-style: italic;
  font-size: 0.9rem;
  text-align: center; }
@media only screen and (min-width: 1024px) {
  .opinionList .opinion__item .statText {
    font-size: 1.1rem;
    padding: 2rem 2rem 0; } }
.opinionList .opinion__item .statText p {
  font-size: 0.9rem;
  text-align: center; }
@media only screen and (min-width: 1024px) {
  .opinionList .opinion__item .statText p {
    font-size: 1.1rem; } }
.opinionList .opinion__item .opinion__item__footer {
  text-align: right;
  padding: 2rem 0 0; }
.opinionList .opinion__item .opinion__item__footer .opinion__item__name {
  padding: 0.75rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #6b6157; }
.opinionList .opinion__item .opinion__item__footer .opinion__item__name:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -26px;
  z-index: 3;
  background-image: url("../images/icons/svg-opinion-mark.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
.opinionList .opinion__item .opinion__item__footer .opinion__item__name:after {
  content: '';
  display: block;
  position: absolute;
  width: 38px;
  height: 2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  z-index: 3;
  background-color: #b7c168; }
.opinionList .slick-prev {
  background-image: url("../images/slick-left.svg"); }
.opinionList .slick-next {
  background-image: url("../images/slick-right.svg"); }

/* >> Header Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
header {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 0;
  background-color: #b7c168;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1); }
@media only screen and (min-width: 1024px) {
  header {
    top: 0;
    padding: 2rem 0; } }
header .headerWrapper {
  width: 100%;
  margin: 0 auto; }
@media only screen and (min-width: 520px) {
  header .headerWrapper {
    width: 96%; } }
header .contentWrapper {
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  position: absolute;
  padding-left: 0.5rem;
  top: 7px;
  left: 0;
  z-index: 101;
  width: calc(100% - 50px);
  max-width: 1600px;
  margin: 0; }
@media only screen and (min-width: 1024px) {
  header .contentWrapper {
    position: relative;
    width: 100%;
    top: 0;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: row;
    padding-left: 0; } }
@media only screen and (min-width: 1600px) {
  header .contentWrapper {
    width: 100%; } }
header.sticky {
  position: fixed;
  top: 0;
  background-color: #b7c168; }
@media only screen and (min-width: 1024px) {
  header.sticky {
    padding: 1rem 0; } }
header.sticky .stars {
  background: #b7c168;
  border-radius: 10px;
  padding: 1px 2px; }
@media only screen and (min-width: 1024px) {
  header.sticky .stars {
    padding: 3px 5px; } }
header .side__right {
  display: none; }
@media only screen and (min-width: 1024px) {
  header .side__right {
    display: block; } }
header .side__right .btn--border {
  line-height: 40px;
  font-weight: 600; }
header .side__right .btn--border:hover {
  background-color: #a3ae48;
  border-color: #a3ae48; }
header .side__right .btn--phone {
  line-height: 44px; }
header .side__right .btn--phone:hover {
  background-color: #a3ae48; }

body.home header {
  background-color: transparent; }
body.home header.sticky {
  background-color: #b7c168; }

/*Logo*/
.logoContainer {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 90;
  width: 160px; }
@media only screen and (min-width: 1024px) {
  .logoContainer {
    position: absolute;
    margin: 0 auto; } }
@media only screen and (min-width: 1280px) {
  .logoContainer {
    width: 190px; } }
@media only screen and (min-width: 1600px) {
  .logoContainer {
    width: 290px; } }

.seoWrapper {
  margin: 0;
  display: block;
  position: relative; }
.seoWrapper h1, .seoWrapper h2 {
  display: none; }
.seoWrapper .logo__slogen {
  display: none; }
.seoWrapper img {
  width: 100%;
  min-width: 110px; }

/*Language*/
.langWrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 1rem; }
@media only screen and (min-width: 1024px) {
  .langWrapper {
    margin-left: 4rem; } }

.lang-item {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 28px;
  margin: 0 2px 0 2px;
  padding: 0 0.3rem;
  font-size: 13px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid white;
  text-align: center;
  color: white; }
.lang-item:hover, .lang-item .active {
  background-color: #a3ae48;
  border-color: #a3ae48; }

.stars {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: block;
  width: 38px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.35rem;
  transform: translateX(0.75rem); }
@media only screen and (min-width: 1024px) {
  .stars {
    width: 48px;
    bottom: -0.5rem;
    transform: translateX(1.5rem); } }

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- *\
dlMenu Style
\* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* >> dlMenu > Animation Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s; }

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out; }

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease; }

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease; }

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease; }

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0; } }
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; } }
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s; }

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out; }

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease; }

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease; }

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease; }

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease; }

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1; } }
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease; }

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; } }
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; } }
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; } }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* >> dlMenu > mobilMenu Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.dl-menuwrapper {
  font-family: "Lora", serif;
  font-weight: 100;
  width: 100%;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  text-align: right; }

.dlMenu__mobilMenu {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: block;
  background-color: transparent;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  min-height: 50px;
  width: 100%;
  z-index: 99;
  position: relative;
  top: 0;
  right: 0; }
.dlMenu__mobilMenu a {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */ }
.dlMenu__mobilMenu .dl-menuwrapper button {
  position: relative;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: url("../images/bg-mobilMenu.svg") no-repeat center center;
  background-size: 50px 50px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  z-index: 10;
  text-indent: -900em;
  margin: 0; }
.dlMenu__mobilMenu .dl-menuwrapper ul {
  background-color: #b7c168; }
@media only screen and (min-width: 1024px) {
  .dlMenu__mobilMenu {
    display: none; } }

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  border-radius: 16px; }

.dl-menuwrapper li {
  position: relative;
  text-align: left; }

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 0.65rem 1rem;
  font-size: 14px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
@media only screen and (min-width: 720px) {
  .dl-menuwrapper li a {
    padding: 1rem 1.5rem; } }

/*.no-touch .dl-menuwrapper li a:hover {color: $color-green;}*/
.no-touch .dl-menuwrapper li:first-child > a {
  border-top: none; }

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  color: white;
  background-color: #a9b54b; }

.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
  content: "\e000";
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 11px;
  line-height: 44px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: white; }

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: white;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(255, 255, 255, 0.6); }

.dl-menuwrapper .dl-menu {
  margin: 0;
  position: absolute;
  width: 94%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  background-color: #b7c168;
  border-radius: 16px; }

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease; }

.dl-menuwrapper .dl-menu.dl-menuopen {
  top: 64px;
  opacity: 1;
  overflow-y: auto;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

/*.dlMenu__mobilMenu{
  &.opened{
    .dl-menu{opacity: 1;}
  }
}*/
/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none; }

/*When a submenu is openend, we will hide all li siblings. For that we give a class to the parent menu called "dl-subview". We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen". All this is done for any sub-level being entered.*/
.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a {
  display: none; }

.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block; }

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 0;
  top: 64px; }

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

header .page-menu_mobil .dl-menu {
  margin-top: 0; }

.page-menu_pc {
  display: none; }

.dl-menuwrapper > .dl-submenu, .dl-menuwrapper .dl-menu {
  top: 64px; }

/* >> dlMenu > Animation Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s; }

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out; }

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease; }

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease; }

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease; }

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0; } }
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; } }
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s; }

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out; }

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease; }

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease; }

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease; }

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease; }

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1; } }
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease; }

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; } }
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; } }
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; } }
/* >> dlMenu > pcMenu Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.dlMenu__pcMenu {
  display: block;
  text-align: center;
  padding-top: 7rem;
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
.dlMenu__pcMenu .dl-menuwrapper {
  width: auto;
  display: block;
  float: none;
  cursor: pointer;
  text-align: center;
  font-family: "Lora", serif;
  /*3. szint*/ }
.dlMenu__pcMenu .dl-menuwrapper > a {
  padding: 0 0.5rem;
  position: relative;
  font-size: 13px;
  line-height: 1;
  margin-right: 0;
  border-radius: 5px; }
@media only screen and (min-width: 1024px) {
  .dlMenu__pcMenu .dl-menuwrapper > a {
    font-size: 11px;
    line-height: 44px;
    padding: 0 0.35rem; } }
@media only screen and (min-width: 1280px) {
  .dlMenu__pcMenu .dl-menuwrapper > a {
    font-size: 13px;
    line-height: 48px;
    padding: 0 0.5rem; } }
@media only screen and (min-width: 1400px) {
  .dlMenu__pcMenu .dl-menuwrapper > a {
    font-size: 14px;
    padding: 0 1rem; } }
@media only screen and (min-width: 1800px) {
  .dlMenu__pcMenu .dl-menuwrapper > a {
    font-size: 16px;
    padding: 0.5rem 1.5rem; } }
.dlMenu__pcMenu .dl-menuwrapper:hover > a, .dlMenu__pcMenu .dl-menuwrapper > a.dl-active {
  background-color: #35381e;
  color: #d1d79e; }
.dlMenu__pcMenu .dl-menuwrapper.selected .nav {
  background-color: #b7c168;
  color: white; }
.dlMenu__pcMenu .dl-menuwrapper > .dl-submenu {
  top: 52px;
  background-color: white;
  width: 220px;
  will-change: opacity; }
@media only screen and (min-width: 1400px) {
  .dlMenu__pcMenu .dl-menuwrapper > .dl-submenu {
    top: 72px; } }
.dlMenu__pcMenu .dl-menuwrapper .dl-menu {
  margin-top: 0;
  display: table;
  width: 280px;
  top: 52px;
  left: 0;
  background-color: transparent;
  will-change: opacity;
  border-radius: 3px;
  overflow: hidden; }
.dlMenu__pcMenu .dl-menuwrapper .dl-menu a {
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }
.dlMenu__pcMenu .dl-menuwrapper .dl-menu a:hover {
  background-color: #444827;
  color: white; }
.dlMenu__pcMenu .dl-menuwrapper li:last-child {
  margin-right: 0;
  padding-right: 0; }
.dlMenu__pcMenu .dl-menuwrapper li:last-child a {
  border-bottom: 0; }
.dlMenu__pcMenu .dl-menuwrapper li:last-child .dl-menu {
  right: 0; }
.dlMenu__pcMenu .dl-menuwrapper .nav {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: block;
  position: relative;
  color: white;
  font-weight: 700;
  text-transform: uppercase; }
.dlMenu__pcMenu .dl-menuwrapper .dl-menu {
  width: 100%;
  max-width: 100%;
  text-align: center; }
.dlMenu__pcMenu .dl-menuwrapper .dl-menu.dl-menuopen {
  position: relative;
  top: 0; }
.dlMenu__pcMenu .dl-menuwrapper.dl-menu-root .nav:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  width: 13px;
  height: 13px;
  bottom: 0.15rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: transparent;
  background-image: url("../images/submenu-selector.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 7px; }
@media only screen and (min-width: 1280px) {
  .dlMenu__pcMenu .dl-menuwrapper.dl-menu-root .nav:before {
    background-size: 9px 9px; } }
@media only screen and (min-width: 1800px) {
  .dlMenu__pcMenu .dl-menuwrapper.dl-menu-root .nav:before {
    bottom: 0.35rem; } }
.dlMenu__pcMenu .dl-menuwrapper.dl-menu-root .nav:hover:before, .dlMenu__pcMenu .dl-menuwrapper.dl-menu-root .nav.dl-active:before {
  background-image: url("../images/submenu-selector-active.svg"); }

.mobile__overlay {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #252715;
  opacity: 0;
  z-index: -1;
  visibility: hidden; }
.mobile__overlay.show {
  opacity: 0.5;
  z-index: -1;
  visibility: visible; }
@media only screen and (min-width: 1024px) {
  .mobile__overlay {
    display: none; } }

.pcMenu__icon {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: none;
  width: 50px;
  height: 48px;
  background-color: transparent;
  background-image: url("../images/svg-menu.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer; }
@media only screen and (min-width: 1024px) {
  .pcMenu__icon {
    display: inline-block;
    vertical-align: middle;
    z-index: 9999; } }
.pcMenu__icon span {
  display: inline-block;
  position: absolute;
  right: -100%;
  top: calc(50% - 0.5rem);
  font-size: 0.75rem;
  font-weight: 800;
  color: white; }
.pcMenu__icon.opened {
  background-image: url("../images/svg-menu-close.svg"); }

.pcMenuWrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(18, 19, 10, 0.85);
  z-index: 999;
  overflow-y: auto;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.3s ease; }
@media only screen and (min-width: 1024px) {
  .pcMenuWrapper {
    display: block; } }
.pcMenuWrapper.opened {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

/* >> Reference Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.reference__map:before {
  content: '';
  display: block;
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: -2rem;
  left: 0; }
@media only screen and (min-width: 720px) {
  .reference__map:before {
    bottom: -3rem; } }
.reference__map .responsiveMap {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.12);
  margin: 2rem auto 0;
  max-width: 82%; }
.reference__map .responsiveMap .maps-container {
  padding-bottom: 75vh; }
@media only screen and (min-width: 720px) {
  .reference__map .responsiveMap .maps-container {
    padding-bottom: 50vh; } }

.contact__map {
  margin: 0 auto 5rem; }
.contact__map:before {
  content: '';
  display: block;
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: -2rem;
  left: 0; }
@media only screen and (min-width: 720px) {
  .contact__map:before {
    bottom: -3rem; } }
.contact__map .responsiveMap {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.12);
  margin: 2rem auto 0;
  max-width: 82%; }
.contact__map .responsiveMap .maps-container {
  padding-bottom: 320px; }
@media only screen and (min-width: 720px) {
  .contact__map .responsiveMap .maps-container {
    padding-bottom: 320px; } }

/* >> Article Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.articleList {
  align-items: stretch;
  justify-content: center;
  padding: 0;
  z-index: 3;
  max-width: 1600px;
  margin: 0 auto; }
.articleList .articleList__item {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  margin-bottom: 2.5rem;
  margin-right: 0;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #e5e7e8;
  background-color: white; }
.articleList .articleList__item:nth-child(2n) {
  margin-right: 0; }
@media only screen and (min-width: 520px) {
  .articleList .articleList__item {
    width: 45%;
    max-width: 45%;
    flex-basis: 45%;
    margin-right: 10%;
    margin-bottom: 3rem; }
  .articleList .articleList__item:nth-child(2n) {
    margin-right: 0; } }
@media only screen and (min-width: 1024px) {
  .articleList .articleList__item {
    width: 31%;
    max-width: 31%;
    flex-basis: 31%;
    margin-bottom: 4rem;
    margin-right: 3%; }
  .articleList .articleList__item:nth-child(2n) {
    margin-right: 3%; }
  .articleList .articleList__item:nth-child(3n) {
    margin-right: 0; }
  .articleList .articleList__item:last-child {
    margin-right: 0; } }
.articleList .articleList__item .btn--more {
  padding: 0 1rem;
  margin-top: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  background-color: #6b6157;
  color: white; }
.articleList .articleList__item .btn--more:hover {
  background-color: #b7c168;
  color: white; }

.articleList__item__content {
  display: block;
  width: 100%;
  position: relative;
  padding: 1rem; }
@media only screen and (min-width: 1024px) {
  .articleList__item__content {
    padding: 1.5rem; } }

.articleList__item__image {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  width: 100%;
  position: relative;
  overflow: hidden; }
.articleList__item__image:before {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #323232;
  opacity: 0; }
.articleList__item__image:hover:before {
  opacity: 0.2; }
.articleList__item__image img {
  object-fit: cover; }

.articleList__item__title {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: block;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  text-align: left;
  color: #6b6157; }
@media only screen and (min-width: 1024px) {
  .articleList__item__title {
    font-size: 1.2rem; } }
@media only screen and (min-width: 1280px) {
  .articleList__item__title {
    font-size: 1.4rem; } }
.articleList__item__title:hover {
  color: #b7c168; }

.articleList__item__lead {
  display: block;
  font-size: 0.95rem;
  line-height: 1.4;
  margin-top: 1rem; }
@media only screen and (min-width: 1024px) {
  .articleList__item__lead {
    font-size: 0.85rem; } }

/* >> Article End Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.articleEnd__top {
  width: 90%;
  max-width: 1480px;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
@media only screen and (min-width: 1024px) {
  .articleEnd__top {
    justify-content: space-between; } }
.articleEnd__top .articleEnd__image {
  width: 90%;
  max-width: 480px;
  margin-bottom: 2rem;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1); }
@media only screen and (min-width: 1024px) {
  .articleEnd__top .articleEnd__image {
    width: 45%;
    max-width: 100%;
    margin-bottom: 0; } }
@media only screen and (min-width: 1280px) {
  .articleEnd__top .articleEnd__image {
    width: 45%; } }
.articleEnd__top .articleEnd__top__content {
  width: 100%; }
@media only screen and (min-width: 1024px) {
  .articleEnd__top .articleEnd__top__content {
    width: 55%;
    padding: 2rem; } }
@media only screen and (min-width: 1280px) {
  .articleEnd__top .articleEnd__top__content {
    width: 55%; } }
.articleEnd__top .articleEnd__title {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  color: #6b6157; }
@media only screen and (min-width: 1024px) {
  .articleEnd__top .articleEnd__title {
    font-size: 2rem;
    text-align: left; } }
@media only screen and (min-width: 1280px) {
  .articleEnd__top .articleEnd__title {
    font-size: 3rem; } }
.articleEnd__top .articleEnd__lead {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.2; }

/* >> Competitions - Scss
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---*/
.competitionsList {
  display: block;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  padding: 1rem 0 0; }

.competitionsList__item {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.07), 0 20px 20px rgba(0, 0, 0, 0.07);
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
  background-color: white;
  color: #6b6157;
  background-color: #f8f9f0;
  border-radius: 5px;
  overflow: hidden; }

.competitionsList__item__top {
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 5;
  font-weight: bold;
  font-size: 16px;
  color: #6b6157;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  line-height: 1.3; }

.competitionsList__item__img {
  width: 100%;
  margin: 0 auto 1rem;
  overflow: hidden; }
@media only screen and (min-width: 1024px) {
  .competitionsList__item__img {
    width: 50%;
    margin: 0 auto 0 0; } }
@media only screen and (min-width: 1280px) {
  .competitionsList__item__img {
    width: 45%; } }
.competitionsList__item__img img {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  object-fit: cover; }
.competitionsList__item__img:hover img {
  transform: scale(1.05); }

.competitionsList__item__titleWrapper {
  width: 100%;
  margin: 0 auto;
  padding: 1rem; }
@media only screen and (min-width: 1024px) {
  .competitionsList__item__titleWrapper {
    width: 50%;
    margin: 0 0 0 auto;
    padding: 2rem; } }
@media only screen and (min-width: 1280px) {
  .competitionsList__item__titleWrapper {
    width: 55%; } }

.competitionsList__item__title {
  display: block;
  position: relative;
  z-index: 5;
  transition: all 0.2s ease;
  font-family: "Lora", serif;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  color: #6b6157;
  margin-bottom: 1.5rem; }
@media only screen and (min-width: 720px) {
  .competitionsList__item__title {
    font-size: 1.4rem; } }
@media only screen and (min-width: 1280px) {
  .competitionsList__item__title {
    font-size: 2.2rem; } }
.competitionsList__item__title:hover {
  color: #b7c168; }

/* >> contact Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.contact {
  padding-bottom: 2rem;
  width: 98%;
  margin: 0 auto;
  z-index: 2;
  border-radius: 3px;
  overflow: hidden; }

.responsiveMap__container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 0 auto; }
.responsiveMap__container .responsiveMap {
  width: 100%;
  padding: 3px 6px; }
@media only screen and (min-width: 720px) {
  .responsiveMap__container .responsiveMap {
    width: 50%;
    padding: 6px 3px; } }

.responsiveMap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 0 auto; }
.responsiveMap .maps-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  /*Map magassága*/
  position: relative; }
.responsiveMap .maps-container .overlay {
  background: transparent;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  /* your iframe height */
  margin-top: -100%;
  /* your iframe height */ }
.responsiveMap .maps-container iframe, .responsiveMap .maps-container object, .responsiveMap .maps-container embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.responsiveMap .maps-container iframe.clicked {
  pointer-events: auto; }
@media only screen and (min-width: 720px) {
  .responsiveMap .maps-container {
    padding-bottom: 60%; } }
@media only screen and (min-width: 1024px) {
  .responsiveMap {
    margin: 0 auto 0 auto; } }

/* >> Attachment Video Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.galleryWrapper {
  width: 94%;
  margin: 2rem auto; }
@media only screen and (min-width: 1024px) {
  .galleryWrapper {
    margin: 5rem auto; } }

.attachGallery {
  margin: 0 auto 0;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  display: block;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  margin-bottom: 1.5rem;
  padding: 1rem 0.5rem;
  text-align: left;
  background-color: #646939; }
.attachGallery figure {
  display: block;
  width: 100%; }

.attachGallery__title {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 25px;
  font-family: "Lora", serif;
  text-transform: uppercase;
  color: #6b6157;
  letter-spacing: 0.02em; }

.attachGallery__noImg {
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #c9c9c9;
  font-size: 14px;
  font-weight: 300; }
.attachGallery__noImg span {
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px; }

/* >> Thumb Gallery Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.thumbGallery {
  justify-content: flex-start; }

.thumbGallery__navigator {
  display: none; }
@media only screen and (min-width: 720px) {
  .thumbGallery__navigator {
    display: flex;
    width: 18%;
    max-width: 18%;
    flex-basis: 18%;
    margin-right: 3%;
    align-content: space-between; } }

.thumbGallery__navigatorWrapper__item {
  margin: 8px 0; }

.btn--pervThumb-img, .btn--nextThumb-img {
  width: 100%;
  height: 36px;
  cursor: pointer;
  background-size: 36px;
  opacity: 0.6; }
.btn--pervThumb-img:hover, .btn--nextThumb-img:hover {
  opacity: 1; }

.btn--pervThumb-img {
  background: url("../images/icons/icon-up.svg") no-repeat center center;
  opacity: 0.6; }
.btn--pervThumb-img:hover {
  opacity: 1; }

.btn--nextThumb-img {
  background: url("../images/icons/icon-down.svg") no-repeat center center; }

.thumbGallery__bigImg {
  align-items: center;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%; }
@media only screen and (min-width: 720px) {
  .thumbGallery__bigImg {
    width: 79%;
    max-width: 79%;
    flex-basis: 79%; } }
.thumbGallery__bigImg img {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.12); }

.thumbGallery__bigImg--enlarge {
  display: block;
  width: 42px;
  height: 42px;
  background: url("../images/icons/icon-search.svg") no-repeat center center;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.6; }
.thumbGallery__bigImg--enlarge:hover {
  opacity: 1; }
@media only screen and (min-width: 720px) {
  .thumbGallery__bigImg--enlarge {
    bottom: 30px; } }
@media only screen and (min-width: 960px) {
  .thumbGallery__bigImg--enlarge {
    bottom: 20px; } }
@media only screen and (min-width: 1024px) {
  .thumbGallery__bigImg--enlarge {
    bottom: 16px; } }

.gallery__titleWrapper {
  padding: 3rem 0 3rem;
  background-image: url("../images/gallerytitle-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 90px;
  background-position: top center;
  text-align: center; }
@media only screen and (min-width: 1024px) {
  .gallery__titleWrapper {
    padding: 3rem 0 3rem; } }
.gallery__titleWrapper .gallery__title {
  display: inline-block;
  position: relative;
  margin: 0.5rem auto 0.5rem;
  padding: 0 2.5rem;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: #b7c168;
  z-index: 10; }
@media only screen and (min-width: 520px) {
  .gallery__titleWrapper .gallery__title {
    font-size: 1.1rem; } }
@media only screen and (min-width: 1024px) {
  .gallery__titleWrapper .gallery__title {
    font-size: 1.2rem; } }
@media only screen and (min-width: 1400px) {
  .gallery__titleWrapper .gallery__title {
    font-size: 1.3rem; } }
.gallery__titleWrapper .gallery__title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.75rem;
  height: 2px;
  background-color: #b7c168; }
.gallery__titleWrapper .gallery__title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.75rem;
  height: 2px;
  background-color: #b7c168; }

/* >> Attachment Video Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.attachVideo {
  width: 100%;
  flex-basis: 100%;
  max-width: 1400px;
  margin: 0 auto; }
@media only screen and (min-width: 960px) {
  .attachVideo {
    margin: 0 auto; } }
.attachVideo .attachVideo__button {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem 3rem 1rem 1rem;
  font-family: "Lora", serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b7c168;
  background: white url("../images/icons/arrow-right-orange.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 32px 4px; }
.attachVideo .attachVideo__button:hover {
  background: #b7c168 url("../images/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 32px 4px;
  color: white; }
@media only screen and (min-width: 720px) {
  .attachVideo .attachVideo__button {
    display: inline-block;
    padding: 1rem 6rem 1rem 1rem;
    background-size: 52px 11px;
    font-size: 14px; }
  .attachVideo .attachVideo__button:hover {
    background-position: right 20px center;
    background-size: 52px 11px; } }

.attachVideo__item {
  display: block;
  width: 100%;
  margin: 0 auto; }
.attachVideo__item .clearFix {
  display: block; }
.attachVideo__item .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  opacity: 0.8; }
@media only screen and (min-width: 720px) {
  .attachVideo__item .play {
    width: 50px; } }
.attachVideo__item iframe {
  display: block;
  width: 100%; }

/* >> Home Video Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.videoWrapper {
  width: 100%;
  display: none;
  height: 100%;
  overflow: hidden; }
.videoWrapper video {
  width: 100%;
  display: block;
  /*height: auto;*/ }
@media only screen and (min-width: 1024px) {
  .videoWrapper {
    height: 100vh; } }
@media only screen and (min-width: 600px) {
  .videoWrapper {
    display: block;
    /*margin-bottom: -4px;*/ } }

/* >> Youtube Video Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.videoWrapper__youtube__container .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px; }
@media only screen and (min-width: 1024px) {
  .videoWrapper__youtube__container .play {
    width: 80px; } }

.videoWrapper__youtube {
  width: 100%;
  margin: 0 0 0 0;
  z-index: 2; }
.videoWrapper__youtube .videoWrapper__youtube__container {
  height: 0;
  overflow: hidden;
  padding-bottom: 54%;
  /*Video magassaga*/
  position: relative; }
.videoWrapper__youtube .videoWrapper__youtube__container .overlay {
  background: transparent;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  /* your iframe height */
  margin-top: -100%;
  /* your iframe height */ }
.videoWrapper__youtube .videoWrapper__youtube__container iframe, .videoWrapper__youtube .videoWrapper__youtube__container object, .videoWrapper__youtube .videoWrapper__youtube__container embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.videoWrapper__youtube .videoWrapper__youtube__container iframe.clicked {
  pointer-events: auto; }
.videoWrapper__youtube .video_img {
  background-size: cover;
  background-position: center center; }

/* >> Attachment Files Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.attachmentWrapper {
  justify-content: center;
  align-items: flex-start;
  width: 94%;
  margin: 0 auto;
  padding: 0;
  max-width: 1600px;
  padding: 2rem;
  overflow: hidden; }
@media only screen and (min-width: 1024px) {
  .attachmentWrapper {
    margin: 0 auto; } }
@media only screen and (min-width: 1280px) {
  .attachmentWrapper {
    margin: 0 auto; } }

.attachFiles {
  width: 100%; }
.attachFiles.isVideo {
  width: 100%; }
@media only screen and (min-width: 960px) {
  .attachFiles.isVideo {
    width: calc(100% - 382px); } }

.downloadTitleWrapper {
  display: block;
  width: 100%;
  position: relative;
  text-align: center; }

.attachFiles__blockTitle {
  display: inline-block;
  position: relative;
  padding: 0 3rem;
  margin: 0 auto 2rem;
  font-family: "Lora", serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: white; }
@media only screen and (min-width: 520px) {
  .attachFiles__blockTitle {
    font-size: 1.1rem; } }
@media only screen and (min-width: 1024px) {
  .attachFiles__blockTitle {
    font-size: 1.2rem; } }
.attachFiles__blockTitle:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 2rem;
  height: 2px;
  background-color: #b7c168; }
.attachFiles__blockTitle:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2rem;
  height: 2px;
  background-color: #b7c168; }

.attachFiles__itemWrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem; }
@media only screen and (min-width: 1024px) {
  .attachFiles__itemWrapper {
    width: 48%;
    margin-right: 3.5%; }
  .attachFiles__itemWrapper:nth-child(2n) {
    margin-right: 0; } }

.attachFiles__itemWrapper__item {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: white;
  padding: 1rem 2rem 1rem 3rem;
  font-size: 0.85rem;
  line-height: 1.3;
  font-weight: 600;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url("../images/icons/download.svg");
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  background-size: 24px 24px; }
.attachFiles__itemWrapper__item:hover {
  background-color: #b7c168;
  color: white; }
@media only screen and (min-width: 1024px) {
  .attachFiles__itemWrapper__item {
    font-size: 0.9rem; } }

/* >> Contact Fomr Scss
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---*/
.contactForm {
  display: block;
  background-color: white;
  color: #6b6157;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1rem; }
@media only screen and (min-width: 720px) {
  .contactForm {
    padding: 1rem; } }
@media only screen and (min-width: 1024px) {
  .contactForm {
    padding: 2rem; } }
.contactForm .form__flexRow {
  justify-content: space-between;
  align-items: flex-start; }
.contactForm .form__flexRow .formItem {
  width: 100%; }
@media only screen and (min-width: 720px) {
  .contactForm .form__flexRow .formItem {
    width: 48%; }
  .contactForm .form__flexRow .formItem:last-child {
    margin-right: 0; } }
.contactForm .form__flexRow.form__flexRow33 {
  justify-content: flex-start; }
.contactForm .form__flexRow.form__flexRow33 .formItem--checkBox {
  width: 100%; }
@media only screen and (min-width: 720px) {
  .contactForm .form__flexRow.form__flexRow33 .formItem--checkBox {
    width: 33%; }
  .contactForm .form__flexRow.form__flexRow33 .formItem--checkBox:last-child {
    margin-right: 0; } }
.contactForm .form__flexRow.form__flexRow100 .formItem {
  width: 100%; }
.contactForm .formItem__note {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.contactForm .formItem__note__icon {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: -9px;
  width: 18px;
  height: 18px;
  background-color: #323232;
  background-image: url(../images/icons/svg-notice.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px 9px;
  z-index: 2;
  cursor: pointer; }
.contactForm .formItem__note__icon:hover + .formItem__note__text {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  visibility: visible;
  opacity: 1;
  display: inline-block; }
.contactForm .formItem__note__text {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 3;
  right: 16px;
  top: 0;
  width: auto;
  padding: 0.225rem 0.75rem;
  font-size: 11px;
  line-height: 1.2;
  text-align: left;
  background-color: #323232;
  color: white; }
.contactForm .btn--submitForm {
  width: 100%; }
@media only screen and (min-width: 520px) {
  .contactForm .btn--submitForm {
    width: auto; } }

.contactForm__form__item {
  margin-bottom: 16px;
  width: 100%; }
.contactForm__form__item:last-child {
  margin-bottom: 0; }
.contactForm__form__item.formItem--checkBox-wrapper .formItem--checkBox label {
  width: 24px;
  height: 24px; }
.contactForm__form__item.formItem--checkBox-wrapper .formItem--checkBox .regular-checkbox:checked + label:after {
  background-size: 14px 14px; }

.formItem.formItem__multiUpload {
  padding: 1rem;
  background-color: #e9ecd2; }
@media only screen and (min-width: 720px) {
  .formItem.formItem__multiUpload {
    padding: 2rem; } }

.multiUpload__info {
  display: block;
  width: 100%;
  padding: 0.33rem;
  margin-bottom: 1.5rem;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  background-color: #dee3bc; }

.uploadList {
  display: block;
  width: 100%; }
.uploadList .uploadList__item {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  color: #6b6157;
  padding: 0.5rem;
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 16px 16px; }
.uploadList .uploadList__item__filename {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem; }

.btn--clear {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  padding: 0;
  background-color: #b7c168;
  background-image: url("../images/icons/btn-clear.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px 6px;
  border-radius: 50%; }
.btn--clear:hover {
  background-color: #c8d08c; }

.contactForm__form__item__title {
  display: none;
  margin-bottom: 8px;
  color: white;
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 1em; }

.contactForm input.btn--submitContact {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  margin: 20px 0 0 auto;
  width: auto;
  height: 48px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 48px;
  padding: 0 22px;
  border: 2px solid #f5f5f5;
  color: #fff;
  background: #f5f5f5;
  cursor: pointer; }

/* >> Footer Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
footer {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #f8f9f0;
  background-image: url("../images/footer-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/* >> Footer > Pc Footer Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.pcFooter {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0 0;
  font-family: "Lora", serif;
  color: white;
  z-index: 4;
  text-align: center; }
@media only screen and (min-width: 1024px) {
  .pcFooter {
    justify-content: flex-start;
    padding: 3rem 0 0; } }

.pcFooter__logo {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 240px; }
@media only screen and (min-width: 1400px) {
  .pcFooter__logo {
    max-width: 340px; } }
.pcFooter__logo .stars {
  bottom: 0;
  transform: none; }

.footer__contact {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 0 1rem; }
.footer__contact .footer__contact__link {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin: 0 0.5rem;
  border-radius: 50%;
  background-color: #6b6157;
  color: white; }
@media only screen and (min-width: 1024px) {
  .footer__contact .footer__contact__link {
    margin: 0 1rem; } }
.footer__contact .footer__contact__link img {
  width: 24px; }
.footer__contact .footer__contact__link:hover {
  background-color: #b7c168; }

.pcFooter__menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25); }
@media only screen and (min-width: 1024px) {
  .pcFooter__menu {
    width: auto;
    justify-content: center;
    padding: 1rem 0; } }
.pcFooter__menu .pcFooter__menu__item {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  text-align: center; }
@media only screen and (min-width: 1024px) {
  .pcFooter__menu .pcFooter__menu__item {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-bottom: 0; } }
.pcFooter__menu .pcFooter__menu__item__link {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: inline-block;
  width: auto;
  padding: 0 2rem;
  margin: 0 0.25rem;
  font-size: 0.95rem;
  min-width: 120px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #6b6157;
  border-radius: 5px; }
@media only screen and (min-width: 1024px) {
  .pcFooter__menu .pcFooter__menu__item__link {
    min-width: 140px; } }
.pcFooter__menu .pcFooter__menu__item__link:hover {
  background-color: #b7c168;
  color: white; }

footer .cards {
  text-align: center; }
footer .cards img {
  max-width: 420px;
  margin: 1rem auto; }
footer .cards.cards--pet img {
  max-width: 120px; }
footer .copyright {
  display: block;
  width: 100%;
  position: relative;
  font-size: 0.9rem;
  text-align: center;
  color: #6b6157;
  margin-bottom: 1rem; }

.madeBy-IntroWeb {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: white;
  font-family: "Lora", serif;
  font-weight: 500;
  padding: 16px 0;
  font-size: 13px;
  line-height: 1;
  background-color: #b7c168; }
.madeBy-IntroWeb a {
  color: white; }
.madeBy-IntroWeb a:hover {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #252715; }

/* >> Article Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.galleryList {
  align-items: stretch;
  justify-content: center;
  padding: 0;
  z-index: 3; }
.galleryList .galleryList__item {
  position: relative;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  margin-bottom: 2.5rem;
  margin-right: 0; }
.galleryList .galleryList__item:nth-child(2n) {
  margin-right: 0; }
@media only screen and (min-width: 520px) {
  .galleryList .galleryList__item {
    width: 48%;
    max-width: 48%;
    flex-basis: 48%;
    margin-right: 4%;
    margin-bottom: 2rem; }
  .galleryList .galleryList__item:nth-child(2n) {
    margin-right: 0; } }
@media only screen and (min-width: 1024px) {
  .galleryList .galleryList__item {
    width: 32%;
    max-width: 32%;
    flex-basis: 32%;
    margin-bottom: 1.5rem;
    margin-right: 1.5%; }
  .galleryList .galleryList__item:nth-child(2n) {
    margin-right: 1.5%; }
  .galleryList .galleryList__item:nth-child(3n) {
    margin-right: 0; }
  .galleryList .galleryList__item:last-child {
    margin-right: 0; } }

.galleryList__item__image {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: block;
  width: 100%;
  position: relative;
  border-radius: 3px;
  overflow: hidden; }
.galleryList__item__image:before {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #323232;
  opacity: 0; }
.galleryList__item__image:after {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 32px;
  height: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 16px);
  opacity: 0;
  background-image: url("../images/icons/svg-add.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }
.galleryList__item__image:hover:before {
  opacity: 0.4; }
.galleryList__item__image:hover:after {
  opacity: 1; }

.galleryList__item__title {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: none;
  text-align: center;
  color: #535b63; }
@media only screen and (min-width: 1280px) {
  .galleryList__item__title {
    font-size: 1rem;
    padding: 0.75rem; } }
.galleryList__item__title:hover {
  color: #b7c168; }

/* >> Attachment Files Style
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.tileWrapper {
  justify-content: center;
  align-items: flex-start;
  width: 94%;
  margin: 2rem auto;
  padding: 0;
  max-width: 1600px;
  overflow: hidden; }
@media only screen and (min-width: 1024px) {
  .tileWrapper {
    margin: 3rem auto; } }
@media only screen and (min-width: 1280px) {
  .tileWrapper {
    margin: 5rem auto; } }
.tileWrapper .tile__title {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-family: "Lora", serif;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  color: white; }
@media only screen and (min-width: 520px) {
  .tileWrapper .tile__title {
    font-size: 1.1rem; } }
@media only screen and (min-width: 1024px) {
  .tileWrapper .tile__title {
    font-size: 1.2rem; } }
.tileWrapper .servicesList__item .buttonWrapper {
  margin-top: 1.5rem; }
.tileWrapper .servicesList__item .buttonWrapper .btn {
  z-index: 10; }

/*# sourceMappingURL=main.css.map */
