/*==============================
            =            Mixins            =
==============================*/
/*==============================
            =            Plugins            =
==============================*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  :root {
    --padding: 50px;
  }

  @media screen and (max-width: 1200px){
  :root {
    --padding: 30px;
  }
}
  @media screen and (max-width: 786px){
  :root {
    --padding: 20px;
  }
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/*==================================
               =            globals            =
==================================*/
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,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  min-height: 100vh;
  overflow-x: hidden; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none; }

button {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer; }
  button:active, button:focus {
    outline: none; }

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  outline: none;
  width: 100%;
  border-radius: 0; }

html {
  font-family: "Lato", sans-serif;
  scroll-behavior: smooth; }

body {
  color: #21201f; }

a {
  color: inherit;
  transition: all .3s ease-out;
  display: inline-block; }
  a:hover {
    color: #777777; }

/*==================================
            =            components            =
==================================*/
.cookie-bar--wrapper {
  width: 100%;
  position: fixed;
  bottom: -200px;
  z-index: 999;
  background: #F8F0E3;
  transition: .4s;
  color: #21201f;
  font-size: 18px; }
  .cookie-bar--wrapper.active {
    bottom: 15px; }

.cookie-bar--container, .cookie-bar--desc, .cookie-bar--buttonsContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: nowrap;
  flex-direction: row;
  color: #21201f;
  font-size: 18px; }

.cookie-bar--container {
  color: #fff;
  padding: 10px 20px;
  justify-content: flex-end; }

.cookie-bar--desc p {
  font-size: 18px; }

.cookie-bar--image {
  margin-left: 45px; }

.cookie-bar--buttonsContainer {
  padding: 0 20% 0 5%; }

.cookie-bar--accept, .cookie-bar--more {
  position: relative;
  padding: 5px 0;
  transition: all .3s ease-in-out;
  font-size: 18px; }

.cookie-bar--accept {
  color: #21201f;
  cursor: pointer;
  border-color: #fff;
  margin-right: 25px; }
  .cookie-bar--accept:hover {
    opacity: 0.5; }

.cookie-bar--more {
  color: #21201f; }
  .cookie-bar--more:hover {
    opacity: 0.5; }

@media screen and (max-width: 980px) {
  .cookie-bar--container {
    justify-content: center; }
  .cookie-bar--image {
    margin-left: 10px; }
  .cookie-bar--buttonsContainer {
    padding: 0 15px; } }

@media screen and (max-width: 980px) {
  .cookie-bar--accept {
    margin-right: 20px; } }

@media screen and (max-width: 600px) {
  .cookie-bar--container {
    justify-content: space-between; }
  .cookie-bar--accept,
  .cookie-bar--more,
  .cookie-bar--desc p {
    font-size: 15px; } }

input[type="email"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="text"],
input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px; }

input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #D92626; }

.contact-form-container {
  width: 80%;
  margin: 0 auto; }

.form-control {
  box-shadow: none;
  border-radius: 0; }

.form-control--date {
  color: #514a45; }

.form-group--sm {
  width: calc(50% - 10px); }

.small-form-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.form-control:focus {
  box-shadow: none;
  border: 1px solid #D92626; }

.contact-form-container .form-group {
  padding-bottom: 15px;
  margin: 0px; }

.contact-form-container .form-group .form-control {
  height: 48px;
  border: 1px solid #514a45;
  box-shadow: none;
  width: 100%; }

@media screen and (max-width: 768px) {
  .reservation .section-aside {
    display: none; }
  .reservation .section-article {
    padding-bottom: 30px; } }

@media screen and (max-width: 400px) {
  .form-group--sm {
    width: 100%; } }

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800'; }

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801'; }

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802'; }

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803'; }

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804'; }

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805'; }

/**
   * Mixin providing icon defaults to be used on top of font-lightcase.
   *
   * Example usage:
   * @include icon(#e9e9e9)
   */
/**
   * Mixin providing icon defaults including a hover status to be used
   * on top of font-lightcase.
   *
   * Example usage:
   * @include icon-hover(#e9e9e9, #fff)
   */
/**
   * Provides natural content overflow behavior and scrolling support
   * even so for touch devices.
   *
   * Example usage:
   * @include overflow()
   */
/**
   * Neutralizes/resets dimensions including width, height, position as well as margins,
   * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
   *
   * Example usage:
   * @include clear(true)
   *
   * @param boolean $important
   */
@-webkit-keyframes lightcase-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important; } }

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333; } }

/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px; }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important; }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important; } }

@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }

@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0; } }

@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0; } }

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden; }

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%; }

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px; }

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis; }

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333; } }

/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa; }

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static; } }

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white; }

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none; }

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none; }

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px; }

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px; }

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em; }

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0; } }

@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px; } }

@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em; }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1; } }

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333; }

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important; } }

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: nowrap;
  flex-direction: row;
  position: relative; }

.button-send {
  max-width: 140px; }

.wpcf7-spinner {
  position: absolute;
  right: 0; }

