body {
  font-family: 'Open Sans', sans-serif;
  color: #363636;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Itim, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Itim, sans-serif;
  color: #8b1919;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Itim, sans-serif;
  color: #8b1919;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #8b1919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Itim, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

a {
  color: #8b1919;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
}

li {
  margin-top: 5px;
  margin-bottom: 5px;
}

img {
  display: inline-block;
  max-width: 100%;
}

.styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wysiwyg img {
  width: 100%;
  height: 100%;
}

.wysiwyg h2 {
  margin-bottom: 10px;
}

.wysiwyg p {
  margin-bottom: 20px;
}

.cta {
  padding: 10px 20px;
  border: 2px solid #8b1919;
  border-radius: 22px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #8b1919;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
}

.cta:hover {
  background-color: #8b1919;
  color: #fff;
}

.cta.white {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.cta.white:hover {
  box-shadow: 0 0 36px 5px rgba(0, 0, 0, 0.2);
  color: #8b1919;
}

.cta.nav {
  margin-right: 10px;
  padding: 7px 15px;
}

.cta.contact {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 15px;
  background-color: transparent;
}

.cta.contact:hover {
  background-color: #8b1919;
}

.cta.sauna_cta {
  margin-top: 20px;
  margin-bottom: 40px;
}

.cta.welcome-secondary {
  margin-top: 10px;
}

.section-hero {
  position: relative;
  height: 80vh;
}

.section-welcome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/santafe_003.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/santafe_003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.07);
}

.navbar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slider {
  width: 100%;
  height: 100%;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 13px;
}

.nav-link:hover {
  color: #8b1919;
}

.nav-link.w--current {
  color: #8b1919;
}

.heading {
  font-family: Itim, sans-serif;
}

.tools-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  margin-left: 10px;
}

.brand {
  width: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.slider-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/santafe1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-right-arrow {
  display: none;
}

.hero-left-arrow {
  display: none;
}

.hero-slide-nav {
  display: none;
}

.slider-opacity-layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.hero-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.hero-lounas-wrap {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  max-width: 300px;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
}

.hero-title {
  margin-bottom: 20px;
  font-size: 32px;
}

.lounas-title {
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
}

.lounas-content {
  padding: 10px;
}

.welcome-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.gallery-wrap {
  padding-right: 40px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.gallery-slider {
  height: 50vh;
  background-color: transparent;
  box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.2);
}

.gallery-left-arrow {
  display: none;
}

.gallery-right-arrow {
  display: none;
}

.gallery-slider-img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: url('../images/santafe_001.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-slider-img.sauna_slide1 {
  background-image: url('../images/sauna_slide_1.jpg');
}

.contact-wrap {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  text-align: center;
}

.contact-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-input {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.f-input.message {
  height: 150px;
}

.f-send {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #8b1919;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-align: center;
}

.f-send:hover {
  background-color: #a31b1b;
}

.text-block {
  text-transform: uppercase;
}

.f-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 340px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.news-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.news-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 430px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.16);
}

