:root {
  --dodger-blue: #249cff;
  --dark-slate-gray: #272832;
  --dark-slate-gray-2: #272832;
  --deep-pink: #ff177f;
  --white-smoke: #ededed;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  padding-top: 66px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
}

a {
  color: var(--dodger-blue);
  text-decoration: underline;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #000;
  border: 2px solid #000;
  margin-right: 14px;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .25s, color .25s, border-color .25s;
  display: inline-block;
}

.button:hover {
  background-color: #0000;
  border-color: #fff;
}

.button.hollow {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button.hollow:hover {
  color: #000;
  border-color: #000;
}

.button.hollow.black {
  color: #000;
  border-color: #000;
  margin-right: 0;
}

.button.hollow.black:hover {
  color: #ff177f;
  border-color: #ff177f;
}

.button.hollow.grey {
  color: #d1d1d1;
  border-color: #d1d1d1;
  margin-right: 0;
}

.button.hollow.grey:hover {
  color: #000;
  border-color: #000;
}

.button.form {
  background-color: #d1d1d1;
  border-width: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 300;
}

.button.form:hover {
  background-color: #249cff;
}

.button.grey {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
}

.button.grey:hover {
  border-color: var(--dark-slate-gray);
  background-color: var(--dark-slate-gray);
}

.navbar {
  background-color: var(--dodger-blue);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
  transition: color .3s;
}

.logo:hover {
  color: #249cff;
}

.hamburger-icon {
  filter: invert();
  font-size: 31px;
}

.section {
  color: #5c5c5c;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.header {
  color: #ffffffb8;
  background-color: #90e3fd;
  background-image: linear-gradient(135deg, #d9004fe0, #e34800d1), url('../images/nature.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 80px 10px;
}

.section.header._2 {
  background-image: linear-gradient(135deg, #9100d9e0, #00b6e3d1);
}

.section.header._3 {
  background-image: linear-gradient(315deg, #00de60cc, #0088e3d1), url('../images/hills.jpg');
}

.section.grey {
  color: #696969;
  background-color: #ededed;
}

.section.grey.contacts {
  min-height: 70vh;
  padding-top: 160px;
}

.section.footer {
  background-color: var(--dodger-blue);
  padding: 35px 20px;
}

.section.projects {
  color: #4d4d4d;
  border-top: 1px solid #ededed;
  padding-bottom: 0;
}

.section.white {
  border-top: 1px solid #ededed;
}

.section.back {
  background-image: linear-gradient(135deg, #9400decc, #00b0ebcc), url('../images/key-differences-between-fitness-and-bodybuilding.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 35vh;
}

.section.back.cardio {
  background-image: linear-gradient(135deg, #9400decc, #00b0ebcc), url('../images/cardioo.webp');
}

.section.back.strength {
  background-image: linear-gradient(135deg, #9400decc, #00b0ebcc), url('../images/strenghpower.webp');
}

.menu-button {
  background-color: var(--dodger-blue);
  color: #272832;
  transition: color .2s, background-color .2s;
}

.menu-button:hover {
  color: #272832;
  background-color: #008cff;
}

.menu-button.w--open {
  background-color: var(--dodger-blue);
  color: #fff;
}

.menu-button.w--open:hover {
  color: #ffffffd4;
  background-color: #1e1f26;
}

.nav-menu {
  background-color: var(--dodger-blue);
  padding-top: 18px;
  padding-bottom: 24px;
}

.nav-link {
  color: #fff;
  padding: 20px 20px 20px 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
  transition: color .5s;
}

.nav-link:hover {
  color: silver;
}

.nav-link.w--current, .nav-link.w--current:hover {
  color: #ff177f;
}

.social-wrapper {
  text-align: left;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px 0;
  display: block;
}

.social-icon {
  width: 23px;
  margin-right: 15px;
}

.social-link {
  margin-right: 16px;
}

.social-link:hover {
  transform: translate(0, 5px);
}

.project-row {
  background-color: #272832;
  background-image: linear-gradient(to right, #ff0048, #f53d00);
}

.project-row.blue {
  background-image: linear-gradient(to right, #a0f, #0072f5);
}

.project-row.teal {
  background-image: linear-gradient(to right, #00b7ff, #00f59b);
}

.project-link {
  float: left;
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  height: 350px;
  text-decoration: none;
  transition: opacity .25s;
  display: block;
  position: relative;
}

.project-link:hover {
  opacity: .5;
}

.project-link.project-1 {
  background-image: url('../images/bob-van-aubel-ray-bans.jpg');
}

.project-link.project-2 {
  background-image: url('../images/sand.jpg');
}

.project-link.project-3 {
  background-image: url('../images/sunrise2.jpg');
}

.project-link.project-4 {
  background-image: url('../images/birds.jpg');
  background-position: 100%;
}

.project-link.project-5 {
  background-image: url('../images/johnny-lam-connect.jpg');
}

.project-link.project-6 {
  background-image: url('../images/sunrise.jpg');
}

.project-link.project-7 {
  background-image: url('../images/oceans.jpg');
}

.project-link.project-8 {
  background-image: url('../images/lake.jpg');
}

.project-link.project-9 {
  background-image: url('../images/beach-1600px.jpg');
}

.project-link.project-10 {
  background-image: url('../images/beach2jpg');
}

.half-width {
  width: 50%;
}

.quarter-width {
  width: 25%;
}

.third-width {
  width: 33.333%;
}

.main-heading {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
}

.button-group {
  margin-top: 36px;
}

.project-wrapper {
  background-color: #00000017;
  padding: 11px 19px 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tag {
  color: #ffffff7d;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 10px;
}

.footer-logo {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.footer-social-link {
  opacity: .2;
  margin-left: 24px;
  transition: opacity .25s;
}

.footer-social-link:hover {
  opacity: .77;
}

.social-footer-wrap {
  text-align: right;
}

.field {
  color: #249cff;
  background-color: #fff;
  border: 0 solid #000;
  height: 58px;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 17px;
  font-weight: 300;
  transition: box-shadow .3s;
  box-shadow: inset 2px 0 #0000;
}

.field:focus {
  box-shadow: inset 2px 0 #249cff;
}

.field.textarea {
  height: 128px;
}

.field.grey {
  background-color: #fff;
}

.contact-text {
  color: #a3a3a3;
  padding-right: 59px;
}

.slider {
  background-color: #fff;
  height: auto;
}

.slide {
  background-image: linear-gradient(135deg, #de003fcc, #eb4a00cc), url('../images/nature.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 170px;
  padding-bottom: 170px;
}

.slide._2 {
  background-image: linear-gradient(135deg, #9400decc, #00b0ebcc), url('../images/aN4oEJen5ac4idj6W9SfMS-1200-80.webp');
  background-position: 0 0, 50% 0;
}

.slide._2.cardio {
  background-image: linear-gradient(135deg, #9400decc, #00b0ebcc), url('../images/InlineImage1.webp');
  background-position: 0 0, 50% 100%;
}

.slide._2.strength {
  background-image: linear-gradient(135deg, #9400decc, #00b0ebcc), url('../images/sport-fitness-box1.webp');
  background-position: 0 0, 50%;
}

.slide._3 {
  background-image: linear-gradient(135deg, #00de60cc, #00bcebcc), url('../images/mountain.jpg');
}

.slider-nav {
  opacity: 1;
  padding-top: 5px;
  font-size: 7px;
}

.replace-text {
  background-color: #ffffff17;
}

.skill {
  color: #666;
  text-transform: uppercase;
  background-color: #d9d9d9;
  border-left: 2px solid #00000017;
  padding: 12px 16px;
}

.skill:hover {
  background-color: #cfcfcf;
}

.skill._70 {
  width: 70%;
}

.skill._40 {
  width: 40%;
}

.skill._90 {
  width: 90%;
}

.skill-background {
  background-color: #f7f7f7;
  width: 100%;
  margin-top: 18px;
}

.light-text {
  color: #f5f5f5;
}

.success-message {
  color: #7d7d7d;
  text-align: center;
  background-color: #ccc;
  padding: 83px 32px;
}

.thank-you-title {
  margin-bottom: 14px;
  margin-left: 14px;
  margin-right: 14px;
}

.no-padd-section.grey {
  color: #696969;
  background-color: #ededed;
}

.no-padd-section.border {
  border-top: 1px solid #ededed;
}

.padded-column {
  padding-top: 80px;
  padding-bottom: 80px;
}

.profile-photo {
  background-image: url('../images/camera-man.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 390px;
}

.work-type {
  color: #249cff;
  font-weight: 400;
}

.process-row {
  margin-bottom: 17px;
}

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

.more-icon {
  float: left;
  margin-top: 2px;
  margin-right: 9px;
}

.back-link {
  opacity: .44;
  color: #fff;
  text-transform: capitalize;
  margin-left: 2px;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.back-link:hover {
  opacity: 1;
}

.caption-title {
  margin-bottom: 5px;
}

.caption {
  color: #a6a6a6;
}

.caption-wrapper {
  margin-top: 10px;
  margin-bottom: 43px;
}

.right-align-col {
  text-align: right;
}

.previous-column {
  text-align: right;
  border-right: 1px solid #ededed;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 40px;
}

.next-column {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
}

.next-prev-link {
  color: #bdbdbd;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
}

.next-prev-link:hover {
  color: #404040;
}

.all-camps-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.section-2 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section-2.politika {
  padding-left: 10px;
  padding-right: 10px;
}

.container {
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

.container.flex-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  margin-bottom: 40px;
}

.politika {
  padding: 60px 6px;
}

.image-5 {
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 15% 1% auto auto;
}

.cookie-block-container {
  background-color: #fff;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 0 20px -7px #000;
}

.cookie-block-container.cookies {
  z-index: 9999;
  padding: 20px 0 20px 10px;
  display: block;
}

.heading-11 {
  max-width: 70%;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.button-3 {
  justify-content: center;
  align-items: center;
  min-width: 10%;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.button-3.btnnew {
  background-color: var(--dodger-blue);
  color: #fff;
  cursor: pointer;
  border-radius: 7px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.button3 {
  background-color: #474747;
  justify-content: center;
  align-items: center;
  min-width: 10%;
  margin-left: 10px;
  display: flex;
}

.button3.btnnew2 {
  color: #fff;
  cursor: pointer;
  border-radius: 7px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-3 {
  justify-content: flex-start;
  max-width: 1050px;
  display: flex;
}

.checkbox-field {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 5px;
}

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

.paragraph, .paragraph-2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .social-wrapper {
    width: 725px;
  }

  .main-heading {
    font-size: 43px;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-5 {
    top: 5%;
    right: .5%;
  }

  .cookie-block-container.cookies {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11 {
    margin-right: 0;
  }

  .button-3.btnnew {
    font-size: 14px;
  }

  .button3.btnnew2 {
    margin-left: 5px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 51px;
  }

  h2 {
    margin-bottom: 12px;
  }

  .button.hollow {
    padding: 11px 18px;
  }

  .navbar {
    padding-left: 10px;
  }

  .logo {
    margin-top: 9px;
    font-size: 22px;
  }

  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section.header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-button {
    padding: 10px;
  }

  .nav-menu {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-link {
    padding: 13px 10px;
    font-size: 22px;
  }

  .social-wrapper {
    width: 100%;
    margin-bottom: 9px;
    padding: 12px;
  }

  .project-link {
    width: 50%;
    height: 280px;
  }

  .half-width, .quarter-width, .third-width {
    width: 100%;
  }

  .main-heading {
    font-size: 32px;
    line-height: 34px;
  }

  .button-group {
    margin-top: 26px;
  }

  .slider {
    height: 315px;
  }

  .slide {
    padding: 50px 10px 64px;
  }

  .brand-link {
    text-align: left;
    padding-left: 0;
  }

  .form-wrapper {
    margin-top: 11px;
  }

  .padded-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .process-row {
    margin-bottom: 0;
  }

  .mobile-padding-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .previous-column {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .next-column {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .heading-11 {
    max-width: 60%;
    margin-right: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .button-3.btnnew {
    min-width: 10%;
    font-size: 12px;
    line-height: 19px;
  }

  .button3.btnnew2 {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 8px;
  }

  .footer-social-link {
    margin-left: 7px;
    margin-right: 7px;
  }

  .social-footer-wrap {
    text-align: center;
  }

  .previous-column {
    text-align: left;
    border-bottom: 1px solid #ededed;
    border-right-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .next-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .heading-11 {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button3.btnnew2 {
    margin-top: 10px;
    margin-left: 0;
    padding: 9px 10px;
  }

  .container-3 {
    flex-direction: column;
  }
}