/*==================================
            =           page styles from old website      =
==================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
img,
main,
menu,
nav,
section,
summary {
  display: block; }

button,
hr,
input {
  overflow: visible; }

img,
legend {
  max-width: 100%; }

*,
a {
  background-color: transparent; }

*,
legend {
  padding: 0;
  color: inherit; }

:root,
html {
  -webkit-text-size-adjust: 100%; }

*,
body {
  margin: 0; }

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
a {
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

button,
select {
  text-transform: none; }

.contact,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase; }

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  box-sizing: border-box;
  display: table;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

* {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit; }

:root {
  box-sizing: border-box;
  font-size: 50%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

@media screen and (min-width: 769px) {
  :root {
    font-size: 62.5%; } }

*,
::after,
::before {
  box-sizing: inherit; }

body {
  color: #514a45;
  font-family: "Quicksand", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5; }

.intersection .lead,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Galindo", sans-serif; }

body::before {
  display: none;
  content: 'tiny'; }

@media screen and (max-width: 480px) {
  body::before {
    content: 'small'; } }

@media screen and (min-width: 769px) {
  body::before {
    content: 'medium'; } }

@media screen and (min-width: 1170px) {
  body::before {
    content: 'large'; } }

a,
button {
  cursor: pointer;
  color: currentColor;
  text-decoration: none;
  transition-property: color, background-color, border-color, opacity;
  transition-duration: .2s; }

a:focus,
button:focus {
  outline: 0; }

ol,
ul {
  list-style: none; }

sub,
sup {
  font-size: .8em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.25em; }

sub {
  bottom: -.25em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1px;
  font-weight: 300; }

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }

.container::after {
  clear: both;
  content: "";
  display: table; }

.container.small {
  max-width: 769px; }

.hr-horizontal,
.hr-vertical {
  display: none; }

@media screen and (min-width: 769px) {
  .hr-horizontal,
  .hr-vertical {
    display: block; } }

.hr-horizontal::after,
.hr-horizontal::before,
.hr-vertical::after,
.hr-vertical::before {
  content: " ";
  display: block;
  background-color: #fff;
  position: fixed;
  z-index: 10000; }

.divider,
.intersection h3,
.separator h2 {
  display: inline-block; }

.hr-vertical::after,
.hr-vertical::before {
  height: 100vh;
  width: 15px;
  top: 0; }

.hr-vertical::after {
  right: 0; }

.hr-horizontal::after,
.hr-horizontal::before {
  height: 15px;
  width: 100vw;
  top: 0; }

.hr-horizontal::after {
  top: auto;
  bottom: 0; }

.contact .contact-list {
  margin: 2em 0; }

.contact .contact-list li strong {
  font-weight: 500;
  letter-spacing: 1px; }

.contact .contact-list li:first-of-type {
  margin-bottom: .5em; }

.divider {
  border: none;
  margin-bottom: 2em;
  height: 47px;
  width: 100px;
  background-image: url(../img/gaska.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100px 47px; }

.intersection {
  text-align: center;
  padding: 30px 0; }

@media screen and (min-width: 769px) {
  .intersection {
    padding: 40px 0; } }

@media screen and (min-width: 1170px) {
  .intersection {
    padding: 60px 0; } }

.intersection .container {
  max-width: 1170px; }

.intersection h3 {
  font-size: 2.5rem;
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.intersection h3::after {
  content: " ";
  display: inline-block;
  background-color: #514a45;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%; }

.menu-head,
.separator {
  background-color: #E6ECF3; }

.intersection p {
  margin-bottom: 1em; }

.intersection .lead {
  font-size: 1.8rem; }

.intersection .lead.bigger {
  font-size: 2rem;
  font-style: italic; }

.menu-head h2,
.separator h2 {
  font-size: 2.4rem;
  text-align: center; }

.separator {
  text-align: center;
  padding: 200px 0;
  position: relative; }

.separator h2 {
  z-index: 1;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 70%; }

@media screen and (min-width: 1170px) {
  .separator h2 {
    width: 769px; } }

.separator h2::after,
.separator h2::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #514a45; }

.separator h2::before {
  transform: translate3d(-10px, -10px, 0); }

.separator h2::after {
  transform: translate3d(0, 0, 0); }

.menu-head {
  text-align: center;
  padding: 100px 0;
  position: relative; }

.menu-head h2 {
  z-index: 1;
  display: inline-block;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 70%; }

@media screen and (min-width: 1170px) {
  .menu-head h2 {
    width: 769px; } }

.menu-head h2::after,
.menu-head h2::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #514a45; }

.menu-head h2::before {
  transform: translate3d(-10px, -10px, 0); }

.menu-head h2::after {
  transform: translate3d(0, 0, 0); }

.is-visible-l-block,
.is-visible-l-flex,
.is-visible-l-inline,
.is-visible-l-inline-block,
.is-visible-l-table-cell,
.is-visible-m-block,
.is-visible-m-flex,
.is-visible-m-inline,
.is-visible-m-inline-block,
.is-visible-m-table-cell,
.is-visible-s-block,
.is-visible-s-flex,
.is-visible-s-inline,
.is-visible-s-inline-block,
.is-visible-s-table-cell {
  display: none !important; }

@media screen and (max-width: 480px) {
  .is-visible-s-block {
    display: block !important; }
  .is-visible-s-inline {
    display: inline !important; }
  .is-visible-s-inline-block {
    display: inline-block !important; }
  .is-visible-s-table-cell {
    display: table-cell !important; }
  .is-visible-s-flex {
    display: flex !important; } }

@media screen and (min-width: 769px) {
  .is-visible-m-block {
    display: block !important; }
  .is-visible-m-inline {
    display: inline !important; }
  .is-visible-m-inline-block {
    display: inline-block !important; }
  .is-visible-m-table-cell {
    display: table-cell !important; }
  .is-visible-m-flex {
    display: flex !important; } }

@media screen and (min-width: 1170px) {
  .is-visible-l-block {
    display: block !important; }
  .is-visible-l-inline {
    display: inline !important; }
  .is-visible-l-inline-block {
    display: inline-block !important; }
  .is-visible-l-table-cell {
    display: table-cell !important; }
  .is-visible-l-flex {
    display: flex !important; }
  .is-hidden-l {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .is-hidden-s {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .is-hidden-m {
    display: none !important; } }

.hide {
  position: absolute !important;
  left: -9999em !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only:active,
.sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.is-nav-visible {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.hide-text {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.text-center {
  text-align: center; }

@font-face {
  font-family: lightcase;
  src: url(../fonts/lightcase.eot?55356177);
  src: url(../fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"), url(../fonts/lightcase.woff?55356177) format("woff"), url(../fonts/lightcase.ttf?55356177) format("truetype"), url(../fonts/lightcase.svg?55356177#lightcase) format("svg");
  font-weight: 400;
  font-style: normal; }

[class*='lightcase-icon-']:before {
  font-family: lightcase, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em; }

.lightcase-icon-play:before {
  content: '\e800'; }

.lightcase-icon-pause:before {
  content: '\e801'; }

.lightcase-icon-close:before {
  content: '\e802'; }

.lightcase-icon-prev:before {
  content: '\e803'; }

.lightcase-icon-next:before {
  content: '\e804'; }

.lightcase-icon-spin:before {
  content: '\e805'; }

@-webkit-keyframes lightcase-spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(359deg); } }

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left; }

#lightcase-loading > span,
#lightcase-nav a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px; }

.menu-list-price,
.menu-special-list-price,
.primary-nav li:not(.lang) a {
  font-family: "Galindo", sans-serif }

@media screen and (min-width: 641px) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: #fff; }
  #lightcase-case[data-lc-type=image] #lightcase-content,
  #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #24252f; } }

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none; }

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]),
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important; }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    padding: 15px; }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner,
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important; }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > :not(iframe) {
    height: auto !important;
    max-height: none !important; }
  .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important; } }

@media screen and (max-width: 640px) and (min-width: 641px) {
  [data-lc-type=image] #lightcase-content .lightcase-contentInner,
  [data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: .75; } }

.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

@media screen and (min-width: 641px) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #6a808e; } }

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6a808e; }

@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #6a808e; }
  #lightcase-case p.lightcase-error {
    padding: 30px 0; } }

@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0; } }

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden; }

@media screen and (max-width: 640px) {
  .lightcase-open body {
    padding: 55px 0 70px; }
  .lightcase-open body > :not([id*=lightcase-]) {
    position: fixed !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important; } }

#lightcase-loading,
#lightcase-nav a[class*=lightcase-icon-] {
  position: fixed;
  width: 1.123em;
  height: auto;
  line-height: 1;
  text-align: center;
  text-shadow: none; }

#lightcase-info {
  position: absolute;
  padding-top: 15px; }

#lightcase-info #lightcase-caption,
#lightcase-info #lightcase-title {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  text-overflow: ellipsis; }

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #6a808e; }

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #6a808e; }

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #6a808e; }

@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #24252f; }
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px; }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static; }
  #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
    position: absolute; } }

#lightcase-loading {
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -.5em;
  margin-left: -.5em;
  opacity: 1;
  font-size: 32px;
  -webkit-animation: lightcase-spin .5s infinite linear;
  animation: lightcase-spin .5s infinite linear; }

#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out .25s; }

#lightcase-nav a[class*=lightcase-icon-] {
  z-index: 9999;
  font-size: 38px;
  outline: 0;
  cursor: pointer; }

#lightcase-nav a[class*=lightcase-icon-],
#lightcase-nav a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out .25s; }

#lightcase-nav a[class*=lightcase-icon-]:hover {
  color: #fff; }

.lightcase-isMobileDevice #lightcase-nav a[class*=lightcase-icon-]:hover {
  color: #6a808e;
  text-shadow: none; }

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 30px; }

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next {
  right: 30px; }

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-pause,
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -.5em; }

#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
  top: 30px;
  right: 30px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: 0; }

.page-head,
.slick-track {
  top: 0;
  left: 0; }

@media screen and (max-width: 640px) {
  #lightcase-nav a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px; } }

@media screen and (min-width: 641px) {
  #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-pause,
  #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0; }
  #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
    position: fixed; }
  #lightcase-nav a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -.5em; }
  #lightcase-case:hover ~ #lightcase-nav a[class*=lightcase-icon-],
  #lightcase-nav a[class*=lightcase-icon-]:hover {
    opacity: 1; } }

#lightcase-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: #24252f; }

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block; }

@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important; } }

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0); }

.slick-track:after,
.slick-track:before {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.page-head {
  padding: 20px max(var(--padding), calc((100vw - min(100vw, 1920px)) / 2));  
  /* height: 85px; */
  background-color: #444D3A;
  background-position: center;
  z-index: 100;
  position: fixed;
  right: 0;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #fff; }
