a {
  color: #3bb2d0;
  text-decoration: none;
}

.top-navigation {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
}

.top-nav-l {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.top-nav-r {
  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: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.brand {
  position: absolute;
  width: 200px;
}

.brand.hidden {
  display: none;
}

.video-bg {
  height: 630px;
}

.top-nav-links {
  margin-right: 20px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.top-nav-links.white {
  background-color: #fff;
  color: #000;
}

.top-nav-links.ghost {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.background-video {
  height: 630px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.image {
  margin-left: 10px;
}

.main-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
  z-index: 9999;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}

.nav-menu {
  width: 100%;
  text-align: center;
}

.navbar {
  background-color: transparent;
}

.nav-link {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #3bb2d0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  border-bottom: 2px solid #348ba2;
  color: #348ba2;
  letter-spacing: 0.5px;
}

.nav-link.w--current {
  color: #17839e;
}

.nav-link.w--current:focus {
  color: #3bb2d0;
}

.nav-link.w--current:visited {
  color: #3bb2d0;
}

.body {
  font-family: Montserrat, sans-serif;
}

.cta-block {
  margin-top: 40px;
}

.container {
  max-width: 1200px;
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.container.slim {
  padding-right: 185px;
  padding-left: 185px;
}

.cta-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 190px;
  -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;
  background-color: #3bb2d0;
  color: #fff;
}

.whitebut {
  display: block;
  margin-top: 30px;
  padding: 15px 24px;
  background-color: #fff;
  color: #3bb2d0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.whitebut.ghost {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.whitebut.blue {
  display: inline-block;
  border-style: solid;
  border-width: 2px;
  border-color: #3bb2d0;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
}

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

.cta-header {
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}

.info-block {
  position: relative;
  margin-top: 40px;
}

.info-block.alternate {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}

.image-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-text-wrapper.inverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.text-wrapper {
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  font-size: 16px;
  line-height: 26px;
}

.text-wrapper.inverse {
  padding-left: 0px;
}

.section-title {
  margin-bottom: 60px;
  font-size: 38px;
  text-align: center;
}

.section-title.left {
  line-height: 45px;
  text-align: left;
}

.cta-image-block {
  margin-top: 40px;
}

.cta-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  padding: 45px 115px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.12))), url('../images/No-time-to-exercise-9-ways-busy-people-fit-workouts...small_-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), url('../images/No-time-to-exercise-9-ways-busy-people-fit-workouts...small_-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.cta-image-header {
  font-size: 32px;
}

.cta-image-text {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.text-block {
  padding-top: 0px;
}

.services-block {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.services-block.alternate {
  background-color: #f8f8f8;
}

.services-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-piece {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 47%;
  -ms-flex: 0 47%;
  flex: 0 47%;
  border-bottom: 1px solid #f1f1f1;
}

.service-l {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.service-r {
  padding-right: 0px;
  padding-left: 15px;
}

.service-title {
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.service-text {
  color: grey;
  font-size: 14px;
  line-height: 22px;
}

.blog-block {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-block.alternate {
  background-color: #f8f8f8;
}

.blog-piece {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.blog-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-image {
  width: 100%;
}

.blog-title {
  color: #3bb2d0;
}

.blog-text {
  line-height: 26px;
}

.blog-next {
  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;
}

.link-block {
  width: 100%;
}

.footer-block {
  margin-top: 40px;
  padding-top: 40px;
  background-color: #1d1d1d;
  color: #fff;
}

.footer-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-title {
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-link {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #c4c4c4;
  font-size: 12px;
  font-weight: 700;
}

.text-block {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block.alternate {
  background-color: #f8f8f8;
}

.text-element {
  line-height: 24px;
}

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

.text-element.left {
  text-align: left;
}

.button-wrapper {
  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;
}

.button-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-wrapper.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-block {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-block.alternate {
  background-color: #f8f8f8;
}

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-right {
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input {
  margin-bottom: 0px;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
}

.input.dd {
  width: 100%;
  padding: 0px;
}

.kotelezo {
  color: #aaa;
  font-weight: 400;
}

.ddfield {
  width: 100%;
  padding: 15px 15px 15px 30px;
  background-color: #fff;
}

.field-label {
  margin-bottom: 0px;
}

.formspace {
  margin-top: 20px;
}

.form-explanation {
  margin-bottom: 5px;
  color: #a1a1a1;
  font-size: 12px;
}

.field-label-2 {
  margin-bottom: 0px;
}

.slider-block {
  margin-top: 40px;
}

.slider {
  height: 700px;
}

.slide {
  background-image: url('../images/kondi.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header {
  display: block;
}

.title-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 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;
  background-color: #3bb2d0;
  color: #fff;
  text-align: center;
}

.page-title {
  font-size: 42px;
}

.page-intro {
  font-size: 24px;
  line-height: 39px;
}

.blur {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 72px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.anchor {
  position: absolute;
  top: -160px;
}

.blog-img-wrapper {
  height: 300px;
  background-image: url('../images/14517502_1783398971948530_277924632905783884_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-img-wrapper.i2 {
  background-image: url('../images/14705624_1794876534134107_6515334221689264916_n.jpg');
}

.kapcsolat-block {
  padding: 50px;
}

.div-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.col2-contact {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.map {
  width: 100%;
  height: 443px;
}

.amberly-text {
  color: #fff;
  font-size: 36px;
  line-height: 55px;
  font-weight: 500;
}

.amberly-text.blue {
  color: #262c58;
  font-size: 29px;
  line-height: 40px;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #262c58;
  color: #ecd794;
  font-size: 38px;
}

.counter.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.counter.mobile {
  display: none;
}

.split-col-l {
  position: relative;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-col-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-col-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.vasarolj {
  font-size: 34px;
  font-weight: 900;
}

.footer-copyright {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #111;
}

.footer-text {
  color: #c2c2c2;
  font-size: 11px;
  text-align: center;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-icons {
  width: 40px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.65;
}

.blog-img-zoom {
  overflow: hidden;
}

.partnerek-block {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-zoom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f8f8f8;
}

.image-hover {
  -webkit-transition: all 800ms cubic-bezier(.165, .84, .44, 1);
  transition: all 800ms cubic-bezier(.165, .84, .44, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

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

.image-hover.bw {
  height: 80px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.image-hover.bw:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.partner-wrapper {
  color: #3bb2d0;
  font-weight: 700;
  text-align: center;
}

.team-block {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.team-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -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;
  text-align: center;
}

.team-image {
  overflow: hidden;
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-name {
  margin-bottom: 20px;
}

.team-position {
  color: #777;
}

.login-reg-block {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.log-reg-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.login {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.reg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0px;
  -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-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  background-color: #3bb2d0;
  color: #fff;
  font-size: 35px;
  line-height: 41px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.square.login {
  border-style: solid;
  border-width: 5px;
  border-color: #3bb2d0;
  background-color: #f8f8f8;
  color: #3bb2d0;
}

.miert-reg {
  padding: 35px;
  text-align: center;
}

.videotart-block {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.videotart-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .top-nav-l {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main-nav {
    top: 72px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #d3d3d3;
    background-color: #fff;
  }

  .nav-menu {
    background-color: #fff;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-width: 1px;
  }

  .nav-link:hover {
    border-bottom-width: 1px;
    background-color: #3bb2d0;
    color: #fff;
  }

  .container.slim {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-next {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .col2-contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .counter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .split-col-r {
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }

  .nav-mobile.w--open {
    background-color: #3bb2d0;
  }

  .team-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .top-nav-links.white {
    display: none;
  }

  .top-nav-links.ghost {
    display: none;
  }

  .image-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-text-wrapper.inverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-wrapper {
    padding-top: 20px;
    padding-left: 0px;
  }

  .services-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .kapcsolat-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .split-col-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 170px;
    margin-top: 5px;
  }

  .cta-bg {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .whitebut.blue {
    width: 100%;
  }

  .cta-header {
    font-size: 24px;
    line-height: 28px;
  }

  .section-title.center {
    font-size: 32px;
    line-height: 33px;
  }

  .cta-image-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .service-piece {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-columns {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-flex.formspace {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-right {
    margin-left: 0px;
  }

  .ddfield {
    padding-left: 15px;
  }

  .title-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-title {
    font-size: 36px;
    line-height: 40px;
  }

  .page-intro {
    font-size: 19px;
    line-height: 30px;
  }

  .kapcsolat-block {
    padding-right: 15px;
    padding-left: 15px;
  }

  .amberly-text {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 41px;
    text-align: center;
  }

  .amberly-text.blue {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 32px;
  }

  .counter {
    position: absolute;
    top: 21px;
    margin-right: 0px;
  }

  .counter.desktop {
    display: none;
  }

  .counter.mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .split-col-l {
    position: static;
    margin-bottom: 19px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .split-col-w {
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    -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;
    border-radius: 15px;
    background-color: rgba(255, 252, 221, 0.35);
  }

  .split-col-r {
    position: static;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .column-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}