body {
  font-family: Sen, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 100%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 3em;
  line-height: 120%;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 2.5em;
  line-height: 120%;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 1.618em;
  line-height: 120%;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  line-height: 120%;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 120%;
  font-weight: 700;
}

p {
  margin-bottom: 0.5em;
  line-height: 150%;
  letter-spacing: 0.25px;
}

a {
  color: #4c7ec0;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 1em;
  padding-left: 2em;
}

.bg1 {
  background-color: #eee;
  background-image: url('../images/m_rzepecka_bg01.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.upper {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section {
  padding: 10vw;
}

.section.bg1 {
  background-image: url('../images/m_rzepecka_bg01.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: inset 0 0 6em 0 rgba(0, 0, 0, .1);
}

.section.high-z {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1006;
  background-color: #fff;
}

.frame {
  padding: 5vw;
}

.hr {
  overflow: hidden;
  width: 100%;
  height: 2px;
  margin-top: 2em;
  margin-bottom: 2em;
  clear: both;
  background-color: rgba(0, 0, 0, .1);
}

.btn {
  display: inline-block;
  margin-top: 1em;
  padding: 0.5em 1em;
  background-color: #4c7ec0;
  color: #fff;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #ae7bb1;
}

.btn.btn-frame {
  border-style: solid;
  border-width: 3px;
  background-color: transparent;
}

.color-blue1 {
  color: #4c7ec0;
}

.color-purple {
  color: #ae7bb1;
}

.logo-img {
  width: 10vw;
  margin-bottom: 3.6em;
}

.top-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1010;
  min-height: 4em;
  background-color: #4c7ec0;
  background-image: url('../images/pattern_bg_dark.png'), -webkit-linear-gradient(178deg, #4c7ec0 10%, #ae7bb1 90%);
  background-image: url('../images/pattern_bg_dark.png'), linear-gradient(272deg, #4c7ec0 10%, #ae7bb1 90%);
  background-position: 50% 50%, 0px 0px;
  background-size: 5px, auto;
}

.top-logo {
  display: block;
  padding: 0.5em 5vw 1em;
}

.top-logo-img {
  height: 2.5em;
}

.navlink {
  margin-top: 0.5em;
  margin-right: 1em;
  padding: 1em;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.25px;
}

.navlink.w--current {
  color: hsla(0, 0%, 100%, .6);
}

.body {
  color: #555;
  font-size: 16px;
}

.color-green1 {
  color: #b9da8c;
}

.color-green2 {
  color: #7db87f;
}

.color-blue2 {
  color: #80b6d4;
}

.color-blue3 {
  margin-top: 1px;
  color: #86d6f7;
}

.m0 {
  padding-right: 0px;
  padding-left: 0px;
}

.big-link {
  display: block;
  width: 25vw;
  max-width: 25%;
  padding: 5vw;
  float: left;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #555;
  color: #ccc;
}

.big-link.w--current {
  background-color: #eee;
  box-shadow: inset 0 0 5vw 0 rgba(0, 0, 0, .2);
  color: #777;
}

.big-link.bg-blue1.w--current {
  background-color: #4c7ec0;
  color: rgba(0, 0, 0, .5);
}

.big-link.bg-blue2 {
  background-color: #80b6d4;
}

.big-link.bg-blue2.w--current {
  color: rgba(0, 0, 0, .5);
}

.big-link.bg-green1.w--current {
  background-color: #b9da8c;
  color: rgba(0, 0, 0, .5);
}

.big-link.bg-green2.w--current {
  background-color: #7db87f;
  color: rgba(0, 0, 0, .5);
}

.icon-img {
  width: 5vw;
  margin-bottom: 1em;
}

.bg-blue1 {
  background-color: #4c7ec0;
  color: #fff;
}

.bg-blue2 {
  background-color: #80b6d4;
  color: #fff;
}

.bg-blue3 {
  background-color: #86d6f7;
  color: #fff;
}

.bg-green1 {
  background-color: #b9da8c;
  color: #fff;
}

.bg-green2 {
  background-color: #7db87f;
  color: #fff;
}

.bg-purple {
  background-color: #ae7bb1;
  color: #fff;
}

.spacer-4 {
  margin-bottom: 10vw;
}

.testi-slider {
  height: 100%;
  background-color: transparent;
}

.slider-arr {
  width: 5vw;
  margin-right: -5vw;
  margin-left: -5vw;
  color: #ccc;
  font-size: 2em;
}

.slide {
  width: 50%;
  padding-right: 0vw;
  padding-bottom: 0vw;
  padding-left: 0vw;
}

.slide.bg-f6 {
  background-color: #f6f6f6;
}

.slide.big {
  width: 100%;
}

.bg-eee {
  background-color: #eee;
}

.big-hero {
  width: 100%;
}

.section-mini {
  padding: 2em 10vw;
}

.right {
  text-align: right;
}

.area-box {
  display: inline-block;
  margin-bottom: -0.5em;
}

.gallery-link {
  overflow: hidden;
  width: 20vw;
  height: 20vw;
  max-width: 20%;
  float: left;
  background-image: -webkit-radial-gradient(circle farthest-side at 50% 50%, #4c7ec0, #ae7bb1);
  background-image: radial-gradient(circle farthest-side at 50% 50%, #4c7ec0, #ae7bb1);
  line-height: 20vw;
}

.gallery-link.long {
  width: 40vw;
  max-width: 40%;
}

.gallery-img {
  min-height: 20vw;
  min-width: 100%;
  opacity: 0.85;
  -webkit-transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  transition: all 400ms cubic-bezier(.645, .045, .355, 1);
}

.gallery-img:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bg-f6 {
  background-color: #f6f6f6;
}

.top-c2a {
  margin-right: 10vw;
  margin-left: -10vw;
  box-shadow: none;
  color: #777;
}

.slider-dots {
  height: 5vw;
  padding-top: 2vw;
  font-size: 1vw;
}

.gallery {
  overflow: hidden;
  max-width: 100%;
  min-width: 100%;
  background-color: #7db87f;
  color: #fff;
}

.tabs-menu {
  position: relative;
  z-index: 1005;
  overflow: hidden;
  width: 100vw;
  max-width: 100%;
}

.tabs {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.color-777 {
  color: #777;
}

.shade {
  background-image: url('../images/pattern_bg_dark.png');
  background-position: 50% 50%;
  background-size: 5px;
}

.subline {
  font-size: 0.8em;
  line-height: 120%;
}

.contact-link {
  padding-bottom: 0.25em;
  border-bottom: 2px solid #fff;
  color: #fff;
}

.contact-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.big-link-mini {
  display: block;
  width: 25vw;
  max-width: 25%;
  padding: 1em 5vw;
  float: left;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #fff;
}

.big-link-mini.w--current {
  box-shadow: inset 0 0 5vw 0 rgba(0, 0, 0, .2);
  color: rgba(0, 0, 0, .3);
}

.big-link-mini.bg-blue1 {
  background-color: #4c7ec0;
}

.big-link-mini.bg-blue2.w--current {
  background-color: #80b6d4;
}

.big-link-mini.bg-green1.w--current {
  background-color: #b9da8c;
}

.big-link-mini.bg-green2.w--current {
  background-color: #7db87f;
}

.tabs-menu-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1004;
  display: none;
  overflow: hidden;
  width: 100vw;
  max-width: 100%;
  margin-top: 4em;
  opacity: 0;
}

.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.halfop {
  opacity: 0.5;
}

.testi-cols {
  width: 50%;
  float: left;
}

.testi-row {
  display: none;
  overflow: hidden;
  height: 1px;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  opacity: 0;
}

.panel-btn {
  padding: 5vw;
  cursor: pointer;
}

.panel-btn:hover {
  background-image: url('../images/pattern_bg_dark.png');
  background-position: 0px 0px;
  background-size: 5px;
}

.sep {
  display: inline-block;
  width: 2px;
  height: 2em;
  margin-right: 1em;
  margin-left: 1em;
  line-height: 120%;
}

@media (max-width: 991px) {
  .body {
    font-size: 14px;
  }
  .top-menu-btn {
    padding: 0.5em 5vw;
    color: #fff;
    font-size: 2em;
  }
  .top-menu-btn.w--open {
    background-color: #ae7bb1;
  }
  .nav-menu {
    padding-right: 5vw;
    padding-bottom: 1em;
    padding-left: 5vw;
    background-color: #ae7bb1;
  }
}

@media (max-width: 767px) {
  .body {
    font-size: 12px;
  }
  .slide {
    width: 100%;
  }
  .gallery-link {
    width: 25vw;
    height: 25vw;
    max-width: 25%;
    line-height: 25vw;
  }
  .gallery-link.long {
    width: 50vw;
    max-width: 50%;
  }
  .top-c2a {
    margin-right: 30vw;
  }
  .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .big-link {
    width: 50vw;
    max-width: 50%;
  }
  .gallery-link {
    width: 50vw;
    height: 50vw;
    max-width: 50%;
    line-height: 50vw;
  }
  .gallery-link.long {
    width: 100vw;
    max-width: 100%;
  }
  .big-link-mini {
    width: 50vw;
    max-width: 50%;
    padding-bottom: 0.5em;
  }
}

#w-node-16bab747a713 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

#w-node-5f6b7f6d254c {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

#w-node-7fdb09083bd4 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

@font-face {
  font-family: 'Sen';
  src: url('../fonts/sen-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sen';
  src: url('../fonts/sen-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}