.news-img {
  width: 100%;
  height: 250px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: url('../images/santafe_002.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-title-wrap {
  padding-bottom: 10px;
}

.news-link-wrap {
  padding-top: 10px;
}

.news-date {
  font-size: 11px;
  line-height: 15px;
}

.news-title {
  color: #363636;
}

.news-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.instagram {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-section-title {
  display: inline-block;
}

.home-section-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-section-title-wrap.instagram-title {
  max-width: 100%;
  padding-right: 60px;
  padding-left: 60px;
}

.home-section-title-stroke {
  height: 1px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #ebebeb;
}

.instagram-feed {
  width: 100%;
}

.footer-copyright {
  margin-right: 40px;
  margin-left: 40px;
  font-size: 11px;
}

.footer-lines {
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #ebebeb;
}

.welcome-content-wrap {
  max-width: 480px;
  text-align: center;
}

.page-header-section {
  height: 60vh;
  background-image: url('../images/bg_lounas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header-section.saunakabinetti {
  background-image: url('../images/saunakabinetti_header.jpg');
}

.page-opacity-layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-header-title {
  text-transform: uppercase;
}

.page-content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-lounas-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.day-box {
  padding: 0px 20px 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.menu-title {
  margin-bottom: 20px;
  font-size: 16px;
}

.page-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}

.menu-item-description {
  padding-right: 10px;
}

.menu-item-name {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}

.menu-item-price {
  font-weight: 700;
}

.d_menu_item {
  width: 100%;
  max-width: 700px;
  padding-right: 10px;
  padding-left: 10px;
}

.d_menu_title {
  display: inline-block;
}

.d_menu_name_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d_menu_content_wrap {
  display: block;
  overflow: hidden;
}

.d_menu_title_description_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-sauna-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
}

.sauna_col1 {
  padding-right: 40px;
  padding-bottom: 40px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.sauna_col2 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.page-contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact_col1 {
  padding-right: 40px;
  padding-bottom: 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.contact_col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.map-wrap {
  width: 100%;
}

.contact_col2_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_form_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_map_form_wrap {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.16);
}

.post_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post_content {
  max-width: 640px;
}

.h_lounas_slider {
  width: 100%;
  height: 100%;
  min-height: 270px;
  background-color: transparent;
}

.h_lounas_slide_nav {
  padding-top: 15px;
  font-size: 8px;
}

.h_lounas_slider_left_arrow {
  display: none;
}

.h_lounas_slider_right_arrow {
  display: none;
}

.h_lounas_day {
  margin-bottom: 5px;
  color: #363636;
  font-size: 16px;
  line-height: 22px;
}

.h_lounas_title {
  font-family: Itim, sans-serif;
  font-weight: 700;
}

.welcome_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
}

.tab_link {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #ebebeb;
}

.tab_link.w--current {
  background-color: #8b1919;
  color: #fff;
}

.tabs-menu {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
}

.contact_form_intro_text {
  text-align: center;
}

.contact_form_p {
  font-size: 13px;
}

.contact_intro {
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
}

.page-header-subtitle {
  max-width: 750px;
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.wolt {
  width: 100px;
  height: 100px;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .cta.white {
    display: block;
  }
  .cta.nav {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .cta.contact {
    margin-right: 5px;
    margin-left: 5px;
  }
  .section-hero {
    height: auto;
  }
  .section-welcome {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-slider {
    height: 90vh;
  }
  .nav-link {
    padding: 15px 20px;
    text-align: center;
  }
  .tools-wrap {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-menu {
    background-color: #fff;
  }
  .social-icon {
    margin-right: 10px;
  }
  .slider-opacity-layer {
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-content-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .hero-lounas-wrap {
    position: relative;
    right: 0px;
    bottom: 40px;
    display: block;
    width: 400px;
    max-width: 400px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-title {
    margin-bottom: 40px;
  }
  .welcome-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gallery-wrap {
    padding-right: 0px;
  }
  .gallery-slider {
    height: 60vh;
  }
  .contact-wrap {
    padding-right: 0px;
    text-align: center;
  }
  .contact-btn-wrap {
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-box-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .news-img {
    padding-bottom: 40vw;
  }
  .menu-button {
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #363636;
  }
  .social-navwrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .day-box {
    padding-bottom: 40px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-sauna-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sauna_col1 {
    padding-right: 0px;
  }
  .contact_col1 {
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .contact_col2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .h_lounas_slider {
    max-height: 350px;
  }
  .welcome_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .section-welcome {
    padding: 20px;
  }
  .section-contact {
    padding: 40px 20px;
  }
  .section-news {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-opacity-layer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gallery-slider {
    height: 50vh;
  }
  .news-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
  .news-box-wrap {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .instagram {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-section-title-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-section-title-wrap.instagram-title {
    padding-right: 40px;
    padding-left: 40px;
  }
  .home-section-title-wrap.news {
    padding-right: 40px;
    padding-left: 40px;
  }
  .page-opacity-layer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-content-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-lounas-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sauna_col1 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .sauna_col2 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .contact_col1 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .contact_col2 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .post_content {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .section-welcome {
    padding-top: 0px;
  }
  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-lounas-wrap {
    width: 100%;
    max-width: 100%;
    border-radius: 4px 4px 0px 0px;
  }
  .hero-title {
    line-height: 32px;
  }
  .welcome-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gallery-slider {
    height: 40vh;
  }
  .contact-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .f-wrap {
    max-width: 100%;
  }
  .news-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .news-box {
    min-height: 380px;
  }
  .news-img {
    height: 200px;
    padding-bottom: 50vw;
  }
  .home-section-title-wrap.instagram-title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-section-title-wrap.news {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-copyright {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-lines {
    display: none;
  }
  .day-box {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .sauna_col1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sauna_col2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact_col2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact_form_wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .post_content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tab_link {
    text-align: center;
  }
  .tabs-menu {
    width: 100%;
  }
}

