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: none;
  height: 115px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, .86);
  background-image: none;
  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: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #f5f5f5;
  border-left-width: 1px;
  border-left-color: #000;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: transparent;
  color: #000;
}

.nav-link.w--current {
  border-top: 1px none #000;
  border-bottom: 1px none #fff;
  background-color: transparent;
  box-shadow: none;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #cac5c5;
  font-size: 15px;
  font-weight: 400;
}

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

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

.nav-link.color:hover {
  color: hsla(0, 0%, 100%, .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.pulldown {
  display: none;
}

.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: 657px;
  margin-top: 0px;
  padding-top: 41px;
  border-top: 3px none #e76111;
  background-color: #c5c5c5;
  background-image: url('../images/ribsongrill.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-hero-section.subpage {
  height: 435px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/locationmap3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/locationmap3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-hero-section.subpage.servicespage {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12)), url('../images/servicesbanner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12)), url('../images/servicesbanner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-hero-section.subpage.contactus {
  background-image: url('../images/contactusbanner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-hero-section.subpage.retailer {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12)), url('../images/becomeretailer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12)), url('../images/becomeretailer.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section {
  margin-top: -27px;
  padding-top: 89px;
  padding-bottom: 19px;
  border-color: #822e1b;
  border-top-style: none;
  border-top-width: 3px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

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

.home-intro-row {
  display: block;
  margin-bottom: 22px;
  padding-top: 59px;
  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: hsla(33, 22%, 59%, 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: 25px;
  float: right;
}

.hero-slider {
  height: 100%;
  background-color: transparent;
}

.home-slider-button {
  width: 50px;
  height: 60px;
  background-color: rgba(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, .7);
}

.hero-slide {
  background-image: url('../images/transportphotosmall.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-slide._2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  background-image: url('../images/residentialphotosmall.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.hero-slide._3 {
  background-image: url('../images/commercialphotosmall.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

.slide-overlay {
  width: 100%;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

.slide-container {
  position: relative;
  margin-top: -159px;
  background-color: rgba(57, 38, 18, .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, .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;
  margin-right: auto;
  margin-left: auto;
  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, .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;
  margin-right: 5px;
  margin-left: 5px;
  border: 5px none #d3c08e;
  background-image: url('../images/undtk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-intro-block.residential {
  display: block;
  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-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.featured-work-block-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(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, .3);
}

.featured-work-title-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 35px;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .6) 86%, rgba(0, 0, 0, .6) 0);
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 86%, rgba(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, .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: #382713;
  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, .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, .1);
  text-align: center;
}

.page-header-overlay.blog-post {
  padding-top: 210px;
  padding-bottom: 170px;
  background-color: rgba(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, .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-linear-gradient(270deg, rgba(56, 39, 19, .46), rgba(56, 39, 19, .46));
  background-image: linear-gradient(180deg, rgba(56, 39, 19, .46), rgba(56, 39, 19, .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, .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: gray;
}

.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: hsla(0, 19%, 59%, 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, .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, .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: hsla(0, 0%, 5%, .3);
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, transparent, rgba(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, .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;
  background-color: #e6e6e6;
}

.bottom-footer-text {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', 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%, .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, .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, .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, .76);
}

.maptop {
  margin-bottom: 74px;
  padding-top: 93px;
  padding-bottom: 0px;
  border: 1px none #000;
  background-color: #80613b;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .69), rgba(12, 11, 10, .2) 0%), url('../images/river2016background2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .69), rgba(12, 11, 10, .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: none;
  height: 38px;
  margin-top: 0px;
  margin-bottom: 26px;
  padding-top: 0px;
  border-bottom: 5px none #000;
  background-color: #e76111;
}

.phonenumberbanner {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 26px;
  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: 15px;
}

.mobilenumber {
  display: none;
}

.mainparaheader {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #e76111;
  font-size: 34px;
  font-style: italic;
  text-align: left;
}

.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.topsection {
  font-style: normal;
  text-align: left;
}

.mainparaheader.topsection.subpage {
  margin-top: -11px;
  padding-top: 0px;
  font-size: 20px;
  text-align: left;
}

.mainparaheader.maptitletext {
  display: block;
  margin: -112px auto 22px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 60px;
  font-style: italic;
  text-align: left;
  text-shadow: 5px 5px 7px #000;
}

.topblocktext {
  display: block;
  height: 28px;
  margin-right: auto;
  margin-bottom: 43px;
  margin-left: auto;
  padding-top: 7px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  text-align: right;
}

.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 {
  text-align: left;
}

.topblocktext.menuitemtop {
  text-align: center;
}

.topblocktext.middletext {
  padding-top: 7px;
}

.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, .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, .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-top: -13px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 22px;
  text-align: center;
}

.topofpage {
  height: 19px;
}

.menuitems {
  padding-top: 25px;
}

.navbartop {
  background-color: #fff;
}

.navigation {
  z-index: 1000;
  margin-bottom: -33px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
}

.menulinks {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 57px;
  float: none;
  text-align: center;
}

.topblackbar {
  height: 26px;
  background-color: #000;
}

.topblacksection {
  height: 28px;
  background-color: #000;
}

.topcontainer {
  height: 28px;
}

.topseperator {
  height: 28px;
}

.topaboutmenus {
  height: 28px;
}

.photoext {
  display: block;
  margin-top: -83px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 34px;
  text-align: right;
}

.phototext2 {
  display: block;
  height: 101px;
  margin-top: 493px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-right: 120px;
  padding-left: 120px;
  float: none;
  background-color: rgba(0, 0, 0, .66);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 49px;
  font-style: normal;
  text-align: right;
}

.phototext2.subpage {
  margin-top: 145px;
  text-align: center;
}

.menubar {
  margin-top: -11px;
  padding-top: 0px;
}

.tanksimage {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 61px;
  float: right;
}

.tanksimage.subpage {
  display: none;
}

.topbar {
  display: none;
  height: 34px;
  background-color: #000;
}

.topconatiner {
  height: 28px;
}

.topgraphics {
  display: block;
  margin-top: -24px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.headingtext {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, .3);
}

.headingtext.subpage {
  margin-top: -35px;
}

.biggrilling {
  display: block;
  margin-bottom: 0px;
  padding-top: 29px;
}

.midsection {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background-color: #ececec;
  background-image: none;
}

.logoblock {
  display: block;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  padding-top: 0px;
}

.menudivblock {
  margin-bottom: -12px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e76111;
}

.phoneinfotext {
  padding-top: 0px;
  float: none;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 800;
  text-align: right;
}

.phoneinfotext.leftsidetext {
  padding-top: 19px;
  text-align: left;
}

.navigationcenteredbar {
  display: block;
  margin-top: 1px;
  background-color: #f1782e;
  background-image: -webkit-linear-gradient(270deg, #f1782e, #9b3d03);
  background-image: linear-gradient(180deg, #f1782e, #9b3d03);
}

.navigationcenterbuttons {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  float: none;
  text-align: center;
}

.logobox {
  margin-top: 0px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.smalltextunderphone {
  padding-left: 142px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-style: italic;
  font-weight: 700;
  text-align: right;
}

.ezgastextmidsection {
  height: auto;
  margin-top: -9px;
  padding-top: 7px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.ezgastextmidsection.contactaddress {
  margin-bottom: 45px;
}

.textontopofimage {
  display: none;
  margin-top: -13px;
  margin-bottom: 10px;
  padding-top: 66px;
  font-family: 'Open Sans', sans-serif;
  color: #e76111;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.textontopofimage.middlesection {
  display: block;
  margin-top: -50px;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}

.smallscreentanks {
  display: none;
}

.maplocations {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.mapezgas {
  z-index: 0;
  display: inline-block;
  width: 100%;
  height: 500px;
  margin-top: -85px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  background-image: none;
}

.maptoptext {
  margin-bottom: -30px;
  padding-top: 159px;
}

.mapdivbox {
  margin-bottom: 108px;
  padding-bottom: 22px;
  background-color: #fff;
}

.mapbutton {
  position: relative;
  z-index: 2;
  display: block;
  margin: 182px 210px 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  float: none;
  background-color: #da5604;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-align: center;
}

.mapbutton:hover {
  display: block;
  margin-right: 210px;
  margin-left: 210px;
  padding-right: 52px;
  padding-left: 52px;
  float: none;
  background-color: #fd6e16;
  text-align: center;
}

.mapbutton.buttontopsection {
  display: block;
  margin: 37px 26px 59px;
  font-size: 20px;
}

.mapbutton.buttontopsection:hover {
  padding-right: 18px;
  padding-left: 18px;
}

.mapbutton.servicesbutton {
  display: block;
  margin-top: 36px;
  margin-right: 64px;
  margin-left: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
  font-size: 17px;
  text-align: center;
}

.mapbutton.servicesbutton:hover {
  padding-right: 21px;
  padding-left: 21px;
  float: none;
}

.mappin {
  display: block;
  margin: -58px auto -57px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.mappin.pin {
  margin-top: 24px;
  margin-bottom: -188px;
}

.textlocations {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.mapdivlocation {
  height: 599px;
  margin-top: -64px;
  margin-bottom: 72px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/barbequeoutside.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/barbequeoutside.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.logosmall {
  display: none;
}

.smalltitle {
  margin-top: -17px;
  margin-bottom: 17px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #e76111;
  font-size: 20px;
}

.mapdivblock {
  margin-right: 182px;
  margin-bottom: 52px;
  margin-left: 182px;
}

.columngraphic {
  text-align: right;
}

.maplocationblock {
  margin-right: 203px;
  margin-left: 203px;
  padding-top: 74px;
  padding-bottom: 82px;
}

.servicessection {
  padding-top: 89px;
  padding-bottom: 67px;
}

.serviceovals {
  padding-top: 63px;
}

.servicebutton {
  margin-top: 19px;
  background-color: #da5604;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.servicebutton:hover {
  background-color: #fd6e16;
}

.contactformez {
  display: block;
  margin-top: 50px;
  margin-right: 76px;
  margin-left: 76px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12));
}

.contactformez.reailerpage {
  margin-top: 59px;
}

.moregrilling {
  margin-top: 18px;
  padding-top: 0px;
  font-family: Raleway, sans-serif;
  color: #da5604;
  font-size: 29px;
  line-height: 35px;
  font-style: italic;
  text-align: center;
}

.mapicon {
  padding-bottom: 0px;
  background-color: #da5604;
}

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.home-intro-container {
    margin-top: -27px;
    margin-bottom: 40px;
  }
  .container.info-container {
    margin-bottom: 40px;
  }
  .container.with-fixed-block {
    padding-right: 300px;
  }
  .nav-link {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    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: 600px;
    margin-top: 0px;
  }
  .section {
    padding: 35px 14px;
  }
  .section.services {
    padding-bottom: 25px;
  }
  .home-intro-row {
    padding-top: 19px;
  }
  .featured-work-block {
    height: 450px;
  }
  .nav-menu {
    background-color: rgba(39, 39, 39, .97);
  }
  .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 {
    margin-top: 0px;
    margin-bottom: 12px;
  }
  .phonenumberbanner {
    margin-top: 15px;
    padding: 17px 0px 15px;
  }
  .picturetext {
    font-size: 12px;
  }
  .phonecontainer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mainparaheader {
    font-size: 30px;
  }
  .mainparaheader.transporttext {
    font-size: 24px;
  }
  .mainparaheader.residentialtext.column1 {
    text-align: center;
  }
  .mainparaheader.topsection {
    font-size: 27px;
  }
  .mainparaheader.topsection.subpage {
    line-height: 25px;
  }
  .mainparaheader.maptitletext {
    font-size: 53px;
  }
  .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;
  }
  .navigation {
    display: block;
  }
  .menulinks {
    position: static;
    color: #000;
  }
  .photoext {
    margin-top: -68px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .phototext2 {
    display: block;
    margin-top: 469px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 9px;
    padding-left: 9px;
    float: none;
    font-size: 35px;
    text-align: center;
  }
  .tanksimage {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .topgraphics {
    padding-top: 26px;
  }
  .menudivblock {
    display: block;
  }
  .phoneinfotext {
    display: block;
    margin-top: 1px;
    margin-bottom: -4px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
  }
  .phoneinfotext.leftsidetext {
    display: none;
  }
  .navbutton {
    color: #000;
    font-size: 18px;
  }
  .navigationcenterbuttons {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .menuhamburger {
    color: #fff;
    font-size: 31px;
  }
  .ezgastextmidsection {
    font-size: 14px;
  }
  .textontopofimage {
    font-size: 17px;
  }
  .textontopofimage.middlesection {
    font-size: 16px;
    line-height: 25px;
  }
  .smallscreentanks {
    display: none;
  }
  .mapbutton {
    font-size: 17px;
    line-height: 28px;
  }
  .mapbutton:hover {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 17px;
  }
  .mapbutton.buttontopsection {
    font-size: 16px;
  }
  .smalltitle {
    font-size: 16px;
  }
  .mapdivblock {
    margin-right: 26px;
    margin-left: 26px;
  }
  .maplocationblock {
    margin-right: 16px;
    margin-left: 16px;
  }
  .moregrilling {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .navbar {
    height: auto;
    padding-bottom: 16px;
  }
  .navbar-wrapper {
    height: 50px;
  }
  .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: 530px;
  }
  .section {
    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;
  }
  .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: 35px;
    background-color: transparent;
  }
  .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 {
    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: block;
    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;
  }
  .phonenumberbanner {
    font-size: 21px;
  }
  .smalllogo {
    display: block;
  }
  .biglogo {
    display: none;
  }
  .mainparaheader {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 27px;
    text-align: center;
  }
  .mainparaheader.topsection {
    text-align: center;
  }
  .mainparaheader.topsection.subpage {
    text-align: center;
  }
  .mainparaheader.maptitletext {
    padding-top: 0px;
    font-size: 45px;
    line-height: 55px;
  }
  .topblocktext.tankspage {
    font-size: 26px;
  }
  .topblocktext.tankspage.smallertxt {
    font-size: 20px;
  }
  .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;
  }
  .phototext2 {
    display: block;
    margin-top: 369px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    padding-left: 15px;
    float: none;
  }
  .tanksimage {
    display: none;
    margin-left: 143px;
  }
  .biggrilling {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .phoneinfotext {
    display: block;
    text-align: center;
  }
  .menuhamburger {
    float: none;
    text-align: center;
  }
  .smalltextunderphone {
    display: block;
    padding-left: 0px;
    text-align: center;
  }
  .ezgastextmidsection {
    text-align: center;
  }
  .textontopofimage.middlesection {
    line-height: 25px;
    text-align: center;
  }
  .smallscreentanks {
    display: block;
    margin-right: auto;
    margin-bottom: -288px;
    margin-left: auto;
    padding-top: 86px;
    float: right;
  }
  .mapbutton {
    margin-right: 115px;
    margin-left: 115px;
  }
  .mapbutton:hover {
    margin-right: 115px;
    margin-left: 115px;
  }
  .mapbutton.buttontopsection {
    font-size: 16px;
  }
  .mapbutton.buttontopsection:hover {
    margin-right: 25px;
    margin-left: 25px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }
  .logobig {
    display: none;
  }
  .logosmall {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .smallcolumn {
    display: block;
    text-align: center;
  }
  .smalltitle {
    text-align: center;
  }
  .mapdivblock {
    margin-right: 12px;
    margin-left: 12px;
  }
  .servicessection {
    padding-top: 19px;
    padding-bottom: 50px;
  }
  .serviceovals {
    margin-bottom: 26px;
  }
  .servicebutton {
    display: block;
    margin-right: 131px;
    margin-bottom: 17px;
    margin-left: 131px;
    text-align: center;
  }
}

@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: 430px;
  }
  .section {
    padding: 20px;
  }
  .home-intro-row {
    display: block;
  }
  .featured-work-block {
    height: 290px;
  }
  .hero-slider {
    height: 426px;
    margin-top: 17px;
    padding-top: 13px;
    padding-bottom: 0px;
    background-color: #fcf1da;
  }
  .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;
  }
  .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 {
    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 {
    font-size: 26px;
    line-height: 30px;
  }
  .mainparaheader.residentialtext {
    font-size: 21px;
  }
  .mainparaheader.topsection {
    font-size: 26px;
  }
  .mainparaheader.maptitletext {
    font-size: 41px;
    text-align: center;
  }
  .topblocktext.tankspage {
    font-size: 24px;
  }
  .topblocktext.tankspage.smallertxt {
    font-size: 20px;
  }
  .topblocktext.propanebenefits {
    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;
  }
  .phototext2 {
    display: block;
    margin: 49px auto 50px;
    padding-top: 27px;
    padding-right: 9px;
    font-size: 22px;
    text-align: center;
  }
  .textontopofimage {
    padding-top: 0px;
    font-size: 17px;
    line-height: 21px;
  }
  .textontopofimage.middlesection {
    padding-top: 44px;
    font-size: 15px;
    line-height: 28px;
  }
  .smallscreentanks {
    display: block;
    margin: 93px auto -379px;
    padding-top: 60px;
    float: none;
  }
  .mapbutton {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 15px;
  }
  .mapbutton:hover {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 15px;
  }
  .mapbutton.buttontopsection {
    margin-right: -8px;
    margin-left: -8px;
    font-size: 14px;
  }
  .mapbutton.buttontopsection:hover {
    margin-right: -8px;
    margin-left: -8px;
    font-size: 14px;
  }
  .mappin.pin {
    margin-bottom: -218px;
    padding-top: 0px;
  }
  .smalltitle {
    padding-top: 5px;
    font-size: 14px;
  }
  .mapdivblock {
    margin-right: -9px;
    margin-left: -9px;
  }
  .servicebutton {
    margin-right: 8px;
    margin-left: 8px;
  }
  .contactformez {
    margin-right: 9px;
    margin-left: 9px;
  }
  .moregrilling {
    font-size: 22px;
  }
}

