body {
  height: 100%;
  background-color: #000;
  font-family: Merriweather, serif;
  color: #333;
  font-size: 12px;
  line-height: 21px;
}

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

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
}

.navbar {
  position: relative;
  display: block;
  height: 115px;
  padding-top: 17px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #c7c7c7;
  background-color: transparent;
  background-image: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  line-height: 22px;
}

.navbar-wrapper {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  width: 100%;
  height: 80px;
  background-color: transparent;
}

.container {
  position: relative;
}

.container.home-intro-container {
  position: relative;
  z-index: 20;
  display: block;
  margin: 12px auto 11px;
  padding-top: 22px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.container.info-container {
  position: relative;
  margin-bottom: 60px;
}

.container.info-container.last {
  margin-bottom: 0px;
}

.container.with-fixed-block {
  padding-right: 350px;
}

.logo-container {
  height: 100%;
  padding-right: 20px;
  padding-left: 25px;
}

.logo-container:hover {
  opacity: 0.7;
}

.logo-container.w--current {
  padding-top: auto;
}

.nav-link {
  height: 80px;
  padding-top: 30px;
  padding-right: 13px;
  padding-left: 13px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: rgba(240, 173, 0, 0);
  color: #f7852c;
}

.nav-link.w--current {
  padding-left: 13px;
  border-top: 1px none #000;
  border-bottom: 1px none #fff;
  background-color: transparent;
  box-shadow: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

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

.nav-link.w--open {
  margin-bottom: 0px;
  color: #e40e15;
}

.nav-link.color {
  background-color: #d11551;
}

.nav-link.color:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

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

.nav-link.requestservice {
  height: auto;
  margin-top: 16px;
  padding: 12px;
  background-color: #392612;
  color: #fcf1db;
}

.nav-link.requestservice:hover {
  background-color: #6f5131;
  color: #fff;
}

.nav-link.brandmenu {
  margin-right: 11px;
}

.text-logo {
  margin-top: 13px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 32px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.text-logo.subtitle {
  margin-top: -3px;
  color: #7c7c7c;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 3.2px;
}

.home-hero-section {
  height: 100%;
  margin-top: 14px;
  background-color: transparent;
}

.section {
  margin-top: -13px;
  padding-top: 0px;
  padding-bottom: 60px;
  border-color: #822e1b;
  border-top-style: none;
  border-top-width: 3px;
  background-color: #0d0d0d;
  background-image: linear-gradient(7deg, #000 46%, #050505 50%, #494949);
  background-position: 0px 0px;
  color: #000;
}

.section.white {
  background-color: #fff;
}

.home-intro-row {
  display: block;
  margin-bottom: 119px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px none #463623;
  background-color: rgba(173, 153, 128, 0);
}

.home-intro-row.lastcolumn {
  border-bottom-style: none;
}

.home-intro-row.column2 {
  margin-top: 17px;
  padding-bottom: 11px;
  border-top: 2px solid #5e3232;
  border-bottom-style: solid;
}

.recent-portfolio-col-left {
  padding-right: 0px;
}

.recent-portfolio-col-right {
  padding-left: 0px;
}

.featured-work-block {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  background-color: #d2d4d6;
  background-image: url('../images/commercialphoto.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.navbar-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.navbar-container {
  height: 80px;
  background-color: transparent;
}

.nav-menu {
  padding-top: 4px;
  float: right;
}

.hero-slider {
  height: 100%;
  padding-top: 14px;
  background-color: transparent;
}

.home-slider-button {
  width: 50px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 200ms ease, width 200ms ease;
  transition: background-color 200ms ease, width 200ms ease;
  font-size: 18px;
}

.home-slider-button:hover {
  width: 80px;
  background-color: rgba(0, 0, 0, 0.7);
}

.hero-slide {
  height: auto;
  margin-top: 1px;
  padding-top: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.hero-slide._2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  background-image: none;
  opacity: 1;
}

.hero-slide._3 {
  background-image: none;
}

.hero-slide._4 {
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 35%;
}

.slide-overlay {
  display: none;
  width: 100%;
  height: 455%;
  margin-bottom: 48px;
  padding-top: 0px;
  background-color: transparent;
  text-align: center;
}

.slide-container {
  position: relative;
  display: block;
  margin-top: -159px;
  background-color: rgba(57, 38, 18, 0.53);
}

.slide-title {
  display: block;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 61px;
  line-height: 94px;
  text-transform: uppercase;
  text-shadow: 6px 8px 5px rgba(0, 0, 0, 0.55);
}

.slide-title.subtitle {
  display: none;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
}

.button {
  display: none;
  padding-top: 11px;
  padding-right: 21px;
  padding-left: 21px;
  background-color: #d11551;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Fjalla One', sans-serif;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
}

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

.home-intro-column {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  background-image: none;
}

.home-intro-block {
  position: relative;
  overflow: hidden;
  height: 275px;
  padding: 35px 35px 25px;
  border-right: 1px solid #e0e0e0;
  background-color: rgba(121, 89, 48, 0.61);
  background-image: url('../images/propres.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 12px;
  line-height: 21px;
}

.home-intro-block.last {
  border-right-width: 0px;
  border-right-color: #000;
}

.home-intro-block.last.transport {
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  border: 5px none #d3c08e;
  background-image: url('../images/2013-New-TRANSPORT-Sharp.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-intro-block.contact {
  height: 175px;
}

.home-intro-block.services-block {
  height: 210px;
}

.home-intro-block.commercial {
  display: block;
  height: 683px;
  margin-right: 5px;
  margin-left: 5px;
  border: 5px none #d3c08e;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.home-intro-block.residential {
  display: block;
  height: auto;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px none #d3c08e;
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.featured-work-block-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.featured-work-block-overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.featured-work-title-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(86%, rgba(0, 0, 0, 0.6)), color-stop(0, rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0.6) 0);
}

.featured-work-title-wrapper.small {
  padding-right: 25px;
}

.featured-work-title-wrapper.example {
  padding: 25px 15px 25px 25px;
}

.recent-work-title {
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.recent-work-title.subtitle {
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
}

.recent-work-title.subtitle.smaller {
  margin-top: 5px;
  font-size: 10px;
}

.recent-work-title.small {
  font-size: 19px;
  line-height: 20px;
}

.recent-work-title.large {
  font-size: 28px;
}

.recent-work-block {
  display: block;
  width: 100%;
  height: 250px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.no-featured-items-found {
  width: 100%;
  height: 500px;
  padding-top: 235px;
  text-align: center;
}

.featured-project-block {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #d11551;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  line-height: 43px;
  text-transform: uppercase;
}

.footer {
  height: auto;
  margin-top: -72px;
  padding-top: 0px;
  border-top: 7px none #822e1b;
  background-color: #fff;
  color: #000;
  font-size: 13px;
}

.footer-title {
  margin-bottom: 20px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
}

.page-header {
  background-color: #545758;
  background-image: url('../images/flame.jpg');
  background-position: 50% 95%;
  background-size: cover;
  background-repeat: repeat-y;
}

.page-header._404 {
  height: 100%;
  background-image: url('../images/coltontruck.jpg');
  background-size: cover;
}

.page-header.team {
  background-image: url('../images/Photo-4.jpg');
  background-size: cover;
}

.page-header.blog {
  background-image: url('../images/Photo-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header.portfolio {
  background-image: url('../images/Photo-6.jpg');
}

.page-header.services {
  background-image: url('../images/Photo-4.jpg');
}

.page-header.transport {
  background-image: url('../images/transportservices4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header.residentialheader {
  background-image: url('../images/residentialphotosmall.jpg');
  background-position: 50% 47%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header.propanetanks {
  background-image: url('../images/tanks.jpg');
  background-position: 50% 28%;
  background-size: cover;
  background-repeat: repeat;
}

.page-header.commercialbanner {
  background-image: url('../images/largepropanetanks2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header.aboutus {
  background-image: url('../images/building2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header.workforus {
  background-image: url('../images/appbanner.jpg');
  background-position: 0% 37%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header.contactus {
  background-image: url('../images/contactusimage.png');
  background-position: 50% 103%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header.residentialrequest {
  height: 38px;
  background-color: rgba(0, 0, 0, 0.49);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.page-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 180px;
  padding-bottom: 140px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-header-overlay.blog-post {
  padding-top: 210px;
  padding-bottom: 170px;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-header-overlay.default {
  padding-top: 195px;
  padding-bottom: 115px;
}

.page-header-overlay._404 {
  padding-top: 24%;
  padding-bottom: 0px;
}

.page-header-overlay.services {
  padding-top: 140px;
  padding-bottom: 100px;
}

.page-header-title {
  margin-top: 6px;
  margin-bottom: 0px;
  padding-top: 34px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
  text-shadow: 6px 8px 5px rgba(0, 0, 0, 0.68);
}

.page-header-title.subtitle {
  margin-top: 20px;
  font-size: 24px;
  line-height: 24px;
}

.service-item-block {
  width: 100%;
  margin-bottom: 20px;
  padding: 45px 35px;
  background-color: #fff;
}

.service-title {
  display: block;
  margin-bottom: 22px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-title:hover {
  color: #d11551;
}

.service-small-icon {
  height: 24px;
  margin-bottom: 16px;
}

.service-description-small {
  margin-top: 6px;
  font-family: Merriweather, serif;
  color: #858585;
  font-size: 12px;
}

.link {
  color: #d11551;
}

.link:hover {
  color: #000;
}

.link.learn-more {
  display: inline-block;
  margin-top: 11px;
  padding-right: 17px;
  background-image: url('../images/Icon-arrow-right.png');
  background-position: 118% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 150ms ease;
  transition: background-position 150ms ease;
  font-family: 'Fjalla One', sans-serif;
  color: #d11551;
  font-size: 14px;
  text-decoration: none;
}

.link.learn-more:hover {
  background-position: 100% 50%;
  color: #000;
}

.link.learn-more.fixed {
  position: absolute;
  left: 33px;
  bottom: 30px;
  display: none;
  color: #e98484;
}

.link.learn-more.white {
  margin-top: 1px;
  background-image: url('../images/Icon-arrow-right-white.png');
  color: #fff;
}

.link.learn-more.request-quote {
  margin-top: 0px;
}

.link.footer-link {
  color: #bbb;
}

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

.link.footer-link.color {
  color: #d11551;
}

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

.intro-block-title {
  display: none;
  margin: 177px -39px 20px;
  padding: 16px 0px 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(56, 39, 19, 0.46)), to(rgba(56, 39, 19, 0.46)));
  background-image: linear-gradient(180deg, rgba(56, 39, 19, 0.46), rgba(56, 39, 19, 0.46));
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 13px #000;
}

.info-image-block {
  display: inline-block;
  width: 60%;
  height: 300px;
  float: left;
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.info-image-block.about-us-2 {
  float: right;
  background-image: url('../images/Photo-3.jpg');
  background-size: cover;
}

.info-image-block.contact {
  height: 550px;
  background-image: url('../images/Photo-6.jpg');
  background-size: cover;
}

.info-image-block.quote-1 {
  height: 480px;
  background-image: url('../images/Photo-8.jpg');
  background-size: cover;
}

.info-image-block.quote-2 {
  height: 600px;
  float: right;
  background-image: url('../images/Photo-2.jpg');
  background-size: cover;
}

.info-text-block {
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 10;
  width: 50%;
  height: 240px;
  padding: 40px;
  background-color: #fff;
  color: #616161;
  font-size: 13px;
  line-height: 21px;
}

.info-text-block.left {
  left: 0px;
  top: 30px;
  right: auto;
}

.info-text-block.contact-form {
  height: 500px;
}

.info-text-block.quote-block-1 {
  height: 420px;
}

.info-text-block.quote-block-2 {
  left: 0px;
  top: 30px;
  right: auto;
  height: 540px;
}

.stats-block {
  padding: 45px 15px 35px;
  border: 2px solid #e4e4e4;
  text-align: center;
}

.stats-title {
  font-family: 'Fjalla One', sans-serif;
  font-size: 42px;
  line-height: 30px;
  text-transform: uppercase;
}

.stats-title.description {
  margin-top: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.dropdown-link {
  min-height: 6px;
  padding-top: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  background-color: #fff;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #ac0000;
  font-weight: 400;
}

.dropdown-link.w--current {
  color: grey;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  margin-top: 12px;
}

.team-wrapper {
  position: relative;
}

.team-member-image {
  width: 100%;
  height: 280px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.team-member-description-block {
  position: relative;
  z-index: 10;
  display: block;
  width: 90%;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  background-color: #f5f5f5;
  text-align: center;
}

.team-member-name {
  font-family: 'Fjalla One', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.team-member-name.title {
  margin-top: 7px;
  font-family: Merriweather, serif;
  font-size: 12px;
  text-transform: none;
}

.portfolio-tabs-menu {
  margin-top: -106px;
  margin-bottom: 41px;
  padding: 28px 25px 22px 35px;
  background-color: #fff;
}

.portfolio-tab-button {
  margin-right: 30px;
  padding: 0px 0px 4px;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  font-family: 'Fjalla One', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio-tab-button:hover {
  border-bottom-color: #c5c5c5;
}

.portfolio-tab-button.w--current {
  border-bottom-color: #d11551;
  background-color: rgba(170, 131, 131, 0);
  color: #d11551;
}

.portfolio-item {
  padding-right: 0px;
  padding-left: 0px;
}

.work-page-header {
  position: relative;
  z-index: 900;
  width: 100%;
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.work-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 20%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.work-scroll-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
}

.blog-container {
  position: relative;
  padding-right: 360px;
}

.dynamic-item-wrapper {
  position: relative;
}

.dynamic-post-image {
  position: relative;
  width: 100%;
  height: 316px;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dynamic-item-content-block {
  position: relative;
  z-index: 10;
  display: block;
  width: 90%;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  background-color: #f5f5f5;
}

.dynamic-item-content-block.blog-author {
  padding-left: 35px;
  background-color: #fff;
}

.dynamic-item-content-block.single-page {
  margin-top: 0px;
  padding-left: 35px;
}

.blog-post-link-title {
  display: block;
  margin-bottom: 16px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 31px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post-link-title:hover {
  color: #d11551;
}

.fixed-content-block {
  padding: 35px 35px 25px;
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
  line-height: 20px;
}

.fixed-content-block.contact {
  border-top-width: 0px;
  border-top-color: #000;
}

.fixed-block-title {
  margin-bottom: 20px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 21px;
  line-height: 20px;
  text-transform: uppercase;
}

.fixed-block-title.image-title {
  margin-bottom: 10px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.fixed-image-block {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fixed-image-block-overlay {
  width: 100%;
  height: 100%;
  padding: 90px 35px 25px;
  background-color: rgba(14, 14, 14, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
  color: #fff;
}

.fixed-block-top-wrapper {
  position: fixed;
  left: 0px;
  top: 110px;
  right: 0px;
  z-index: 800;
  display: block;
  height: 80px;
}

.fixed-block-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
}

.fixed-block-container-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}

.contact-map {
  height: 540px;
  padding-top: 17px;
}

.contact-map-wrapper {
  overflow: hidden;
  height: 520px;
}

.contact-form {
  margin-bottom: 0px;
}

.field {
  height: 50px;
  margin-bottom: 8px;
  border: 2px solid #e9e9e9;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.field:hover {
  border-color: #000;
}

.field:focus {
  border-color: #d11551;
}

.field.area {
  height: 138px;
  padding-top: 12px;
}

.field.area.project-description {
  height: 148px;
}

.field.first {
  margin-top: 20px;
}

.quote-form {
  margin-bottom: 0px;
}

.quote-section-wrapper {
  position: relative;
  margin-bottom: 60px;
}

.quote-section-wrapper.last {
  margin-bottom: 0px;
}

.blog-author-image {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  float: left;
}

.blog-author-title {
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 21px;
  text-transform: uppercase;
}

.blog-author-title.subtitle {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
}

.blog-post-date-title {
  display: inline-block;
  margin-right: 5px;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.fixed-info-block {
  position: relative;
  width: 300px;
  background-color: #fff;
}

.slider-content-block {
  display: inline-block;
  width: 80%;
}

.recent-blog-post-title {
  display: block;
  margin-bottom: 17px;
  font-family: 'Fjalla One', sans-serif;
  color: #a5a5a5;
  font-size: 23px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.recent-blog-post-title:hover {
  color: #d11551;
}

.recent-work-subtitle {
  margin-top: 10px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.recent-work-subtitle.large {
  font-size: 13px;
}

.bottom-footer-block {
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px none #333;
}

.bottom-footer-text {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

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

.intro-block-icon {
  height: 19px;
  margin-right: 13px;
  float: left;
}

.team-some-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
}

.team-social-block {
  width: 25px;
  height: 25px;
  margin-right: 3px;
  padding-top: 2px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.team-social-block:hover {
  background-color: #d11551;
}

.team-social-icon {
  height: 14px;
}

.success-bg {
  padding-top: 30px;
  background-color: #f3f3f3;
}

.success-bg.dark {
  background-color: #e9e9e9;
}

.error-bg {
  padding-top: 5px;
  padding-bottom: 2px;
  background-color: #d11515;
  color: #fff;
}

.error-text {
  margin-bottom: 0px;
  font-size: 10px;
}

.block-title-color {
  color: #d11551;
}

.blog-post-date-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  line-height: 41px;
}

.contact-us-list-item {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.contact-us-list-item.last {
  margin-bottom: 0px;
}

.contact-us-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 18px;
}

.contact-us-text {
  font-family: Merriweather, serif;
}

.portfolio-list.examples {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.portfolio-empty-block {
  padding-top: 22px;
  text-align: center;
}

.mouse-icon-block {
  display: block;
  width: 35px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  border: 3px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 40px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.mouse-icon-block:hover {
  border-color: #fff;
}

.mouse-scroll-icon {
  display: inline-block;
  width: 6px;
  height: 15px;
  border-radius: 50px;
  background-color: #fff;
}

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

.work-block-title {
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  color: #b9b9b9;
  font-size: 15px;
  text-transform: uppercase;
}

.project-images-row {
  padding-right: 10px;
  padding-left: 10px;
}

.portfolio-images-block {
  position: static;
}

.project-image {
  position: static;
  width: 100%;
  height: 200px;
}

.services-list-item {
  position: relative;
  padding-left: 30px;
}

.check-list-icon {
  position: absolute;
  left: 0px;
  top: 1px;
  height: 17px;
  opacity: 0.2;
}

.project-examples-wrapper {
  margin-top: 30px;
  padding-left: 0px;
}

.recent-blog-post-info-title {
  display: inline-block;
  margin-right: 4px;
  font-family: Merriweather, serif;
}

.fixed-block-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 35px;
  height: 35px;
  padding-top: 7px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.fixed-block-close-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.close-icon {
  height: 14px;
}

.instructions-block-wrapper {
  margin-bottom: 20px;
  padding: 45px 45px 40px;
  background-color: #fff;
}

.instructions-block-wrapper.last {
  margin-bottom: 0px;
}

.instructions-title {
  font-family: 'Fjalla One', sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.instructions-title._2 {
  margin-bottom: 13px;
  color: #d11551;
  font-size: 25px;
}

.instructions-row {
  margin-top: 20px;
}

.instructions-col-right {
  padding-left: 70px;
}

.instructions-image {
  width: 100%;
  border-radius: 3px;
}

.info-title-wrapper {
  margin-bottom: 20px;
}

.licensing-list {
  padding-left: 0px;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.licensing-list-item {
  overflow: auto;
  padding: 8px 15px;
  border-bottom: 1px solid #e4e4e4;
}

.licensing-list-item.first {
  background-color: #000;
  color: #fff;
}

.licensing-p {
  margin-bottom: 0px;
}

.phototext {
  display: none;
  color: #fff;
  font-size: 43px;
  text-align: center;
  text-shadow: 2px 2px 7px #000;
}

.steerhead {
  display: block;
  margin-top: -27px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 0px 22px;
  text-align: center;
}

.blocktext {
  display: block;
  height: auto;
  margin-bottom: 11px;
  padding-top: 16px;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #463623;
  font-size: 16px;
  text-align: left;
}

.button1 {
  display: block;
  margin-top: 18px;
  margin-right: 64px;
  margin-left: 64px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-align: left;
}

.button1:hover {
  background-color: #662516;
}

.button1.whypropanebutton {
  display: none;
  margin-top: 137px;
  margin-right: 280px;
  margin-left: 280px;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #13699a;
  font-size: 22px;
  text-align: center;
}

.button1.whypropanebutton:hover {
  background-color: #0e4361;
}

.infobox {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.map {
  display: block;
  height: 450px;
  margin-top: -188px;
  padding-top: 0px;
  border-top: 4px solid #463623;
  border-bottom: 3px solid #463623;
}

.bodysection {
  height: auto;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.maptext {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.building {
  display: block;
  text-align: center;
}

.mapcolum2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 79px;
  text-align: center;
}

.maptextsection {
  height: auto;
  margin-bottom: 43px;
  padding-top: 12px;
  padding-bottom: 96px;
  border-top: 1px none #000;
  background-color: transparent;
}

.maptextsection.aboutpage {
  margin-top: -84px;
  margin-bottom: -16px;
  padding-top: 0px;
  background-color: rgba(56, 39, 19, 0.76);
}

.maptop {
  margin-bottom: 74px;
  padding-top: 93px;
  padding-bottom: 0px;
  border: 1px none #000;
  background-color: #80613b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), color-stop(0%, rgba(12, 11, 10, 0.2))), url('../images/river2016background2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(12, 11, 10, 0.2) 0%), url('../images/river2016background2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.maptop.subpage {
  margin-top: -108px;
  margin-bottom: 72px;
  padding-top: 54px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.maptextheader {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 37px;
  font-family: 'Open Sans', sans-serif;
  color: #e74825;
  font-size: 34px;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
}

.addresstext {
  display: block;
  margin: -39px auto 21px;
  padding-top: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fcf1da;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.addresstext.transportpage {
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.phonenumber {
  display: block;
  margin-right: auto;
  margin-bottom: 74px;
  margin-left: auto;
  padding-top: 29px;
  font-family: 'Open Sans', sans-serif;
  color: #fcf1da;
  font-size: 24px;
  line-height: 41px;
  text-align: center;
}

.phonebanner {
  display: block;
  height: auto;
  margin-top: -3px;
  margin-bottom: -64px;
  padding-top: 75px;
  padding-bottom: 20px;
  border-bottom: 5px none #000;
  background-color: #f58220;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.phonenumberbanner {
  margin-top: -58px;
  margin-bottom: 58px;
  padding-top: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 44px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.picturetext {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #fcf1da;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.smalllogo {
  display: none;
}

.biglogo {
  padding-top: 11px;
}

.mobilenumber {
  display: none;
}

.mainparaheader {
  margin-top: 2px;
  margin-bottom: 116px;
  padding-top: 0px;
  border-bottom: 1px solid #e68b03;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.mainparaheader.transporttext {
  margin-top: auto;
  font-size: 27px;
  line-height: 30px;
  text-align: center;
}

.mainparaheader.residentialtext {
  padding-top: 26px;
  padding-right: 19px;
  padding-left: 19px;
  font-size: 27px;
  line-height: 37px;
  text-align: left;
}

.mainparaheader.residentialtext.column1 {
  text-align: left;
}

.mainparaheader.benefitspage {
  line-height: 42px;
}

.mainparaheader.servicesectiontext {
  margin-bottom: -13px;
  font-size: 26px;
}

.mainparaheader.browseinvent {
  color: #fff;
}

.mainparaheader.browseinvent.cycleinfo {
  color: #000;
}

.mainparaheader.browseinvent.cycleinfo.financepage {
  line-height: 31px;
}

.mainparaheader.newmodels {
  color: #fff;
}

.mainparaheader.finance {
  padding-top: 35px;
  padding-bottom: 27px;
  border-bottom-width: 4px;
  border-bottom-color: #353535;
  color: #fff;
  font-size: 36px;
  line-height: 43px;
  text-align: left;
}

.topblocktext {
  display: block;
  margin-right: auto;
  margin-bottom: 43px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #463623;
  font-size: 16px;
  text-align: center;
}

.topblocktext.tankspage {
  margin-top: -3px;
  font-family: 'Open Sans', sans-serif;
  color: #80613b;
  font-size: 35px;
  line-height: 46px;
  font-weight: 700;
}

.topblocktext.tankspage.smallertxt {
  margin-top: -24px;
  padding-top: 0px;
  color: #80613b;
  font-size: 25px;
}

.topblocktext.propanebenefits {
  margin-bottom: 103px;
  font-size: 17px;
  text-align: left;
}

.topblocktext.propanebenefits.secondsection {
  margin-top: -7px;
  padding-top: 0px;
}

.topblocktext.residentialpage {
  text-align: left;
}

.topblocktext.transportpage {
  text-align: left;
}

.topblocktext.homepage {
  margin-top: -102px;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.topblocktext.hours {
  margin-top: -31px;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ff9f0f;
  font-size: 33px;
  line-height: 42px;
}

.topblocktext.hours.hours2 {
  margin-top: -68px;
  padding-top: 18px;
  font-size: 30px;
}

.transportlists {
  padding-top: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
}

.list {
  margin-top: 7px;
  font-size: 12px;
}

.transportphotos {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 41px;
  padding-bottom: 16px;
  float: none;
  text-align: right;
}

.transportphotos.samedayservice {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.transportphotos.samedayservice.commercialpage {
  display: none;
}

.orderr290 {
  display: block;
  margin: 93px 268px 112px;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #822e1b;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-align: center;
}

.orderr290:hover {
  background-color: #692819;
}

.orderr290.propanetanks {
  display: none;
}

.orderr290.commercialpropane {
  font-size: 20px;
}

.orderr290.homepagebutton {
  display: block;
  margin: 170px -18px 20px;
  padding: 15px 0px;
  background-color: rgba(24, 85, 214, 0.87);
  font-size: 16px;
}

.orderr290.homepagebutton:hover {
  background-color: #013dbd;
}

.addressbox {
  padding-bottom: 70px;
}

.addressbox2 {
  margin-bottom: 132px;
  padding-top: 0px;
  background-color: transparent;
}

.addressbox2.aboutpage {
  margin-top: 40px;
  margin-bottom: 108px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.addressbox2.homepage {
  background-color: rgba(56, 39, 19, 0.78);
}

.dividersub {
  display: block;
  margin: -71px auto 24px;
  padding-top: 0px;
}

.logobottom {
  display: block;
  margin-right: auto;
  margin-bottom: 53px;
  margin-left: auto;
  text-align: center;
}

._1800house {
  padding-top: 0px;
}

.propanewhytext {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.propaneimage {
  display: block;
  margin-right: auto;
  margin-bottom: 39px;
  margin-left: auto;
}

.creditcards {
  display: block;
  margin: -63px auto 22px;
}

.links {
  color: #fdaa0e;
  text-decoration: none;
}

.blocklinks {
  color: #ff1f00;
  font-style: normal;
  text-decoration: none;
}

.blocklinks.moreinfo:hover {
  color: #ff1f00;
}

.tanksphoto {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.propanetankimg {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.aboutphoto {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.aboutphotos {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.aboutusphotos {
  display: block;
  height: 438px;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.slide1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/residentialpageimg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2 {
  padding-right: auto;
  padding-bottom: auto;
  background-image: url('../images/2013-TRANSPORT-PIC-015.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.aboutslide1 {
  background-image: url('../images/residentialpageimg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.aboutslide2 {
  background-image: url('../images/transportservices3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.aboutslide3 {
  background-image: url('../images/residentialphoto.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.aboutslide4 {
  background-image: url('../images/smalltruck2016.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.appcolums {
  display: block;
  margin: -24px auto 67px;
  padding-top: 0px;
}

.barbottom {
  display: none;
  height: 11px;
  background-color: #822e1b;
}

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

.residentialform.ipadsize {
  display: none;
}

.residentialform.iphonelandsize {
  display: none;
}

.residentialform.mobilesize {
  display: none;
}

.cannotshow {
  display: none;
}

.applicationtext {
  margin-top: -14px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.columsapps {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.appphoto {
  display: block;
  margin: 32px auto 49px;
  padding-top: 0px;
}

.applicationrow {
  margin-top: -39px;
  margin-bottom: 55px;
  padding-top: 0px;
  padding-right: 63px;
  padding-left: 63px;
}

.jointeam {
  display: block;
  margin-right: auto;
  margin-bottom: -28px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #726a6a;
  font-size: 33px;
  text-align: center;
}

.smallline {
  display: block;
  margin: -59px auto 19px;
  padding-top: 6px;
  padding-bottom: 10px;
}

.contactinfo {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}

.sectionheadertext {
  margin-bottom: -15px;
  font-family: 'Open Sans', sans-serif;
  color: #706767;
  font-size: 22px;
  text-align: center;
}

.icon {
  margin-right: -1px;
}

.mask {
  display: block;
  height: auto;
  margin-top: -29px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.nav-menu-2 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

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

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

.menuitems {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.menuitems:hover {
  background-color: transparent;
  color: #fd9a06;
}

.navbar-2 {
  background-color: transparent;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu-3 {
  margin-right: -60px;
  margin-left: -60px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  text-align: center;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-bottom: -21px;
  margin-left: auto;
  padding-top: 23px;
  padding-bottom: 23px;
}

.navbar-3 {
  background-color: #000;
}

.dropdown-toggle {
  color: #fff;
}

.dropdown-toggle:hover {
  color: #fd9a06;
}

.div-block {
  padding-bottom: 11px;
  background-color: #161616;
}

.phonenumbers {
  display: block;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.phonenumbers.address {
  margin-bottom: -8px;
  padding-top: 2px;
  font-size: 20px;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/shopimage.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(219, 215, 215, 0.81)), to(rgba(219, 215, 215, 0.81)));
  background-image: url('../images/shopimage.jpg'), linear-gradient(180deg, rgba(219, 215, 215, 0.81), rgba(219, 215, 215, 0.81));
  background-position: 0px 0px, 0px 0px;
  background-size: 950px, auto;
}

.div-block-2 {
  height: auto;
  margin-bottom: 30px;
  padding-top: 47px;
  padding-bottom: 74px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.58)), to(hsla(0, 0%, 100%, 0.58))), url('../images/arvback.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.58), hsla(0, 0%, 100%, 0.58)), url('../images/arvback.jpg');
  background-position: 0px 0px, 50% -153px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.button-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 27px;
  padding-bottom: 27px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}

.button-2.secondlinetext {
  padding-bottom: 67px;
  background-color: #050505;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.button-2.secondlinetext:hover {
  background-color: rgba(0, 0, 0, 0.61);
}

.text-block {
  display: block;
  margin-top: -51px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #e68b03;
  font-size: 17px;
  text-align: center;
}

.important-text {
  font-size: 33px;
}

.row {
  padding-top: 16px;
}

.row-2 {
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 3px;
  text-align: center;
}

.important-text-2 {
  font-size: 33px;
}

.important-text-3 {
  font-size: 33px;
}

.important-text-4 {
  font-size: 33px;
}

.important-text-5 {
  font-size: 33px;
}

.important-text-5.ssr {
  font-size: 29px;
}

.container-3 {
  color: #e68b03;
}

.div-block-3 {
  height: 36px;
  background-color: #f38d13;
}

.row-3 {
  height: 36px;
  background-color: #f58220;
}

.phoneattop {
  padding-top: 7px;
  float: right;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
}

.text-block-2 {
  padding-top: 7px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
}

.important-text-6 {
  font-size: 33px;
}

.container-4 {
  padding-top: 16px;
}

.important-text-7 {
  font-size: 33px;
}

.row-4 {
  margin-top: -73px;
  margin-bottom: 64px;
  padding-top: 98px;
}

.container-5 {
  margin-bottom: 34px;
  padding-bottom: 0px;
  border-bottom: 2px none #f38d13;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
}

.image-4.suzukilogo {
  margin-top: -9px;
  padding-top: 32px;
}

.image-4.roketalogo {
  margin-top: 2px;
  padding-top: 0px;
}

.image-4.cfmoto {
  margin-top: -14px;
  padding-top: 14px;
}

.image-4.suzuki {
  margin-top: -21px;
  padding-top: 0px;
}

.section-2 {
  background-color: #141414;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/backgroundbikes.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/backgroundbikes.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.container-6 {
  padding-top: 42px;
}

.html-embed {
  display: block;
  margin: -67px auto 93px;
  padding-top: 0px;
}

.text-block-3 {
  display: block;
  margin: -38px auto 86px;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

.row-5 {
  margin-top: -77px;
  padding-top: 88px;
}

.image-5 {
  display: block;
  margin-right: auto;
  margin-bottom: -30px;
  margin-left: auto;
  padding-top: 15px;
  text-align: center;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
}

.image-6.generators {
  padding-top: 10px;
}

.section-3 {
  display: block;
  height: auto;
  background-image: url('../images/bottombanner.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-3.frontpage {
  background-image: url('../images/sidebysidebanner.jpg');
  background-position: 50% 16%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-3.suzukipage {
  background-image: url('../images/suzukibottombanner.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container-7 {
  display: block;
  padding-top: 56px;
}

.paragraph {
  margin-top: -73px;
  margin-bottom: 113px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.column-4:hover {
  opacity: 0.69;
}

.column-5:hover {
  opacity: 0.69;
}

.link-2 {
  color: #f58220;
}

.dropdown-link-2 {
  border-bottom: 1px solid #a59696;
}

.dropdown-link-2.droplist {
  background-color: #636262;
  color: #fff;
}

.dropdown-link-2.droplist:hover {
  background-color: #c97a05;
  color: #fff;
}

.dropdown-link-3 {
  border-bottom: 1px solid #909090;
}

.dropdown-link-3.droplist {
  background-color: #636262;
  color: #fff;
}

.dropdown-link-3.droplist:hover {
  background-color: #c97a05;
  color: #fff;
}

.droplist {
  border-bottom: 1px solid #747474;
  background-color: #636262;
  color: #fff;
}

.droplist:hover {
  background-color: #c97a05;
  color: #fff;
}

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-4 {
  padding-bottom: 27px;
  background-color: #000;
  -webkit-transition: background-color 325ms ease-in-out;
  transition: background-color 325ms ease-in-out;
}

.div-block-4:hover {
  background-color: #4d4d4d;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.text-block-4 {
  display: block;
  margin-right: auto;
  margin-bottom: -6px;
  margin-left: auto;
  padding-top: 23px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.text-block-5 {
  display: block;
  margin-right: auto;
  margin-bottom: 6px;
  margin-left: auto;
  padding-top: 23px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f58220;
  font-size: 33px;
  font-weight: 700;
  text-decoration: none;
}

.link-block {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  text-decoration: none;
}

.row-7 {
  padding-top: 31px;
}

.text-block-8 {
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ffa438;
  font-size: 23px;
  text-align: center;
}

.text-block-9 {
  display: none;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container-8 {
  margin-top: 0px;
}

.row-8 {
  margin-bottom: 80px;
  padding-top: 65px;
}

.image-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.partscatlogos:hover {
  opacity: 0.69;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.section-4 {
  padding-top: 41px;
}

.column-14 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.column-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.column-16 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.column-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-5 {
  background-image: url('../images/metalbackground.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.html-embed-2 {
  display: block;
  margin-top: -88px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.html-embed-2.mobilelandscape {
  display: none;
}

.html-embed-2.ipadsize {
  display: none;
}

.section-6 {
  padding-top: 10px;
  padding-bottom: 34px;
  border-bottom: 3px none #000;
  background-color: #161616;
  color: #f58220;
  text-decoration: none;
}

.whoopstxt {
  display: none;
}

.text-block-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 43px;
  padding-left: auto;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  text-align: center;
}

.text-block-10.suzukipage {
  padding-top: 53px;
  padding-left: auto;
}

.row-9 {
  display: none;
  margin-bottom: 45px;
  padding-top: 36px;
  padding-bottom: 38px;
  border-bottom: 4px solid #353535;
}

.html-embed-3 {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  background-color: transparent;
  text-align: center;
}

.html-embed-3.ipadsize {
  display: none;
}

.html-embed-3.porttraitsize {
  display: none;
}

.html-embed-3.mobilesize {
  display: none;
}

.html-embed-3.suzukipage {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.html-embed-3.bennchepage {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.html-embed-3.bennchepage.altamotorspage2 {
  display: none;
}

.html-embed-3.cfmoto {
  display: block;
  margin-right: 332px;
  margin-left: 332px;
  background-color: transparent;
  text-align: center;
}

.html-embed-3.cfmoto.cforce {
  margin-right: 363px;
  margin-left: 363px;
}

.image-11 {
  padding-top: 0px;
}

.image-11.bennechelogo {
  padding-top: 47px;
}

.column-18 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-6 {
  height: 10px;
  background-color: #f58220;
}

.div-block-7 {
  height: 10px;
  background-color: #f58220;
}

.bold-text {
  color: #ffff0d;
}

.link-3 {
  color: #fff;
}

.link-4 {
  color: #fff;
}

.image-12 {
  padding-top: 26px;
  padding-bottom: 0px;
}

.fullscreen {
  display: block;
  margin-right: auto;
  margin-bottom: 103px;
  margin-left: auto;
  padding-top: 58px;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
}

.link-5 {
  color: #f58220;
}

.mobileversion {
  display: none;
}

.tab-pane {
  margin-bottom: 72px;
  background-color: transparent;
}

.tabs-menu {
  display: block;
  margin-right: auto;
  margin-bottom: 62px;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.text-block-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-align: center;
}

.tab-link {
  margin-right: 58px;
  margin-left: 0px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.tab-link.w--current {
  margin-right: 58px;
  margin-left: 0px;
  background-color: #07b7be;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.tab-link.parts.w--current {
  background-color: #799cbf;
}

.tab-link-2 {
  margin-right: 58px;
  margin-left: -2px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.tab-link-2.w--current {
  background-color: #07b7be;
}

.tab-link-2.parts {
  color: #000;
}

.tab-link-2.parts.w--current {
  background-color: #799cbf;
}

.tabs {
  background-color: #161616;
}

.tab-link-3 {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.tab-link-3.w--current {
  background-color: #07b7be;
}

.tab-link-3.cff {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.tab-link-3.parts.w--current {
  background-color: #799cbf;
}

.text-block-12 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.tab-pane-2 {
  margin-bottom: 72px;
}

.tab-pane-3 {
  margin-bottom: 72px;
}

.heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.heading.dealerinfo {
  margin-top: -92px;
  padding-top: 0px;
  line-height: 23px;
}

.html-embed-4 {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.html-embed-4.ipadsize {
  display: none;
}

.html-embed-4.landscape {
  display: none;
}

.html-embed-4.mobilesize {
  display: none;
}

.container-9 {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-10 {
  height: 100%;
}

.text-block-14 {
  display: none;
  margin-bottom: -11px;
  padding-top: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  text-align: center;
}

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

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

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

.container-11 {
  margin-bottom: 119px;
  padding-top: 40px;
}

.text-block-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-bottom: 38px;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  text-align: center;
}

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

.row-10 {
  margin-bottom: 0px;
  padding-top: 40px;
}

.row-10.secondlogobar {
  margin-bottom: 56px;
}

.row-10.toplogosbar {
  display: none;
}

.logodim:hover {
  opacity: 0.69;
}

.specials {
  margin-bottom: 22px;
  border-bottom: 1px solid #e68b03;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.button-3 {
  display: block;
  margin-right: 686px;
  margin-bottom: 62px;
  margin-left: 686px;
  background-color: #f58220;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.div-block-8 {
  background-color: #f58220;
}

.image-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-6 {
  color: #f58220;
}

.image-14 {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.link-7 {
  color: #f58220;
}

.link-8 {
  color: #f58220;
}

.link-9 {
  color: #f58220;
}

.image-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 37px;
  border-bottom: 4px solid #525252;
}

.image-16 {
  display: block;
  margin-right: auto;
  margin-bottom: 29px;
  margin-left: auto;
  padding-bottom: 37px;
  border-bottom: 4px solid #525252;
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-bottom: 31px;
  margin-left: auto;
  padding-bottom: 37px;
  border-bottom: 4px solid #525252;
}

.image-18 {
  display: block;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
  padding-bottom: 37px;
  border-bottom: 4px solid #525252;
}

.image-19 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 37px;
  border-bottom: 4px solid #525252;
}

.image-20 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 37px;
  border-bottom: 4px solid #525252;
}

.image-21 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 37px;
  border-bottom: 4px solid #525252;
}

.html-embed-5 {
  display: none;
}

.image-22 {
  display: none;
}

.text-block-16 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
}

.text-block-16.finduspage {
  margin-bottom: 28px;
  padding-top: 35px;
  padding-bottom: 28px;
  border-bottom: 4px solid #353535;
}

.column-22 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
}

.text-block-17 {
  padding-top: 27px;
  color: #fff;
  font-size: 22px;
  line-height: 31px;
}

.text-block-17.sellingbike {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  text-align: left;
}

.image-23 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  text-align: center;
}

.bold-text-2 {
  color: #fff;
  font-size: 33px;
  line-height: 37px;
  font-weight: 400;
}

.bold-text-2.seling-bike {
  line-height: 43px;
}

.link-10 {
  color: #faf10f;
}

.image-24 {
  padding-top: 18px;
}

.text-block-18 {
  margin-top: 23px;
  margin-bottom: 23px;
  padding: 12px 24px;
  border: 1px solid #7a7a7a;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
}

.link-11 {
  color: #fff;
  text-decoration: none;
}

.button-4 {
  display: none;
}

.link-12 {
  color: #f58220;
}

.link-13 {
  color: #f58220;
}

.link-14 {
  color: #f58220;
  text-decoration: none;
}

.link-15 {
  color: #fdfcfb;
  text-decoration: none;
}

.bold-text-3 {
  color: #f58220;
  font-weight: 400;
}

.bold-text-4 {
  color: #f58220;
  font-weight: 400;
}

.link-16 {
  color: #f58220;
  text-decoration: none;
}

.link-17 {
  color: #f58220;
  line-height: 40px;
  text-decoration: none;
}

.button-5 {
  display: block;
  margin-top: 79px;
  margin-right: 718px;
  margin-left: 718px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  text-align: center;
}

.button-5.infobikesell {
  display: block;
  margin-right: 333px;
  margin-left: 333px;
  background-color: #0094f6;
}

.button-5.infobikesell:hover {
  background-color: rgba(0, 148, 246, 0.73);
}

.container-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-18 {
  color: #f58220;
}

.link-19 {
  color: #f58220;
  text-decoration: none;
}

.link-20 {
  color: #f58220;
  text-decoration: none;
}

.link-21 {
  color: #ff0;
}

.image-25 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 73px;
}

.html-embed-6 {
  margin-right: 37px;
  margin-left: 37px;
  padding: 30px 83px;
}

.text-block-19 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 85px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  text-align: center;
}

.callnowbutton {
  display: none;
}

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

.saletitle {
  display: block;
  margin-right: auto;
  margin-bottom: 53px;
  margin-left: auto;
  padding-top: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 54px;
  line-height: 62px;
  text-align: left;
}

.text-block-20 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 47px;
}

.image-26 {
  padding-top: 2px;
}

.image-26.logosales {
  padding-top: 50px;
}

.row-11 {
  margin-bottom: 38px;
  padding-bottom: 33px;
  border-bottom: 1px solid #555;
}

.row-11.lastrow {
  border-bottom-style: none;
}

.salesheader {
  margin-bottom: 37px;
  font-family: 'Open Sans', sans-serif;
}

.image-27 {
  display: none;
}

.html-embed-7 {
  height: 450px;
}

.div-block-9 {
  height: auto;
}

html.w-mod-js *[data-ix="navbar-bg"] {
  width: 10%;
}

html.w-mod-js *[data-ix="hide-fixed-top-wrapper"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

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

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

html.w-mod-js *[data-ix="slider-title-3"] {
  opacity: 0;
}

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

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

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

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

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

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

html.w-mod-js *[data-ix="hide-team-social-blocks"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="mouse-scroll-icon"] {
  opacity: 0;
}

@media (max-width: 991px) {
  body {
    font-size: 12px;
  }
  .navbar {
    background-color: #fcf1da;
  }
  .container {
    padding-top: 19px;
  }
  .container.home-intro-container {
    margin-top: -27px;
    margin-bottom: 40px;
  }
  .container.info-container {
    margin-bottom: 40px;
  }
  .container.with-fixed-block {
    padding-right: 300px;
  }
  .nav-link {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-left: 45px;
    border-top: 1px solid #000;
    background-color: #fff;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #000;
    font-size: 15px;
  }
  .nav-link:hover {
    background-color: #e4e4e4;
  }
  .nav-link.w--current {
    border-top-style: solid;
    background-color: #fff;
    color: #0014ff;
    font-size: 15px;
  }
  .nav-link.w--open {
    margin-bottom: -11px;
  }
  .nav-link.color {
    background-color: transparent;
  }
  .nav-link.requestservice {
    margin-top: 1px;
    padding-bottom: 28px;
    padding-left: 46px;
    background-color: #fff;
    color: #000;
  }
  .home-hero-section {
    height: auto;
  }
  .section {
    padding: 35px 14px;
  }
  .section.services {
    padding-bottom: 25px;
  }
  .featured-work-block {
    height: 450px;
  }
  .nav-menu {
    background-color: rgba(39, 39, 39, 0.97);
  }
  .home-slider-button {
    display: block;
  }
  .slide-overlay {
    padding-top: 176px;
  }
  .slide-container {
    margin-top: -130px;
  }
  .slide-title {
    font-family: Oswald, sans-serif;
    font-size: 52px;
    line-height: 74px;
  }
  .home-intro-column {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .home-intro-block {
    height: 245px;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 11px;
    line-height: 17px;
  }
  .home-intro-block.contact {
    height: 165px;
    font-size: 12px;
    line-height: 18px;
  }
  .home-intro-block.services-block {
    height: 190px;
  }
  .featured-work-title-wrapper {
    padding-right: 15px;
  }
  .featured-work-title-wrapper.small {
    padding: 25px 15px 25px 25px;
  }
  .recent-work-title {
    font-size: 23px;
    line-height: 26px;
  }
  .recent-work-title.small {
    font-size: 17px;
    line-height: 19px;
  }
  .recent-work-title.large {
    font-size: 31px;
    line-height: 32px;
  }
  .recent-work-block {
    height: 225px;
  }
  .footer {
    padding-top: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .footer-row {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-header.residentialrequest {
    height: 51px;
  }
  .page-header-overlay {
    padding-top: 150px;
    padding-bottom: 140px;
  }
  .page-header-overlay.default {
    padding-top: 150px;
    padding-bottom: 75px;
  }
  .page-header-title {
    font-size: 48px;
  }
  .page-header-title.subtitle {
    margin-top: 15px;
  }
  .service-item-block {
    padding: 25px;
  }
  .service-title {
    font-size: 18px;
    line-height: 18px;
  }
  .service-small-icon {
    height: 21px;
    margin-bottom: 13px;
  }
  .service-description-small {
    line-height: 18px;
  }
  .link.learn-more {
    margin-top: 14px;
  }
  .link.learn-more.fixed {
    left: 25px;
    bottom: 25px;
  }
  .intro-block-title {
    margin-bottom: 17px;
    font-size: 20px;
    line-height: 19px;
  }
  .info-image-block {
    height: 320px;
  }
  .info-text-block {
    height: 260px;
    padding: 35px;
    font-size: 12px;
    line-height: 20px;
  }
  .nav-dropdown {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown-link {
    padding-left: 45px;
    background-color: #f1f1f1;
  }
  .team-member-image {
    height: 230px;
  }
  .portfolio-tab-button {
    margin-right: 21px;
  }
  .work-page-header {
    height: auto;
  }
  .work-header-overlay {
    padding-top: 215px;
    padding-bottom: 200px;
  }
  .dynamic-item-content-block {
    width: 94%;
    padding: 25px;
  }
  .dynamic-item-content-block.single-page {
    padding-left: 25px;
  }
  .dynamic-item-content-block.work-info-block {
    margin-top: -20px;
  }
  .blog-post-link-title {
    font-size: 24px;
    line-height: 25px;
  }
  .fixed-content-block {
    padding: 25px 25px 20px;
  }
  .fixed-content-block.contact {
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 25px;
  }
  .fixed-block-title {
    margin-bottom: 17px;
    font-size: 19px;
  }
  .fixed-image-block-overlay {
    padding: 70px 25px 20px;
    line-height: 19px;
  }
  .contact-map {
    height: 470px;
    padding-top: 0px;
  }
  .contact-map-wrapper {
    height: 370px;
  }
  .fixed-info-block {
    width: 260px;
  }
  .recent-blog-post-title {
    font-size: 18px;
    line-height: 22px;
  }
  .recent-work-subtitle {
    margin-top: 7px;
  }
  .bottom-footer-block {
    margin-top: 45px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .intro-block-icon {
    margin-right: 10px;
  }
  .contact-us-list-item.last {
    padding-left: 26px;
  }
  .contact-us-icon {
    top: 1px;
    height: 16px;
  }
  .contact-us-text {
    font-size: 11px;
  }
  .project-image {
    height: 130px;
  }
  .menu-button {
    width: 80px;
    height: 80px;
    padding-top: 23px;
    background-color: transparent;
    color: #000;
    font-size: 32px;
    text-align: center;
  }
  .menu-button:hover {
    background-color: #555;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .blocktext {
    font-size: 15px;
  }
  .button1 {
    display: block;
    margin-right: 25px;
    margin-left: 25px;
  }
  .button1.whypropanebutton {
    margin-right: 127px;
    margin-left: 127px;
  }
  .maptop.subpage {
    margin-top: -93px;
  }
  .maptextheader {
    font-size: 28px;
  }
  .addresstext {
    font-size: 15px;
  }
  .phonenumber {
    font-size: 22px;
  }
  .phonebanner {
    display: none;
    margin-top: -192px;
    margin-bottom: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .phonenumberbanner {
    margin-top: 15px;
    padding: 17px 0px 15px;
    font-size: 37px;
  }
  .picturetext {
    font-size: 12px;
  }
  .phonecontainer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mainparaheader.transporttext {
    font-size: 24px;
  }
  .mainparaheader.residentialtext.column1 {
    text-align: center;
  }
  .mainparaheader.finance {
    text-align: center;
  }
  .topblocktext.tankspage {
    font-size: 26px;
  }
  .topblocktext.propanebenefits {
    padding-top: 41px;
  }
  .list {
    text-align: left;
  }
  .transportphotos {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .orderr290 {
    display: block;
    margin-right: 161px;
    margin-left: 161px;
  }
  .orderr290.homepagebutton {
    margin-top: 139px;
    font-size: 13px;
    line-height: 20px;
  }
  .dividersub {
    padding-top: 13px;
  }
  .logobottom {
    margin-bottom: 161px;
    padding-bottom: 0px;
  }
  .barbottom {
    padding-top: 37px;
  }
  .residentialform.fullsize {
    display: none;
  }
  .residentialform.ipadsize {
    display: block;
  }
  .sectionheadertext {
    font-size: 20px;
  }
  .nav-menu-3 {
    display: block;
    margin-right: 83px;
    margin-left: 83px;
    background-color: #696969;
  }
  .container-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .menu-button-2 {
    float: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    font-size: 38px;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .div-block-2 {
    margin-top: 0px;
    margin-bottom: 28px;
    padding-top: 90px;
    padding-bottom: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59))), url('../images/arvback.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59)), url('../images/arvback.jpg');
    background-size: auto, auto;
  }
  .phoneattop {
    font-size: 11px;
  }
  .text-block-2 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 11px;
  }
  .container-4 {
    margin-top: -35px;
    padding-top: 0px;
  }
  .image-5 {
    margin-bottom: 10px;
    padding-top: 0px;
  }
  .text-block-5 {
    font-size: 31px;
  }
  .text-block-6 {
    display: none;
  }
  .text-block-7 {
    font-size: 21px;
  }
  .icon-2 {
    display: block;
    margin-right: 304px;
    margin-left: 304px;
  }
  .html-embed-2 {
    display: none;
  }
  .html-embed-2.mobilelandscape {
    display: none;
  }
  .html-embed-2.ipadsize {
    display: block;
    background-color: #fff;
    color: #fff;
    text-align: center;
  }
  .html-embed-2.mobileversion {
    display: none;
  }
  .html-embed-2.preowned {
    display: block;
  }
  .whoopstxt {
    display: none;
  }
  .html-embed-3 {
    display: block;
    margin-right: 18px;
    margin-left: 18px;
  }
  .html-embed-3.ipadsize {
    display: block;
  }
  .html-embed-3.cfmoto {
    margin-right: 28px;
    margin-left: 28px;
  }
  .html-embed-3.cfmoto.cforce {
    margin-right: auto;
    margin-left: auto;
  }
  .html-embed-3.altamotorspage {
    display: none;
  }
  .fullscreen {
    display: block;
  }
  .tabs-menu.cfftabs {
    float: none;
  }
  .tab-link {
    margin-left: 0px;
    background-color: #fff;
  }
  .heading {
    font-size: 16px;
  }
  .html-embed-4 {
    display: none;
  }
  .html-embed-4.ipadsize {
    display: block;
  }
  .html-embed-5.mobileform {
    display: block;
  }
  .image-22 {
    display: none;
  }
  .text-block-16 {
    font-size: 25px;
    line-height: 6px;
  }
  .text-block-16.finduspage {
    font-size: 23px;
  }
  .text-block-17 {
    font-size: 19px;
  }
  .text-block-17.sellingbike {
    font-size: 21px;
  }
  .bold-text-2 {
    font-size: 20px;
  }
  .bold-text-2.seling-bike {
    font-size: 29px;
    line-height: 39px;
  }
  .text-block-18 {
    font-size: 16px;
  }
  .link-15 {
    font-size: 32px;
  }
  .link-16 {
    font-size: 29px;
  }
  .link-17 {
    font-size: 32px;
  }
  .button-5 {
    display: block;
    margin-right: 284px;
    margin-bottom: 36px;
    margin-left: 284px;
  }
  .button-5.infobikesell {
    margin-right: 259px;
    margin-left: 259px;
  }
  .saletitle {
    font-size: 44px;
  }
  .text-block-20 {
    font-size: 32px;
  }
  .image-27 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .navbar {
    height: auto;
    padding-bottom: 16px;
  }
  .navbar-wrapper {
    height: 50px;
  }
  .container {
    padding-top: 42px;
  }
  .container.home-intro-container {
    margin-top: -80px;
    margin-bottom: 25px;
    padding-top: 85px;
  }
  .container.info-container {
    margin-bottom: 25px;
  }
  .container.with-fixed-block {
    padding-right: 0px;
  }
  .nav-link {
    padding: 15px 25px;
    font-size: 17px;
  }
  .nav-link.requestservice {
    padding-left: 25px;
  }
  .text-logo {
    margin-top: 9px;
    font-size: 22px;
    line-height: 24px;
  }
  .text-logo.subtitle {
    margin-top: -1px;
    font-size: 8px;
  }
  .home-hero-section {
    height: auto;
  }
  .section {
    margin-bottom: auto;
    padding: 25px;
  }
  .section.white.stats {
    padding-bottom: 15px;
  }
  .recent-portfolio-col-left {
    padding-left: 0px;
  }
  .recent-portfolio-col-right {
    padding-right: 0px;
  }
  .featured-work-block {
    height: 350px;
  }
  .navbar-bg {
    height: 50px;
  }
  .navbar-container {
    height: 50px;
  }
  .home-slider-button {
    display: none;
  }
  .slide-overlay {
    padding-top: 104px;
  }
  .slide-container {
    margin-top: -53px;
  }
  .slide-title {
    font-size: 40px;
    line-height: 49px;
  }
  .slide-title.subtitle {
    font-size: 13px;
  }
  .home-intro-column {
    margin-bottom: 45px;
    padding-top: 11px;
    padding-left: 0px;
  }
  .home-intro-block {
    height: auto;
    padding-bottom: 45px;
    border-bottom: 1px solid #e0e0e0;
    border-right-width: 0px;
    border-right-color: #000;
    font-size: 12px;
    line-height: 19px;
  }
  .home-intro-block.last {
    border-bottom-width: 0px;
    border-bottom-color: #000;
  }
  .home-intro-block.last.transport {
    padding-top: 213px;
    padding-bottom: 213px;
  }
  .home-intro-block.contact {
    height: auto;
    padding-bottom: 15px;
    line-height: 19px;
  }
  .home-intro-block.services-block {
    height: auto;
    padding-bottom: 20px;
  }
  .home-intro-block.commercial {
    padding-top: 214px;
    padding-bottom: 214px;
  }
  .home-intro-block.residential {
    padding-top: 214px;
    padding-bottom: 214px;
  }
  .featured-work-title-wrapper {
    padding: 25px;
  }
  .featured-work-title-wrapper.small {
    padding-right: 25px;
  }
  .recent-work-title {
    font-size: 27px;
  }
  .recent-work-title.small {
    font-size: 19px;
  }
  .footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .footer-column.last {
    padding-bottom: 0px;
  }
  .page-header._404 {
    height: auto;
  }
  .page-header.residentialrequest {
    height: 50px;
  }
  .page-header-overlay {
    padding: 100px 25px;
  }
  .page-header-overlay.blog-post {
    padding-top: 109px;
    padding-bottom: 60px;
  }
  .page-header-overlay.default {
    padding-top: 95px;
    padding-bottom: 45px;
  }
  .page-header-overlay._404 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .page-header-overlay.services {
    padding-top: 100px;
  }
  .page-header-title {
    font-size: 38px;
    line-height: 38px;
  }
  .service-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .service-item-block {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .service-title {
    margin-bottom: 16px;
    line-height: 20px;
  }
  .service-small-icon {
    margin-top: -2px;
    margin-right: 13px;
    float: left;
  }
  .intro-block-title {
    margin-bottom: 12px;
    font-size: 17px;
  }
  .info-image-block.about-us-2 {
    height: 340px;
  }
  .info-image-block.contact {
    height: 510px;
  }
  .info-image-block.quote-1 {
    height: 450px;
  }
  .info-text-block {
    height: auto;
    padding: 25px;
  }
  .info-text-block.contact-form {
    height: auto;
  }
  .info-text-block.quote-block-1 {
    height: auto;
  }
  .info-text-block.quote-block-2 {
    height: auto;
  }
  .stats-col {
    padding-right: 5px;
    padding-left: 5px;
  }
  .stats-block {
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .dropdown-link {
    padding-left: 25px;
  }
  .team-member-image {
    height: 260px;
  }
  .portfolio-tabs-menu {
    margin-top: -85px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .portfolio-tab-button {
    display: block;
    margin-right: 0px;
    margin-bottom: 6px;
    padding-bottom: 0px;
  }
  .work-header-overlay {
    padding-top: 165px;
    padding-bottom: 140px;
  }
  .dynamic-post-image {
    height: 225px;
  }
  .dynamic-item-content-block.single-page {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .fixed-block-container-wrapper {
    position: static;
    padding-top: 20px;
  }
  .contact-map {
    height: 370px;
    padding-bottom: 35px;
  }
  .contact-map-wrapper {
    height: 280px;
  }
  .field {
    height: 45px;
  }
  .quote-section-wrapper {
    margin-bottom: 40px;
  }
  .fixed-info-block {
    width: 100%;
  }
  .recent-work-subtitle {
    font-size: 12px;
  }
  .bottom-footer-block {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .bottom-footer-col-left {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .bottom-footer-col-right {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .contact-us-text {
    font-size: 12px;
  }
  .portfolio-list.examples {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-images-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-image {
    height: 170px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 9px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-nav {
    display: block;
    height: 100px;
    font-size: 7px;
  }
  .team-member-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .instructions-block-wrapper {
    margin-bottom: 10px;
    padding: 25px;
  }
  .instructions-title {
    font-size: 23px;
  }
  .instructions-title._2 {
    font-size: 19px;
    line-height: 24px;
  }
  .instructions-row {
    margin-top: 10px;
  }
  .instructions-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .instructions-col-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .licensing-info-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .licensing-info-col-right {
    padding-right: 0px;
  }
  .button1.whypropanebutton {
    display: none;
    margin: 61px 56px 73px;
    font-size: 20px;
    text-align: center;
  }
  .button1.whypropanebutton.formbuttonphone {
    margin-bottom: 76px;
  }
  .infobox {
    display: none;
  }
  .mapcolum2 {
    margin-bottom: 20px;
    padding-top: 8px;
  }
  .maptop.subpage {
    margin-top: -64px;
  }
  .phonebanner {
    margin-top: -122px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .phonenumberbanner {
    font-size: 25px;
  }
  .smalllogo {
    display: block;
  }
  .biglogo {
    display: none;
  }
  .mainparaheader {
    display: block;
    margin-right: 39px;
    margin-left: 39px;
    font-size: 27px;
  }
  .mainparaheader.browseinvent {
    display: block;
    font-size: 20px;
  }
  .mainparaheader.browseinvent.cycleinfo {
    display: block;
    margin-bottom: -30px;
    font-size: 21px;
    line-height: 34px;
  }
  .mainparaheader.finance {
    text-align: center;
  }
  .topblocktext.tankspage {
    font-size: 26px;
  }
  .topblocktext.tankspage.smallertxt {
    font-size: 20px;
  }
  .topblocktext.homepage {
    display: block;
    padding-right: 42px;
    padding-left: 42px;
  }
  .orderr290 {
    display: block;
    margin-right: 56px;
    margin-left: 56px;
    font-size: 20px;
  }
  .orderr290.commercialpropane {
    display: block;
    margin-right: 55px;
    margin-left: 55px;
    font-size: 20px;
  }
  .orderr290.homepagebutton {
    margin-bottom: -226px;
  }
  .dividersub {
    padding-top: 21px;
  }
  .bottomlogocolums {
    margin-bottom: 23px;
  }
  .residentialform.ipadsize {
    display: none;
  }
  .residentialform.iphonelandsize {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }
  .column2pdfs {
    margin-top: 35px;
  }
  .div-block-2 {
    height: auto;
    padding-top: 31px;
    padding-bottom: 134px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.45)), to(hsla(0, 0%, 100%, 0.45))), url('../images/cycles.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.45), hsla(0, 0%, 100%, 0.45)), url('../images/cycles.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .button-2.secondlinetext {
    margin-top: 34px;
    margin-right: 81px;
    margin-left: 81px;
  }
  .row-3 {
    display: none;
  }
  .phoneattop {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
  .text-block-2 {
    display: none;
  }
  .container-4 {
    margin-top: -16px;
    padding-top: 0px;
  }
  .container-5 {
    background-color: transparent;
  }
  .image-4 {
    margin-bottom: 42px;
  }
  .html-embed {
    padding-top: 47px;
    padding-right: 34px;
    padding-left: 34px;
  }
  .image-6 {
    text-align: center;
  }
  .section-3 {
    height: auto;
    padding-bottom: 34px;
    background-image: url('../images/sidebysidebanner.jpg');
    background-position: 50% 0px;
  }
  .paragraph {
    margin-top: 45px;
    padding-right: 38px;
    padding-left: 38px;
  }
  .column {
    display: none;
  }
  .column-2 {
    display: none;
  }
  .column-3 {
    margin-top: -45px;
    padding-top: 0px;
  }
  .column-4 {
    padding-top: 27px;
    padding-bottom: 31px;
  }
  .column-5 {
    margin-bottom: 27px;
  }
  .div-block-4 {
    margin-bottom: -54px;
  }
  .text-block-5 {
    display: block;
  }
  .link-block {
    margin: -8px 82px -85px;
  }
  .column-6 {
    margin-top: 20px;
    margin-bottom: 106px;
    padding-top: 9px;
  }
  .column-7 {
    margin-top: -59px;
    margin-bottom: 106px;
  }
  .column-8 {
    margin-bottom: 106px;
  }
  .column-9 {
    margin-bottom: 135px;
  }
  .column-10 {
    margin-top: -32px;
    padding-top: 0px;
  }
  .column-11 {
    margin-bottom: 146px;
  }
  .column-12 {
    display: block;
  }
  .column-13 {
    display: none;
  }
  .text-block-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 9px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    font-size: 17px;
    text-align: center;
  }
  .text-block-7 {
    display: none;
  }
  .icon-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-9 {
    display: block;
    padding-top: 8px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  .container-8 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .row-8 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-9 {
    display: block;
    text-align: center;
  }
  .partscatlogos {
    display: block;
    margin-bottom: 42px;
    float: none;
    text-align: center;
  }
  .html-embed-2 {
    display: none;
  }
  .html-embed-2.mobilelandscape {
    display: block;
    text-align: center;
  }
  .html-embed-2.ipadsize {
    display: none;
  }
  .section-6 {
    margin-bottom: -72px;
  }
  .whoopstxt {
    display: none;
  }
  .text-block-10 {
    margin-bottom: -12px;
    float: none;
  }
  .html-embed-3 {
    display: block;
  }
  .html-embed-3.ipadsize {
    display: none;
  }
  .html-embed-3.porttraitsize {
    display: block;
  }
  .html-embed-3.mobilesize {
    display: block;
  }
  .html-embed-3.suzukipage {
    display: block;
  }
  .html-embed-3.bennchepage {
    display: block;
  }
  .html-embed-3.bennchepage.altamotorspage2 {
    display: none;
    background-color: transparent;
  }
  .html-embed-3.cfmoto {
    display: block;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .html-embed-3.cfmoto.cforce {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-11 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .image-11.bennechelogo {
    padding-top: 10px;
  }
  .tabs-menu.cfftabs {
    margin-right: 81px;
    margin-left: 81px;
  }
  .tabs-menu.partsunl {
    margin-right: 72px;
    margin-left: 72px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .tab-link.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .tab-link.parts.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .tab-link-2 {
    display: block;
    margin: 28px auto;
    text-align: center;
  }
  .tab-link-2.parts {
    display: block;
    margin: 23px auto;
    text-align: center;
  }
  .tab-link-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .html-embed-4 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .html-embed-4.ipadsize {
    display: none;
  }
  .html-embed-4.landscape {
    display: block;
    text-align: center;
  }
  .container-9 {
    height: auto;
    text-align: center;
  }
  .column-19 {
    margin-bottom: 31px;
  }
  .column-20 {
    margin-bottom: 31px;
  }
  .container-11 {
    padding-top: 0px;
  }
  .row-10 {
    margin-bottom: 8px;
  }
  .row-10.secondlogobar {
    padding-top: 0px;
  }
  .html-embed-5.mobileform {
    display: none;
  }
  .image-22 {
    display: none;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    text-align: center;
  }
  .text-block-17 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
    text-align: center;
  }
  .text-block-17.sellingbike {
    padding-right: 17px;
    padding-left: 17px;
    text-align: center;
  }
  .image-23 {
    margin-bottom: 81px;
    padding-top: 99px;
  }
  .bold-text-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
    text-align: center;
  }
  .bold-text-2.seling-bike {
    font-size: 29px;
    line-height: 39px;
  }
  .image-24 {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .text-block-18 {
    display: block;
    margin-right: auto;
    margin-bottom: 46px;
    margin-left: auto;
    font-size: 15px;
    text-align: center;
  }
  .button-4 {
    display: none;
  }
  .link-15 {
    font-size: 29px;
  }
  .link-17 {
    font-size: 29px;
  }
  .button-5 {
    margin-right: 169px;
    margin-left: 169px;
  }
  .button-5.infobikesell {
    margin-right: 141px;
    margin-left: 141px;
  }
  .html-embed-6 {
    margin-bottom: 52px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .callnowbutton {
    display: block;
    margin-top: 55px;
    margin-right: 104px;
    margin-left: 104px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-align: center;
  }
  .saletitle {
    text-align: center;
  }
  .text-block-20 {
    text-align: center;
  }
  .image-26.logosales {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .image-27 {
    margin-bottom: 57px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
  p {
    font-size: 12px;
  }
  .container.home-intro-container {
    margin-top: -60px;
    margin-bottom: 20px;
  }
  .nav-link {
    padding: 11px 20px;
    font-size: 15px;
    line-height: 22px;
  }
  .nav-link.requestservice {
    padding-left: 20px;
  }
  .home-hero-section {
    height: auto;
  }
  .section {
    margin-bottom: auto;
    padding: 20px;
  }
  .home-intro-row {
    display: block;
  }
  .featured-work-block {
    height: 290px;
  }
  .hero-slider {
    height: auto;
    margin-top: 17px;
    padding-top: 13px;
    padding-bottom: 0px;
    background-color: #fcf1da;
  }
  .hero-slide {
    margin-top: -1px;
    margin-bottom: 1px;
  }
  .hero-slide._2 {
    padding-top: 0px;
  }
  .slide-overlay {
    padding-top: 105px;
  }
  .slide-container {
    margin-top: -55px;
  }
  .slide-title {
    font-size: 25px;
    line-height: 34px;
  }
  .slide-title.subtitle {
    line-height: 20px;
  }
  .button {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 17px;
  }
  .home-intro-block {
    padding: 20px 20px 40px;
    font-size: 11px;
  }
  .home-intro-block.last {
    padding-bottom: 50px;
  }
  .home-intro-block.last.contact {
    padding-bottom: 20px;
  }
  .home-intro-block.last.transport {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .home-intro-block.contact {
    padding-bottom: 5px;
  }
  .home-intro-block.services-block {
    padding-bottom: 10px;
    font-size: 12px;
  }
  .home-intro-block.services-block.last {
    padding-bottom: 20px;
  }
  .home-intro-block.commercial {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .home-intro-block.residential {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .recent-work-title {
    font-size: 24px;
    line-height: 24px;
  }
  .recent-work-title.large {
    line-height: 30px;
  }
  .footer {
    font-size: 11px;
    line-height: 19px;
  }
  .footer-title {
    margin-bottom: 14px;
  }
  .page-header.residentialrequest {
    height: 49px;
  }
  .page-header-overlay {
    padding: 80px 20px 70px;
  }
  .page-header-overlay.blog-post {
    padding-top: 79px;
    padding-bottom: 30px;
  }
  .page-header-overlay.default {
    padding-top: 85px;
    padding-bottom: 30px;
  }
  .page-header-overlay.services {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .page-header-title {
    font-size: 23px;
    line-height: 27px;
  }
  .page-header-title.subtitle {
    margin-top: 10px;
    font-size: 13px;
    line-height: 14px;
  }
  .service-item-block {
    padding: 20px;
  }
  .service-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
  }
  .service-small-icon {
    height: 18px;
    margin-bottom: 9px;
  }
  .link.learn-more.fixed {
    left: 20px;
    bottom: 20px;
  }
  .intro-block-title {
    margin-top: -23px;
    margin-bottom: 110px;
    font-size: 18px;
  }
  .info-image-block {
    width: 100%;
    height: 190px;
  }
  .info-image-block.about-us-2 {
    height: 280px;
  }
  .info-image-block.contact {
    height: 160px;
  }
  .info-image-block.quote-1 {
    height: 130px;
  }
  .info-image-block.quote-2 {
    height: 160px;
  }
  .info-text-block {
    position: static;
    width: 100%;
    padding: 20px;
    font-size: 11px;
  }
  .info-text-block.quote-block-1 {
    display: block;
    float: right;
  }
  .info-text-block.quote-block-2 {
    float: right;
  }
  .stats-block {
    padding-right: 11px;
    padding-left: 11px;
  }
  .stats-title {
    font-size: 32px;
    line-height: 20px;
  }
  .stats-title.description {
    font-size: 12px;
  }
  .dropdown-link {
    padding-left: 20px;
  }
  .team-member-image {
    height: 230px;
  }
  .team-member-description-block {
    padding: 15px;
  }
  .team-member-name.title {
    margin-top: 0px;
    font-size: 10px;
  }
  .portfolio-tabs-menu {
    margin-top: -65px;
    margin-bottom: 20px;
    padding: 15px 20px 10px;
  }
  .work-header-overlay {
    padding-top: 115px;
    padding-bottom: 70px;
  }
  .dynamic-post-image {
    height: 145px;
  }
  .dynamic-item-content-block {
    padding: 20px;
    line-height: 20px;
  }
  .dynamic-item-content-block.blog-author {
    padding-bottom: 15px;
    padding-left: 20px;
  }
  .blog-post-link-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 20px;
  }
  .fixed-block-container-wrapper {
    padding-top: 20px;
  }
  .field {
    height: 40px;
    margin-bottom: 4px;
  }
  .quote-form {
    margin-bottom: 0px;
  }
  .quote-section-wrapper {
    margin-bottom: 25px;
  }
  .blog-author-image {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .blog-author-title {
    font-size: 16px;
    line-height: 23px;
  }
  .blog-author-title.subtitle {
    margin-top: 0px;
    margin-bottom: 11px;
    font-size: 10px;
  }
  .recent-blog-post-title {
    margin-bottom: 12px;
  }
  .recent-work-subtitle.large {
    font-size: 12px;
  }
  .project-image {
    height: auto;
  }
  .slider-nav {
    display: block;
    height: 90px;
    padding-top: 0px;
    background-color: #fff;
  }
  .instructions-block-wrapper {
    padding: 20px;
  }
  .instructions-title {
    font-size: 20px;
    line-height: 26px;
  }
  .instructions-title._2 {
    font-size: 15px;
    line-height: 19px;
  }
  .instructions-col-left {
    padding-bottom: 10px;
  }
  .blocktext {
    margin-bottom: 45px;
  }
  .button1.whypropanebutton {
    display: none;
    margin: -65px 5px 44px;
    font-size: 14px;
  }
  .button1.whypropanebutton.formbuttonphone {
    margin-top: 20px;
    margin-bottom: 68px;
  }
  .maptop.subpage {
    margin-top: -47px;
  }
  .maptextheader {
    font-size: 22px;
  }
  .addresstext {
    font-size: 14px;
  }
  .addresstext.transportpage {
    font-size: 12px;
  }
  .phonenumber {
    font-size: 21px;
  }
  .phonenumberbanner {
    font-size: 23px;
  }
  .phonecontainer {
    display: none;
  }
  .mainparaheader {
    margin-right: 19px;
    margin-left: 19px;
    font-size: 23px;
    line-height: 30px;
  }
  .mainparaheader.residentialtext {
    font-size: 21px;
  }
  .mainparaheader.browseinvent {
    display: block;
    margin-top: -130px;
    margin-bottom: 138px;
    padding-top: 74px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 22px;
  }
  .mainparaheader.browseinvent.cycleinfo {
    padding-top: 134px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 22px;
  }
  .mainparaheader.browseinvent.cycleinfo.financepage {
    margin-top: auto;
    padding-top: auto;
  }
  .mainparaheader.finance {
    margin-top: 130px;
    padding-top: 26px;
    text-align: center;
  }
  .mainparaheader.finance.inventorypage {
    margin-top: 123px;
  }
  .topblocktext.tankspage {
    font-size: 24px;
  }
  .topblocktext.tankspage.smallertxt {
    font-size: 20px;
  }
  .topblocktext.propanebenefits {
    font-size: 15px;
  }
  .topblocktext.homepage {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
  }
  .orderr290 {
    margin: -50px 5px 97px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 14px;
  }
  .orderr290.commercialpropane {
    margin-right: -4px;
    margin-left: -4px;
    font-size: 14px;
  }
  .orderr290.homepagebutton {
    margin-top: 43px;
  }
  .dividersub {
    padding-top: 48px;
    line-height: 24px;
  }
  .residentialform.iphonelandsize {
    display: none;
  }
  .residentialform.mobilesize {
    display: none;
  }
  .cannotshow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    text-align: center;
  }
  .nav-menu-3 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu-button-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-2 {
    margin-top: 1px;
    margin-bottom: 211px;
    padding-bottom: 27px;
  }
  .button-2.secondlinetext {
    margin-right: 6px;
    margin-left: 6px;
  }
  .phoneattop {
    float: none;
    font-size: 14px;
  }
  .row-4 {
    margin-top: -190px;
    padding-top: 33px;
  }
  .container-5 {
    margin-top: -125px;
    margin-bottom: 135px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    color: #fff;
    font-size: 9px;
  }
  .container-5.odespage {
    margin-bottom: 266px;
    padding-bottom: 47px;
  }
  .container-6 {
    margin-top: -78px;
    padding-top: 90px;
  }
  .html-embed {
    margin-top: -100px;
  }
  .text-block-3 {
    font-size: 16px;
  }
  .section-3 {
    height: auto;
    margin-top: -128px;
    margin-bottom: auto;
    padding-top: 0px;
    padding-bottom: 55px;
    background-image: url('../images/sidebysidebanner.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .section-3.suzukipage {
    padding-top: 82px;
  }
  .section-3.cfmotopage {
    padding-top: 130px;
  }
  .section-3.ssrpage {
    margin-top: -57px;
  }
  .container-7 {
    margin-top: 148px;
    margin-bottom: auto;
    padding-top: 16px;
  }
  .paragraph {
    display: block;
    margin-top: 48px;
    margin-bottom: 43px;
    padding-top: 40px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 15px;
  }
  .column-4 {
    padding-top: 160px;
  }
  .row-6 {
    padding-top: 66px;
  }
  .div-block-4 {
    margin: 5px 20px auto;
    padding-top: 0px;
  }
  .link-block {
    margin-top: auto;
    margin-right: 5px;
    margin-left: 5px;
  }
  .column-6 {
    display: block;
    margin: 0px auto 106px;
    padding-top: 0px;
  }
  .column-7 {
    margin-top: -47px;
    margin-bottom: 106px;
    padding-top: 0px;
  }
  .column-8 {
    display: block;
    margin-right: auto;
    margin-bottom: 106px;
    margin-left: auto;
  }
  .column-9 {
    margin-top: auto;
    margin-bottom: 122px;
  }
  .column-10 {
    margin-top: auto;
    margin-bottom: 106px;
  }
  .column-11 {
    margin-bottom: 106px;
  }
  .text-block-6 {
    font-size: 14px;
  }
  .icon-2 {
    text-align: center;
  }
  .text-block-8 {
    font-size: 16px;
  }
  .text-block-9 {
    font-size: 14px;
  }
  .image-9 {
    text-align: center;
  }
  .partscatlogos {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .html-embed-2 {
    display: none;
  }
  .html-embed-2.mobilelandscape {
    display: none;
  }
  .html-embed-2.mobilesize {
    display: block;
  }
  .html-embed-2.mobileversion {
    display: block;
    float: none;
    background-color: transparent;
    text-align: left;
  }
  .section-6 {
    margin-bottom: -264px;
    padding-bottom: 0px;
  }
  .section-6.kymcopage {
    margin-bottom: auto;
    padding-bottom: 60px;
  }
  .section-6.ssrpage {
    margin-bottom: -89px;
  }
  .section-6.financepage {
    margin-bottom: -77px;
    padding-bottom: 66px;
  }
  .section-6.partspage {
    margin-bottom: -147px;
  }
  .whoopstxt {
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
  }
  .text-block-10 {
    margin: -92px 4px 29px;
    font-size: 17px;
  }
  .text-block-10.suzukipage {
    margin-top: -18px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .row-9 {
    margin-bottom: 50px;
    padding-bottom: 0px;
  }
  .html-embed-3 {
    display: block;
    margin-top: 164px;
    margin-right: 6px;
    margin-left: 6px;
    padding-top: auto;
    float: none;
  }
  .html-embed-3.ipadsize {
    display: none;
  }
  .html-embed-3.mobilesize {
    display: block;
    margin-right: 12px;
    margin-left: 12px;
  }
  .html-embed-3.suzukipage {
    margin-top: 114px;
    padding-top: auto;
  }
  .html-embed-3.bennchepage {
    margin-top: 108px;
    margin-bottom: 178px;
    padding-top: auto;
  }
  .html-embed-3.bennchepage.altamotorspage2 {
    margin-bottom: 266px;
    padding-right: 17px;
    padding-left: 17px;
  }
  .html-embed-3.cfmoto {
    margin-top: 14px;
    margin-bottom: auto;
  }
  .html-embed-3.cfmoto.cforce {
    display: block;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .html-embed-3.cfmoto.zforce {
    margin-top: 3px;
  }
  .html-embed-3.cfmoto.uforce {
    margin-top: 0px;
  }
  .image-11 {
    padding-top: 103px;
  }
  .image-11.bennechelogo {
    margin-bottom: 117px;
    padding-top: 128px;
  }
  .fullscreen {
    margin-bottom: 171px;
    line-height: 39px;
  }
  .mobileversion {
    display: none;
    height: auto;
  }
  .tabs-menu.cfftabs {
    margin-right: 15px;
    margin-left: 15px;
  }
  .tabs-menu.partsunl {
    margin-right: 15px;
    margin-left: 15px;
  }
  .tab-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }
  .tab-link.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 33px;
    padding-left: 33px;
  }
  .tab-link-2 {
    display: block;
    margin: 34px auto;
    text-align: center;
  }
  .tabs {
    margin-top: 262px;
    padding-top: 42px;
  }
  .tab-link-3 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .tab-link-3.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-13 {
    text-align: center;
  }
  .heading {
    padding-right: 19px;
    padding-left: 19px;
  }
  .html-embed-4 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .html-embed-4.ipadsize {
    display: none;
  }
  .html-embed-4.landscape {
    display: block;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .column-19 {
    margin-bottom: 31px;
  }
  .column-20 {
    margin-bottom: 31px;
  }
  .column-21 {
    margin-bottom: 72px;
  }
  .container-11 {
    margin-top: -96px;
    padding-top: 0px;
  }
  .text-block-15 {
    padding-top: 192px;
  }
  .text-block-15.partspage {
    padding-top: 130px;
    padding-right: 21px;
    padding-left: 21px;
  }
  .image-20 {
    padding-bottom: 17px;
  }
  .html-embed-5 {
    display: block;
  }
  .html-embed-5.mobileform {
    display: none;
    margin-top: -89px;
    padding-top: 21px;
  }
  .image-22 {
    margin-top: 137px;
    margin-bottom: -112px;
    padding-bottom: 92px;
  }
  .text-block-17 {
    font-size: 20px;
  }
  .text-block-17.sellingbike {
    font-size: 19px;
    text-align: center;
  }
  .image-23 {
    margin-bottom: 184px;
    padding-top: 50px;
  }
  .image-23.service-page {
    margin-bottom: 25px;
  }
  .image-23.sellingpage {
    margin-bottom: 255px;
  }
  .bold-text-2 {
    font-size: 23px;
  }
  .bold-text-2.seling-bike {
    font-size: 26px;
    line-height: 38px;
  }
  .link-10 {
    font-size: 18px;
  }
  .text-block-18 {
    margin-bottom: 270px;
  }
  .button-4 {
    display: block;
    margin: 45px 22px 28px;
    font-size: 18px;
    text-align: center;
  }
  .link-15 {
    font-size: 26px;
  }
  .link-17 {
    font-size: 26px;
  }
  .button-5 {
    margin-right: 14px;
    margin-left: 14px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-5.infobikesell {
    display: block;
    margin-right: 38px;
    margin-left: 38px;
  }
  .html-embed-6 {
    margin-bottom: 168px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-19 {
    padding-top: 185px;
    font-size: 18px;
  }
  .callnowbutton {
    display: block;
    margin: 58px 31px 39px;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    text-align: center;
  }
  .column-24 {
    margin-bottom: 188px;
  }
  .image-27 {
    margin-bottom: 156px;
    padding-top: 67px;
  }
}

