h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #137fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.nav-link {
  padding: 10px 20px;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 2px solid #fff;
}

.nav-link.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.hero-image {
  position: relative;
  display: block;
  height: 600px;
  padding: 30px 0px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.hero-image.full-screen {
  height: 100vh;
}

.hero-image.hero-tours {
  background-image: -webkit-linear-gradient(270deg, rgba(19, 127, 255, 0), #137fff), -webkit-linear-gradient(270deg, rgba(19, 127, 255, .7), rgba(19, 127, 255, .7)), url('../images/tours-background.jpg');
  background-image: linear-gradient(180deg, rgba(19, 127, 255, 0), #137fff), linear-gradient(180deg, rgba(19, 127, 255, .7), rgba(19, 127, 255, .7)), url('../images/tours-background.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.hero-image.hero-skipper {
  background-image: -webkit-linear-gradient(270deg, rgba(19, 127, 255, 0), #137fff), -webkit-linear-gradient(270deg, rgba(19, 127, 255, .7), rgba(19, 127, 255, .7)), url('../images/sailing-training-center.jpg');
  background-image: linear-gradient(180deg, rgba(19, 127, 255, 0), #137fff), linear-gradient(180deg, rgba(19, 127, 255, .7), rgba(19, 127, 255, .7)), url('../images/sailing-training-center.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.hero-image.hero-thank-you {
  width: 100vw;
  height: 100vh;
  background-color: #137fff;
  background-image: -webkit-linear-gradient(270deg, rgba(19, 127, 255, .5), rgba(19, 127, 255, .39)), url('../images/thank-you-image.jpg');
  background-image: linear-gradient(180deg, rgba(19, 127, 255, .5), rgba(19, 127, 255, .39)), url('../images/thank-you-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text.text-color-white {
  color: #fff;
}

.text.text-color-light-blue {
  color: #a9d0fd;
}

.text.text-color-light-blue.text-small-caps {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text.text-caps {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.block-box-info {
  position: relative;
  width: 300px;
  margin-top: -100px;
  margin-right: 50px;
  margin-bottom: 50px;
  padding: 30px;
  float: left;
  border: 1px solid #ebe6e6;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}

.nav-container {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid hsla(0, 0%, 100%, .37);
  border-bottom: 1px solid hsla(0, 0%, 100%, .37);
  text-align: center;
}

.logo {
  display: block;
  width: 120px;
  margin-right: auto;
  margin-left: auto;
}

.block-hero-text {
  display: block;
  width: 80%;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  text-align: center;
}

.section {
  padding: 60px;
  background-color: #f8f8f8;
}

.text-excerpt {
  font-family: 'Playfair Display', sans-serif;
  font-size: 24px;
  line-height: 35px;
}

.block-course {
  padding: 50px 50px 100px;
  float: none;
  clear: left;
  border: 1px solid #ebe6e6;
  border-radius: 5px;
}

.block-divider-line {
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.block-divider-line.invisible {
  margin-top: 0px;
}

.unordered-list {
  margin-top: 20px;
  padding-right: 50px;
  padding-left: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.block-box-excerpt {
  width: auto;
  margin-left: 150px;
  padding: 50px 50px 50px 210px;
  float: none;
  border: 1px solid #ebe6e6;
  border-radius: 5px;
}

.block-apply-form {
  width: 90%;
  margin: -30px 50px 100px;
  padding: 50px;
  float: left;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}

.column-reset {
  padding-right: 20px;
  padding-left: 20px;
}

.button-apply {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #0468dd;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(270deg, #1e84fc, #137fff);
  background-image: linear-gradient(180deg, #1e84fc, #137fff);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  text-align: center;
}

.button-apply:hover {
  background-color: #137fff;
}

.button-apply.w--current:hover {
  border-color: #137fff;
}

.row {
  margin-top: 50px;
}

.section-footer {
  padding: 15px;
  background-color: #137fff;
  background-image: url('../images/vodan-footer-pattern.png'), -webkit-linear-gradient(270deg, rgba(0, 82, 180, .85), rgba(0, 82, 180, .85));
  background-image: url('../images/vodan-footer-pattern.png'), linear-gradient(180deg, rgba(0, 82, 180, .85), rgba(0, 82, 180, .85));
  background-position: 50% 0px, 0px 0px;
  background-size: 64px, auto;
  background-repeat: repeat-x, repeat;
  background-attachment: scroll, scroll;
}

.section-wide-image {
  height: 400px;
}

.section-wide-image.wide-image-1 {
  background-image: url('../images/tours-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-wide-image.wide-image-2 {
  background-image: url('../images/sailing-training-center.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.icon {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  float: left;
  clear: none;
}

.block-tabs {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom: 1px solid #c7c3c3;
}

.tab {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 30px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #c7c3c3;
  background-color: #ebe6e6;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.tab:hover {
  background-color: #f8f8f8;
}

.tab.w--current {
  width: 33%;
  background-color: #f8f8f8;
}

.block-start {
  margin-bottom: 20px;
  margin-left: 30px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.block-destination {
  margin-right: 30px;
  margin-bottom: 20px;
  float: right;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.column-start {
  height: 100%;
  padding: 0px 20px 20px;
  background-color: rgba(19, 127, 255, .9);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.column-start:hover {
  opacity: 0;
}

.column-departure {
  height: 100%;
  padding: 0px 20px 20px;
  background-color: rgba(19, 127, 255, .9);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: right;
}

.column-departure:hover {
  opacity: 0;
}

.block-route {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #ebe6e6;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
  color: #000;
  text-decoration: none;
}

.block-route:hover {
  border: 1px solid #c7c3c3;
}

.row-route {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 100%;
  border-radius: 3px;
}

.row-route:hover {
  background-color: transparent;
}

.row-route-images {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 250px;
  -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;
}

.column-image {
  overflow: hidden;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
}

.block-dates {
  position: static;
  left: 0px;
  bottom: 0px;
}

.block-destinations {
  height: 160px;
}

.image {
  width: 100%;
}

.block-button-route {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 52px;
  z-index: 20;
  display: block;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  padding: 9px 15px;
  -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: rgba(0, 0, 0, .15);
  border-radius: 3px;
  background-color: #fff;
  font-family: 'Playfair Display', sans-serif;
  color: #137fff;
  text-align: center;
  text-decoration: none;
}

.tabs-container {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.text-color-blue {
  color: #137fff;
}

.block-button-reserve {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 20px;
  padding: 9px 15px;
  float: right;
  border-radius: 5px;
  background-color: #137fff;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
}

.column-spot {
  padding-right: 20px;
}

.block-stop-line {
  width: 95%;
  height: 150px;
  margin-top: -25px;
  margin-bottom: -10px;
  padding-top: 100px;
  float: right;
  border-left: 1px solid #000;
}

.block-stop-line.start {
  height: 30px;
  margin-top: 0px;
  padding-top: 0px;
}

.block-stop-line.stop {
  display: block;
  height: 50px;
  clear: left;
}

.block-stop-line.sail-through {
  position: relative;
  width: auto;
  height: 30px;
  margin-top: -26px;
  margin-bottom: -12px;
  margin-left: 5%;
  padding-top: 0px;
  float: none;
}

.block-stop-icon {
  margin-top: -3px;
  margin-right: 5px;
  margin-left: -12px;
  float: left;
}

.section-pop-up {
  position: fixed;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  display: none;
  overflow: scroll;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -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: 1px solid #ebe6e6;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.form-route {
  display: block;
  width: 60%;
  margin: 40px auto;
}

.text-color-white {
  color: #fff;
}

.form-field {
  height: 50px;
  padding: 12px 15px 11px;
  border-radius: 3px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-close-pop-up {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  text-decoration: none;
}

.button-close-pop-up:hover {
  background-color: #137fff;
  color: #fff;
}

.text-color-black {
  color: #000;
}

.text-onboard-location {
  margin-top: 0px;
  color: #000;
}

.section-mobile-navigation {
  position: fixed;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  border: 1px solid #f8f8f8;
  background-color: #fff;
}

.block-newsletter {
  margin-top: 50px;
  padding: 100px;
  border: 1px solid #ebe6e6;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
  }
  .section {
    padding: 30px;
  }
  .text-excerpt {
    font-size: 22px;
    line-height: 32px;
  }
  .block-course {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .block-apply-form {
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
  }
  .column-reset {
    padding-right: 10px;
    padding-left: 10px;
  }
  .icon {
    width: 18px;
  }
  .tab {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .block-button-route {
    width: 30%;
  }
  .section-pop-up {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .nav-link.nav-mobile {
    display: block;
    margin-bottom: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #137fff;
    font-size: 14px;
  }
  .block-box-info {
    width: 100%;
    float: none;
  }
  .block-hero-text {
    margin-top: 30px;
  }
  .block-box-excerpt {
    margin-left: 0px;
    padding-left: 50px;
  }
  .block-apply-form {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .column-reset {
    margin-bottom: 20px;
  }
  .button-apply.button-wide {
    position: relative;
  }
  .tab {
    font-size: 12px;
  }
  .block-destination {
    display: block;
  }
  .column-departure {
    text-align: left;
  }
  .block-route {
    overflow: hidden;
    height: 100%;
    min-height: 200px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .row-route {
    width: 60%;
    float: left;
  }
  .row-route.row-route-tours {
    width: 100%;
    background-color: hsla(0, 0%, 100%, .95);
  }
  .block-destinations.block-tour-destination {
    height: auto;
  }
  .block-button-route {
    position: absolute;
    left: auto;
    right: 30px;
    bottom: 30px;
    width: 50%;
    margin-top: 30px;
    float: none;
  }
  .block-button-reserve {
    right: 0px;
    bottom: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .column-spot {
    position: static;
    margin-bottom: 11px;
    padding-right: 10px;
  }
  .section-pop-up {
    padding: 50px 30px 30px;
  }
  .form-route {
    width: 100%;
  }
  .form-select-route-mobile {
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-mobile-navigation {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: auto;
    display: none;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .block-mobile-nav-container {
    overflow: hidden;
    border-radius: 5px;
  }
  .mobile-navigation {
    position: fixed;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 200;
    display: none;
    overflow: scroll;
    padding: 40px 20px 20px;
    border: 1px solid #ebe6e6;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.9) translate(0px, -120vh);
    -ms-transform: scale(0.9) translate(0px, -120vh);
    transform: scale(0.9) translate(0px, -120vh);
  }
  .block-newsletter {
    padding: 80px;
  }
  .dropdown {
    display: block;
    width: 87%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .dropdown-list.w--open {
    background-color: #fff;
  }
  .dropdown-link {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #c7c3c3;
    font-family: 'Playfair Display', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .hero-image {
    height: 500px;
  }
  .nav-container {
    display: block;
  }
  .block-hero-text {
    width: 90%;
  }
  .section {
    padding: 15px;
  }
  .text-excerpt {
    font-size: 18px;
    line-height: 28px;
  }
  .block-course {
    padding: 20px 20px 50px;
    float: none;
    clear: none;
  }
  .block-divider-line {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .block-box-excerpt {
    padding: 25px;
  }
  .block-apply-form {
    width: auto;
    margin-right: -10px;
    margin-left: -10px;
    padding: 25px;
    float: left;
  }
  .row {
    margin-top: 30px;
  }
  .section-wide-image {
    height: 300px;
  }
  .block-route {
    min-height: 0px;
  }
  .row-route {
    width: 80%;
  }
  .column-image {
    height: 175px;
  }
  .block-destinations {
    height: 90px;
  }
  .block-button-route {
    display: none;
  }
  .section-pop-up {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
  }
  .form-select-route-mobile {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-mobile-navigation {
    left: 15px;
    top: 15px;
    right: 15px;
    display: block;
  }
  .block-newsletter {
    padding: 20px 20px 10px;
  }
  .dropdown {
    width: 90%;
    margin-bottom: 20px;
  }
  .dropdown-list.w--open {
    background-color: #fff;
  }
  .dropdown-link {
    border-bottom: 1px solid #c7c3c3;
    text-align: center;
  }
}

