body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 13px;
  line-height: 22px;
  font-weight: 400;
}

a {
  /*color: #2196f3;*/
  color: #4a75b2;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #333;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, .77);
}

.button.black {
  background-color: #333;
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
  background-color: #4a75b2;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-family: 'Helvetica Neue', sans-serif;
}

.button.full-width:hover {
  background-color: #a32a37;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.navigation-link {
  height: 60px;
  /*margin-right: 15px;*/
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  /*text-transform: capitalize;*/
  text-transform: none;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
  /*text-transform: capitalize;*/
  text-transform: none;
}

.navigation-link.white:hover {
  text-decoration: underline;
}

.navigation-link.white.logo {
  font-weight: 700;
}

.navigation-link.white.logo:hover {
  color: #fff;
}

.navigation-link.white.phone {
  padding-left: 5px;
  color: #fff;
}

.navigation-link.grey {
  margin-right: 20px;
}

.navigation-link.newcolor {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #4a75b2;
  font-weight: 700;
}

.navigation-link.newcolor:hover {
  color: #a32a37;
  text-decoration: underline;
  
}

.links.navigation-menu.w-nav-menu .navigation-link.newcolor {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.links.navigation-menu.w-nav-menu .navigation-link.newcolor:hover {
  background-color: #dfdfdf;
}

.navigation-link.phone {
  margin-right: 0px;
}

.navigation-link.phone.newcolor {
  margin-right: 0px;
  padding-left: 5px;
}

.links.navigation-menu.w-nav-menu .navigation-link.w-nav-link {
  padding-bottom: 55px;
}

.navigation-bar {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.navigation-bar.dark {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 60px;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.mobile.navigation-bar.w-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none !important;
  height: 60px;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.navigation-bar.dark.var2 {
  background-color: transparent;
}

.navigation-bar.dark.basic {
  position: relative;
  height: auto;
  margin-bottom: 10px;
  background-color: transparent;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu {
  float: left;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.navigation-menu.phone {
  float: right;
  line-height: 22px;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #fff;
}

.section.centered {
  text-align: center;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.section.advantages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 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;
}

.section.motorcycles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: hsla(0, 0%, 96%, .5);
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 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;
}

.section.cta.motorcycle {
  height: auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

.section.tours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: hsla(0, 0%, 96%, .5);
}

.section.news {
  background-color: hsla(0, 0%, 96%, .5);
}

.section.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 40px;
  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;
}

.section.odd {
  background-color: #fafafa;
}

.section.routes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 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;
  padding-left: 10px;
  padding-right: 10px;    
}

.section.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: hsla(0, 0%, 96%, .5);
}

.section.hero {
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/P90134641_highRes_bmw-r-1200-gs-advent.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slider {
  position: relative;
  display: block;
  height: auto;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.slide {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.slide.two {
  padding: 30px;
  background-color: #dbdbdb;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

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

.cta-section.centered-accented {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
}

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

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding: 117px 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.hero-section {
  height: 100vh;
  background-image: url('../images/P90134641_highRes_bmw-r-1200-gs-advent.jpg');
  background-position: 50% 50%;
  background-size: 100vw;
  background-attachment: scroll;
  font-weight: 700;
}

.hero-section.centered {
  text-align: center;
}

.hero-section.var2 {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.slider-navigation {
  position: relative;
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  margin-right: 0px;
  padding: 8px 6px 6px;
  background-color: #5d5d5d;
  font-size: 33px;
}

.slider-icon-circle.left {
  margin-left: 0px;
}

.hero-heading {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.4px;
}

.hero-heading.var2 {
  color: #fff;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

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

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

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, .64);
  color: hsla(0, 0%, 100%, .72);
}

.section-heading {
  margin-bottom: 0px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
}

.section-heading.centered {
  font-family: 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.3px;
}

.section-heading.centered.single {
  padding-left: 0px;    
  margin-bottom: 20px;
}

.section-heading.single {
  padding-left: 10px;    
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 0px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 13px;
  text-transform: none;
}

.section-subheading.center {
  margin-bottom: 30px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.2px;
}

.section-subheading.center.questions {
  margin-top: 10px;
  margin-bottom: 15px;
}

.section-subheading.center.about {
  margin-bottom: 60px;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 26px;
  font-weight: 400;
}

.section-subheading.center.nearest-tours {
  margin-bottom: 10px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  overflow: visible;
  min-height: 60px;
  margin-top: -30px;
  margin-bottom: 25px;
  clear: left;
  direction: ltr;
}

.form-field.text-area {
  min-height: 110px;
  margin-bottom: 20px;
  padding-top: 30px;
  font-family: 'Helvetica Neue', sans-serif;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-field.text {
  min-height: 150px;
  margin-top: -25px;
}

.form-field.left {
  font-family: Helvetica, sans-serif;
}

.form-wrapper.squeezed {
  display: block;
  max-width: 600px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, .36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}

.social-icon-link:hover {
  opacity: 0.5;
  -webkit-filter: hue-rotate(150deg);
  filter: hue-rotate(150deg);
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
}

.section.footer {
  padding-bottom: 0px;
}

.disclaimer-text p {
    margin-bottom: 0px;
}

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

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  padding-top: 30px;
  background-color: #f1f1f1;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.link {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Helvetica Neue', sans-serif;
  color: #4a75b2;
  text-align: left;
  text-decoration: none;
}

.link:hover {
  color: #a32a37;
  text-decoration: underline;
}

.link.learn-more {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Helvetica Neue', sans-serif;
  text-align: center;
}

.link.learn-more:hover {
  color: #a32a37;
}

.link.learn-more.second-screen {
  margin-top: 20px;
}

.link.telephone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  border-bottom: 1px solid transparent;
  color: #4a75b2;
  font-size: 30px;
  line-height: 27px;
  text-align: center;
}

.link.telephone:hover {
  border-bottom-color: #a32a37;
  color: #a32a37;
  line-height: 27px;
  text-decoration: none;
}

.link.closest-tours {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 16px;
  text-align: center;
}

.link.closest-tours:hover {
  color: #a32a37;
}

.link.footer-link {
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 18px;
}

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

.link.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px auto;
  float: left;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Helvetica Neue', sans-serif;
  text-align: center;
}

.link.tour {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.link.black {
  color: #000;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, .74);
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

.image-column {
  display: block;
  -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;
  text-align: center;
}

.image-column.left {
  padding-left: 0px;
}

.image-column.right {
  padding-right: 0px;
}

.content-column {
  padding-top: 42px;
}

.container {
  margin-right: 10px;
  margin-left: 10px;
}

.container.questions {
  margin-top: 20px;
  margin-bottom: 50px;
}
.section.cta.motorcycle .container.questions,
.phone.section .container.questions{
  margin-bottom: 0;
}

.motorcycles-column { 
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.waterfall-image-column {
  text-align: center;
}

.hero-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 20px;
  text-align: center;
}

.hero-descriptor {
  position: absolute;
  text-align: center;
}

.section-descriptor {
  text-align: center;
}

.div-block {
  background-color: #e6e6e6;
}

.feature-block-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;    
  -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;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.feature-block-desctiptor {
  display: none;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 16px;
}

.feature-block-image {
  width: 100%;
}

.feature-block-image.middle {
  width: 50%;
}

.image {
  float: left;
}

.image.middle {
  max-width: 50%;
}

.image-2 {
  float: right;
}

.image-3 {
  width: 45%;
}

.div-block-2 {
  border: 1px solid #a8a8a8;
}

.motorcycle-div {
  margin-bottom: 20px;
  border: 1px solid #d3d3d3;
  background-color: #f1f1f1;
  color: #000;
}

.motorcycle-div.clickable:hover {
  border-color: #4a75b2;
}

.feature-header-div {
  padding-top: 10px;
  padding-bottom: 6px;
  background-color: #f1f1f1;
}

.feature-description-div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.features-list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
}

.learn-more-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  font-family: 'Helvetica Neue', sans-serif;
}

.feature-text {
  margin-top: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.feature-text.price {
  font-weight: 700;
}

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

.div-block-3 {
  position: absolute;
  left: 0px;
  top: 10%;
  right: 0px;
}

.hero-descriptor-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 7%;
  display: inline;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.div-block-5 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.advantage-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 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;
  border: 1px none #d3d3d3;
  text-transform: uppercase;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.footer-container {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.tour-header-div,
.news-header-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-header-div {
  padding: 0 10px 0;
}

.tour-div {
  margin-bottom: 20px;
  padding-top: 10px;
  border: 1px solid #d3d3d3;
  background-color: #f1f1f1;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #000;
}

.tour-div:hover {
  border-color: #4a75b2;
}

.tour-dates {
  margin-bottom: 7px;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.tour-images-div {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.tour-price {
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.tour-price.motorcycle {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: center;
}

.tour-description {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
}

.text-block {
  font-family: 'Helvetica Neue', sans-serif;
  color: #a8a8a8;
  text-align: center;
}

.phone-icon {
  margin-top: 24px;
  margin-bottom: 17px;
  -webkit-filter: brightness(48%);
  filter: brightness(48%);
}

.phone-icon.white {
  -webkit-filter: none;
  filter: none;
}

.tour-image-div {
  height: 130px;
  padding: 0px;
  border-bottom: 1px solid #f1f1f1;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tour-image-div.second {
  width: 50%;
  padding: 12px;
  float: left;
  border-top: 1px solid #fff;
  border-right: 1px solid #f1f1f1;
  border-bottom-style: none;
  background-size: cover;
}

.tour-image-div.third {
  width: 50%;
  float: left;
  border-top: 1px solid #fff;
  border-left: 1px solid #f1f1f1;
  border-bottom-style: none;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tour-image-div.third._2 {
  border-left-width: 1px;
}

.div-block-7 {
  width: 50%;
  float: left;
}

.div-block-8 {
  width: 50%;
  float: left;
}

.motorcycle-image-div {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.motorcycle-image-div.second {
  width: 50%;
  float: left;
  background-image: url('../images/1_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.motorcycle-image-div.second._3a {
  background-image: url('../images/1_2.jpg');
  background-position: -35px 0px;
  background-size: cover;
}

.motorcycle-image-div.second._2a {
  background-image: url('../images/1_3.jpg');
}

.motorcycle-image-div.third {
  width: 50%;
  float: left;
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.motorcycle-image-div.third._3 {
  background-image: url('../images/3_2.jpg'), url('../images/2_3.jpg');
  background-position: -26px 0px, 50% 50%;
  background-size: cover, cover;
}

.motorcycle-image-div.third._2b {
  background-image: url('../images/3_1.jpg');
  background-position: -27px 0px;
  background-size: cover;
}

.motorcycle-image-div img {
  width: 100vh;
}

.heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 22px;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 6px;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.form-input-div {
  float: left;
  clear: left;
}

.form-input-div.name {
  float: none;
}

.form-input-div.phone {
  float: none;
}

.form-input-div.comment {
  float: none;
}

.div-block-11 {
  width: 50%;
  float: left;
}

.image-6 {
  height: 22px;
  max-width: none;
  margin-right: 5px;
  float: left;
}

.phone-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
  font-family: Helvetica, sans-serif;
  line-height: 22px;
  text-align: center;
}

.form-column.left {
  padding-left: 0px;
  margin-left: 0px;    
}

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

.logo {
  display: block;
  height: 40px;
  max-width: none;
  margin-top: 11px;
  margin-right: 20px;
  margin-left: auto;
  padding-left: 0px;
  color: #333;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.logo.homepage {
  color: #fff;
}

.logo.var2 {
  position: absolute;
  left: 0px;
  top: 76px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.phone {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #333;
  line-height: 22px;
}

.phone.white {
  color: #f1f1f1;
}

.phone.white:hover {
  text-decoration: underline;
}

.heading-3 {
  line-height: 35px;
}

.destinations-row {
  margin-right: -10px;
  margin-left: -10px;
}

.destination-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #d3d3d3;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
}

.destination-div:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  color: #fff;
}

.destination-div._1 {
  background-image: url('../images/2_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.destination-div._2 {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.destination-div._3 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.destination-div._4 {
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.table-row,
.table-row .w-col {
  padding: 5px 0px;
  border-left-color: transparent;
}
.table-columns.w-row {
  width: 100%;
}
.text-block-2 {
  font-size: 15px;
}

.slider-image {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  border: 3px solid #fff;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.slider-image._1 {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.slider-image._2 {
  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;
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-image.b1 {
  background-image: url('../images/2_1.jpg');
  background-size: cover;
}

.slider-image.b2 {
  background-image: url('../images/1_1.jpg');
  background-size: cover;
}

.div-block-12 {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.footer-logo {
  max-width: 215px;
  margin-top: 15px;
}

.logo-div {
  position: absolute;
  left: 0px;
  top: 77px;
  right: 0px;
}

.advantages-icon {
  display: block;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.destination-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, .4);
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.1px;
}

.slider {
  background-color: transparent;
}

.icon {
  background-color: #5d5d5d;
}

.slider-arrow {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: rgba(93, 93, 93, .9);
}

.slider-arrow.left {
  margin-left: 0px;
}

.slider-arrow.right {
  margin-right: 0px;
}

.motorcycle-description-header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 18px;
  font-weight: 500;
}

.slide-nav {
  position: relative;
}

.motorcycle-description.left {
}

.motorcycle-description.right {
  padding-right: 10px;
}

.motorcycle-properties-row {
  margin-bottom: 30px;
}

.footer-column.left {
  padding-left: 10px;
}

.footer-column.right {
  padding-right: 0px;
}

.mask {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.motorcycle-property-text {
  min-width: 125px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: -0.2px;
}

.closest-tours-link {
  display: block;
  margin: 10px auto;
  text-align: center;
}

.slide-2 {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-3 {
  text-align: center;
}

.div-block-13 {
  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;
}

.route-properties {
  margin-bottom: 30px;
}

.important-text {
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.2px;
}

.motorcycle-rent-comments-div p {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.1px;
  padding-left: 0px;
  padding-right: 0px;
}

.motorcycle-rent-header {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 6px;
  border-bottom: 1px solid #dfdfdf;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  text-align: left;
}

.motorcycle-properties {
  display: inline-block;
  max-width: 350px;
  margin-top: 0px;
  padding: 15px;
  float:right;
  border: 1px solid #dfdfdf;
  background-color: hsla(0, 0%, 96%, .5);
}

.motorcycle-rent-prices-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-table!important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tour-properties {
  margin-bottom: 30px;
}

.tour-properties-table {
  /*width: 350px;*/
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 15px 10px;
  float: left;
  border: 1px solid #dfdfdf;
  background-color: hsla(0, 0%, 96%, .5);
  font-family: 'Helvetica Neue', sans-serif;
}

.tour-description-column.w-col-7 {
  width: 68.33333333%;
}
.tour-properties-column.w-col-5 {
  width: 31.66666667%;
}

.tour-properties-table.left {
  padding-left: 15px;
}

.tour-properties-table.right {
  padding: 15px;
  background-color: hsla(0, 0%, 96%, .5);
}

.tour-description-column.left {
  font-family: 'Helvetica Neue', sans-serif;
  padding-left: 10px;
}

.tour-description-column.right {
  padding: 15px;
  background-color: #f1f1f1;
}

.tour-properties-table-header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.tour-property-text {
  margin-bottom: 0px;
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: -0.2px;
}

.tour-properties-column {
  padding-right: 10px;
}

.route-description-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.route-properties-table {
  max-width: 350px;
  padding: 15px;
  float: none;
  background-color: #f1f1f1;
}

.route-properties-header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a8a8a8;
  line-height: 18px;
}

.motorcycle-rent-prices-text {
  min-width: 125px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue', sans-serif;
  text-align: left;
  letter-spacing: -0.2px;
}

.motorcycle-rent-div {
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  border: 1px solid #dfdfdf;
  background-color: hsla(0, 0%, 96%, .5);
}

.important-text-2 {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.2px;
}

.disclaimer-div {
  display: block;
  width: 100%;
  margin-top: 5px;
}

.disclaimer-text {
  font-family: 'Helvetica Neue', sans-serif;
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.link-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #4a75b2;
  text-align: center;
}

.paragraph-4 {
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: -0.2px;
}

.important-text-3 {
  font-weight: 700;
}

.motorcycle-rent-comments-div p {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.1px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000004, 0.6000000000000004);
  -ms-transform: scale(0.6000000000000004, 0.6000000000000004);
  transform: scale(0.6000000000000004, 0.6000000000000004);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

.container-blocks {
padding-left: 10px;
padding-right: 10px;
}
.motorcycle-rent-div {
    margin-left: 20px;
    margin-right: 20px;
}

.column.w-col.w-col-6.w-col-small-6.w-col-tiny-6 {
    padding-left: 0px !important;
}


@media (min-width: 991px) and (max-width:1024px) {
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack {
     display:none;
 }
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack:nth-child(1) {
     display:block;
 }    
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack:nth-child(2) {
     display:block;
 }
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack:nth-child(3) {
     display:block;
}   
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack:nth-child(4) {
     display:block;
}
.mobile.navigation-bar.w-nav {
    display:block !important;
}       
.mobile.navigation-bar.w-nav {
    display:block !important;
}
.basic-wrapper,
.navigation-bar.dark.basic {
    display: none;
}    
}




@media (max-width: 991px) {
.motorcycle-rent-div {
    margin-left: 10px;
    margin-right: 10px;
}    
.tour-properties-table.one {
    margin-left:10px;
    margin-right:10px;
}
.tour-properties-table.two {
    margin-left:10px;
    margin-right:10px;
}    
.tour-properties-table.three {
    margin-left:10px;
    margin-right:10px;
}        
.paragraph {
    font-size:13px;
}    
.motorcycles-column {
  padding-left: 10px;
  padding-right: 10px;    
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}    
.container-blocks {
    padding-left:10px;
    padding-right:10px;    
}
.motorcycle-div  {
    margin-bottom: 20px;
}
.mobile.navigation-bar.w-nav {
    display:block !important;
}   
.basic-wrapper, .navigation-bar.dark {
  display: none;
}
.basic-wrapper, .navigation-bar.dark.basic {
    display: none;
}
.tour-description-column.left { 
    padding-left: 10px;
}    
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack {
     display:none;
 }
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack:nth-child(1) {
     display:block;
 }    
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack:nth-child(2) {
     display:block;
 }
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack:nth-child(3) {
     display:block;
}   
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack:nth-child(4) {
     display:block;
}   
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.left {
    float: left;
  }
  .hamburger-button.white {
    color: #fff;
  }
  .section.advantages {
    display: block;
    height: auto;
  }
  .section.motorcycles {
    /*display: inline-block;*/
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .section.cta {
    padding-top:30px;  
    display: block;
    height: auto;
  }
  .section.tours {
    display: block;
    height: auto;
    max-height: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section.routes {
    display: block;
    height: auto;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;  
  }
  .hero-section {
    background-position: 64% 75%;
    background-size: cover;
  }
  .slider-arrow-link.left {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider-icon-circle.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-heading.centered {
    color: #000;
    padding-left: 0px;
    font-size: 22px;
    line-height: 26px;
  }
  .section-subheading.center {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
  }
  .section-title-group {
    margin-bottom: 20px;
  }
  .form-wrapper.squeezed {
  display: block;      
  max-width: 600px;
  margin-top: 20px;
  }
  .link.learn-more {
    margin-top: 0px;
  }
  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }
  .nav-menu {
    padding: 17px;
    background-color: #333;
  }
  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .content {
    width: 100%;
    height: auto;
  }
  .social-footer {
    margin-top: 0px;
  }
  .content-column {
    padding-top: 0px;
  }
  .container.questions {
    margin-bottom: 50px;
  }
  .container.advantages {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .motorcycles-column.right {
    padding-right: 10px;
  }
  .hero-descriptor {
    text-align: left;
  }
  .section-descriptor {
    font-size: 14px;
  }
  .feature-text {
    padding-right: 8px;
    padding-left: 8px;
    line-height: 14px;
  }
  .hero-descriptor-div {
    left: 0px;
    right: 0px;
    bottom: 5%;
    text-align: left;
  }
  .advantage-div {
    min-height: 130px;
    margin-bottom: 20px;
  }
  .tour-div {
    margin-bottom: 20px;
  }
  .paragraph-2 {
    font-size: 14px;
  }
  .destinations-row {
    margin-bottom: 0px;
  }
  .destination-div {
    width: 100%;
    height: auto;
    max-width: none;
    margin-bottom: 20px;
  }
  .table-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*display: flex;*/
    display: table;
  }
  .slider-image._1 {
    background-size: cover;
  }
  .footer-logo {
    max-width: 160px;
  }
  .advantages-icon {
    max-width: 35%;
  }
  .motorcycle-description.right {
    padding-right: 0px;
  }
  .tour-properties-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 250px;
    margin-right: 0px;
    margin-left: 10px;
    float: left;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tour-properties-table.left {
    padding-left: 15px;
  }
  .tour-properties-table.right {
    margin-right: 0px;
  }
  .tour-properties-table._1 {
    margin-right: 10px;
  }
  .tour-properties-table._2 {
    margin-left: 10px;
  }
  .tour-properties-column {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0px;
    padding-right: 0px;
 
  }
  .route-description-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .route-properties-table {
    float: none;
    clear: left;
  }
  .div-block-15 {
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .motorcycle-rent-prices-text {
    font-size: 16px;
    line-height: 22px;
  }
  .motorcycle-rent-comments-div p {
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #9b9b9b;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.1px;
    padding-left:0px;  
  } 
  .section-heading.single {
    padding-left:10px;  
  }    
}





@media (max-width: 667px) {           
.paragraph {
    font-size:13px;
}    
.form-column.left {
    padding-right: 5px;
  }
.form-column.right {
    padding-left: 5px;
  }      
.tour-div {
    margin-bottom: 10px;
  }        
}


@media (max-width: 1024px) and (orientation:landscape) {  
.hero-heading {
    font-size: 30px;
    line-height: 30px;
  }       
}


@media (max-width: 769px) and (orientation:portrait) {  
.hero-heading {
    font-size: 30px;
    line-height: 30px;
  }       
}

@media (max-width: 667px) and (orientation:landscape) {  
.hero-heading {
    font-size: 20px;
    line-height: 30px;
  }       
}

@media (max-width: 400px) and (orientation:portrait) {  
.hero-heading {
    font-size: 20px;
    line-height: 30px;
  }       
}


@media (max-width: 769px) {           
 .tour-div {
    margin-bottom: 10px!important;
  }    
.section-heading.single {
    padding-left:0px;
  }

.tour-description-column.left {
    padding-left: 0px;
}    
.container-blocks {
    padding-left:5px;
    padding-right:5px;    
}    
.tour-description-column.left { 
    padding-left: 0px;    
}    
.mobile.navigation-bar.w-nav {
    display:block !important;
}   
.basic-wrapper, .navigation-bar.dark.basic {
    display: none;
}    
.form-column.left {
    padding-right: 0px;
  }
.form-column.right {
    padding-left: 0px;
  }       
wrapper.squeezed {
max-width: none;
} 
.footer-text {
  text-align: center;
}        
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack {
     display:none;
 }
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack:nth-child(1) {
     display:block;
 }    
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack:nth-child(2) {
     display:block;
 }    
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack:nth-child(3) {
     display:block;
 }        
.home .adnvantages-column.left.w-col.w-col-3.w-col-medium-6.w-col-small-6.w-col-tiny-tiny-stack:nth-child(4) {
     display:block;
 }            
  .navigation-link.white {
    font-size: 14px;
  }
  .navigation-link.white.logo {
    font-size: 14px;
  }
  .navigation-link.white.left {
    padding-right: 15px;
  }
  .navigation-link.newcolor {
    font-size: 18px;
  }
  .basic-wrapper, .navigation-bar.dark {
    padding-right: 10px;
    padding-left: 10px;
    display: none !important;  
  }      
  .brand-link.on-top {
    float: left;
  }
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-left: 0px;
  }
  .section.cta {
    margin-top:30px;
    display: block;
    height: auto;
  }
  .section.tours {
    max-height: none;
  }
  .section.hero {
    height: 90vh;
  }
  .hero-slider {
    height: 528px;
  }
  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
  }
  .hero-section {
    background-position: 61% 59%;
    background-size: cover;
    box-shadow: 0 0 6px 0 #fff;
  }
  .section-heading {
    font-size: 24px;
    line-height: 28px;
  }
  .section-heading.centered {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .section-heading.centered.single {
    text-align: center;
  }
  .section-heading.single {
    text-align: left;
    padding-left:0px;  
  }
  .section-subheading.center {
    font-size: 16px;
    line-height: 18px;
  }
  .section-title-group {
    margin-bottom: 15px;
    text-align: center;
  }
  .picture-border {
    margin-bottom: 13px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .link.telephone {
    font-size: 26px;
  }
  .footer-link {
    text-align: center;
  }
  .grid-fours {
    width: 33.33%;
  }
  .image-column {
    margin-bottom: 10px;
  }
  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }
  .hero-descriptor {
    font-size: 16px;
    line-height: 18px;
  }
  .section-descriptor {
    font-size: 14px;
  }
  .feature-block-header {
    line-height: 17px;
    min-height: 14px !important;  
  }
  .feature-block-desctiptor {
    line-height: 18px;
  }
  .motorcycle-div {
    margin-bottom: 10px;
  }
  .hero-descriptor-div {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 7%;
    width: 100%;
    text-align: center;
  }
  .advantage-div {
    max-width: 168px;
  }
  .phone-icon {
    margin-top: 25px;
  }
  .heading {
    font-weight: 700;
    text-align: center;
  }
  .heading-2 {
    margin-bottom: 10px;
    line-height: 35px;
    text-align: center;
  }
  .paragraph-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }
  .div-block-9 {
    text-align: center;
  }
  .phone-div {
    padding-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .logo {
    height: 30px;
    margin-top: 17px;
    margin-right: 15px;
  }
  .logo.var2 {
    left: 0px;
    top: 76px;
    right: 0px;
    display: block;
  }
  .phone.white {
    font-size: 14px;
  }
  .adnvantages-column.left {
    padding-left: 5px;
  }
  .adnvantages-column.right {
    padding-right: 0px;
  }
  .destinations-row {
    margin-bottom: 0px;
  }
  .destination-div {
    margin-right: 0px;
    margin-left: 0px;
  }
  .table-columns {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .slider-image._1 {
    background-size: cover;
  }
  .route-column.left {
    padding-left: 0px;
  }
  .route-column.right {
    padding-right: 0px;
  }
  .adsd.left {
    padding-left: 0px;
  }
  .footer-logo {
    display: block;
    max-width: 215px;
    margin-right: auto;
    margin-left: auto;
  }
  .advantages-icon {
    max-width: 30%;
  }
  .motorcycle-description-header {
    text-align: left;
  }
  .motorcycle-description.left {
    width:50%;  
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 0px;  
  }
  .motorcycle-description.right {
    width:50%;
    padding-right: 0px;
    padding-left: 10px;
  }
  .motorcycle-property-text {
    text-align: left;
  }
  .motorcycle-properties {
    display: inline-block;
    max-width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .motorcycle-rent-prices-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-table !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tour-properties-table {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .tour-properties-column {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .route-properties-table {
    float: none;
  }
  .div-block-15 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .motorcycle-rent-prices-text {
    font-size: 16px;
    line-height: 22px;
  }
  .motorcycle-rent-div {
    float: none;
  }
  .link-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}







@media screen and (max-width: 767px) and (orientation:landscape) {
.paragraph {
    font-size:13px;
}    
.section.hero {
    height: 100vh;
  }
.tour-div {
    margin-bottom: 10px;
  }       
    
  .motorcycle-rent-prices-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-table !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }      
    
}

@media screen and (max-width: 767px) and (orientation:portrait) {
.tour-div {
    margin-bottom: 10px;
  }        
.paragraph {
    font-size:13px;
}    
.container-blocks {
    padding-left:5px;
    padding-right:5px;    
}   
.motorcycle-description.left {
    margin-bottom: 20px;
    padding-right: 0px;
  }
.motorcycle-description.right {
    padding-right: 0px;
    padding-left: 0px;
  }
.motorcycle-description.left {
    width:100%;  
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;    
  }
.motorcycle-description.right {
    width:100%;
    padding-right: 0px;
    padding-left: 0px;
}
}

@media (max-width: 666px) {       
.paragraph {
    font-size:13px;
}   
.logo{
    font-size:13px;
    margin-bottom:7px;
}
.navigation-link.white {
    margin-top: 5px;
}    
.logo{
    height: 30px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}    
.navigation-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    float: none;
    clear: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
.navigation-menu.phone {
    position: static;
    top: 0px;
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    -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;
    text-align: center;
}
.navigation-menu.links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
    text-align: center;
}       
.navigation-link {
    display: block;
    height: 30px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
}
.navigation-link.phone.newcolor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 5px;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.phone-icon {
    max-width: none;
    margin: 10px auto auto;
    float: none;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
} 
  .navigation-menu.phone.var2 {
    display: none;
  }
  .navigation-menu.links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
    text-align: center;
  }    
}






@media (min-width: 620px) and (max-width: 767px) {
.tour-properties-table {
    width: 49% !important;
    min-height: 144px;
}
}    






@media (min-width: 768px) and (max-width: 769px) {    
.div-block-9 {
     text-align: left;
}
.paragraph-2 {
    margin-top: 20px;
     text-align: left;
}
.link.footer-link {
    text-align: left;
}
.heading {
    text-align: left;
}
.div-block-9 {
     text-align: left;
}
.footer {
    padding-right: 0px;
    padding-left: 0px;
}
.footer-text {
    text-align: left;
}    
.footer-logo {
    max-width: 160px;
    margin-left: 0px;
}    
    
  .motorcycle-rent-prices-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-table !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }    
    
}






@media (max-width: 769px) {
.section-heading.single {
    padding-left: 0px;
}
.motorcycles-column {
  padding-left: 5px;
  padding-right: 5px;    
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}    
.container-blocks {
    padding-left:5px;
    padding-right:5px;    
}
.motorcycle-div  {
    margin-bottom: 10px;
}
.tour-properties-table.one {
    margin-left:10px;
    margin-right:0px;
}
.tour-properties-table.two {
    margin-left:0px;
    margin-right:0px;
}    
.tour-properties-table.three {
    margin-left:0px;
    margin-right:10px;
}       
.tour-div {
    margin-bottom: 10px;
  }    
.form-column.left {
    padding-right: 5px;
}
.form-column.right {
    padding-left: 5px;
}    
.phone-icon {
    max-width: none;
    margin: 8px auto auto;
    float: none;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}
.phone-icon.white {
    -webkit-filter: none;
    filter: none;
    margin: 8px auto auto;
}       
.section-heading.single {
    padding-left:10px;
  }

.tour-description-column.left {
    padding-left: 0px;
}    
.paragraph {
    font-size: 13px;
}
.feature-block-header {
    min-height: 35px;
}
.tour-div {
    margin-bottom: 10px;
  }    
.mobile.navigation-bar.w-nav {
    display:block !important;
}
.basic-wrapper, .navigation-bar.dark.basic {
    display: none;
}    
    .button.tab {
    margin-bottom: 9px;
  }
  .navigation-link.white {
    font-weight: 500;  
    height: 30px;
    margin-top: 15px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .navigation-link.white.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    float: right;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    padding-right: 0px;  
  }
  .navigation-link.white.left {
    text-align: left;
  }
  .navigation-link.white.right {
    text-align: right;
  }
  .navigation-link.newcolor {
    display: block;
    height: 30px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-link.phone {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    clear: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navigation-link.phone.newcolor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 5px;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-bar.dark {
    height: auto;
  }
  .navigation-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    float: left;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation-menu.phone {
    position: static;
    top: 0px;
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    float: right;
    clear: none;
    -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;
    text-align: center;
  }
  .navigation-menu.phone.var2 {
    display: none;
  }
  .navigation-menu.links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
    text-align: center;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .section.cta {
    margin-top: 20px;
    padding-top: 20px;
  }
  .section.phone {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section.hero {
    height: 100vh;
    background-position: 62% 50%;
    background-size: cover;
  }
  .hero-slider {
    height: 550px;
  }
  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }
  .hero-section {
    height: 95vh;
    background-position: 58% 50%;
    background-size: cover;
  }
  .hero-heading.var2 {
    position: relative;
  }
  .section-heading {
    margin-top:10px;  
    line-height: 20px;
  }
  .section-heading.centered {
    font-size: 16px;
    line-height: 20px;
  }
  .section-subheading.center {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 18px;
  }
  .section-subheading.center.about {
    margin-bottom: 30px;
    line-height: 20px;
    font-size: 14px;  
  }
  .form-field {
    min-height: 55px;
    margin-bottom: 10px;
    margin-right: -10px;    
  }
  .form-field.text-area {
    min-height: 145px;
    margin-bottom: 10px;
  }
  .form-field.left {
    min-height: 55px;
    margin-bottom: 10px;
  }
  .form-wrapper.squeezed {
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;      
  }
  .link.learn-more {
    margin-top: 8px;
  }
  .link.telephone {
    font-size: 16px;
    line-height: 17px;
  }
  .link.telephone:hover {
    line-height: 17px;
  }
  .link.closest-tours {
    font-size: 14px;
    line-height: 20px;
  }
  .grid-fours {
    width: 50%;
  }
  .container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .container.questions {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .motorcycles-column.right {
    padding-left: 10px;
  }
  .hero-descriptor {
    padding-right: 10px;
    font-size: 14px;
  }
  .section-descriptor {
    font-size: 12px;
    line-height: 14px;
  }
  .feature-block-header {
    min-height: 0px;  
    line-height: 16px;
    font-size: 14px;  
  }
  .motorcycle-div {
    margin-left: 0px;
  }
  .learn-more-div {
    margin-top: 0px;
  }
  .feature-text {
    margin-top: 0px;
  }
  .hero-descriptor-div {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 9%;
  }
  .image-4 {
    width: auto;
    height: 100vh;
  }
  .advantage-div {
    width: 130px;
    min-height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .paragraph {
    font-size: 12px;
    line-height: 14px;
  }
  .tour-description {
    margin-bottom: 7px;
  }
  .text-block {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 18px;
  }
  .phone-icon {
    max-width: none;
    margin: 8px auto auto;
    float: none;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph-2 {
    font-size: 14px;
  }
  .form-input-div {
    width: 100%;
  }
  .form-input-div.phone {
    padding-left: 0px;
  }
  .div-block-11 {
    width: 100%;
  }
  .form-column.left {
    padding-right: none;
  }
  .form-column.right {
    padding-left: none;
  }
  .logo {
    display: block;
    margin-top: 12px;
    margin-right: 10px;
    margin-left: auto;
    padding-left: 0px;
    clear: left;
    font-size: 14px;
    font-weight: 700;
  }
  .logo.var2 {
    top: 60px;
    margin-top: 0px;
  }
  .phone {
    padding-right: 0px;
    padding-left: 5px;
    font-size: 14px;
  }
  .adnvantages-column.left {
    padding-right: 5px;
    padding-left: 5px;
  }
  .adnvantages-column.right {
    padding-right: 5px;
    padding-left: 5px;
  }
  .destinations-row {
    margin-bottom: 0px;
  }
  .destination-div {
    min-height: 130px;
    margin-bottom: 10px;
  }
  .table-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*display: flex;*/
    display: table;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider-image {
    display: block;
    float: left;
  }
  .slider-image._1 {
    width: 100%;
  }
  .slider-image._2 {
    width: 100%;
    clear: left;
  }
  .adsd.left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .advantages-icon {
    max-width: 35%;
  }
  .destination-name {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
  }
  .slider {
    display: block;
    height: 115%;
    -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;
  }
  .slider-arrow.left {
    background-color: #5d5d5d;
  }
  .motorcycle-description-header {
    text-align: left;
  }
  .motorcycle-properties-row {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .left-arrow {
    height: auto;
  }
  .motorcycle-property-text {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }
  .route-properties {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .motorcycle-rent-prices-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-table !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tour-properties {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .tour-properties-table {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 10px;
    margin-left: 0px;
    float: left;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;  }
    
.tour-properties-table .left {
    width: 100%;
    margin-right: 10px !important;
    margin-left: 0px;
  }
.tour-properties-table .right {
    width: 100%;
    margin-right: 0px;
    margin-left: 10px !important;
  } 
    
  .tour-property-text {
    font-size: 14px;
    line-height: 16px;
  }
  .tour-properties-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: none;
    -ms-flex-direction: none;
    flex-direction: none;
    padding-left: 0px;
    padding-right: 0px;      
  }
  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .motorcycle-rent-prices-text {
    font-size: 14px;
    line-height: 16px;
  }
  .motorcycle-rent-div {
    float: none;
  }
  .link-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}






@media screen and (max-width: 579px) {  
.logo{
    font-size:13px;
    margin-bottom:0px;
}
.navigation-link.white {
    margin-top: 5px;
}    
.logo{
    height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}    
.navigation-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    float: none;
    clear: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
.navigation-menu.phone {
    position: static;
    top: 0px;
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: inherit;
    clear: none;
    -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;
    text-align: center;
}
.navigation-menu.links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
    text-align: center;
}       
.navigation-link {
    display: block;
    height: 30px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
}
.navigation-link.phone.newcolor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 5px;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.phone-icon {
    max-width: none;
    margin: 0px auto auto;
    float: none;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
} 
  .navigation-menu.phone.var2 {
    display: none;
  }
  .navigation-menu.links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
    text-align: center;
  }        
}    






@media (max-width: 539px) {
.tour-properties-column {
    display: block;
}
.tour-properties-table.one {
    margin-left:0px;
    margin-right:0px;
}           
}






@media screen and (max-width: 479px) {
.paragraph {
    font-size: 13px;
}
.mobile.navigation-bar.w-nav {
    display:block !important;
}       
.basic-wrapper, .navigation-bar.dark.basic {
    display: none;
}    
.form-column.left {
    padding-right: 0px;
  }
.form-column.right {
    padding-left: 0px;
  }    
}

@font-face {
  font-family: 'Helvetica';
  src: local('Arial'), url('../fonts/HelveticaUltraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: local('Arial'), url('../fonts/HelveticaBoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: local('Arial'), url('../fonts/HelveticaBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: local('Arial'), url('../fonts/HelveticaItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: local('Arial'), url('../fonts/HelveticaBlack.woff') format('woff'), url('../fonts/HelveticaHeavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: local('Arial'), url('../fonts/HelveticaBlackItalic.woff') format('woff'), url('../fonts/HelveticaHeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: local('Arial'), url('../fonts/HelveticaRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: local('Arial'), url('../fonts/HelveticaThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: local('Arial'), url('../fonts/HelveticaLightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: local('Arial'), url('../fonts/HelveticaUltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: local('Arial'), url('../fonts/HelveticaLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: local('Arial'), url('../fonts/HelveticaThin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: local('Arial'), url('../fonts/HelveticaMedium.woff') format('woff'), url('../fonts/HelveticaMediumItaicl.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: local('Arial'), url('../fonts/HelveticaNeue-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: local('Arial'), url('../fonts/HelveticaNeue-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: local('Arial'), url('../fonts/HelveticaNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: local('Arial'), url('../fonts/HelveticaNeue-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: local('Arial'), url('../fonts/HelveticaNeue-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: local('Arial'), url('../fonts/HelveticaNeue.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* smart slider main */

.first_slider.section {
  padding-top: 0;
}

#fullpage .first_slider.section {
    top: -70px;
  }

@media (max-width: 1024px) {
  #fullpage .first_slider.section {
    top: 0px;
  }
}

.first_slider .nextend-arrow,
.slider2 .slick-arrow {
  display: none !important;
}

.slider-title {
    position: absolute;
    bottom: 110px;

    font-family: 'Helvetica Neue','sans-serif';
    color: #ffffff;
    font-size: 40px;
    width: 100% !important;
    text-shadow: none;
    line-height: 1.8;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 800;


    margin: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    width: auto;
    border: 0;
    box-shadow: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

@media (max-width: 649px) {
  .slider-title {
    font-size: 30px !important;
  }
}
@media (max-width: 479px) {
  .slider-title {
    font-size: 24px !important;
  }
}
@media (max-width: 384px) {
  .slider-title {
    font-size: 20px !important;
  }
}
@media (max-width: 320px) {
  .slider-title {
    font-size: 18px !important;
  }
}

/* больше 1024 - высота 100% */
@media (min-width: 1025px){
  .n2-section-smartslider,
  div#n2-ss-3 .n2-ss-slider-1 {
    height: 100vh !important;
  }
}

@media (max-width: 800px) and (min-height:450px) { 

  .n2-section-smartslider,
  div#n2-ss-3 .n2-ss-slider-1 {
    min-height: 420px;
  }
}
@media (max-width: 800px) and (min-height:549px) { 

  .n2-section-smartslider,
  div#n2-ss-3 .n2-ss-slider-1 {
    min-height: 490px;
  }
}

@media (max-width: 667px) { 
  #n2-ss-3-arrow-previous, #n2-ss-3-arrow-next {
    display: none;
  }
}
/*div#n2-ss-3 .n2-ss-slider-1 {
  height: 100vh !important;
}*/

/* carousel */
.feature-block-header,
.tour-dates,
.features-list-div,
.feature-block-category,
.feature-block-region {
    text-align: center;
}
.feature-block-category,
.feature-block-region {
  font-size: 14px;
  font-style: italic;
}
.tours .vgpc-wrapper.theme-default .owl-buttons div,
.motorcycles .vgpc-wrapper.theme-default .owl-buttons div,
#motorcycles .vgpc-wrapper.theme-default .owl-buttons div,
.news .vgpc-wrapper.theme-default .owl-buttons div,
.testimonials .strong-view.controls-style-buttons .wpmslider-next, 
.testimonials .strong-view.controls-style-buttons .wpmslider-prev {
  width: 40px;
  height: 40px;
  background: rgba(38,38,38,.7);
}
.testimonials .strong-view.controls-style-buttons .wpmslider-next, 
.testimonials .strong-view.controls-style-buttons .wpmslider-prev {
  display: inline-block;
  color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
}
.testimonials .strong-view.controls-style-buttons .wpmslider-next:hover, 
.testimonials .strong-view.controls-style-buttons .wpmslider-prev:hover {
  color: #fff;
}
.testimonials .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
  content: "<";
}
.testimonials .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
  content: ">";
}

.tours .vgpc-wrapper.theme-default .owl-buttons .owl-prev,
.motorcycles .vgpc-wrapper.theme-default .owl-buttons .owl-prev,
#motorcycles .vgpc-wrapper.theme-default .owl-buttons .owl-prev,
.news .vgpc-wrapper.theme-default .owl-buttons .owl-prev,
.tours .vgpc-wrapper.theme-default .owl-buttons .owl-next,
.motorcycles .vgpc-wrapper.theme-default .owl-buttons .owl-next,
#motorcycles .vgpc-wrapper.theme-default .owl-buttons .owl-next,
.news .vgpc-wrapper.theme-default .owl-buttons .owl-next,
.testimonials .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev,
.testimonials .strong-view.controls-type-sides:not(.rtl) .wpmslider-next  {
  line-height: 40px;
}
.tours .vgpc-wrapper.theme-default .owl-buttons .owl-prev,
.motorcycles .vgpc-wrapper.theme-default .owl-buttons .owl-prev,
#motorcycles .vgpc-wrapper.theme-default .owl-buttons .owl-prev,
.news .vgpc-wrapper.theme-default .owl-buttons .owl-prev {
  left: 30px;
}
.tours .vgpc-wrapper.theme-default .owl-buttons .owl-next,
.motorcycles .vgpc-wrapper.theme-default .owl-buttons .owl-next,
#motorcycles .vgpc-wrapper.theme-default .owl-buttons .owl-next, 
.news .vgpc-wrapper.theme-default .owl-buttons .owl-next {
  right: 30px;
}
.testimonials .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
  left: 35px;
}
.testimonials .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
  right: 35px;
}
/* пульсирующий текст в стрелках карусели  */
.tours .vgpc-wrapper.theme-default .owl-buttons div, 
.motorcycles .vgpc-wrapper.theme-default .owl-buttons div,
#motorcycles .vgpc-wrapper.theme-default .owl-buttons div,
.news .vgpc-wrapper.theme-default .owl-buttons div,
.testimonials .strong-view.controls-style-buttons .wpmslider-next, 
.testimonials .strong-view.controls-style-buttons .wpmslider-prev {
  background: rgba(74,117,178,.9);
  animation:blur .75s ease-out infinite;
  text-shadow:text-shadow: 0 0 5px #abc, 0 0 7px #abc;
}
 @keyframes blur{
  from{
      text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;}
}
/* на мобиле скроем стрелки */

@media (max-width: 450px) {
  /*.tours .vgpc-wrapper.theme-default .owl-buttons div, 
  .motorcycles .vgpc-wrapper.theme-default .owl-buttons div,
  #motorcycles .vgpc-wrapper.theme-default .owl-buttons div {
    background: none;
  }*/
}
/* Формы */
span.required {
  color: #a32a37;;
}
.wpcf7-form .agreement {
  padding-right: 5px;
}
.wpcf7-form .subscribe{
  margin-top: 10px;
  margin-bottom: 10px;
}
/* menu */
.basic-wrapper .basic.dark.navigation-bar.w-nav {
    position: fixed;
    background: #fff;
}
.basic-wrapper {
  height: 75px;
}
.navigation-menu.social-links {
  float: right;
  /*margin-top: 17px;
  margin-bottom: 17px;*/
  margin: 17px 10px 17px 0;
}
/******/
.inst.section .container {
  margin-right: 20px;
  margin-left: 20px;
}
.formlink {
  color: #4a75b2;
}
/* inner tour page */
/*.tour-description-column.w-col-7,
.tour-properties-column.w-col-5 {
    width: 50%;
}*/
.cost-tour-left {
  width: 50%;
  float: left;
  margin-right: 20px;
}
.cost-tour-right + p {
  clear: both;
}
@media (max-width: 769px) {
  .cost-tour-left {
    width: 100%;
    float: none;
  }
}
@media (max-width: 991px) {
  .tour-description-column.w-col-7,
  .tour-properties-column.w-col-5 {
    width: 100%;
}
}
/*** calendar ***/
#tribe-events-header {
  display: none;
}
#tribe-events-content a {
  color: #4a75b2;
}
#tribe-events-content a.button {
  color: #fff;
  background-color: #4a75b2;
}
.events-calendar {
  width: calc(100% - 40px);
  margin-left: 20px;
}
.events-calendar .sold, .events-calendar .sold:hover {
  cursor: default;
  background-color: #A9A9A9;
}
.events-calendar .sold, #tribe-events-content a.button {
  margin: 15px 0;
}
.tribe-events-page-title{
  font-size: 32px;
}
#tribe-events-content a.button.lastcall {
  background-color: #a32a37;
}
.tribe-events-list-separator-month {
  display: table-row;
  border-bottom: 1px solid #e5e5e5;
}
.tribe-events-list-separator-month:after {
  border-bottom: 0px !important;
}
.tribe-events-list-separator-month .month {
  margin: 1.25em 0 10px;
  text-align: left;
  color: #4a75b2;
}
td.tribe-event-price {
  width: 15%;
}
#tribe-events-footer {
  display: none;
}


@media screen and (max-width: 769px) {
  .events-calendar td { 
      display: block;
  }
  .tribe-event-date {
      margin-top: 20px;
  }
  .tribe-event-date, 
  .tribe-event-price,
  .tribe-event-link,
  .tribe-event-region {
      text-align: center; 
  }
  .tribe-events-list-separator-month {
    display: table-row;
    border-bottom: 1px solid #c2c2c2;
  }
  .events-calendar .sold, #tribe-events-content a.button {
    margin: 5px 0 15px;
  }
  .tribe-events-page-title {
    font-size: 16px;
    line-height: 20px;
  }
  .tribe-events-list-separator-month .month {
    font-size: 16px;
    line-height: 20px;
  }
  td.tribe-event-price {
    width: auto;
  }
}
/*** end Calendar ***/ 

/* menu с выпадающим списком */
ul.links.navigation-menu.w-nav-menu {
  margin: 0 0 0 -8px; 
}
.links.navigation-menu.w-nav-menu li {
  display: inline-block;
  position: relative;

}
.links.navigation-menu.w-nav-menu > li {
  margin-right: -5px;
}
.links.navigation-menu.w-nav-menu li ul {
  position: absolute;
  left: 0px;
  display: none;
  /*top: 65px;*/
  background-color: #fff;
  width: 200px;
  padding-left: 0;

}

.links.navigation-menu.w-nav-menu li ul li{
  border-top: 1px solid #f1f1f1;
}
.links.navigation-menu.w-nav-menu li ul li:first-child{
  /*border-top: none;*/
}

.links.navigation-menu.w-nav-menu li:hover .navigation-sub-menu,
.links.navigation-menu.w-nav-menu li:hover .navigation-sub-menu li {
  display: block;
} 
.links.navigation-menu.w-nav-menu li ul li a {
  width: 100%;
  height: auto;
  padding-left: 20px;
}
.links.navigation-menu.w-nav-menu li ul li a.navigation-link.w-nav-link {
  /*padding-bottom: 20px;*/
  padding: 13px;
}
.mobile .links.navigation-menu.w-nav-menu li ul li a.navigation-link.w-nav-link {
  padding: 20px;
}

/* Меню третьего уровня */
.links.navigation-menu.w-nav-menu .navigation-sub-menu li:hover ul,
.links.navigation-menu.w-nav-menu .navigation-sub-menu li:hover ul li {
  display: block;
}
.links.navigation-menu.w-nav-menu .navigation-sub-menu li ul {
  position: absolute;
  left: 200px;
  display: none;
  top: -1px;
  width: 350px;
  padding-left: 0;
}
.links.navigation-menu.w-nav-menu .navigation-sub-menu ul li .navigation-link.newcolor {
  background-color: #dfdfdf;
}

.links.navigation-menu.w-nav-menu .navigation-sub-menu ul li .navigation-link.newcolor:hover {
  background-color: #fff;
}

.links.navigation-menu.w-nav-menu .navigation-sub-menu.third > li > a.navigation-link.w-nav-link:after {
  content: "\2192";
  float: right;
  display: none;
}
.links.navigation-menu.w-nav-menu .navigation-sub-menu.third > li:hover > a.navigation-link.w-nav-link:after {
  display: block;
}
/* end Меню третьего уровня */

.email.form-input-div {
  float: none;
}

/* уменьшим блоки с каруселью для экранов меньше 1280 чтоб весь контент был в секции */
@media screen and (max-width: 1280px) {

  #vgpc-wrapper1279,
  #vgpc-wrapper1280,
  #vgpc-wrapper1260,
  #vgpc-wrapper1261 {
    padding: 0 5px !important;
  }
  .section-subheading.center { /* поменять */
    margin-bottom: 10px !important;
  }
  .section-heading.centered.single {  /* поменять */
    margin-bottom: 10px !important;
  }
  #vgpc-wrapper1279 .owl-theme .owl-controls .owl-page span,
  #vgpc-wrapper1280 .owl-theme .owl-controls .owl-page span,
  #vgpc-wrapper1260 .owl-theme .owl-controls .owl-page span,
  #vgpc-wrapper1261 .owl-theme .owl-controls .owl-page span {
    margin: 0 7px !important;
  }
  .tour-image-div {
      height: 108px;
  }
  /* уменьшим размер формы, только на главной */
  .home .form-field {
    margin-bottom: 10px;
  }
  .home .form-field.text-area {
    margin-bottom: 10px;
  }
  .home .form-field {
    min-height: 45px;
    margin-top: -25px;
  }
  .home .form-field.text-area {
    min-height: 110px;
  }
  .home .form-wrapper.squeezed{
    margin-top: 5px;
  }
  .home .wpcf7-form .subscribe {
    margin-top: 0;
  }
  .home .wpcf7-form p {
    margin-bottom: 0;
  }
  .home .container.questions {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .home .inst.section iframe {
    height: 350px !important;
  }
}
h5.center-link {
  text-align: center;
}
h5.center-link .navigation-link {
  margin-right: 0px;
}


/* Template testimonials
-----------------------------------------------*/
.strong-view.modern .testimonial {
  margin: 20px auto;
}
.strong-view.modern .testimonial:first-child {
  margin-top: 0;
}
.strong-view.modern .testimonial:last-child {
  margin-bottom: 0;
}
.strong-view.modern .testimonial-inner {
  padding: 30px;
  text-align: center;
}
.strong-view.modern .testimonial-inner > *:not(:nth-last-child(2)):not(:last-child) {
  margin-bottom: 5px;
}
.strong-view.modern .testimonial-heading {
  font-weight: 700;
  margin-top: 0;
}
.strong-view.modern .testimonial-content {
  font-size: 1.3em;
  font-style: italic;
  margin: 0 56px;
  position: relative;
  text-align: center;
}
.strong-view.modern .testimonial-content p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.strong-view.modern .testimonial-content p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.strong-view.modern .testimonial-content:before,
.strong-view.modern .testimonial-content:after {
  font-family: FontAwesome;
  color: #CDCDCD;
  font-size: 36px;
  font-style: normal;
  line-height: 36px;
  position: absolute;
  width: 36px;
}
.strong-view.modern .testimonial-content:before {
  content: "\f10d";
  left: -56px;
  top: 0;
}
.strong-view.modern .testimonial-content:after {
  content: "\f10e";
  right: -56px;
  bottom: 0;
}
.strong-view.modern .testimonial-field {
  clear: both;
  text-align: center;
}
.strong-view.modern .testimonial-name {
  font-size: 1.3em;
  font-weight: 700;
}
.strong-view.modern .testimonial-date {
  font-size: 0.9em;
}
.strong-view.modern .testimonial-company {
  font-size: 1.1em;
}
.strong-view.modern .testimonial-image {
  display: inline-block;
  margin-bottom: 10px;
}
.strong-view.modern .testimonial-image img {
  border-radius: 50%;
}
.strong-view.modern .testimonial-image a {
  text-decoration: none;
  box-shadow: none;
}
.strong-view.modern .readmore-page {
  background: #F4F4F4;
  padding: 0.7em;
  text-align: center;
}
.strong-view.modern .strong-slider-controls.indexed {
  line-height: 22px;
  padding: 19px 0;
}
.strong-view.modern .strong-slider-controls.indexed .slider-pager span {
  height: 22px;
  width: 22px;
}
.strong-view.modern .strong-slider-controls.indexed span.slider-pager-active {
  border-radius: 50%;
  font-weight: 400;
}
.odd.section .strong-view.modern .testimonial-content {
  font-size: 1em !important;
}
.odd.section .strong-view.modern .testimonial-inner {
  padding: 10px 30px;
}


  .section.testimonials .strong-view.modern.strong-view-id-3 {
   display: none;
  }
/* мобильные отзывы */
@media (max-width: 1024px) {
    .section.testimonials {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        clear: none;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .section.testimonials .strong-view.modern.strong-view-id-1 {
      display: none;
    }
    .section.testimonials .strong-view.modern.strong-view-id-3 {
      display: block;
    }
}
@media (max-width: 480px) {
    .strong-view.modern .testimonial-image {
        margin-left: 36px;
    }
}

summary:focus {
  outline: none;
}
.details-click {
  color: #4a75b2;
  border-bottom: 1px dashed #4a75b2;
}
.details-click {
   cursor: pointer;
}
.tour-days {
    margin-bottom: 13px;
}
.tour-days p {
  margin-bottom: 0;
  margin-left: 17px;
}

/* new menu с выпадающими турами */
.mobile ul.links.navigation-menu.w-nav-menu {
    padding-left: 0;
}
.tribe-event-region {
  font-style: italic;
}

img.alignleft {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) { 
  img.alignleft {
    float: none;
    margin-right: 0px;
  }
}