body {
  background-image: url('http://x1.sdimgs.com/sd_static/a/181289/bg.jpg');
  background-size: cover;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
}

.button {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #dc3e0c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

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

.header {
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.header-container {
  display: block;
  float: none;
}

.company-logo-link.w--current {
  display: inline-block;
  float: none;
}

.company-logo {
  margin-top: 15px;
  margin-bottom: 15px;
  float: none;
}

.header-contact {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
  float: right;
}

.header-contact-text {
  margin-bottom: 0px;
  float: none;
  clear: none;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.header-contact-number {
  display: block;
  float: none;
  clear: both;
}

.header-contact-number-link {
  margin-top: 5px;
}

.tel-icon {
  margin-right: 10px;
  float: left;
}

.header-contact-number-block {
  display: inline-block;
  margin-top: 5px;
  float: right;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 400;
}

.navbar {
  border-bottom: 5px solid #ff9530;
  background-image: url('http://x4.sdimgs.com/sd_static/a/181289/nav-bg.jpg');
  background-position: 50% 50%;
  background-size: 1px 100%;
  background-repeat: repeat-x;
}

.navbar:hover {
  color: #fff;
}

.navbar-container {
  display: block;
  width: 100%;
  max-width: 960px;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #121212;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #ff9530;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5);
  color: #fff;
}

.nav-link.w--current {
  background-color: #ff9530;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5);
  color: #fff;
}

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

.nav-menu {
  float: left;
}

.homepage-slider {
  height: 400px;
  background-color: #fff;
  background-image: url('http://x2.sdimgs.com/sd_static/a/181289/slider-bg.jpg');
}

.homepage-slider-1 {
  background-image: url('http://x3.sdimgs.com/sd_static/a/181289/slider-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.homepage-slider-1-text {
  display: inline-block;
  width: 30%;
  height: 100%;
  margin-left: 0%;
  padding-top: 10px;
  float: left;
}

.homepage-slider-tagline {
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.homepage-slider-product-name-box {
  margin-top: 0px;
  padding: 10px;
  background-color: #ff9530;
}

.homepage-slider-product-name {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.tagline-3rd-line {
  font-size: 28px;
}

.homepage-slider-product-description {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.homepage-slider-product-image-container {
  display: inline-block;
  width: 61%;
  height: 100%;
  margin-left: 0%;
  float: left;
}

.slider1-img {
  display: block;
  width: 70%;
  float: right;
}

.page-content-container {
  display: block;
  max-width: 960px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.page-content-container.subpage {
  margin-top: 0px;
}

.page-subheader {
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #ff9530;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.page-subheader.pages {
  margin-bottom: 12px;
}

.homepage-product-box {
  display: inline-block;
  width: 30%;
  margin: 15px 1.66% 0px;
  float: left;
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .25);
  text-decoration: none;
}

.homepage-product-description-container {
  padding: 10px;
  background-color: #6c737b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.homepage-product-description-container:hover {
  background-color: #42474d;
}

.homepage-product-description {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.our-brands-container {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.our-brands {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.our-brands-text {
  display: inline-block;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #ff9530;
  font-size: 26px;
  font-weight: 600;
}

.brands-logo {
  margin-left: 15px;
}

.footer-container {
  background-color: #333;
}

.copyright-container {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.copyright {
  color: #aaa;
  font-size: 11px;
  text-align: center;
}

.page-banner-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-container {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, .49);
  text-align: center;
}

.page-banner {
  border-style: solid;
  border-width: 5px;
  border-color: hsla(0, 0%, 100%, .49);
}

.contact-box {
  display: inline-block;
  width: 45%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  float: left;
}

.map {
  overflow: hidden;
  margin-top: 20px;
  border-style: solid;
  border-width: 5px;
  border-color: hsla(0, 0%, 100%, .49);
}

.prodblock {
  margin-bottom: 25px;
}

.prodblock.ese {
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.prodtabs.sub {
  padding-top: 17px;
}

.tabbtn {
  display: block;
  margin-bottom: 3px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.tabbtn:hover {
  background-color: #ff9530;
  color: #fff;
}

.tabbtn.w--current {
  background-color: #ff9530;
  color: #fff;
}

.tabsmenu {
  width: 30%;
  float: left;
}

.tabscontent {
  width: 70%;
  padding-left: 23px;
  float: left;
}

.tabconin {
  background-color: #fff;
}

.proditembox {
  width: 50%;
  padding: 14px;
  float: left;
  text-align: center;
  text-decoration: none;
}

.proditembox._3rd {
  width: 33.33%;
  text-decoration: none;
}

.prodimg {
  padding: 0px;
  border: 4px solid #e8e8e8;
}

.f1 {
  width: 45%;
  float: left;
}

.f2 {
  width: 55%;
  float: left;
}

.feat {
  padding-top: 21px;
  padding-bottom: 17px;
  padding-left: 17px;
  text-align: left;
}

.esegal {
  position: static;
  width: 24%;
  padding: 9px;
  text-align: center;
  text-decoration: none;
}

.slider_container {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.homepage-slider-2 {
  background-image: url('http://x4.sdimgs.com/sd_static/a/181289/example-bg.png');
  background-size: 125px;
}

.slide_promo {
  height: 600px;
}

.slide_promo1 {
  background-image: url('http://x4.sdimgs.com/sd_static/a/181289/PROMOTION 1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow {
  color: #ff9530;
}

.slide_2_promo {
  background-image: url('http://x3.sdimgs.com/sd_static/a/181289/PROMOTION 2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_3_promo {
  background-image: url('http://x2.sdimgs.com/sd_static/a/181289/PROMOTION 3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_promo_4 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/181289/PROMOTION 4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_5_promo {
  background-image: url('http://x4.sdimgs.com/sd_static/a/181289/PROMOTION 5.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .header-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .homepage-slider {
    height: 320px;
  }
  .homepage-slider-1-text {
    width: 30%;
    margin-left: 3%;
  }
  .homepage-slider-tagline {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
  }
  .homepage-slider-product-name {
    font-size: 14px;
  }
  .tagline-3rd-line {
    font-size: 18px;
    line-height: 20px;
  }
  .homepage-slider-product-image-container {
    width: 54%;
  }
  .slider1-img {
    width: 67%;
  }
  .page-content-container.subpage {
    padding-right: 15px;
    padding-left: 15px;
  }
  .our-brands {
    padding-right: 10px;
    padding-left: 10px;
  }
  .esegal {
    width: 32%;
  }
}

@media (max-width: 767px) {
  .nav-menu {
    display: none;
    float: left;
  }
  .homepage-slider-1-text {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-left: 0%;
    float: none;
    text-align: center;
  }
  .homepage-slider-product-name-box {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .homepage-slider-product-description {
    text-align: center;
  }
  .homepage-slider-product-image-container {
    display: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .slider1-img {
    display: none;
    width: 50%;
  }
  .page-subheader {
    font-size: 24px;
  }
  .homepage-product-box {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .contact-box {
    width: 90%;
    margin-right: 5%;
    margin-bottom: 20px;
    margin-left: 5%;
  }
  .proditembox {
    width: 100%;
  }
  .proditembox._3rd {
    width: 100%;
  }
  .f1 {
    width: 100%;
  }
  .f2 {
    width: 100%;
  }
  .esegal {
    width: 49%;
  }
}

@media (max-width: 479px) {
  .slide_promo {
    height: 300px;
  }
  h3 {
    text-align: center;
  }
  .company-logo-link.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .company-logo {
    margin-bottom: 0px;
  }
  .header-contact {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .header-contact-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .homepage-slider {
    height: 290px;
  }
  .homepage-slider-1-text {
    display: block;
    margin-top: 0px;
  }
  .homepage-slider-tagline {
    font-size: 18px;
  }
  .homepage-slider-product-name-box {
    width: 90%;
  }
  .homepage-slider-product-name {
    font-size: 12px;
  }
  .homepage-slider-product-image-container {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .page-subheader {
    font-size: 17px;
    line-height: 29px;
  }
  .homepage-product-box {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
	text-align: center;
  }
  .our-brands {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .our-brands-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .brands-logo {
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
  }
  .tabsmenu {
    width: 100%;
  }
  .tabscontent {
    width: 100%;
    margin-top: 13px;
    padding-left: 0px;
  }
  .proditembox._3rd {
    width: 100%;
  }
  .esegal {
    width: 100%;
  }
}

