body {
  height: auto;
  background-color: #1c1c1c;
}

h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 70px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

h4 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: none;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

h5 {
  margin-top: 15px;
  margin-bottom: 7px;
  float: left;
  font-family: Lato, sans-serif;
  color: black;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #828282;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: none;
}

.button {
  display: inline-block;
  margin-top: 0px;
  padding: 15px 35px;
  border: 1px solid #87002b;
  border-radius: 4px;
  background-color: white;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Teko, sans-serif;
  color: #87002b;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #87002b;
  background-color: #87002b;
  box-shadow: none;
  color: white;
}

.button.hero-button {
  display: inline-block;
  margin-top: 0px;
  float: left;
  border: 2px solid #2eb6d1;
  border-radius: 7px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 500ms ease, color 500ms ease;
  transition: all 500ms ease, color 500ms ease;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.button.hero-button:hover {
  border-color: #2eb6d1;
  background-color: #2eb6d1;
  box-shadow: none;
  color: white;
}

.button.google-map-button {
  margin-top: 114px;
  box-shadow: none;
}

.button.route-out-button {
  margin-top: 20px;
  margin-bottom: 0px;
  border-color: white;
  background-color: white;
  box-shadow: none;
  color: #252525;
}

.button.route-out-button:hover {
  border-color: white;
  background-color: #292929;
  box-shadow: none;
  color: white;
}

.button.route-out-button.route-in-button {
  margin-top: 224px;
  box-shadow: none;
}

.button.route-out-button.route-in-button:hover {
  background-color: #292929;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 20px 0px;
}

.button.media-button {
  box-shadow: none;
}

.button.chinese {
  box-shadow: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.button.map-button {
  margin-left: 20px;
}

.button.dinner {
  border-color: white;
  color: white;
}

.button.dinner:hover {
  background-color: white;
  color: #87002b;
}

.button.dinner.dinner-button {
  background-color: transparent;
}

.button.dinner.dinner-button:hover {
  background-color: white;
}

.button.dinner.but-media {
  background-color: transparent;
}

.button.dinner.but-media:hover {
  background-color: white;
}

.button.dinner.but-media.register {
  margin-left: 10px;
}

.hero-section {
  position: relative;
  background-color: white;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.navbar {
  position: relative;
  top: auto;
  z-index: 999;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 4px solid #b30000;
  background-color: white;
  box-shadow: none;
  color: #292929;
}

.upper {
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: rgba(242, 242, 242, 0.65);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.upper.title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Great Vibes', cursive;
  color: #dba94b;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

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

.section.priority {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px none #fc4237;
  background-color: black;
  background-image: -webkit-linear-gradient(black, #171717);
  background-image: linear-gradient(black, #171717);
  background-position: 0% 0%;
  background-size: auto;
  background-attachment: scroll;
}

.section.oliver {
  padding-top: 0px;
  padding-bottom: 100px;
  border-bottom: 1px none #fc4237;
  background-color: black;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  opacity: 1;
  color: #1a1a1a;
}

.section {
  padding-top: 40px;
  padding-bottom: 52px;
  background-image: -webkit-linear-gradient(135deg, rgba(129, 40, 184, 0.56), #243495 55%, rgba(28, 23, 77, 0.8) 99%), url('../images/sama-sama.jpg');
  background-image: linear-gradient(315deg, rgba(129, 40, 184, 0.56), #243495 55%, rgba(28, 23, 77, 0.8) 99%), url('../images/sama-sama.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, 100%;
  background-attachment: scroll, scroll;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.section.contact-info {
  padding-top: 120px;
  padding-bottom: 120px;
  border: 1px solid #ededed;
  background-image: -webkit-radial-gradient(circle farthest-side at 50% 50%, transparent, rgba(255, 255, 255, 0.65)), url('../images/agsquare_@2X.png');
  background-image: radial-gradient(circle farthest-side at 50% 50%, transparent, rgba(255, 255, 255, 0.65)), url('../images/agsquare_@2X.png');
  background-position: 0% 0%, 0% 0%;
  background-attachment: scroll, scroll;
}

.hero-small-line {
  position: relative;
  display: block;
  width: 20%;
  height: 3px;
  margin: 15px auto;
  background-color: #00c2a2;
  text-align: center;
}

.hero-small-line.header {
  width: 100px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.numbers {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #d1e6eb;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.white-tittle {
  margin-bottom: 30px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: white;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

.white-tittle.fact {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 80px;
  font-weight: 100;
}

.div-block {
  margin: auto 420px 60px;
}

.overall-column {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.browser {
  width: 100px;
  height: 100px;
  float: none;
  border: 1px solid #adafb3;
  border-radius: 22px;
  -webkit-transition: border-color 1000ms ease, box-shadow 1000ms ease;
  transition: border-color 1000ms ease, box-shadow 1000ms ease;
}

.browser:hover {
  border-color: #00c2a2;
  box-shadow: rgba(173, 175, 179, 0.47) 0px 0px 2px 1px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.browser.compatibility {
  width: 35px;
  height: 35px;
  margin: 20px 5px;
  border: 0px none #dba94b;
  border-radius: 0px;
  background-color: #dedede;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.browser.compatibility:hover {
  background-color: rgba(26, 29, 46, 0.97);
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.browser.compatibility.icon {
  width: 120px;
  height: 120px;
  margin-top: 25px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  border-color: transparent;
  border-radius: 23px;
  background-image: -webkit-linear-gradient(#f7f7f7, #f5f2f2);
  background-image: linear-gradient(#f7f7f7, #f5f2f2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: initial;
  transition-delay: initial;
}

.browser.compatibility.icon:hover {
  border-style: none;
  background-color: transparent;
  background-image: -webkit-linear-gradient(#f0f0f0, #e3e3e3);
  background-image: linear-gradient(#f0f0f0, #e3e3e3);
  box-shadow: none;
}

.browser.testimonials-image-block {
  width: 90px;
  height: 90px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 70px;
  float: left;
  border-radius: 0px;
  text-align: center;
}

.icon-image {
  display: block;
  float: none;
}

.socil-icon {
  width: 40px;
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

.socil-icon:hover {
  opacity: 0.6;
}

.testimonials-tittle {
  margin-top: auto;
  margin-bottom: auto;
  float: left;
  font-family: Merriweather, serif;
  color: #00c2a2;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.testimonials-text {
  height: 170px;
  float: none;
  color: white;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.footer {
  height: 50px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ebebeb;
}

.copyright {
  margin-top: 46px;
  margin-bottom: 32px;
  padding-top: 19px;
  float: none;
  font-family: Oswald, sans-serif;
  color: #424242;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.nav-link {
  padding: 12px 10px 10px;
  border-radius: 9px;
  opacity: 0.9;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #cf4c00;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link.w--current {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 1;
  font-family: Oswald, sans-serif;
  color: #cf4c00;
  font-weight: 400;
}

.nav-link.w--current:hover {
  border-radius: 0px;
  color: #cf0000;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.drop {
  font-family: Teko, sans-serif;
  color: #252525;
  font-size: 20px;
  font-weight: 500;
}

.nav-link.drop:hover {
  color: #9b1922;
}

.nav-link.drop.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.nav-link.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.icon-menu {
  color: white;
}

.icon-menu:hover {
  color: #dba94b;
}

.navbar-scroll {
  position: fixed;
  display: none;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px none #b30000;
  background-color: black;
  background-image: -webkit-linear-gradient(#121212, #282828);
  background-image: linear-gradient(#121212, #282828);
  box-shadow: black 0px 0px 50px 25px;
  color: transparent;
}

.testimonilas-clients {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: whitesmoke;
}

.hero-headline {
  margin: 0px 0px 10px;
  float: left;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 50px;
  line-height: 61px;
  font-weight: 100;
  text-align: left;
  letter-spacing: 0px;
}

.nav-menu._2 {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  padding-top: 10px;
  float: right;
  text-align: right;
}

.nav-menu._3 {
  display: block;
  margin-top: 5px;
}

.text-hero {
  margin-top: 0px;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.about-text {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.about-text._2 {
  margin-right: 150px;
  margin-bottom: 0px;
  margin-left: 150px;
  color: white;
  font-weight: 400;
  text-align: center;
}

.about-text.tittle {
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-text.tittle.left {
  color: #2eb6d1;
  text-align: left;
}

.about-text._3 {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #828282;
  font-size: 19px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.about-text._3.qa-text {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.about-text._3.qa-text.red {
  margin-top: 0px;
  color: #9c0000;
}

.about-text._3.intro {
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Trocchi, sans-serif;
  color: #444;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.about-text._3.intro.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.about-text._3.intro.route {
  margin-top: 20px;
  text-align: left;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.about-text._3.intro.route.white {
  color: white;
}

.about-text._3.intro.dinner {
  color: white;
}

.about-text.paragraph-left {
  color: white;
  line-height: 23px;
  text-align: left;
}

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

.about-text.features {
  color: white;
  line-height: 23px;
  text-align: center;
}

.about-text.testimonials {
  margin-top: 20px;
  margin-right: 25px;
  margin-left: 25px;
  color: #4a4a4a;
  font-weight: 400;
  text-align: center;
}

.dark-tittle {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Hdletterpress, Impact, sans-serif;
  color: white;
  font-size: 78px;
  line-height: 78px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -2px;
}

.dark-tittle._2 {
  width: auto;
  margin-top: 10px;
  margin-bottom: 25px;
  color: white;
  font-size: 38px;
  text-align: left;
}

.dark-tittle.white {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 22px 20px;
  border: 4px solid #2eb6d1;
  border-radius: 15px;
  color: white;
  font-size: 50px;
  font-weight: 500;
}

.dark-tittle.white.header {
  padding: 3px 12px;
  border-width: 2px;
  border-radius: 10px;
  font-size: 23px;
}

.dark-tittle.white.tittle {
  border-style: none;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 200;
}

.dark-tittle.hotel-header {
  color: #870000;
}

.icon-service {
  display: block;
  width: 90px;
  height: 90px;
  min-width: 0px;
  margin-right: 20px;
  margin-bottom: 70px;
  margin-left: auto;
  padding: 30px;
  float: left;
  border-radius: 20px;
  background-color: #c2c2c2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-service:hover {
  background-color: #28a4bd;
}

.icon-service._2 {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0px 0px 70px 20px;
  padding: 30px;
  float: right;
  border-radius: 20px;
  background-color: #c2c2c2;
  text-align: center;
}

.icon-service._2:hover {
  background-color: #28a4bd;
}

.icon-service._2._3 {
  margin-left: auto;
  border-radius: 20px;
  background-color: white;
  text-align: center;
}

.icon-service._3 {
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 25px;
  float: none;
  border-radius: 20px;
  background-color: white;
}

.menu-row {
  margin-top: 90px;
}

.section-info.contact {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: black;
}

.contact-map-fprm {
  position: relative;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.testimonials-slider {
  position: relative;
  height: 100%;
  margin-top: 70px;
  background-color: transparent;
}

.left-arrow {
  display: none;
  margin-right: auto;
  opacity: 0.4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.left-arrow:hover {
  opacity: 1;
}

.right-arrow {
  display: none;
  margin-left: auto;
  opacity: 0.4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.right-arrow:hover {
  opacity: 1;
}

.slider-nav {
  display: none;
  width: auto;
  height: 0px;
  margin: 0px;
}

.hero-container {
  position: static;
  top: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.browser-div {
  display: block;
  margin-top: 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.submit-button {
  width: auto;
  padding: 20px 35px;
  border-radius: 5px;
  background-color: #28a4bd;
  opacity: 1;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: rgba(26, 29, 46, 0.97);
  opacity: 1;
}

.text-field {
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom-color: white;
  border-radius: 5px;
  background-color: #d1d1d1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.text-field:hover {
  color: #4a4a4a;
}

.text-field.name {
  width: 49%;
  float: left;
  border-top-color: #c2c2c2;
  border-right-style: none;
  border-bottom-color: white;
  border-left-style: none;
  border-radius: 5px;
  background-color: #d1d1d1;
}

.text-field.name:hover {
  color: #4a4a4a;
}

.text-field.mail {
  width: 49%;
  margin-bottom: 15px;
  float: right;
  border-top-color: #c2c2c2;
  border-right-style: none;
  border-bottom-color: white;
  border-left-style: none;
  border-radius: 5px;
  background-color: #d1d1d1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.text-field.mail:hover {
  color: #4a4a4a;
}

.text-area {
  min-height: 175px;
  margin-bottom: 20px;
  border-top-color: #c2c2c2;
  border-right-style: none;
  border-bottom-color: white;
  border-left-style: none;
  border-left-color: white;
  border-radius: 5px;
  background-color: #d1d1d1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #080808;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.text-area:hover {
  color: #4a4a4a;
}

.success-message {
  background-color: #afedcb;
}

.inner-tittle {
  margin-bottom: 80px;
  font-family: Raleway, sans-serif;
  color: #d1e6eb;
  font-size: 25px;
  font-weight: 100;
  text-align: left;
}

.small-tittle {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.service {
  height: 400px;
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url('../images/projectlivewireaction2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.service.kot {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.column {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.09);
  text-align: center;
}

.column.features {
  padding: 20px 15px;
  border: 13px solid #2eb6d1;
  background-color: transparent;
}

.column.features._3 {
  border-color: #2eb6d1 #2eb6d1 #2eb6d1 white;
  border-left-style: none;
}

.column.features._4 {
  border-top-style: none;
  border-bottom-color: #2eb6d1;
}

.column.features._5 {
  border-top-style: none;
  border-right-color: #2eb6d1;
  border-bottom-color: #2eb6d1;
  border-left-style: none;
}

.column.features._6 {
  border-top-style: none;
  border-right-color: #2eb6d1;
  border-bottom-color: #2eb6d1;
  border-left-style: none;
}

.column.features._0 {
  border-top-style: solid;
  border-top-color: #2eb6d1;
  border-right-color: #2eb6d1;
  border-left-style: none;
  text-align: center;
}

.column.text {
  padding-top: 70px;
  background-color: transparent;
}

.column.hero-image {
  background-color: transparent;
}

.brand {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 60px;
}

.brand.w--current {
  margin-top: 5px;
  margin-bottom: 0px;
  float: left;
}

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

.brand-scroll.w--current {
  display: inline-block;
  margin-top: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
}

.brand-scroll.top {
  float: none;
}

.logo {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 34px;
  font-weight: 300;
}

.logo.white {
  font-weight: 800;
}

.image {
  margin-top: 30px;
  float: none;
}

.image.apple {
  margin-top: 20px;
}

.image.google {
  margin-top: 20px;
  margin-right: 20px;
}

.hero-text {
  display: inline-block;
  margin-top: 70px;
  float: left;
}

.slider {
  width: 49%;
  height: 100%;
  margin-right: 10px;
  border-radius: 10px;
  background-color: white;
  text-align: center;
}

.slider.hero {
  width: auto;
  height: 100%;
  margin-right: auto;
  background-color: transparent;
}

.slider.testimonials {
  width: 32.5%;
}

.slider.screen {
  width: 33.3%;
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.slide-1 {
  position: relative;
  display: inline-block;
  float: none;
}

.slide-nav {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.horizontal-phone {
  margin-top: 80px;
  margin-bottom: 70px;
  text-align: center;
}

.section-container {
  background-color: #303030;
  color: #363636;
  text-align: center;
}

.container {
  text-align: center;
}

.clients {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: black;
}

.client-slider {
  height: auto;
  background-color: transparent;
}

.slide-responsive {
  width: 20%;
  text-align: center;
}

.screenshoots {
  padding-top: 120px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

._2 {
  width: 49%;
  margin-top: 0px;
  float: none;
  color: #4a4a4a;
  font-size: 16px;
  text-align: center;
}

.image-middle {
  margin-top: -30px;
}

.right-tittle {
  display: block;
  color: #4a4a4a;
  font-size: 15px;
  text-align: right;
}

.div-fact {
  display: inline-block;
  width: 24.6%;
  margin-right: 3px;
  margin-left: 0px;
  padding: 50px 10px 45px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.09);
  text-align: center;
}

.testimonials-div-block {
  display: inline-block;
  width: 80px;
  margin-top: 30px;
  border: 3px solid rgba(194, 194, 194, 0.2);
  border-radius: 40px;
  text-align: center;
}

.screenshoots-slider {
  width: 100%;
  height: 100%;
  margin-top: 70px;
  background-color: transparent;
}

.arrow {
  display: none;
}

.slive-nav {
  display: none;
}

.mapp-section {
  display: block;
  height: auto;
  background-color: transparent;
}

.open-text {
  display: inline-block;
  margin-right: 10px;
  margin-left: 17px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Teko, sans-serif;
  color: #161616;
  font-size: 22px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.open-text:hover {
  color: #ff4800;
}

.open-text.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.arrow-mapp {
  display: inline-block;
  margin-bottom: 3px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-weight: 400;
}

.open {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #faf5ec;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 18px;
  line-height: 6px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.open:hover {
  background-color: #e2dcd0;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.open.schedule-opener {
  padding-left: 20%;
  border-bottom: 1px solid #ff4800;
  background-color: black;
  text-align: left;
}

.open.schedule-opener:hover {
  background-color: black;
}

.form-row {
  margin-top: 70px;
}

.info-text {
  margin-bottom: 20px;
  color: #4a4a4a;
  line-height: 20px;
  text-align: left;
}

.social-icons {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 0px;
}

.imac {
  padding-top: 70px;
  padding-bottom: 70px;
}

.social-text {
  display: inline-block;
  padding-top: 35px;
  font-family: Raleway, sans-serif;
  color: #969799;
  font-size: 14px;
  text-align: center;
}

.map {
  position: relative;
  z-index: 3;
  overflow-x: hidden;
  overflow-y: hidden;
}

.welcome-intro {
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.top-content {
  margin-top: 40px;
  text-align: center;
}

.flag {
  margin-top: 13px;
  margin-right: 10px;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.flag:hover {
  opacity: 1;
}

.flag.flag-spage {
  margin-right: 5px;
  margin-left: 5px;
}

.hotel-intro {
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.hotel-intro.hotel-weblink {
  display: inline;
  overflow-x: visible;
  overflow-y: visible;
  float: none;
  clear: none;
  text-align: center;
}

.hotel-intro.text-left {
  position: static;
  margin-bottom: 0px;
  float: left;
  text-align: left;
}

.livewire-image {
  background-color: black;
  background-image: -webkit-linear-gradient(black, #080808);
  background-image: linear-gradient(black, #080808);
  text-align: center;
}

.hotel-slider {
  height: auto;
  border-radius: 0px;
}

.hotel-image-slider-container {
  height: auto;
  margin-bottom: 10px;
  background-color: transparent;
}

.hotel-map-text {
  background-color: black;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 26px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 0px;
}

.hotel-map-text:active {
  background-color: #520000;
}

.hotel-image-slider-button {
  border-radius: 0px;
  background-color: transparent;
}

.hotel-image-slider {
  border-radius: 0px;
}

.hotel-nextgen {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 19px;
  font-weight: 400;
}

.schedule {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px none #fc4237;
  background-color: black;
  background-image: -webkit-linear-gradient(black, #171717);
  background-image: linear-gradient(black, #171717);
}

.hotel-paralax {
  background-image: url('../images/sama-sama-hotel.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.schedule-headers {
  margin-bottom: 10px;
  border-bottom: 1px solid #9c122a;
  background-color: rgba(0, 0, 0, 0.06);
  font-family: Teko, sans-serif;
  color: #9c122a;
  font-size: 26px;
  line-height: 46px;
  font-weight: 600;
  letter-spacing: 0px;
}

.schedule-headers.bottom-liner {
  border-bottom-style: none;
}

.schedule-headers.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.schedule-data {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 4px none #f74a4a;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 0px;
  list-style-type: square;
}

.schedule-data.noline {
  border-bottom-style: none;
}

.schedule-data.left {
  line-height: 25px;
  text-align: left;
}

.schedule-data.right {
  border-bottom-style: none;
  border-bottom-width: 0px;
  line-height: 25px;
  text-align: right;
}

.schedule-data.lineline {
  border-bottom-style: solid;
}

.schedule-coloumn {
  border-bottom-style: solid;
  border-bottom-width: 7px;
}

.sched-2-column {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

.right-sched-text {
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  letter-spacing: 0px;
}

.left-sched-text {
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0px;
}

.middle-sced-text {
  margin-bottom: 0px;
  margin-left: 0%;
  padding-bottom: 2px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(107, 107, 107, 0.2);
  background-color: transparent;
  font-family: Trocchi, sans-serif;
  color: #3b3636;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
}

.middle-sced-text.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.schedule-image {
  height: 300px;
  background-image: -webkit-radial-gradient(50% 50% circle, rgba(0, 0, 0, 0.09) 36%, rgba(0, 0, 0, 0.89)), url('../images/projectlivewireaction2.jpg');
  background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.09) 36%, rgba(0, 0, 0, 0.89)), url('../images/projectlivewireaction2.jpg');
  background-position: 0% 0%, 50% 0px;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.schedule-image.image3 {
  background-image: -webkit-radial-gradient(50% 0%, circle, rgba(237, 237, 237, 0), black 92%), url('../images/projectlivewireaction3.jpg');
  background-image: radial-gradient(circle at 50% 0%, rgba(237, 237, 237, 0), black 92%), url('../images/projectlivewireaction3.jpg');
  box-shadow: none;
  opacity: 1;
}

.schedule-image.image3.sepang-road {
  border-bottom: 1px none #fc4237;
  background-image: -webkit-radial-gradient(50% 0%, circle, rgba(237, 237, 237, 0), black 92%), url('../images/segand-roads-1.jpg');
  background-image: radial-gradient(circle at 50% 0%, rgba(237, 237, 237, 0), black 92%), url('../images/segand-roads-1.jpg');
  text-align: center;
}

.livewire-sideon {
  background-color: black;
  text-align: center;
}

.livewire-logo {
  width: 80%;
  margin-top: 34px;
  margin-bottom: 53px;
}

.qa-question {
  margin-top: 19px;
  margin-bottom: 6px;
  padding-top: 0px;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.qa-answer {
  font-family: Oswald, sans-serif;
  color: #969799;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0px;
}

.qa-columns {
  margin-top: 30px;
}

.hetel-2-column-text {
  font-family: Oswald, sans-serif;
  color: #585b5e;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  letter-spacing: 0px;
}

.hotel-sub-head {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  letter-spacing: 0px;
}

.livewire-top-logo {
  width: 70%;
}

.hotel-2-column {
  margin-bottom: 30px;
}

.triple-row {
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #b80000;
}

.livewire-back {
  padding-top: 100px;
  padding-bottom: 2px;
  border-bottom: 0px none #ab0000;
  background-color: black;
}

.slider-arrow {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
}

.slider-arrow:hover {
  color: #b80000;
}

.main-image {
  text-align: center;
}

.contact-header {
  margin-top: 35px;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.contact-header.contact-header-top {
  margin-top: 0px;
}

.contact-details {
  margin-bottom: 10px;
  font-family: Teko, sans-serif;
  color: white;
  font-size: 28px;
  line-height: 1em;
  text-align: left;
  letter-spacing: 0px;
}

.contact-row {
  text-align: left;
}

.contact-email {
  margin-left: 0px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #ff4800;
  text-align: left;
}

.ciontact-back {
  padding-top: 80px;
  padding-bottom: 100px;
  border-bottom: 2px none #fc4237;
  background-color: black;
}

.tour {
  width: 100%;
}

.tour-tour_frame {
  width: 1462px;
}

.tour_frame {
  width: 100%;
  height: 500px;
  border: 0px solid black;
  background-image: -webkit-linear-gradient(black, white);
  background-image: linear-gradient(black, white);
}

.livewire-logo-back {
  width: 100%;
}

.route-back {
  padding-top: 100px;
  background-color: black;
}

.faq-back {
  padding-top: 100px;
  padding-bottom: 100px;
  border: 1px solid black;
  background-color: black;
  background-image: -webkit-linear-gradient(black, #171717);
  background-image: linear-gradient(black, #171717);
}

._3-column-image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hotel-image-container {
  margin-top: 38px;
}

.gallery-image {
  margin-bottom: 20px;
  border: 3px solid #2b2b2b;
  border-radius: 10px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.gallery-back {
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 0px;
  background-color: black;
}

.gallery-back.no-overflow {
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery-row {
  margin-top: 0px;
}

.gallery-section {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 100px;
  border-bottom: 0px none #fc4237;
  background-color: black;
  background-image: -webkit-linear-gradient(bottom, #171717, black);
  background-image: linear-gradient(to top, #171717, black);
}

.footer-back {
  background-color: #242424;
}

.hotel-body {
  margin-right: 15%;
  margin-bottom: 30px;
  margin-left: 15%;
  font-family: Oswald, sans-serif;
  color: #969799;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
}

.divider {
  text-align: center;
}

.btn-faq-open {
  display: block;
  width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #525252;
  background-image: -webkit-linear-gradient(#525252, #5e5e5e);
  background-image: linear-gradient(#525252, #5e5e5e);
  box-shadow: none;
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.faq-overlay {
  position: fixed;
  z-index: 99900;
  display: none;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.faq-popup {
  position: relative;
  z-index: 99905;
  display: block;
  overflow-x: auto;
  overflow-y: auto;
  width: 550px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: #1a1a1a;
  text-align: center;
}

.faq-popup-inner {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 450px;
  padding: 10px;
  background-color: black;
  color: white;
  font-size: 13px;
  text-align: left;
}

.faq-heading-block {
  margin-bottom: 20px;
}

.btn-faq-close {
  width: 30px;
  height: 30px;
  min-width: 0px;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #911a22;
  font-size: 40px;
  line-height: 27px;
  font-weight: 300;
  text-decoration: none;
}

.btn-faq-close:hover {
  color: white;
}

.qa-question {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.qa-answer {
  display: block;
  margin-bottom: 10px;
  line-height: 23px;
}

.flag-box {
  margin-left: 0px;
  padding-top: 0px;
}

.top-slider {
  height: 768px;
  margin-top: 0px;
  border-top: 1px solid black;
  background-color: #870000;
}

.top-slider-round-buttons {
  margin-bottom: 386px;
  padding-bottom: 0px;
}

.top-slider-slide-1 {
  text-align: center;
}

.container-1 {
  position: relative;
  z-index: 998;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 20px;
  border-style: none;
  border-width: 40px 1px 1px;
  border-color: black #919191 #919191;
  background-color: white;
  text-align: center;
}

.section-1 {
  position: static;
  z-index: 1000;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: black;
  background-image: -webkit-linear-gradient(black, #242424);
  background-image: linear-gradient(black, #242424);
  text-align: center;
}

.slider-text-1 {
  margin-bottom: -29px;
  padding-bottom: 0px;
}

.top-slider-text-1 {
  margin-top: 15px;
  padding-bottom: 0px;
  padding-left: 65px;
  font-family: Hdletterpress, Impact, sans-serif;
  color: white;
  font-size: 131px;
  line-height: 121px;
  font-weight: 400;
  text-align: left;
  text-shadow: black 4px 6px 24px;
}

.top-slider-text-1.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.top-slider-text-2 {
  margin-top: -515px;
  padding-left: 65px;
  font-family: Hdletterpress, Impact, sans-serif;
  color: white;
  font-size: 35px;
  text-align: left;
  text-shadow: black 4px 4px 23px;
}

.top-slider-bike-1 {
  margin-top: -707px;
  margin-left: 65px;
  font-family: Hdletterpress, Impact, sans-serif;
  color: white;
  font-size: 55px;
  line-height: 48px;
  text-align: left;
  text-shadow: black 4px 4px 15px;
}

.top-slider-bike-1.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}

.top-scroller-arrows {
  background-color: transparent;
}

.section-1-h1 {
  margin-bottom: 0px;
  padding-top: 35px;
  font-family: Teko, sans-serif;
  color: black;
  font-size: 80px;
  line-height: 55px;
  text-transform: none;
}

.section-1-h1.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.section-1-h1.schedule-headline {
  margin-bottom: 10px;
  color: white;
}

.container-2 {
  margin-top: 0px;
  padding: 50px 20px 40px;
  border-top: 10px solid #ff4800;
  border-bottom: 10px none #ff4800;
  background-color: black;
  text-align: center;
}

.section-1-h2 {
  font-family: Teko, sans-serif;
  color: white;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.section-1-h2.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.hotel-slider {
  margin-bottom: 0px;
  border-bottom: 1px none black;
}

.section-2 {
  background-color: #242424;
}

.hotel-bodycopy {
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #6e6e6e;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0px;
}

.hotel-bodycopy.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.conrad-google-map {
  margin-bottom: -4px;
  padding-bottom: 0px;
}

.hotel-image {
  height: 500px;
  border-top: 10px solid black;
  background-image: url('../images/tokyo-scape-1.jpg');
  background-size: 940px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.three-rows {
  position: static;
  width: 940px;
  height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #2f1aed;
  text-align: center;
}

._3-col-1 {
  height: 200px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/harley-48.jpg');
  background-position: 62% 32%;
  background-size: 400px;
}

._3-col-2 {
  height: 200px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/street-750.jpg');
  background-position: 62% 40%;
  background-size: 440px;
}

._3-col-3 {
  height: 200px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/harley-883.jpg');
  background-position: 53% 85%;
  background-size: 480px;
}

._3-bike-container {
  background-color: #828282;
}

._3-bike-slider {
  height: 239px;
}

.hotel-container {
  margin-top: 0px;
  padding: 139px 20px 30px;
  border-top: 10px solid #faf5ec;
  background-color: #242424;
  text-align: center;
}

._3-bike-bottom-bar {
  background-color: transparent;
}

.tab-top-2 {
  margin-top: 30px;
  margin-left: 15px;
  padding: 15px 35px;
  border: 1px solid #5c5c5c;
  border-radius: 2px;
  background-color: #242424;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.tab-top-2:hover {
  border-color: #cf4c00;
}

.tab-top-2.w--current {
  margin-top: 30px;
  margin-left: 15px;
  padding: 15px 35px;
  border-radius: 2px;
  background-color: #242424;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.tab-top-2.w--current:hover {
  border-color: #cf4c00;
  background-color: #cf4c00;
}

.tab-text {
  font-family: Oswald, sans-serif;
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 400;
}

.tab-text:hover {
  color: #5c5c5c;
}

.tab-container {
  margin-top: -30px;
  padding-top: 0px;
  padding-bottom: 40px;
  text-align: center;
}

.schedule-container {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 12px none #ff4800;
  border-bottom: 10px none #ff4800;
  background-color: #faf5ec;
}

.schedule-container.schedule-container-2 {
  border-top-style: solid;
  border-top-width: 1px;
}

.hotel-section {
  padding-top: 0px;
}

._3-bike-section {
  display: block;
  background-color: black;
}

.flyout-1-content {
  position: relative;
  z-index: 3;
  overflow-x: hidden;
  overflow-y: hidden;
}

.flyout-arrow-1 {
  opacity: 1;
}

.flyout-2-content {
  position: relative;
  z-index: 3;
  overflow-x: hidden;
  overflow-y: hidden;
}

.route-section {
  display: block;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(#1c1c1c, rgba(8, 8, 8, 0.34) 25%, rgba(8, 8, 8, 0.4) 43%, #1c1c1c 89%), url('../images/route-back-2.jpg');
  background-image: linear-gradient(#1c1c1c, rgba(8, 8, 8, 0.34) 25%, rgba(8, 8, 8, 0.4) 43%, #1c1c1c 89%), url('../images/route-back-2.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.route-section.rout-in-section {
  background-image: -webkit-linear-gradient(rgba(35, 35, 35, 0) 11%, rgba(35, 35, 35, 0.4) 90%, #232323), url('../images/route-back-2.jpg');
  background-image: linear-gradient(rgba(35, 35, 35, 0) 11%, rgba(35, 35, 35, 0.4) 90%, #232323), url('../images/route-back-2.jpg');
}

.route-section.chinese {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-top: 15px none white;
  background-image: none;
}

.route-out-image {
  background-image: url('../images/route-out.jpg'), -webkit-radial-gradient(50% 50%, circle, black, white);
  background-image: url('../images/route-out.jpg'), radial-gradient(circle at 50% 50%, black, white);
}

.route-out-container {
  height: 565px;
  background-image: url('../images/the-route-out-1.jpg');
  text-align: center;
}

.the-route-container {
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 10px solid #ff4800;
  background-color: black;
}

.the-route-container.route-in-container {
  border-top-style: none;
}

.route-in-container {
  height: 543px;
  background-image: url('../images/the-route-in-2.jpg');
  text-align: center;
}

.the-route-out-container {
  height: auto;
  margin-bottom: 0px;
  padding: 0px 20px;
  border-style: none;
  border-top-width: 10px;
  border-top-color: #ff4800;
  background-color: transparent;
  text-align: center;
}

.the-route-out-map {
  height: 464px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.the-route-in-container {
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: black;
}

.route-popup-1 {
  width: 100px;
  height: 100px;
  padding-top: 0px;
  padding-left: 103px;
}

.cherry-section {
  margin-top: -10px;
  padding-top: 0px;
  border-top: 20px solid black;
  border-bottom: 0px none #e4ca99;
  background-color: #9c122a;
}

.cherry-container-1 {
  height: auto;
  margin-top: 0px;
  padding: 0px 20px;
  border-top: 10px none #ff4800;
  border-right: 1px none rgba(255, 255, 255, 0.4);
  border-left: 1px none rgba(255, 255, 255, 0.4);
  background-color: #880228;
  box-shadow: none;
  text-align: center;
}

.cherry-container-2 {
  height: 200px;
}

.cherry-text-1 {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #b5b5b5;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.cherry-text-1.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.cherry-logo {
  margin-bottom: 20px;
}

.route-text {
  font-family: Oswald, sans-serif;
  color: #7d7d7d;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0px;
}

.route-text.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.cherry-text-2 {
  font-family: Oswald, sans-serif;
  color: gray;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.cherry-text-2.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.cherry-image {
  margin-top: 40px;
  border-style: none none solid;
  border-width: 9px;
  border-color: white;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(black, white);
  background-image: linear-gradient(black, white);
  box-shadow: rgba(0, 0, 0, 0.56) 0px 0px 40px -7px;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cherry-image:hover {
  border-color: #ededed;
}

.contact-back {
  padding-bottom: 40px;
  padding-left: 40px;
  border-top: 10px solid #ff4800;
  background-color: #121212;
}

.contact-headline {
  font-family: Hdletterpress, Impact, sans-serif;
  color: white;
  font-size: 80px;
  line-height: 80px;
  text-align: left;
}

.contact-headline.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.copyright-text {
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.schedule-header {
  font-family: Hdletterpress, Impact, sans-serif;
  color: white;
  font-size: 80px;
  line-height: 80px;
}

.schedule-header.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.schedule-container-header {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 10px none black;
  background-color: #9c122a;
  text-align: center;
}

.schedule-header-section {
  height: 900px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  border-bottom: 10px solid #870000;
  background-image: -webkit-linear-gradient(rgba(44, 26, 26, 0.77), rgba(83, 94, 111, 0.34)), url('../images/2016-Scout-Sixty-2.jpg');
  background-image: linear-gradient(rgba(44, 26, 26, 0.77), rgba(83, 94, 111, 0.34)), url('../images/2016-Scout-Sixty-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.contact-section {
  margin-top: 0px;
}

.shield-logo {
  width: auto;
  margin-top: 14px;
  margin-bottom: 0px;
}

.info-section {
  margin-top: 0px;
  background-color: transparent;
}

.bike-section {
  height: 100%;
  padding-top: 0px;
  background-color: transparent;
}

.bike-container {
  padding-right: 20px;
  padding-left: 20px;
  border-top: 10px none white;
  background-color: white;
  text-align: center;
}

.bike-container.top {
  border-top: 10px solid white;
  background-color: white;
}

.bike-header {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Teko, sans-serif;
  color: #0e0e0e;
  font-size: 31px;
  line-height: 1em;
}

.bike-header.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.bike-header.sub {
  margin-bottom: 20px;
  font-family: Trocchi, sans-serif;
  font-size: 19px;
  line-height: 1.4em;
}

.bike-subtext-1 {
  margin-bottom: 20px;
  font-family: Trocchi, sans-serif;
  color: #545454;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.bike-subtext-1.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.bike-subtext-2 {
  margin-bottom: 20px;
  font-family: Trocchi, sans-serif;
  color: #545454;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.bike-subtext-2.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.hd-logo-white {
  margin-top: 22px;
}

.bike-name-text {
  margin-top: 18px;
  font-family: Hdletterpress, Impact, sans-serif;
  color: white;
  font-size: 28px;
}

._3-bike-row-container {
  margin-bottom: 10px;
}

.bike-details-text {
  font-family: Oswald, sans-serif;
  color: #4d4d4d;
  font-weight: 400;
}

.blossom {
  margin-top: -643px;
  margin-left: -53px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.strip-container {
  height: 150px;
  background-color: #87002b;
  background-image: url('../images/marbela-breaker.gif');
  background-position: 0px 0px;
  background-size: auto 150px;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.47) 0px 10px 17px 0px inset;
}

.flyout-contents-3 {
  display: block;
}

.flyout-4-content {
  position: relative;
  z-index: 3;
  overflow-x: hidden;
  overflow-y: hidden;
}

.schedule-flags {
  position: static;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-right: 10px;
  box-shadow: none;
}

.overlay-text {
  display: inline-block;
  width: 600px;
  margin-top: 0px;
  margin-bottom: 183px;
  padding-top: 0px;
  font-family: Teko, sans-serif;
  color: white;
  font-size: 80px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-shadow: black 0px 2px 13px;
}

.meda-container-top {
  height: 700px;
  border-top: 10px none #ff4800;
  background-color: #d9dfdf;
  background-image: -webkit-radial-gradient(50% 50%, circle, rgba(74, 74, 74, 0), rgba(0, 0, 0, 0.58)), url('../images/2016-Scout-Sixty-1.jpg');
  background-image: radial-gradient(circle at 50% 50%, rgba(74, 74, 74, 0), rgba(0, 0, 0, 0.58)), url('../images/2016-Scout-Sixty-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.media-hand-container {
  height: 700px;
  border-top-style: none;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0) 22%), url('../images/media-hand-9.png');
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0) 22%), url('../images/media-hand-9.png');
  background-position: 0% 0%, 0px 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: black 0px 8px 0px -25px inset;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.media-hand-container:hover {
  background-color: rgba(255, 72, 0, 0.81);
}

.media-hand-container.chinese {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0) 22%), url('../images/hand-chinese1.png');
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0) 22%), url('../images/hand-chinese1.png');
}

.media-header {
  padding-top: 50px;
  border-top: 10px solid #ff4800;
  background-color: black;
}

.media-overlay-text {
  padding: 20px 40px;
  background-color: rgba(82, 82, 82, 0.49);
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.media-overlay-text.overlay-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.media-overlay-text.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.media-button-div {
  padding-top: 191px;
  text-align: center;
}

.media-instructions {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.63);
  font-family: Oswald, sans-serif;
  color: #ff4800;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.media-instructions.chinese {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.div-over {
  position: relative;
  z-index: 1000;
  display: block;
  height: 650px;
  margin-bottom: -650px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.div-over:hover {
  background-color: rgba(255, 81, 0, 0.69);
}

.orange-over {
  position: relative;
  z-index: 1000;
  height: 500px;
  margin-bottom: -500px;
}

.orange-over:hover {
  z-index: 1;
  background-color: rgba(255, 94, 0, 0.78);
}

.visit-site-text {
  position: relative;
  display: block;
  margin-top: -72px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 33px;
  text-align: center;
  text-transform: uppercase;
}

.media-button {
  display: none;
  margin-top: 476px;
  padding: 15px 35px;
  border: 1px solid black;
  border-radius: 2px;
  background-color: #ff4800;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Oswald, sans-serif;
  color: black;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  list-style-type: disc;
}

.media-button:hover {
  background-color: #ff4800;
}

.top-3-bike-container {
  background-color: black;
  text-align: center;
}

.top-3-bike-selection {
  background-color: black;
}

.bike-div-1 {
  position: relative;
  z-index: 1000;
  display: block;
  background-color: black;
}

.bike-div-1-over {
  height: 230px;
  margin-bottom: -230px;
  color: black;
}

.bike-div-2-over {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  height: 220px;
  margin-bottom: -220px;
  padding-top: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.bike-div-2-over:hover {
  background-color: rgba(0, 0, 0, 0.72);
}

.top-bike-image-2 {
  height: 220px;
}

.top-bike-name-2 {
  position: relative;
  display: block;
  height: 220px;
  padding-top: 122px;
  font-family: Hdletterpress, Impact, sans-serif;
  color: white;
  font-size: 38px;
}

.top-bike-image-1 {
  height: 220px;
}

.chinese-scedule {
  padding-top: 50px;
  border-top: 10px solid #ff4800;
  background-color: black;
}

.image-1 {
  height: 220px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/street-750-small.jpg');
  text-align: center;
}

.image2 {
  height: 220px;
  background-image: url('../images/48-small.jpg');
  text-align: center;
}

.image-3 {
  height: 220px;
  background-image: url('../images/street-750-small.jpg');
  text-align: center;
}

._3-bikes {
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.over {
  height: 100%;
  background-color: rgba(46, 182, 209, 0.77);
}

.over-blue {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-color: rgba(46, 182, 209, 0.6);
}

.test3 {
  height: 220px;
  background-image: url('../images/iron-883-small.jpg');
}

.test2 {
  height: 220px;
  background-image: url('../images/street-750-small.jpg');
}

.test1 {
  height: 220px;
  background-image: url('../images/48-small.jpg');
}

.c1b {
  height: 220px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/48-small.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.c2b {
  height: 220px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/street-750-small.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.c3b {
  height: 220px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/iron-883-small.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.scout-top-image {
  height: 500px;
  background-image: url('../images/2016-Scout-Sixty-header-image.jpg');
  background-position: 50% 67%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  padding-top: 0px;
  border-bottom: 1px none black;
  background-color: transparent;
}

.top-headline {
  background-color: black;
}

.top-intro-text {
  height: 20px;
  background-color: black;
  color: white;
  text-align: center;
}

.scout-logo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.scout-header-text {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Teko, sans-serif;
  color: black;
  font-size: 35px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.scout-header-text.dinner-text {
  margin-bottom: 30px;
  color: white;
}

.scout-header-text.white {
  color: white;
}

.car {
  position: relative;
  z-index: 1000;
  margin-top: -255px;
  padding-top: 0px;
}

.hotel-top-section {
  height: 667px;
  margin-top: -319px;
  background-image: -webkit-linear-gradient(white, transparent 49%), url('../images/coast-road.jpg');
  background-image: linear-gradient(white, transparent 49%), url('../images/coast-road.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.indian-divider {
  height: 100px;
  margin-bottom: 0px;
  border-top: 10px solid #87002b;
  border-bottom: 10px solid white;
  background-color: white;
  color: white;
}

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

.centre-container.hotel {
  margin-bottom: 20px;
}

.header-outlines {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #6b6b6b;
  border-bottom: 1px solid #6b6b6b;
  background-color: transparent;
}

.sub-bock-hotel {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 1px solid #6b6b6b;
  border-bottom: 1px solid #6b6b6b;
}

.indian-route-button-holder {
  position: static;
  overflow-x: visible;
  overflow-y: visible;
  padding-top: 183px;
  text-align: center;
}

.indian-route-button {
  margin-bottom: 100px;
  text-align: center;
}

.route-image-div-1 {
  width: auto;
  height: 518px;
  background-image: url('../images/Scout_route_landscape.jpg');
  background-position: 50% 50%;
  background-size: 1754px;
  background-repeat: no-repeat;
}

.scout-logo-panel {
  padding-top: 478px;
  padding-bottom: 0px;
  background-image: url('../images/Scout-Sixty-header-walking.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.scout-logo-image {
  width: 500px;
  margin-top: 120px;
  margin-bottom: 120px;
  opacity: 1;
}

.bike-section-2 {
  padding-bottom: 5px;
  background-color: transparent;
}

.scout-into-top {
  background-color: white;
}

.scout-image-top {
  height: 600px;
  border-top: 10px none #870000;
  background-image: -webkit-linear-gradient(#9c122a, rgba(184, 0, 51, 0.27) 67%), -webkit-linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.49)), -webkit-radial-gradient(50% 50% circle, rgba(255, 255, 255, 0) 26%, rgba(0, 0, 0, 0.76)), url('../images/Scout-Sixty-header-walking.jpg');
  background-image: linear-gradient(#9c122a, rgba(184, 0, 51, 0.27) 67%), linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.49)), radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0) 26%, rgba(0, 0, 0, 0.76)), url('../images/Scout-Sixty-header-walking.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, fixed;
}

.video {
  margin-top: 25px;
}

.main-slide-1 {
  background-image: url('../images/Scout-Sixty-heade-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.main-slide-2 {
  display: inline-block;
  background-image: url('../images/slingshot-slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-text {
  font-family: Teko, sans-serif;
  color: white;
  font-size: 237px;
  line-height: 1.1em;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0px;
}

.slider-text.drive-text {
  text-align: left;
}

.header-indian {
  height: auto;
  padding-top: 15px;
  border-top: 20px solid black;
  text-align: center;
}

.text-header-indian {
  display: inline-block;
  font-family: Teko, sans-serif;
  color: #9c122a;
  font-size: 80px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}

.text-header-indian.white {
  color: white;
}

.dinner-header {
  padding-top: 20px;
}

.dinner-fade-image {
  height: 400px;
  background-image: -webkit-linear-gradient(269deg, rgba(135, 1, 39, 0.29) 53%, rgba(136, 2, 40, 0.29) 82%), url('../images/pano-terraza.jpg');
  background-image: linear-gradient(181deg, rgba(135, 1, 39, 0.29) 53%, rgba(136, 2, 40, 0.29) 82%), url('../images/pano-terraza.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dinner-button {
  margin-top: 20px;
  margin-bottom: 30px;
}

.route-image {
  height: 400px;
  background-image: url('../images/marbela-1.jpg');
  background-position: 50% 69%;
  background-size: cover;
  background-attachment: scroll;
}

.mountain-div {
  height: 947px;
  margin-top: -603px;
  border-bottom: 0px none #dba94b;
  background-image: url('../images/marbela-3.jpg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bodytext {
  margin-bottom: 20px;
  font-family: Trocchi, sans-serif;
  color: #444;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0px;
}

.contact-panel {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #87002b;
}

.contact-header-div {
  margin-top: 20px;
  text-align: center;
}

.into-text-1 {
  font-family: Trocchi, sans-serif;
  color: white;
  line-height: 1.3em;
}

.footer-location-3-col {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid none;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.35) black;
}

.footer-location-3-col.temps-footer {
  border-bottom: 0px none black;
  font-family: Teko, sans-serif;
  color: white;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.motocom-block {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 322px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background-image: -webkit-radial-gradient(50% 50%, circle, rgba(255, 111, 111, 0.27), transparent);
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 111, 111, 0.27), transparent);
}

.motocom-block.website {
  padding-top: 30px;
  padding-left: 0px;
  border-top: 1px none black;
  border-bottom: 1px none white;
  text-align: center;
}

.media-text {
  font-family: Teko, sans-serif;
  color: white;
  font-size: 31px;
  line-height: 1em;
  text-align: center;
}

.media-text.website-address {
  margin-top: 22px;
  font-size: 34px;
}

.media-description {
  margin-top: 15px;
  font-family: Trocchi, sans-serif;
  color: white;
  font-size: 19px;
  line-height: 1.5em;
}

.bottom-logo {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 20px;
  text-align: center;
}

.copyright-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Trocchi, sans-serif;
  text-align: center;
}

.presssite-div {
  height: 600px;
  border-bottom: 15px none black;
  background-image: -webkit-linear-gradient(rgba(75, 1, 1, 0.6), rgba(135, 0, 32, 0.6)), url('../images/press-site.jpg');
  background-image: linear-gradient(rgba(75, 1, 1, 0.6), rgba(135, 0, 32, 0.6)), url('../images/press-site.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-header {
  padding-top: 238px;
  font-family: Teko, sans-serif;
  color: black;
  font-size: 66px;
  text-align: center;
  text-shadow: white 0px 0px 27px;
}

.temp-block {
  height: 80px;
  margin-top: -80px;
  padding-top: 0px;
  background-color: rgba(255, 176, 176, 0.74);
}

.safety-text {
  padding-top: 27px;
  font-family: Teko, sans-serif;
  color: white;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.media-site-link {
  color: white;
  text-decoration: none;
}

html.w-mod-js *[data-ix="upper"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="hero-headline"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="hero-headline-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="hero-line"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="button-hero-button"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="hero-arrow-link-block-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="hero-arrow-link-block-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 20px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="service-show"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="service-show-2"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="service-show-3"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="navbar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 22px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 22px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 22px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="testimonilas-show"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  -ms-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
}

html.w-mod-js *[data-ix="fact-show"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fact-show-2"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fact-show-3"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fact-show-4"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="phone"] {
  opacity: 0;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

html.w-mod-js *[data-ix="phone-2"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="phone-3"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="service-show-4"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="testimonilas-show-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  -ms-transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
  transform: translate(0px, 20px) scale(0.7000000000000001, 0.7000000000000001);
}

html.w-mod-js *[data-ix="hero-headline-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="display-none"] {
  height: 0px;
}

html.w-mod-js *[data-ix="display-none-scroll-nav"] {
  display: none;
}

@media (max-width: 991px) {
  body {
    height: auto;
  }
  h1 {
    font-size: 60px;
    line-height: 74px;
    letter-spacing: 0px;
  }
  h3 {
    text-align: left;
  }
  h4 {
    text-align: center;
  }
  p {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .button {
    margin-bottom: 0px;
  }
  .button.hero-button {
    margin-bottom: 0px;
    box-shadow: none;
  }
  .button.route-out-button {
    margin-top: 208px;
    box-shadow: none;
  }
  .button.route-out-button.route-in-button {
    margin-top: 202px;
    box-shadow: none;
  }
  .hero-section {
    padding-bottom: 0px;
    background-position: 50% 50%, 50% 50%;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    color: #5f5f5f;
  }
  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .section.priority {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .hero-small-line {
    margin-left: auto;
    text-align: center;
  }
  .hero-small-line.header {
    position: relative;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .numbers {
    margin-top: auto;
    font-size: 18px;
  }
  .white-tittle {
    margin-bottom: 0px;
    font-size: 30px;
  }
  .white-tittle.fact {
    margin-bottom: 30px;
    font-size: 70px;
  }
  .menu-button {
    margin-right: 0px;
    padding: 14px;
    border-radius: 8px;
    background-color: #212121;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: white;
  }
  .menu-button:hover {
    background-color: #212121;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }
  .menu-button.w--open {
    left: 0px;
    top: 0px;
    display: block;
    height: auto;
    padding-left: 14px;
    float: right;
    background-color: black;
    text-align: left;
  }
  .div-block {
    margin-right: auto;
    margin-left: auto;
  }
  .overall-column {
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .socil-icon {
    margin-top: 37px;
  }
  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transition-property: all;
    transition-property: all;
    text-align: center;
  }
  .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .nav-link.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link.w--current:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .nav-link.drop {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 0px 13px;
    background-color: transparent;
    color: white;
    font-size: 35px;
    line-height: 14.1px;
  }
  .nav-link.drop:hover {
    background-color: white;
    color: #2a2a2a;
  }
  .icon-menu {
    display: block;
    opacity: 1;
    color: white;
    font-size: 30px;
    text-align: center;
  }
  .icon-menu.lines {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: white;
  }
  .icon-menu.lines:hover {
    color: white;
  }
  .navbar-scroll {
    display: none;
    box-shadow: none;
  }
  .hero-headline {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 37px;
    line-height: 48px;
    text-align: left;
    text-shadow: none;
  }
  .nav-menu {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .nav-menu._2 {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.65);
  }
  .text-hero {
    margin-right: 100px;
    margin-left: 100px;
  }
  .about-text {
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: 0px;
    text-align: center;
  }
  .about-text.tittle {
    margin-bottom: 0px;
  }
  .about-text._3 {
    margin-bottom: 0px;
  }
  .about-text._3.intro {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 22px;
  }
  .about-text._3.intro.route.white {
    text-align: center;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .about-text.paragraph-left {
    text-align: left;
  }
  .about-text.right {
    margin-bottom: 70px;
    text-align: center;
  }
  .about-text.features {
    margin-bottom: 0px;
  }
  .dark-tittle {
    margin-bottom: 20px;
    font-size: 60px;
  }
  .dark-tittle._2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .dark-tittle.white {
    border-color: #2eb6d1;
  }
  .dark-tittle.white.header {
    margin-left: 10px;
    padding: 5px 13px;
  }
  .dark-tittle.hotel-header {
    font-size: 60px;
    font-weight: 300;
  }
  .icon-service {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    float: none;
  }
  .icon-service._2 {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 0px;
    float: none;
  }
  .contact-map-fprm {
    padding-right: 0px;
    padding-left: 0px;
  }
  .testimonials-slider {
    margin-top: 50px;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .slider-nav {
    display: none;
    padding-top: 20px;
  }
  .hero-container {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .text-area {
    min-height: 232px;
    color: #4a4a4a;
  }
  .inner-tittle {
    margin-bottom: 50px;
    font-size: 23px;
    line-height: 46px;
    text-align: left;
  }
  .service.kot {
    padding-bottom: 80px;
  }
  .column {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .column.features {
    margin-right: 0px;
    margin-left: 0px;
  }
  .brand.w--current {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .logo {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #28a4bd;
  }
  .logo.white {
    padding-left: 10px;
    color: white;
    font-weight: 400;
  }
  .image {
    margin-right: 20px;
  }
  .hero-text {
    display: inline-block;
    margin-top: 50px;
    padding-left: 10px;
    text-align: center;
  }
  .slider.testimonials {
    width: 49%;
    height: 100%;
  }
  .slider.screen {
    width: 33.3%;
    margin-right: 0px;
  }
  .slide-responsive {
    width: 33%;
  }
  .image-middle {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .right-tittle {
    text-align: center;
  }
  .div-fact {
    width: 24.5%;
  }
  .testimonials-div-block {
    margin-top: 64px;
  }
  .info-text {
    color: #4a4a4a;
  }
  .tittle-info {
    text-align: left;
  }
  .social-text {
    padding-top: 40px;
  }
  .schedule {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sched-2-column {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .right-sched-text {
    float: right;
  }
  .schedule-image.image3 {
    height: 200px;
  }
  .schedule-image.image3.sepang-road {
    height: 200px;
  }
  .qa-question {
    font-family: Oswald, sans-serif;
    color: white;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
  }
  .qa-answer {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    letter-spacing: 0px;
  }
  .qa-columns {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .livewire-back {
    padding-top: 40px;
  }
  .contact-details {
    font-size: 24px;
  }
  .contact-email {
    font-size: 14px;
  }
  .ciontact-back {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tour_frame {
    height: 500px;
  }
  .route-back {
    padding-top: 40px;
  }
  .faq-back {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gallery-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .top-slider {
    height: 500px;
    border-top: 1px none black;
  }
  .top-slider-round-buttons {
    margin-bottom: auto;
  }
  .container-1 {
    margin-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .top-slider-text-1 {
    padding-left: 40px;
    font-size: 110px;
    line-height: 103px;
  }
  .top-slider-bike-1 {
    margin-top: -392px;
    margin-left: 40px;
    font-size: 47px;
    line-height: 40px;
  }
  .section-1-h2 {
    font-size: 21px;
  }
  .hotel-bodycopy {
    font-size: 20px;
  }
  ._3-bike-slider {
    height: 187px;
  }
  .route-in-container {
    height: 436px;
    background-size: 100%;
  }
  .the-route-out-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .the-route-out-map {
    height: 435px;
    background-size: 100%;
  }
  .cherry-container-1 {
    height: auto;
    padding-bottom: 0px;
  }
  .schedule-header-section {
    height: 500px;
    padding-top: 0px;
    background-image: url('../images/2016-Scout-Sixty-2.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .info-section {
    margin-top: -125px;
  }
  .bike-section {
    padding-top: 0px;
  }
  .bike-subtext-1 {
    color: #545454;
    font-size: 16px;
  }
  .schedule-flags {
    box-shadow: none;
  }
  .overlay-text {
    width: 600px;
  }
  .media-hand-container {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0) 22%), url('../images/media-hand-8.png');
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0) 22%), url('../images/media-hand-8.png');
    background-size: auto, auto 436px;
  }
  .media-overlay-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 19px;
    font-weight: 300;
    text-transform: none;
  }
  .media-button-div {
    padding-top: 186px;
  }
  .media-instructions {
    background-color: rgba(0, 0, 0, 0.59);
    font-size: 17px;
  }
  .scout-top-image {
    height: 360px;
    background-image: url('../images/2016-Scout-Sixty-header-image.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }
  .scout-header-text {
    font-size: 33px;
    line-height: 0.9em;
  }
  .hotel-top-section {
    margin-top: -296px;
    background-size: auto, cover;
  }
  .indian-divider {
    background-size: auto 107%;
  }
  .sub-bock-hotel {
    margin-top: 10px;
  }
  .scout-image-top {
    height: 400px;
    background-attachment: scroll, scroll, scroll, scroll;
  }
  .slider-text {
    font-size: 170px;
  }
  .slider-text.drive-text {
    font-size: 170px;
  }
  .text-header-indian {
    font-size: 60px;
  }
  .dinner-fade-image {
    background-image: -webkit-linear-gradient(269deg, rgba(135, 1, 39, 0.29) 53%, rgba(136, 2, 40, 0.29) 82%), url('../images/pano-terraza.jpg');
    background-image: linear-gradient(181deg, rgba(135, 1, 39, 0.29) 53%, rgba(136, 2, 40, 0.29) 82%), url('../images/pano-terraza.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .dinner-button {
    margin-top: 20px;
  }
  .route-image {
    background-image: url('../images/marbela-1.jpg');
    background-position: 50% 71%;
    background-size: cover;
    background-attachment: scroll;
  }
  .mountain-div {
    height: 400px;
    margin-top: -121px;
    background-position: 50% 100%;
  }
  .motocom-block {
    padding-left: 218px;
  }
  .presssite-div {
    height: 360px;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .safety-text {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 24px;
  }
  h4 {
    text-align: center;
  }
  p {
    margin-bottom: auto;
  }
  .button {
    padding-right: 25px;
    padding-left: 25px;
  }
  .button.hero-button {
    float: none;
    box-shadow: none;
  }
  .button.route-out-button {
    margin-top: 164px;
    box-shadow: none;
  }
  .button.route-out-button.route-in-button {
    margin-top: 148px;
    box-shadow: none;
  }
  .button.map-button {
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar {
    padding-right: 10px;
    padding-bottom: 21px;
  }
  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .hero-small-line {
    margin-right: 250px;
    margin-left: 250px;
  }
  .hero-small-line.header {
    margin-right: auto;
    margin-left: auto;
  }
  .numbers {
    margin-top: auto;
  }
  .white-tittle {
    margin-bottom: 0px;
  }
  .menu-button {
    margin-right: 10px;
    border-radius: 8px;
    background-color: #212121;
  }
  .browser.compatibility.icon {
    width: 100px;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .socil-icon {
    margin-top: 30px;
  }
  .testimonials-text {
    font-size: 14px;
    line-height: 22px;
  }
  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    text-align: center;
  }
  .nav-link.drop {
    padding: 15px 0px 10px;
    font-size: 30px;
  }
  .icon-menu.lines {
    color: white;
  }
  .icon-menu.lines:hover {
    color: white;
  }
  .navbar-scroll {
    box-shadow: none;
  }
  .hero-headline {
    margin-bottom: 20px;
    font-size: 50px;
    text-align: center;
    text-shadow: none;
  }
  .nav-menu {
    top: 101px;
  }
  .nav-menu._2 {
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
  .testimonilas {
    margin-top: 30px;
  }
  .text-hero {
    margin-right: 70px;
    margin-left: 70px;
  }
  .about-text {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }
  .about-text._2 {
    text-align: center;
  }
  .about-text.tittle {
    margin-right: 0px;
    margin-left: 0px;
  }
  .about-text.tittle.left {
    text-align: center;
  }
  .about-text._3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-text._3.intro {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .about-text._3.intro.route {
    text-align: center;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .about-text.paragraph-left {
    text-align: center;
  }
  .dark-tittle {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 50px;
  }
  .dark-tittle._2 {
    text-align: center;
  }
  .dark-tittle.hotel-header {
    font-size: 57px;
    font-weight: 300;
  }
  .contact-map-fprm {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-nav {
    display: none;
  }
  .inner-tittle {
    text-align: center;
  }
  .small-tittle {
    text-align: center;
  }
  .column.features._3 {
    border-top-style: none;
    border-left-style: solid;
    border-left-color: #2eb6d1;
  }
  .column.features._5 {
    border-left-style: solid;
  }
  .column.features._6 {
    border-left-style: solid;
  }
  .column.features._0 {
    border-top-style: none;
    border-left-style: solid;
  }
  .brand.w--current {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .brand-scroll.w--current {
    margin-left: 10px;
  }
  .image {
    float: none;
  }
  .hero-text {
    margin-top: 30px;
    margin-bottom: 70px;
    float: none;
    text-align: center;
  }
  .slider.testimonials {
    width: 95%;
    height: 100%;
    margin-right: 15px;
    margin-left: 15px;
    float: none;
  }
  .slider.screen {
    width: 50%;
    margin-right: 0px;
  }
  .div-fact {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3px;
  }
  .diagonal-image {
    padding-top: 70px;
  }
  .open.schedule-opener {
    padding-left: 9%;
  }
  .imac {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .welcome-intro {
    font-size: 18px;
  }
  .hotel-intro {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }
  .hotel-intro.text-left {
    padding-left: 0px;
  }
  .schedule-headers {
    font-size: 22px;
  }
  .sched-2-column {
    text-align: center;
  }
  .right-sched-text {
    float: right;
    list-style-type: none;
  }
  .left-sched-text {
    float: left;
    direction: ltr;
    list-style-type: none;
  }
  .middle-sced-text {
    font-size: 15px;
    line-height: 29px;
  }
  .column1 {
    display: block;
  }
  .qa-question {
    padding-right: 20px;
    padding-left: 20px;
  }
  .qa-answer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hetel-2-column-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-header {
    text-align: left;
  }
  .contact-header.contact-header-top {
    text-align: left;
  }
  .contact-details {
    text-align: left;
  }
  .contact-row {
    text-align: center;
  }
  .contact-email {
    text-align: center;
  }
  .faq-popup {
    width: 90%;
    margin-top: 30px;
    padding: 10px;
  }
  .faq-heading-block {
    margin-bottom: 10px;
  }
  .qa-question {
    padding-right: 0px;
    padding-left: 0px;
  }
  .qa-answer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .top-slider {
    height: 370px;
    margin-top: 0px;
  }
  .container-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .top-slider-text-1 {
    padding-left: 35px;
    font-size: 87px;
    line-height: 83px;
  }
  .top-slider-bike-1 {
    margin-top: -283px;
    margin-left: 35px;
    font-size: 35px;
    line-height: 20px;
  }
  ._3-bike-slider {
    height: 149px;
  }
  .schedule-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .route-in-container {
    height: 333px;
  }
  .the-route-out-map {
    height: 339px;
  }
  .cherry-container-1 {
    height: auto;
  }
  .contact-back {
    padding-right: 20px;
    padding-left: 20px;
  }
  .schedule-header-section {
    background-image: -webkit-linear-gradient(#1c1c1c 1%, rgba(35, 35, 35, 0) 38%, #1c1c1c), url('../images/harley-davidson-iron-883-dark-custom.jpg');
    background-image: linear-gradient(#1c1c1c 1%, rgba(35, 35, 35, 0) 38%, #1c1c1c), url('../images/harley-davidson-iron-883-dark-custom.jpg');
    background-position: 0% 0%, 50% -18%;
    background-size: auto, 800px;
    background-attachment: scroll, scroll;
  }
  .info-section {
    margin-top: -70px;
  }
  .bike-section {
    padding-top: 0px;
  }
  .bike-header {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 26px;
  }
  .bike-header.sub {
    font-size: 16px;
  }
  .bike-subtext-1 {
    font-size: 14px;
  }
  .bike-subtext-2 {
    font-size: 14px;
  }
  .bike-details-text {
    margin-bottom: 24px;
  }
  .schedule-flags {
    width: 10%;
    margin-right: 6px;
    box-shadow: none;
  }
  .overlay-text {
    width: 500px;
    font-size: 24px;
    line-height: 29px;
  }
  .meda-container-top {
    height: 599px;
  }
  .media-hand-container {
    height: 598px;
    background-size: auto, 100% 361px;
  }
  .media-overlay-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 19px;
  }
  .media-button-div {
    padding-top: 174px;
  }
  .media-instructions {
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.49);
    font-size: 16px;
  }
  .media-button {
    display: none;
    margin-top: 340px;
  }
  .scout-top-image {
    height: 300px;
    background-position: 50% -4%;
    background-size: cover;
  }
  .scout-logo {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .scout-header-text {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 0.9em;
  }
  .scout-image-top {
    height: 300px;
    background-image: -webkit-linear-gradient(#880228, rgba(184, 0, 51, 0.27) 43%), -webkit-linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.49)), -webkit-radial-gradient(50% 50% circle, rgba(255, 255, 255, 0) 26%, rgba(0, 0, 0, 0.76)), url('../images/Scout-Sixty-header-walking.jpg');
    background-image: linear-gradient(#880228, rgba(184, 0, 51, 0.27) 43%), linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.49)), radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0) 26%, rgba(0, 0, 0, 0.76)), url('../images/Scout-Sixty-header-walking.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, auto, cover;
  }
  .slider-text {
    padding-right: 20px;
    font-size: 130px;
  }
  .slider-text.drive-text {
    padding-left: 20px;
    font-size: 130px;
  }
  .dinner-fade-image {
    height: 300px;
  }
  .dinner-button {
    margin-bottom: 10px;
  }
  .mountain-div {
    height: 454px;
    margin-top: -168px;
    background-image: url('../images/marbela-3.jpg');
    background-position: 50% 50%;
    background-size: 950px;
    background-repeat: no-repeat;
  }
  .into-text-1 {
    font-size: 12px;
    line-height: 1.3em;
  }
  .motocom-block {
    padding-left: 130px;
  }
  .media-description {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
  .presssite-div {
    height: 278px;
  }
  .intro-header {
    padding-top: 181px;
    font-size: 41px;
  }
  .safety-text {
    padding-top: 15px;
    font-size: 25px;
    line-height: 26px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 48px;
  }
  h2 {
    margin-bottom: 50px;
  }
  h4 {
    text-align: center;
  }
  .button.route-out-button {
    margin-top: 67px;
    box-shadow: none;
  }
  .button.route-out-button.route-in-button {
    margin-top: 69px;
    box-shadow: none;
  }
  .button.map-button {
    margin-top: 10px;
    margin-left: 10px;
  }
  .button.dinner.but-media.register {
    margin-top: 10px;
    margin-left: 0px;
  }
  .upper {
    margin-bottom: auto;
    font-size: 16px;
  }
  .upper.title {
    margin-top: 0px;
    font-size: 27px;
  }
  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .hero-small-line {
    margin-right: auto;
    margin-left: auto;
  }
  .hero-small-line.header {
    margin-top: 20px;
  }
  .white-tittle {
    margin-bottom: 0px;
    font-size: 22px;
  }
  .menu-button {
    padding: 14px;
    border-radius: 8px;
    background-color: #212121;
  }
  .menu-button:hover {
    background-color: #212121;
  }
  .browser.compatibility.icon {
    width: 65px;
    height: 65px;
    margin: 20px 5px 0px;
    border-radius: 15px;
  }
  .socil-icon {
    width: 26px;
    margin-top: 20px;
  }
  .copyright {
    margin-right: 20px;
    margin-left: 20px;
  }
  .nav-link.drop {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 23px;
  }
  .navbar-scroll {
    box-shadow: none;
  }
  .hero-headline {
    font-size: 38px;
    text-shadow: none;
  }
  .nav-menu._2 {
    padding-bottom: 15px;
  }
  .text-hero {
    margin-right: 20px;
    margin-left: 20px;
  }
  .about-text {
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: 0px;
    text-align: center;
  }
  .about-text._2 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .about-text.tittle {
    margin-bottom: auto;
  }
  .about-text.tittle.left {
    text-align: center;
  }
  .about-text._3.intro {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4em;
  }
  .about-text._3.intro.route {
    margin-top: 0px;
    text-align: center;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .dark-tittle {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 50px;
  }
  .icon-service {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    float: none;
  }
  .contact-map-fprm {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-nav {
    display: none;
  }
  .inner-tittle {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 23px;
  }
  .small-tittle {
    text-align: center;
  }
  .service.kot {
    padding-bottom: 80px;
  }
  .brand.w--current {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    float: left;
  }
  .image {
    margin-right: 0px;
  }
  .image.apple {
    display: inline-block;
    margin-top: 20px;
    margin-right: 0px;
  }
  .slider.testimonials {
    margin-left: 8px;
  }
  .slider.screen {
    width: 100%;
    margin-right: 0px;
  }
  .slide-responsive {
    width: 100%;
  }
  .image-middle {
    margin-bottom: 20px;
  }
  .open-text {
    margin-right: 7px;
    font-size: 15px;
  }
  .open {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .social-icons {
    width: 60px;
  }
  .social-text {
    font-size: 12px;
  }
  .welcome-intro {
    padding-right: 20px;
    padding-left: 20px;
  }
  .schedule-headers {
    margin-right: 2%;
    margin-bottom: 5px;
    margin-left: 2%;
    font-size: 18px;
    line-height: 30px;
  }
  .middle-sced-text {
    margin-right: 2%;
    margin-left: 2%;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .contact-details {
    font-size: 20px;
    text-align: center;
  }
  .faq-popup {
    position: absolute;
    left: 3px;
    top: 20px;
    right: 3px;
    bottom: 20px;
    width: auto;
    margin-top: auto;
  }
  .faq-popup-inner {
    max-height: 100%;
  }
  .qa-question {
    padding-right: 0px;
    padding-left: 0px;
  }
  .qa-answer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .top-slider {
    height: 215px;
  }
  .container-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .top-slider-text-1 {
    padding-left: 35px;
    font-size: 42px;
    line-height: 41px;
  }
  .top-slider-bike-1 {
    margin-top: -156px;
    margin-left: 35px;
    font-size: 17px;
    line-height: 0px;
  }
  .section-1-h1 {
    margin-bottom: 0px;
    padding-top: 11px;
    font-size: 48px;
  }
  .section-1-h2 {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
  }
  ._3-bike-slider {
    height: 83px;
  }
  .hotel-container {
    padding-top: 20px;
  }
  .hotel-section {
    padding-top: 0px;
  }
  .route-section {
    padding-top: 0px;
  }
  .route-in-container {
    height: 190px;
  }
  .the-route-out-container {
    padding-top: 15px;
  }
  .the-route-out-map {
    height: 190px;
  }
  .the-route-in-container {
    padding-top: 20px;
  }
  .cherry-section {
    padding-top: 0px;
  }
  .cherry-text-1 {
    font-size: 17px;
  }
  .cherry-logo {
    max-width: 70%;
  }
  .route-text {
    font-size: 16px;
    line-height: 22px;
  }
  .cherry-text-2 {
    font-size: 17px;
    line-height: 23px;
  }
  .contact-back {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .contact-headline {
    font-size: 39px;
    text-align: center;
  }
  .schedule-header {
    margin-bottom: 0px;
    font-size: 50px;
  }
  .schedule-container-header {
    padding-top: 20px;
  }
  .schedule-header-section {
    padding-top: 108px;
  }
  .contact-section {
    margin-top: 0px;
  }
  .info-section {
    margin-top: 0px;
  }
  .bike-section {
    padding-top: 0px;
  }
  .bike-header {
    margin-top: 15px;
    font-size: 25px;
  }
  .bike-header.sub {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }
  .bike-subtext-1 {
    color: #545454;
    font-size: 14px;
    text-align: center;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .bike-subtext-2 {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .schedule-flags {
    position: relative;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 10%;
    margin-right: 2px;
    box-shadow: none;
  }
  .overlay-text {
    width: 250px;
    margin-bottom: 113px;
  }
  .media-hand-container {
    background-position: 0% 0%, -56px 94%;
    background-size: auto, 100%;
  }
  .media-header {
    padding-top: 18px;
  }
  .media-button {
    display: none;
    margin-top: 255px;
  }
  .emails {
    margin-bottom: 28px;
    padding-bottom: 0px;
  }
  .scout-top-image {
    height: 230px;
    background-image: url('../images/2016-Scout-Sixty-header-image.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .top-intro-text {
    height: 10px;
  }
  .scout-logo {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .scout-header-text {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 23px;
    letter-spacing: 0px;
  }
  .indian-divider {
    height: 84px;
    background-size: auto 100%;
  }
  .bike-section-2 {
    padding-bottom: 20px;
  }
  .scout-image-top {
    height: 200px;
    background-image: -webkit-linear-gradient(#880228, rgba(184, 0, 51, 0.27)), -webkit-linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.49)), -webkit-radial-gradient(50% 50% circle, rgba(255, 255, 255, 0) 26%, rgba(0, 0, 0, 0.76)), url('../images/Scout-Sixty-header-walking.jpg');
    background-image: linear-gradient(#880228, rgba(184, 0, 51, 0.27)), linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.49)), radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0) 26%, rgba(0, 0, 0, 0.76)), url('../images/Scout-Sixty-header-walking.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, auto, cover;
  }
  .slider-text {
    font-size: 75px;
  }
  .slider-text.drive-text {
    font-size: 75px;
    text-align: left;
  }
  .dinner-fade-image {
    height: 150px;
  }
  .dinner-button {
    margin-bottom: 0px;
  }
  .mountain-div {
    height: 292px;
    margin-top: -127px;
    border-bottom: 1px none black;
    background-position: 82% 50%;
    background-size: 200%;
  }
  .into-text-1 {
    margin-bottom: 13px;
    text-align: center;
  }
  .motocom-block {
    padding-left: 0px;
  }
  .media-text.website-address {
    font-size: 26px;
  }
  .presssite-div {
    height: 220px;
    background-size: auto, cover;
  }
  .intro-header {
    padding-top: 54px;
    font-size: 28px;
  }
  .safety-text {
    font-size: 18px;
    line-height: 19px;
  }
}

@font-face {
  font-family: 'Aldotheapache';
  src: url('../fonts/AldotheApache.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}