h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Vl amplesoft', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Vl amplesoft', sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.overview {
  width: 100%;
  height: 100vh;
  min-height: 800px;
}


.navigation {
  position: fixed;
  height: 70px;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  padding: 0px 20px;
  background-color: #fff;
  box-shadow: 0 7px 19px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.navigation.frontpage {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

.link {
  margin: 20px;
}

.menu-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.column {
  text-align: right;
}

.login-column {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-align: right;
}

.login-button {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.login-button:hover {
  background-color: #f3f3f3;
}

.large-section {
  position: relative;
  overflow: hidden;
	background-size: cover;
    background-position: center center;
  width: 100%;
  	min-height: 100vh;
	height: auto;
}

.large-section.pricing {
  background-color: #7e8285;
  background-image: url('../images/pricing-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.large-section.app {
  background-color: #f5f5f5;
}

.large-section.ride {
  background-color: #afafaf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/500_F_237088641_BHvdMaBlH7Xa2T9uLDusj7xogeSXtcMv.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/500_F_237088641_BHvdMaBlH7Xa2T9uLDusj7xogeSXtcMv.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.large-section.rent {
  background-color: #b9b9b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/500_F_133967632_eCpzTNqI2Kvt4Sw0NV9Ood78l0AroT4I.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/500_F_133967632_eCpzTNqI2Kvt4Sw0NV9Ood78l0AroT4I.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.large-section.boat {
  background-color: #ccc;
}

.content-down {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  padding: 20px 40px 70px;
  background-color: #fff;
}

.overview-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	flex-shrink: 0;
  height: 100%;
  max-width: 600px;
  padding: 0px 70px 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  color: #fff;
}

.overview-content.inner-page {
  background-color: #fff;
  color: #000;
}

.navi-link {
  padding: 25px 0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  list-style: none;
  float: left;
}
.navi-link a {
  padding: 25px;
  text-decoration: none;
  color: #000;
}
.navi-link:hover {
  background-color: #f3f3f3;
}
.body {
  font-family: 'Halyard display', sans-serif !important;
  font-weight: 300 !important;
}

.small-paragraph {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}
.admin-bar .navigation {
    top: 32px;
}
.page-template-template-terms {
    padding-top: 70px;
}
.heading {
  margin-bottom: 25px;
  font-size: 58px;
  line-height: 64px;
}

.dropdown-toggle {
  padding-bottom: 5px;
}

.dropdown-list {
  margin-top: 20px;
  margin-left: -60px;
  width: 130px;
  background-color: #fff;
}

.dropdown-list.w--open {
  margin-top: 21px;
  margin-left: -35%;
  background-color: #fff;
}

.white-button {
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 70px;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.white-button.hero-button {
  margin-right: 30px;
  box-shadow: 0 1px 13px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms cubic-bezier(.76, .001, .135, 1.007);
  transition: all 200ms cubic-bezier(.76, .001, .135, 1.007);
  font-size: 13px;
}

.white-button.hero-button:hover {
  background-color: #50a2ca;
  color: #fff;
}

.hero-buttons {
  margin-top: 15px;
}

.footer {
  padding-top: 70px;
  padding-bottom: 20px;
  text-align: left;
}

.footer.large-section {
	min-height: 100vh;
  padding-top: 140px;
  background-color: transparent;
}

.footer-block {
  color: #747474;
  font-size: 12px;
  text-align: center;
}

.basic-button {
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 100px;
  background-color: transparent;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.basic-button.front-button {
  margin-top: 15px;
}

.basic-button.front-button:hover {
  background-color: #000;
  color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-logo {
  margin-bottom: 2.5em;
}

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

.footer-link {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #707070;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link:hover {
  color: #000;
}

.footer-links {
  margin-top: 30px;
}

.boat-360 {
  position: absolute;
  left: 6%;
  top: 8%;
  right: auto;
  bottom: auto;
  display: block;
}

.boat-image {
  position: absolute;
  left: auto;
  top: auto;
  right: -10%;
  bottom: 23%;
}

.app-image {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.google-play-store {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 28%;
  width: 140px;
}

.apple-badge {
  position: absolute;
  left: auto;
  top: auto;
  right: 20%;
  bottom: 28.5%;
}

.image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 150px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.basic-content {
  padding-top: 80px;
  padding-bottom: 150px;
}

.image-content {
  height: 300px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.marketing-image {
  width: auto;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
z-index: -1;
	object-fit: cover;
}

.symbol-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.symbol {
  max-width: 70px;
	max-height: 50px;
  margin-bottom: 10px;
}

.symbol-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 200px;
}

.submit-button {
  background-color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gform_button {
  background-color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  width: 6em;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  font-weight: 300 !important;
}

.gform_wrapper .gfield_required {
  display: none;
}

.field-label {
  font-weight: 300;
}

.field-label-2 {
  font-weight: 300;
}

.login {
  padding-top: 140px;
  padding-bottom: 140px;
}

.form {
  width: 100%;
  max-width: 500px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.submit-button-2 {
  background-color: #000;
}

.main-heading {
  margin-bottom: 40px;
  text-align: center;
}

.single-lift {
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: left;
  letter-spacing: 1px;
  text-align: center;
}

.text-block {
  font-weight: 400;
  text-transform: uppercase;
}

.submit-button {
  margin-top: 10px;
}

.label {
  font-weight: 300;
}

.table-header {
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  background-color: #ececec;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.site-header {
  display: none;
}

.logo {
  margin-top: 1.5em;
}

.navi-link a.white {
  color: #fff;
}

.navi-link a.black {
  color: #000;
}

.login-column a.scrolled {
  background-color: transparent;
  transition: all 200ms linear;
}
.navi-link a.scrolled {
  background-color: transparent;
  color: #fff !important;
  transition: all 200ms linear;
}

.w-icon-dropdown-toggle.scrolled {
  background-color: transparent;
  color: #fff !important;
  transition: all 200ms linear;
}

.mobile-navigation {
  display: none;
}
.desktop-navigation {
  display: block;
	    padding: 20px 0px;
}

.pagination {
  position: fixed;
  right: 20px;
  z-index: 20000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  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: 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;
  list-style-type: none;
}

.pagination a.active {
  border-right: 4px solid #000;
}
.pagination a {
  display: block;
  margin-bottom: 8px;
  color: #000;
  height: 30px;
  position: relative;
  padding: 4px;
  border-right: 2px solid #000;
}

.pagination a:hover .hover-text {
  opacity: 1;
}

.pagination a.active .hover-text {
  opacity: 1;
}

.pagination a .hover-text {
  position: absolute;
  right: 15px;
  top: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
}

.moving-text {
  animation-name: moveInLeft;
  animation-duration: 1.2s;
  animation-timing-function: ease-in;
}

[data-aos="font-color"] {
  color: #fff;
  transition-property: transform, color;
}
#overview {
	align-items: center;
}
.current-menu-item a:link,
.current-menu-item a:visited,
.current-menu-item a:active {
	color: royalblue;
}
@keyframes moveInLeft {
  0% {
      opacity: 0;
      transform: translateX(-100px);
  }

  100% {
      opacity: 1;
      transform: translate(0);
  }
}



@media (max-width: 1025px) {
  .mobile-navigation {
    display: block;
    float: right;
  }
  .desktop-navigation {
    display: none;
  }
  .menu-column {
    display: none;
  }
  .login-column {
    margin-top: -38px;
  }
  .dropdown-list {
    width: 150px;
  }
  .w-dropdown-link {
    padding: 10px 0px;
  }
  .w-dropdown-link a {
    padding: 10px 0;
    display: block;
    color: #222222;
    text-decoration: none;
}
}

@media (max-width: 813px) {
	
	.heading {
    font-size: 34px;
}
	.content-down {
		bottom: 60px;
	}
	.basic-content {
		padding-top: 50px !important;
	}
	.w-richtext {
    padding: 20px;
}
img.symbol {
    max-height: 40px;
}

.text-block {
    font-size: 8px;
}

.single-lift {
    padding: 5px;
    flex: 0 25%;
}

.content-down {
    padding: 20px 20px 20px;
	bottom: 0px;
}

.overview-content {
    max-width: 100vw;
    padding-top: 60px;
    height: 50vh;
    padding: 20px;
}
	.footer.large-section {
		padding-left: 20px;
padding-right: 20px;
	}
	.footer.large-section .w-col {
		padding: 0px;
	}
  .pagination {
    display: none;
  }
  .dropdown {
    padding: 18px;
  }
  .boat-360 {
    left: 0;
    top: 0;
    width: 20em;
    right: auto;
    bottom: auto;
    display: block;
  }
  .boat-image {
    left: auto;
    top: auto;
    right: 0;
    bottom: 35%;
  }
  .app-image {
    margin-top: 0%;
	  width: 250px;
  }
  .symbol-wrapper {
    margin-bottom: 30%;
  }
  .navi-link{
    padding: 25px 5px;
  }
  .navi-link a{
    padding: 25px 5px;
  }

.apple-badge {
  left: auto;
  top: 40%;
  right: 5.5%;
  bottom: 45%;
}
.google-play-store {
  left: auto;
  top: 46%;
  right: 3%;
  bottom: 38%;
}
.single-lift {
  padding-right: 10px;
  padding-left: 10px;
}
.footer.large-section {
  height: auto;
		min-height: 100vh;
}
.overview-content {
  max-width: 100vw;
  padding-top: 60px;
}
.overview {
  min-height: 450px;
  height: auto;
}
	.current-menu-item a {
    color: royalblue;
}
.moving-text {
  margin-top: 15%;
}
.overview.inner-page {
  background-size: contain !important;
  background-position: bottom !important;
}
.basic-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
.login-button {
  display: none;
}
.w-icon-dropdown-toggle {
  margin-top: 15px;
}
.login-column a.scrolled {
  color: #000;
}
	#overview {
		flex-direction: column;
	}
	.overview-image-area {
		height: 400px !important;
	}
	.heading {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 30px;
}

.overview-content {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 30px;
}

.hero-buttons {
    margin-top: 0px;
}

.footer.large-section {
	height: auto !important;
}
}

@media (max-width: 479px) {
	.app-image {
		margin-top: 20%;
		width: 100%;
	}
  .overview-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading {
    font-size: 30px;
    line-height: 40px;
  }
  .login {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Halyard display';
  src: url('../fonts/Halyard-Display-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Vl amplesoft';
  src: url('../fonts/VL_AmpleSoft-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

.site-content {
    max-width: 1960px;
	width: 100%;
    margin: auto;
}
.basic-content.large-section {
    padding-top: 140px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 12px 20px;
    border-radius: 100px;
}

.home .navigation.frontpage  a.w-inline-block{
    position: relative;
    z-index: 1;
}
.covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.covervid-wrapper video{
    object-position: center;
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
}

.page-template-template-front-v2 .navigation{
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}

.network-inner-loop .w-row{
    display: flex;
    flex-wrap: wrap;
}
.network-inner-loop .w-row .w-col{
    float: none;
    padding: 0;
}
.network-inner-loop .overview-content.inner-page{
    padding-top: 50px;
    max-width: 400px;
}
.network-inner-loop .overview-content.inner-page h1, .network-inner-loop .overview-content.inner-page h2{
    color: #404040;
}
.network-inner-loop .overview-content.inner-page h3{
    font-family: 'Vl amplesoft', sans-serif;
    color: #404040;
}
.network-inner-loop .overview-content.inner-page p{
    font-family: 'Halyard display', sans-serif;
    color: #404040;
    font-weight: 400;
    display: inline-block;
    width: 100%
}
.network-inner-loop .overview-content.inner-page p.inline{
    margin-bottom: 0;
}
.network-inner-loop .links-cta{
    margin-top: 60px;
}
.network-inner-loop .overview-content.inner-page h3.inline p{
    display: inline;
}
.network-inner-loop .overview-content.inner-page p.inline a{
    color: #404040;
}
.network-inner-loop .overview-content.inner-page .open-hours-heading{
    margin-top: 20px;
}
.map-infowindow p{
    padding-right: 20px;
    margin-bottom: 0;
}
.map-infowindow p.title{
    font-weight: 700;
}

.network-inner-loop .gm-style .gm-style-iw{
    min-width: 250px !important;
    padding: 10px !important;
    border-radius: 5px !important;
    padding-bottom: 0 !important;
}

.network-inner-loop .gm-style .gm-style-iw .gm-ui-hover-effect{
    top: 0 !important;
    right: 0 !important;
}

.home header.no-overlap{
    position: relative;
    z-index: 99999;
}
@media (max-width: 813px){
    .network-inner-loop{
	flex-wrap: wrap
    }
    .network-inner-loop .overview-content{
	height: auto !important;
    }
    .network-inner-loop .map-section{
	height: 500px !important;
    }
    .network-inner-loop .w-row .w-col{
	padding: 0
    }
    .network-inner-loop .links-cta{
        margin-top: 30px;
        margin-bottom: 20px;
}
}