.page-head-logo span {
  display: none
}



@media screen and (min-width: 769px) {
  .page-head {
    height: 100px;
    position: fixed;
    top: 15px;
    right: 15px;
    left: 15px; } }
.page-head-logo {
    height: 100%;
}
.page-head-logo a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  /* height: 62px; */
  /* width: 177px; */
  background-image: url(../img/gaska-logo.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 177px 62px; }
.page-head-logo img {
    height: 100%;
}

@media screen and (min-width: 769px) {
  .page-head-logo a {
    /* height: 87px; */
    /* width: 248px; */
    background-size: 248px 87px; } }

.primary-nav ul {
  padding: 5%;
  z-index: 3;
  overflow: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: visibility 0s, opacity .3s; }

.page-hero,
.page-hero-list-item {
  background-size: cover;
  text-align: center;
  height: 100vh; }

.page-hero {
  position: relative; }

.page-hero .services-container {
  position: absolute;
  bottom: 40px;
  z-index: 99;
  left: 40px; }

.page-hero .services-container a {
  margin-bottom: 10px;
  display: block; }

@media screen and (max-width: 1366px) {
  .page-hero .services-container {
    bottom: 10px; } }

@media screen and (max-width: 600px) {
  .page-hero .services-container {
    left: 10px; } }

.page-about .page-hero,
.page-contact .page-hero,
.page-gallery .page-hero,
.page-hero-list-item,
.page-hero-list-item:nth-child(2),
.page-hero-list-item:nth-child(3),
.page-hero-list-item:nth-child(4),
.page-menu .page-hero,
.page-offer .page-hero {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.is-nav-visible .primary-nav ul {
  visibility: visible;
  background-color: #444D3A;
  opacity: 1; 
  gap: 15px;
}


@media screen and (min-width: 1170px) {
  .primary-nav ul {
    opacity: 1;
    visibility: visible;
    padding: 0;
    background-color: transparent;
    position: static;
    height: auto;
    width: auto;
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }

.primary-nav li {
  padding: 15px 0;
  display: flex; }

@media screen and (min-width: 1170px) {
  .primary-nav li {
    padding: 0; 
  } 
  }

.primary-nav a {
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: .2em;
  font-weight: 400;
  color: white;
  display: inline-block; }

.primary-nav a:hover {
  color: #EB5E1D; }

@media screen and (min-width: 1170px) {
  .primary-nav a {
    font-size: 1.4rem; } }

.primary-nav .lang a {
  color: white;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0; }

.primary-nav .lang.active a {
  color: #EB5E1D; }

.page-hero {
  position: relative;
  height: 100vh; }

.page-hero::before {
  content: " ";
  display: block;
  z-index: 1;
  background-color: rgba(1, 5, 3, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.page-about .page-hero {
  background-image: url(../img/page-head-about.jpg); }

.page-offer .page-hero {
  background-image: url(../img/page-head-offer.jpg); }

.page-gallery .page-hero {
  background-image: url(../img/page-head-gallery.jpg); }

.page-menu .page-hero {
  background-image: url(../img/page-head-menu.jpg); }

.page-contact .page-hero {
  background-image: url(../img/page-head-contact.jpg); }

.page-hero-small {
  height: 65vh;
  background-position: center center; }

.page-hero-list {
  position: relative;
  overflow: hidden; }

.page-hero-header {
  text-align: center;
  color: #fff;
  z-index: 1;
  font-size: 4rem;
  display: inline-block;
  padding: .5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.page-hero-header::after,
.page-hero-header::before {
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #fff; }

.page-hero-header::after,
.page-hero-header::before,
.page-hero-list-item::before {
  content: none;
  display: block;
  top: 0;
  left: 0;
  position: absolute; }

.page-hero-header::before {
  transform: translate3d(-10px, -10px, 0); }

.page-hero-header::after {
  transform: translate3d(0, 0, 0); }

@media screen and (min-width: 769px) {
  .page-hero-header {
    font-size: 6rem; } }

.page-hero-title {
  line-height: 1.1;
  margin-top: -10px; }

.page-hero-title span {
  display: block; }

.page-hero-list {
  z-index: 1; }

.page-hero-list-item::before {
  z-index: 1;
  background-color: rgba(1, 5, 3, 0.4);
  right: 0;
  bottom: 0; }

.page-hero-list-item-header {
  text-align: center;
  color: #fff;
  z-index: 1;
  font-size: 4rem;
  display: inline-block;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

@media screen and (min-width: 1170px) {
  .page-hero-list-item-header {
    width: 769px; } }

.page-hero-list-item-title::after,
.page-hero-list-item-title::before {
  content: none;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  border: 1px solid #fff;
  left: 0; }

.page-hero-list-item-title {
  position: relative;
  padding: .5em;
  margin-bottom: 1em;
  font-size: 3rem; }

.page-hero-list-item-title::before {
  position: absolute;
  transform: translate3d(-10px, -10px, 0); }

.page-hero-list-item-title::after {
  position: absolute;
  transform: translate3d(0, 0, 0); }

.page-hero-list-item .button {
  background-color: #EB5E1D;
  color: #fff; }

.page-hero-list-item .button:hover {
  color: #EB5E1D;
  background-color: #fff;
  border-color: #fff; }

.badge,
.badge3 {
  position: absolute;
  bottom: -0px;
  right: 50px;
  z-index: 3;
  width: 182px;
  height: 182px;
  background-image: url(../img/badge.svg); }

.badge3 {
  background-image: url(../img/pyszne.jpg);
  background-position: center center;
  background-size: cover; }

.badge2,
.badge4 {
  position: absolute;
  bottom: -190px;
  right: 50px;
  z-index: 3;
  width: 182px;
  height: 182px;
  background-image: url(../img/badge2.svg); }

.badge4 {
  background-image: url(../img/utrud.jpg);
  background-position: center center;
  background-size: cover; }

.section-overlay {
  position: relative;
  padding: 2em;
  z-index: 10; }

.section-overlay::before {
  content: "";
  z-index: 1;
  background-color: rgba(241, 225, 199, 0.5);
  height: 90%;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  transform: translateY(-50%); }

.section--reverse .section-overlay::before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0; }

@media screen and (min-width: 769px) {
  .page-hero-list-item-title {
    font-size: 4rem; }
  .section--reverse .section-overlay::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: -2em; }
  .section-overlay::before {
    height: 90%;
    width: 100%;
    position: absolute;
    top: 50%;
    right: -2em;
    bottom: auto; }
  .section-text {
    padding: 2em 50px; } }

.gallery-section-title::after,
.section-title::after {
  content: " ";
  top: 0;
  left: 0;
  height: 1px; }

.section-title, .section-title-standard {
  font-size: 3rem;
  display: inline-block;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em; }

.section-title::after {
  display: inline-block;
  background-color: #514a45;
  position: absolute;
  width: 100%; }

.section-text {
  position: relative;
  z-index: 10; }

.section-text h3 {
  font-weight: 400;
  margin-bottom: .5em;
  letter-spacing: 0; }

.section-text p {
  margin-bottom: 1em; }

.section-text a {
  border-bottom: 1px solid currentColor; }

.section-text a:hover {
  border-bottom: 0 solid currentColor; }

@media screen and (min-width: 769px) {
  .section {
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .section--reverse {
    box-orient: horizontal;
    box-direction: reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .section-article,
  .section-aside {
    width: 50%; }
  .section-aside img {
    width: 100%; } }

.gallery-section {
  text-align: center;
  padding: 40px 0;
  background-color: #E6ECF3; }

.gallery-section-title {
  font-size: 3rem;
  display: inline-block;
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.gallery-section-title::after {
  display: inline-block;
  background-color: #514a45;
  position: absolute;
  width: 100%; }

.gallery-section-images {
  padding: 0;
  font-size: 0;
  margin-bottom: 30px;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap; }

.gallery-section-images figure {
  box-flex: auto;
  -moz-flex: auto;
  flex: auto;
  width: 240px;
  margin: 0; }

@media screen and (min-width: 769px) {
  .gallery-section-images figure {
    width: 300px;
    margin: .5vw; } }

.gallery-section-images img {
  width: 100%; }

.gallery-header {
  padding: 50px 0;
  text-align: center; }

.gallery-title {
  text-align: center;
  z-index: 1;
  font-size: 3rem;
  display: inline-block;
  padding: 1em;
  position: relative; }

.gallery-title::after,
.gallery-title::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border: 1px solid #E6ECF3;
  top: 0;
  left: 0; }

.gallery-title::before {
  transform: translate3d(-10px, -10px, 0); }

.gallery-title::after {
  transform: translate3d(0, 0, 0); }

.gallery-grid {
  margin-top: 0; }

.gallery-grid::after {
  clear: both;
  content: "";
  display: table; }

.gallery-grid::before {
  content: '2 .column.column-1of2'; }

@media screen and (min-width: 769px) {
  .gallery-grid::before {
    content: '3 .column.column-1of3'; } }

@media screen and (min-width: 1170px) {
  .gallery-grid::before {
    content: '4 .column.column-1of4'; } }

.gallery-grid .column {
  float: left; }

.gallery-grid .column > * {
  float: none;
  width: auto; }

.gallery-grid .column-1of2 {
  width: 50%; }

.gallery-grid .column-1of3 {
  width: 33.33%; }

.persons .gallery-grid .column-1of3 {
  width: 50%; }

.gallery-grid .column-1of4 {
  width: 25%; }

.persons .gallery-grid .column-1of4 {
  width: 50%; }

.gallery-grid-item {
  margin: 6px 3px;
  position: relative;
  overflow: hidden;
  display: block;
  height: auto;
  text-align: center;
  cursor: pointer;
  background: #EB5E1D; }

.menu-separator,
.menu-separator.dania-glowne,
.menu-separator.desery,
.menu-separator.napoje,
.menu-separator.pierogi,
.menu-separator.placki,
.menu-separator.zupy {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.gallery-grid-item img {
  position: relative;
  display: block;
  width: 100%;
  transition: opacity .35s, transform .35s;
  transform: scale3d(1.05, 1.05, 1); }

.gallery-grid-item figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.gallery-grid-item figcaption span {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 26px;
  text-align: center;
  font-size: 2rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0;
  border: 1px solid #fff;
  color: #fff;
  transform: translateY(-50px);
  transition: opacity .35s, transform .35s;
  transition-delay: 0s; }

.button,
input[type=submit],
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 24px;
  vertical-align: top; }

.button-menu {
  min-width: 280px;
  margin: 0 10px; }

.gallery-grid-item:hover figcaption span {
  transform: translateY(0);
  opacity: 1; }

.gallery-grid-item figcaption::after,
.gallery-grid-item figcaption::before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  transition: opacity .35s, transform .35s;
  pointer-events: none; }

.menu-separator::before,
.page-article-title::after {
  content: " ";
  top: 0;
  left: 0; }

.gallery-grid-item figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1); }

.gallery-grid-item figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0); }

.gallery-grid-item:hover figcaption::after,
.gallery-grid-item:hover figcaption::before {
  opacity: 1;
  transform: scale(1); }

.gallery-grid-item:hover img {
  opacity: .2;
  transform: scale3d(1, 1, 1); }

.map {
  position: relative;
  overflow: hidden; }

.map #map {
  height: 400px; }

.page-foot {
  background-color: #FCFCFC;
  padding: 30px 0;
  text-align: center; }

.page-article {
  padding: 0 20px; }

@media screen and (min-width: 769px) {
  .map #map {
    margin: 0 15px; }
  .page-foot {
    margin-bottom: 15px; }
  .page-article {
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .page-article-sidebar {
    width: 50%; } }

.page-article-title {
  font-size: 3rem;
  display: inline-block;
  position: relative;
  margin-top: 1.5em; }

.page-article-title::after {
  display: inline-block;
  background-color: #514a45;
  position: absolute;
  height: 1px;
  width: 100%; }

.page-article-entry {
  padding-bottom: 30px; }

@media screen and (min-width: 769px) {
  .page-article-entry {
    width: 50%;
    padding-right: 20px; } }

.page-article-entry p {
  margin-top: 1em; }

.menu-header {
  padding: 50px 0 30px;
  text-align: center; }

.menu-header-top {
  margin-bottom: 1.5em;
  font-size: 2rem; }

.menu-header-bottom {
  margin-top: 1.5em;
  font-size: 2rem; }

.menu-separator {
  text-align: center;
  padding: 100px 0;
  background-color: #E6ECF3;
  position: relative;
  margin: 50px 0;
  background-size: cover;
  background-image: url(../img/hero.jpg); }

@media screen and (min-width: 1170px) {
  .menu-separator {
    padding: 120px 0; } }

.menu-separator.zupy {
  background-image: url(../img/menu/zupy.jpg); }

.menu-separator.przystawki {
  background-image: url(../img/menu/przystawki.jpg); }

.menu-separator.cala-ges {
  background-image: url(../img/menu/calages.jpg); }

.menu-separator.dania-glowne {
  background-image: url(../img/menu/dania-glowne.jpg); }

.menu-separator.pierogi {
  background-image: url(../img/menu/pierogi.jpg); }

.menu-separator.placki {
  background-image: url(../img/menu/placki.jpg); }

.menu-separator.salatki {
  background-image: url(../img/menu/salatki.jpg); }

.menu-separator.desery {
  background-image: url(../img/menu/desery.jpg); }

.menu-separator.napoje {
  background-image: url(../img/menu/napoje.jpg); }

.menu-separator.wina {
  background-image: url(../img/menu/pl.jpg); }

.menu-separator.wina-swiata {
  background-image: url(../img/menu/swiata.jpg); }

.menu-separator::before {
  display: block;
  z-index: 1;
  background-color: rgba(1, 5, 3, 0.2);
  position: absolute;
  right: 0;
  bottom: 0; }

.menu-separator h2,
.menu-separator p {
  z-index: 1;
  position: relative;
  color: #fff; }

.menu-separator h2 {
  text-align: center;
  font-size: 3rem;
  display: inline-block;
  padding: 1em; }

.menu-separator h2::after,
.menu-separator h2::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border: 1px solid #E6ECF3;
  z-index: -1;
  left: 0; }

.menu-separator h2::before {
  transform: translate3d(-10px, -10px, 0); }

.menu-separator h2::after {
  transform: translate3d(0, 0, 0); }

.menu-subtitle {
  text-align: center;
  margin: 1em 0;
	margin-top: 100px;
  position: relative;
  font-weight: 400;
  font-size: 2rem; }

.menu-subtitle::before {
  border-top: 1px solid rgba(241, 225, 199, 0.5);
  content: "";
  margin: 0 auto;
  width: 55%;
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0; }

.menu-subtitle span {
  background-color: #fff;
  padding: 0 10px; }

.menu-title {
  text-align: center;
  z-index: 1;
  font-size: 3rem;
  display: inline-block;
  padding: 1em;
  position: relative; }

.menu-title::after,
.menu-title::before {
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #E6ECF3;
  width: 100%; }

.menu-title::before {
  transform: translate3d(-10px, -10px, 0); }

.menu-title::after {
  transform: translate3d(0, 0, 0); }

.menu-list,
.menu-special-headers {
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple; }

.menu-list {
  padding: 20px 0;
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  justify-content: space-between; }

.menu-list-title--big {
  font-size: 2.2rem;
  font-weight: bold; }

.menu-list--center {
  justify-content: center; }

.menu-list--center .menu-list-item {
  text-align: center; }

.menu-list--center .menu-list-item h4 {
  padding-right: 0; }

.menu-list-item {
  width: 100%;
  padding: 30px 2%;
  border-bottom: 1px solid #E6ECF3;
  position: relative;
  font-weight: 400; }

.menu-list-item--noBorder {
  border-bottom: none; }

.menu-list-item h4 {
  font-weight: 400;
  padding-right: 80px; }

.menu-list-subtitle {
  font-size: 1.4rem;
  opacity: .8;
  padding-right: 80px; }

.menu-list-price {
  position: absolute;
  top: 30px;
  right: 30px; }

.menu-special-headers {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.menu-special-headers > div {
  text-align: center; }

@media screen and (min-width: 1170px) {
  .menu-list-item,
  .menu-special-headers > div {
    width: calc(50% - 10px); } }

.menu-special {
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.menu-special-list {
  padding: 30px 2%;
  width: 100%; }

.menu-special-list-item {
  flex: 1 100%;
  padding: 30px 20px;
  border-bottom: 1px solid #E6ECF3;
  position: relative;
  font-weight: 400; }

.menu-special-list-item h4 {
  font-weight: 400;
  padding-right: 80px; }

@media screen and (min-width: 1170px) {
  .menu-special-list {
    width: calc(50% - 10px); }
  .menu-special .menu-special-list.with-arrow {
    position: relative; }
  .menu-special .menu-special-list.with-arrow::after {
    content: " ";
    width: 18px;
    height: 18px;
    border-right: 2px solid #A9B1B9;
    border-bottom: 2px solid #A9B1B9;
    position: absolute;
    margin-top: -6px;
    top: 50%;
    right: -24px;
    transform: rotate(-45deg) translateY(-50%); } }

.menu-special-list-subtitle {
  font-size: 1.4rem;
  opacity: .8;
  padding-right: 80px; }

.menu-special-list-price {
  position: absolute;
  top: 30px;
  right: 30px; }

.page-hero-list .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 40px;
  height: 80px;
  padding: 20px 0;
  background: 0 0;
  border: 0;
  color: #514a45;
  font-size: 0;
  transform: translateY(-50%); }

.page-hero-list .slick-arrow::before {
  font-size: 2rem; }

.slick-next,
.slick-prev {
  transition: background-color .3s; }

.slick-next::after,
.slick-next::before,
.slick-prev::after,
.slick-prev::before {
  content: "";
  display: block;
  width: 2px;
  height: 9px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: background-color .3s; }

.slick-next:hover,
.slick-prev:hover {
  background-color: transparent; }

.slick-next:hover::after,
.slick-next:hover::before,
.slick-prev:hover::after,
.slick-prev:hover::before {
  background-color: #EB5E1D; }

.slick-prev {
  left: 0; }

.slick-prev::before {
  transform: translateX(-50%) rotate(-35deg);
  margin-top: -2px; }

.slick-prev::after {
  transform: translateX(-50%) rotate(35deg);
  margin-top: -8px; }

.slick-next {
  right: 0; }

.slick-next::before {
  transform: translateX(-50%) rotate(35deg);
  margin-top: -2px; }

.slick-next::after {
  transform: translateX(-50%) rotate(-35deg);
  margin-top: -8px; }

@media screen and (min-width: 769px) {
  .slick-prev {
    left: 15px; }
  .slick-next {
    right: 15px; }
  .page-hero-list .slick-dots li {
    display: block; } }

.page-hero-list .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%); }

.page-hero-list .slick-dots li {
  float: left;
  margin: 0 8px; }

.page-hero-list .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 0;
  border-radius: 50%;
  text-indent: -999em; }

.page-hero-list .slick-dots .slick-active button {
  width: 14px;
  height: 14px;
  margin: -3px;
  background: #EB5E1D; }

@media screen and (min-width: 769px) {
  .page-hero-list .slick-arrow {
    background-color: #fff; }
  .slick-next::after,
  .slick-next::before,
  .slick-prev::after,
  .slick-prev::before {
    background-color: #898989; }
  .slick-next:hover,
  .slick-prev:hover {
    background-color: #EB5E1D; }
  .slick-next:hover::after,
  .slick-next:hover::before,
  .slick-prev:hover::after,
  .slick-prev:hover::before {
    background-color: #fff; } }

.button,
input[type=submit] {
  background: 0 0;
  border: 1px solid #EB5E1D;
  border-radius: 0;
  color: #EB5E1D;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  padding: .8em 3em;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 500;
  transition: background-color .3s, border-color .3s; }

.button.is-medium,
input[type=submit].is-medium {
  font-size: 1.4rem; }

.button.is-large,
input[type=submit].is-large {
  font-size: 1.8rem; }

.button:focus,
.button:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  outline: 0;
  color: #fff;
  background-color: #EB5E1D; }

.arrow-button {
  display: inline-block;
  text-align: center;
  background-size: 31px 16px;
  background-image: url(../images/arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.hamburger-menu {
  display: inline-block;
  background-color: transparent;
  z-index: 10;
}



.hamburger-menu::before {
  top: 19px; }

.hamburger-menu::after {
  bottom: 19px; }


.is-nav-visible .hamburger-menu span {
  opacity: 0; }

input:not([type]),
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=number],
input[type=search],
textarea {
  text-align: left;
  width: 100%;
  padding: 10px;
  outline: 0;
  border: 1px solid #E6ECF3;
  transition: border-color .3s; }

input:not([type]):focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: #EB5E1D; }

textarea {
  max-width: 100%;
  min-height: 100px;
  max-height: 100px; }

.select {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%; }

.select::after {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  border: 3px solid #EB5E1D;
  border-right: 0;
  border-top: 0;
  pointer-events: none;
  margin-top: -18px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 15px; }

select {
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  color: #4F4F4F;
  width: 100%;
  padding: 1em 36px 1em .5em;
  position: relative;
  cursor: pointer;
  display: block;
  outline: 0;
  margin-bottom: 20px; }

.form-bag {
  padding: 10px; }

.form-bag button {
  margin-top: 1em; }

.form-element {
  margin-bottom: 10px; }

.trip-advisor-container {
  display: flex;
  justify-content: space-between; }

.trip-advisor-container a {
  border: none; }

.snapwidget-container {
  padding: 30px 15px 60px; }

.units {
  text-transform: lowercase; }

#plansza {
  width: 60%; }

/*==================================
            =            pages            =
==================================*/
.news {
  max-width: 80%;
  margin: 0 auto;
  padding: 80px 0 40px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: wrap;
  flex-direction: row; }
  .news_single {
    max-width: calc(33% - 15px);
    padding: 0 15px;
    margin-bottom: 30px;
    border: 1px solid black; }
    .news_single .news_hero {
      height: 300px;
      margin: 0 -15px;
      background-position: center !important;
      background-size: cover !important; }
    .news_single .inner {
      padding: 30px 15px; }
      .news_single .inner .date {
        font-size: 15px; }
      .news_single .inner h2 {
        font-size: 20px;
        font-weight: bold;
        padding: 10px 0; }
      .news_single .inner .the_excerpt {
        padding-bottom: 15px; }

.pagination {
  margin: 0 auto;
  text-align: center;
  max-width: 50%;
  padding-bottom: 40px;
  font-size: 18px; }
  .pagination .page-numbers {
    padding: 0 15px; }

.single_desc {
  padding: 80px 15px;
  max-width: 60%;
  margin: 0 auto; }
  .single_desc h1 {
    font-weight: bold;
    font-size: 22px; }
  .single_desc img.alignleft {
    float: left;
    margin: 10px 10px 10px 0; }
  .single_desc img.alignright {
    float: right;
    margin: 10px 0px 10px 10px; }

@media screen and (max-width: 1200px) {
  .news_single {
    max-width: calc(50% - 15px); } }

@media screen and (max-width: 768px) {
  .single_desc {
    max-width: 100%;
    padding: 30px 15px; }
    .single_desc img {
      max-height: 200px; }
  .news {
    padding: 30px 15px 0;
    max-width: calc(100% - 15px); }
    .news_single {
      max-width: 100%; }
  .pagination {
    max-width: 100%;
    padding: 0 15px 30px; } }

.card-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 240px;
  position: relative;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: nowrap;
  flex-direction: row; }
  .card-hero-logo {
    margin-top: -30px; }

.card-main {
  border-radius: 30px;
  background-color: white;
  width: 100%;
  margin-top: -30px;
  padding: 30px 0; }

.card-category {
  border-radius: 30px;
  max-width: 96%;
  margin: 0 auto;
  min-height: 100px;
  margin-bottom: 30px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: nowrap;
  flex-direction: row;
  color: #fff;
  position: relative; }
  .card-category::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.3); }
  .card-category-title {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 500; }
  .card-category.open {
    margin-bottom: 10px; }

.card-wrapper {
  display: none; }

.card-list .card-list-item {
  padding: 10px 2%; }

.card-list-image {
  margin-top: 15px;
  width: 100%;
  min-height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }



  #wpadminbar {
    opacity: 0.2;
  }
  nav.primary-nav {
    display: flex
;
gap: 30px;
align-items: center;
}
.primary-nav ul {
  display: flex;
  gap: 30px;
}
.social-icons {
  position: relative;
}
.social-icons-line {
  display: block;
  height: 20px;
  width: 2px;
  background: white;
}
.social-icons {
    display: flex
;
    gap: 30px;
    align-items: center;
}
.social-icons a{
  display: flex;
}

.hamburger-menu span, .hamburger-menu::after, .hamburger-menu::before {
  height: 3px;
  display: block;
  content: "";
  width: 50px;
  background-color: #EB5E1D;
}

a.hamburger-menu {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    height: 30px;
}

@media screen and (max-width: 768px){
  .page-head {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

* {
  cursor: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg id="Warstwa_1" data-name="Warstwa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1897.93 1549.72"><path class="cls-1" fill="%23d4774a" d="M1068.67,1497.17c5.71,1.17,11.28,2.75,16.69,4.93,67.52,27.19,254.53,91,408.24,1.82,167.49-108.81,322.84-583.54,369.16-795.86,96.93-381.47-14.49-535.44-235.52-355.54-115.78,94.24-161.6,260.58-245.43,309.4-39.01,22.72-89.46,11.87-118.53-22.66-65.81-78.16-82.91-227.86-150.08-353.55-173.54-373-413.82-415.86-313.52,82.23,0,0,71.95,364.95,71.95,364.95,27.43,86.37-88.24,185.83-190.19,128.49-195.21-84.22-406.77-372.52-638.66-209.04-18.82,13.27-32.3,33.16-37.78,55.52-81.69,333.64,861.95,747.9,1063.67,789.31Z"/></svg>') 16 16, pointer;
}

.phone-widget {
  background-color: #EB5E1D !important;
}

.phone-widget {
    position: fixed;
    right: 40px;
    bottom: 40px;
    border-radius: 0 !important;
    width: 80px;
    height: 80px;
  background-color: #EB5E1D !important;
    z-index: 100;
    display: flex
;
    justify-content: center;
    align-items: center;
    animation: ring 1s infinite;
}

    .page-hero-list .slick-arrow {
        background-color: #444d3a;
        width: 80px;
    }

        .slick-next::after, .slick-next::before, .slick-prev::after, .slick-prev::before {
        background-color: #ffffff;
    }

    .page-hero-list .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 0;
    border-radius: 0;
    text-indent: -999em;
}
.services-container {
    display: none;
}

.gaska-section {
    display: grid
;
    grid-template-columns: 1fr 1fr;
}
.gaska-section-col {
    display: grid
;
    grid-template-columns: 200px 1fr;
    position: relative;
    z-index: 2;
}
.gaska-image {
  background-color: white;
  position: relative;
}
.gaska-image img {
    height: 100%;
    aspect-ratio: 200 / 225;
    position: absolute;
    right: -200px;
    z-index: 3;
    max-width: max-content;
    width: max-content;
}
.gaska-section-col-inner {
    padding: var(--padding);
    background: #444d3a;
    padding-left: 100px;
    padding-top: 200px;
    padding-bottom: 150px;
    display: flex
;
    flex-direction: column;
    align-items: end;
}
section.default-page-section {
    padding: 0 var(--padding);  
}
.main-image img {
    width: 100%;
    object-fit: cover;
    /* max-height: 80vh; */
}

.gaska-section-col-inner {
  position: relative;
}
.header-image img {
    aspect-ratio: 300 / 145;
    width: 400px;
}
.header-image {
    width: fit-content;
    height: fit-content;
}
.section-desc {
    color: white;
    margin-top: 40px;
}

@media screen and (max-width: 1600px){
  .gaska-image img {
    right: -150px;
  }
  .gaska-section-col {
    display: grid
;
    grid-template-columns: 150px 1fr;
    position: relative;
    z-index: 2;
}
}

@media screen and (max-width: 1400px){
  .gaska-section {
    display: grid
;
    grid-template-columns: 3fr 2fr;
}
}
.main-image, .main-image img {
    height: 100%;
}

@media screen and (max-width: 1200px){
  .gaska-section-col-inner {
      padding: var(--padding);
      background: #444d3a;
      padding-left: 70px;
      padding-top: 150px;
      display: flex
  ;
      flex-direction: column;
      align-items: end;
  }
      .gaska-section-col {
        display: grid;
        grid-template-columns: 100px 1fr;
        position: relative;
        z-index: 2;
    }
    .header-image img {
      aspect-ratio: 300 / 145;
      width: 300px;
    }
}

@media screen and (max-width: 900px){
      .gaska-section {
        display: grid;
        grid-template-columns: 1fr;
    }
    nav.primary-nav {
    display: flex
;
    gap: 15px;
    align-items: center;
} 
}
@media screen and (max-width: 500px){
    .gaska-image img {
        right: -120px;
    }
    .gaska-section-col-inner {
      padding-left: 50px;
    }
    .gaska-image img {
      width: 400px;
    }

    .gaska-image img {
        right: -100px;
        top: -70px;
    }
      .gaska-section-col {
        display: grid;
        grid-template-columns: 70px 1fr;
        position: relative;
        z-index: 2;
    }
    a.hamburger-menu {
      height: 25px;
    }
    .hamburger-menu span, .hamburger-menu::after, .hamburger-menu::before {
    height: 3px;
    display: block;
    content: "";
    width: 40px;
    background-color: #EB5E1D;
}
.social-icons, .social-icons-line {
  display: none;
}
}

@media screen and (max-width: 350px){
  .gaska-image img {
    right: -80px;
  }
  .gaska-section-col-inner {
    padding-left: var(--padding);
  }
}

html {
  overflow-x: hidden;
}


.fork-knife-section {
    display: grid
;
    grid-template-columns: 1fr 1fr;
}
.images-container {
  position: relative;
}
.fork-knife-section .images-container {
    height: 100%;
    position: relative;
}

.fork-knife-section .images-container img {
  height: 100%;
  object-fit: cover;
}
.utensils-image img {
    max-height: 80vh;
}
.fork-knife-section-col {
    display: grid
;
    grid-template-columns: auto 1fr;
    gap: 30px;
    background-color: #444D3A;
}
.section-desc {
  padding: var(--padding);
}

.fork-knife-section .section-desc {
    color: white;
    margin-top: 100px;
    display: flex
;
    align-items: end;
}

.main-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fork-knife-section-col {
  position: relative;
}
.fork-knife-section-col::before {
    position: absolute;
    height: 200px;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: 0;
    background: #EFE7D1;
    display: block;
}

.utensils-image {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1600px){
  .fork-knife-section-col {
    display: grid
;
    grid-template-columns: 250px 1fr;
    gap: 30px;
    background-color: #444D3A;
}
.fork-knife-section-col::before {
    height: 150px;
}
.section-desc {
  padding-left: 0;
}
}

@media screen and (max-width: 1400px){
  .fork-knife-section {
    display: grid
;
    grid-template-columns: 2fr 3fr;
}
}

@media screen and (max-width: 1100px){
.fork-knife-section-col::before {
    height: 110px;
}

}

@media screen and (max-width: 900px){
      .fork-knife-section {
        display: flex
;
flex-direction: column-reverse;
    }
    .images-container {
      min-height: 60vh;
    }
}
@media screen and (max-width: 600px){
       .fork-knife-section-col {
    display: grid
;
    grid-template-columns: 150px 1fr;
    gap: 30px;
    background-color: #444D3A;
}
.fork-knife-section-col::before {
  height: 70px;
}
}
@media screen and (max-width: 500px){
       .fork-knife-section-col {
    display: grid
;
    grid-template-columns: 100px 1fr;
    gap: 30px;
    background-color: #444D3A;
}
.fork-knife-section-col::before {
  height: 70px;
}
.utensils-image {
    display: flex
;
    align-items: end;
}
}


.testimonials-section-wrapper {
    max-width: 1200px;
    margin: auto;
    background: #444d3a;
    display: grid;
    grid-template-columns: 70% 30%;
}
.testimonials-section {
    padding: 100px 0;
}

.testimonials-section-wrapper h2.section-title {
    margin: 0;
    padding: 20px;
    color: #EB5E1D;
    background-color: white;
    display: block;
    text-align: center;
    border: none;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 3.7em;
    line-height: 100%;
}
@media screen and (max-width: 1200px){
  .testimonials-section-wrapper h2.section-title {
      font-size: 3em;
  } 
}
.testimonials-section-wrapper-inner {
    padding: 0 50px;
    position: relative;
}
.testimonial-content {
  font-size: 1.3em;
}
.testimonials-image {
    display: flex
;
    align-items: end;
    justify-content: end;
    margin-top: 50px;
}
.testimonials-image img {
  margin-right: -52px;
}
.testimonial-item {
    color: white;
}
.author-wrapper {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.testimonial-author {
    font-size: 22px;
    font-family: "Galindo", sans-serif;
    color: #d4784a;
}
span.star {
    font-size: 50px;
        color: #efe7d0;
    line-height: 100%;
}
.swiper-button-prev, .swiper-button-next {
    color: white !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px !important; 
}
@media screen and (max-width: 600px){
  .testimonials-section-wrapper {
    display: grid
;
    grid-template-columns: 100%;
}
.testimonials-image img {
  margin-right: -100px;
}
.testimonials-section-wrapper-inner {
    padding: 0 30px;
}
.swiper-button-prev {
  left: -5px !important;
}
.swiper-button-next {
  right: -5px !important;
}
}

.testimonials-section-wrapper-inner .section-title::after {
  display: none;
}
.footer-container {
    display: grid
;
    grid-template-columns: 2fr 3fr;
}
.footer-content {
    padding: 100px var(--padding);
    padding-right: max(var(--padding), calc((100vw - min(100vw, 1920px)) / 2));
    background: #444d3a;
}
.contact-info-title-wrapper h2
 {
    font-size: 40px;
    color: white;
    width: 100%;
}
.contact-info-title-wrapper {
    display: flex
;
    gap: 50px;
    justify-content: space-between;
}


.footer-text {
    max-width: 600px;
    color: white;
    font-size: 1.2em;
    width: 100%;
    text-align: end;
}
.section-desc {
  font-size: 1.2em;
}

.contact-wrapper-section > * {
  width: 100%;
}

.contact-wrapper-section {
    display: flex
;
    width: 100%;
    gap: 100px;
    justify-content: space-between;
    margin-top: 100px;
}
.contact-info h3 {
    font-size: 30px;
    color: white;
}
.contact-form input, .contact-form textarea {
    color: white;
    font-size: 20px;
    border: none;
    border-bottom: 1px solid white;
}
.contact-info p {
    color: white;
    font-size: 20px;
    margin-top: 50px;
}
.footer-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.map-section {
    display: flex
;
}
.map-section iframe {
  width: 100%;
}

@media screen and (max-width: 1200px){
  .footer-container {
    display: grid
;
    grid-template-columns: 100%;
}
.contact-info {
    display: flex
;
    flex-direction: column;
    gap: 50px;
}
.contact-info h3 {
    font-size: 25px;
}
.contact-info p {
    font-size: 18px;
}
.contact-info-title-wrapper > * {
  width: 100%;
}
.contact-info-title-wrapper {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.footer-text {
    font-size: 18px;
}
.contact-wrapper-section {
  gap: 50px;
}
}

@media screen and (max-width: 500px){
  .contact-info-title-wrapper, .contact-wrapper-section {
    display: grid
;
    grid-template-columns: 1fr;
    gap: 50px;
}}
.footer-section nav.primary-nav {
    background: #444d3a;
    padding: 20px var(--padding);
}

.footer-section nav.primary-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.gaska-section-col-inner .section-title {
    font-size: 4em;
    color: #efe7d0;
}


.wyrozniki-container {
    display: grid
;
    grid-template-columns: repeat(3, calc(100% / 3 - (2 * 50px) / 3));
    gap: 50px;
    max-width: 1200px;
    margin: auto;
}
.co-nas-wyroznia-section {
    padding: 100px 0;
}

.section-title-standard {
  text-align: center;
  color: #444d3a;
  margin-bottom: 20px;
  width: 100%;
}
.wyroznik-image {
    position: relative;
}
.wyroznik-item:hover .wyroznik-long-desc {
  opacity: 1;
  transform: rotateY(0);
}
.wyroznik-long-desc {
    position: absolute;
    transform: rotateY(180deg);
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #444d3a;
    color: white;
    overflow-y: auto;
    padding: 20px;
    transition: all 0.5s ease-in-out;
}
.conaswyrozniacontent {
    margin-left: 20px;
    margin-right: 20px;
    background: #444d3a;
    margin-top: -40px;
    z-index: 2;
    position: relative;
    padding: 20px;
    color: white;
}
h3.wyroznik-title, .wyroznik-short-desc {
  text-align: center;
}

@media screen and (max-width: 1200px){
  .wyrozniki-container {
    gap: 20px;
  }
}
@media screen and (max-width: 900px){
  h3.wyroznik-title {
    font-size: 14px;
  }
  .wyroznik-short-desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 786px){
.wyrozniki-container {
  display: grid
;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
}
}
@media screen and (max-width: 450px){
.wyrozniki-container {
  display: grid
;
    grid-template-columns: 100%;
    gap: 20px;
}
}
.gallery-section-wrapper {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 100px;
}
.gallery-section-wrapper img {
  aspect-ratio: 16 / 12;
  object-fit: cover;
  width: 100%;
}
section.menu.container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.gallery-wrapper {
  padding: 100px 0;
}
figure.gallery-grid-item a {
    display: flex
;
}

.testimonials-swiper-outer {
  margin-top: 50px;
}
@media screen and (max-width: 700px){
  .gaska-section-col-inner .section-title {
    font-size: 3.5em;
  }
  .section-desc {
    margin-top: 10px;
  }
}


.current-menu-item a {
  color: #EB5E1D;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: white !important;
    background: #46b450 !important;
}