.brand {
  width: 30%;
  max-width: 300px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brand-and-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -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;
  background-color: #fff;
  padding: 0 2%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0px 20px;
  -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-bottom: 2px solid #000;
  background-color: #fff;
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  border-bottom-color: #0076bd;
  background-color: transparent;
  color: #0076bd;
}

.top-nav-call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.top-nav-call:hover {
  background-color: transparent;
  color: #0076bd;
}

.image {
  width: 35px;
  margin-right: 15px;
  opacity: 1;
}

.top-nav-directions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 10px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.top-nav-directions:hover {
  background-color: transparent;
  color: #0076bd;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
/*  padding: 11% 50px 50px;*/
  padding: 0% 0px 0px;
  margin-top: 178px;
}

.slider {
  height: 100%;
  background-color: transparent;
}
.slide {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.81)), color-stop(65%, transparent)), url('../images/Slider1_new.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.81), transparent 65%), url('../images/Slider1_new.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
/*
.slide {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.81)), color-stop(65%, transparent)), url('../images/Slider1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.81), transparent 65%), url('../images/Slider1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
*/

.slide._2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(73%, transparent)), url('../images/Slider2.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 73%), url('../images/Slider2.jpg');
  background-position: 0px 0px, 50% 0%;
}

.slide._Beaver-Dam-slide {
  /* background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(73%, transparent)), url('../images/Beaver-Dam-slide-new.jpg'), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), from(rgba(0, 0, 0, 0.5))), url('../images/Beaver-Dam-slide-new-blur.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 73%), url('../images/Beaver-Dam-slide-new.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Beaver-Dam-slide-new-blur.jpg'); */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(73%, transparent)), url('../images/Lowerys-BeverDam.jpg'), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), from(rgba(0, 0, 0, 0.5))), url('../images/Lowerys-BeverDam.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 73%), url('../images/Lowerys-BeverDam.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Lowerys-BeverDam.jpg');
  background-position: 0px 0px, 50% 50%, 0% 0%, 50% 50%;
  background-size: auto, contain, cover, cover;
}

/* .slide._broil-king-slide {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(73%, transparent)), url('../images/broil-king-slide.jpg'), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), from(rgba(0, 0, 0, 0.5))), url('../images/broil-king-slide-blur.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 73%), url('../images/broil-king-slide.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/broil-king-slide-blur.jpg');
  background-position: 0px 0px, 50% 50%, 0% 0%, 50% 50%;
  background-size: auto, contain, cover, cover;
} */

.slide._saber-grill-slide {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(73%, transparent)), url('../images/loweryslidergrill.jpg'), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), from(rgba(0, 0, 0, 0.5))), url('../images/loweryslidergrill.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 73%), url('../images/loweryslidergrill.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/loweryslidergrill.jpg');
  background-position: 0px 0px, 50% 50%, 0% 0%, 50% 50%;
  background-size: auto, contain, cover, cover;
}

.slide._lloyd-flanders-slide {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(73%, transparent)), url('../images/Lowerys-LloydFlanders.jpg'), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), from(rgba(0, 0, 0, 0.5))), url('../images/Lowerys-LloydFlanders.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 73%), url('../images/Lowerys-LloydFlanders.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Lowerys-LloydFlanders.jpg');
  background-position: 0px 0px, 50% 50%, 0% 0%, 50% 50%;
  background-size: auto, contain, cover, cover;
}

.slide._breeo-slide {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(73%, transparent)), url('../images/breeo-slide.jpg'), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), from(rgba(0, 0, 0, 0.5))), url('../images/breeo-slide-blur.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 73%), url('../images/breeo-slide.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/breeo-slide-blur.jpg');
  background-position: 0px 0px, 50% 50%, 0% 0%, 50% 50%;
  background-size: auto, contain, cover, cover;
}

.slide._tent-slide {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.0)), color-stop(73%, transparent)), url('../images/Lowerys-Websliders_SpringTentSale.jpg'), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), from(rgba(0, 0, 0, 0.5))), url('../images/Lowerys-Websliders_SpringTentSale-blur.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.0), transparent 73%), url('../images/Lowerys-Websliders_SpringTentSale.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Lowerys-Websliders_SpringTentSale-blur.jpg');
  background-position: 0px 0px, 50% 50%, 0% 0%, 50% 50%;
  background-size: auto, contain, cover, cover;
}

.slide._Kingsley-Bates-slide {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(73%, transparent)), url('../images/Kingsley-Bates-slide.jpg'), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), from(rgba(0, 0, 0, 0.5))), url('../images/Kingsley-Bates-slide-blur.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 73%), url('../images/Kingsley-Bates-slide.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Kingsley-Bates-slide-blur.jpg');
  background-position: 0px 0px, 50% 50%, 0% 0%, 50% 50%;
  background-size: auto, contain, cover, cover;
}

.slide._HenHouse-slide {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(73%, transparent)), url('../images/HenHouse-slide.jpg'), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), from(rgba(0, 0, 0, 0.5))), url('../images/HenHouse-slide-blur.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 73%), url('../images/HenHouse-slide.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/HenHouse-slide-blur.jpg');
  background-position: 0px 0px, 50% 50%, 0% 0%, 50% 50%;
  background-size: auto, contain, cover, cover;
}

.slide._4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(24%, transparent)), url('../images/Lowerys-AugustSale-Slider-v1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 24%), url('../images/Lowerys-AugustSale-Slider-v1.jpg');
  background-position: 0px 0px, 50% 0%;
}

.slide._3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(73%, transparent)), url('../images/Lowerys-OGC-Slider.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 73%), url('../images/Lowerys-OGC-Slider.jpg');
  background-position: 0px 0px, 50% 0%;
}

.hero-slider-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  /* padding: 75px 100px; */
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-slide-text-holder {
  max-width: 50%;
  padding: 0 4% 10%;
}

.h1 {
  margin-top: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  text-transform: none;
}

.white-line-div {
  width: 100px;
  height: 5px;
  margin-bottom: 20px;
  background-color: #fff;
}

.hero-par {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.button {
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  border-color: #0076bd;
  background-color: #0076bd;
}

.button.reverse {
  border-width: 1px;
  border-color: #000;
  color: #000;
}

.button.reverse:hover {
  color: #fff;
}

.welcome-section {
  padding: 100px;
}

.welcome-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  min-height: 750px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h2-main {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  text-transform: none;
}

.h2-main.left {
  font-family: Merriweather, serif;
  font-size: 45px;
  line-height: 50px;
  text-align: left;
  text-transform: none;
}

.h2-main.light {
  color: #fff;
}

.par {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.par.center {
  margin-bottom: 20px;
  text-align: center;
}

.par.light {
  color: #fff;
}

.dark-line-div {
  width: 100px;
  height: 5px;
  margin-bottom: 20px;
  background-color: #333;
}

.dark-line-div.bottom {
  margin-bottom: 0px;
}

.dark-line-div.center {
  margin-right: auto;
  margin-left: auto;
  background-color: #333;
}

.left-welcome-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-photo-holder-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.top-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-bottom: 5px;
}

.left-photo-vertical {
  width: 50%;
  margin-right: 5px;
  background-image: url('../images/Welcome-TopLeft.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-photo-horizontal {
  width: 65%;
  margin-left: 5px;
  background-image: url('../images/metal-Hero.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bottom-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-top: 5px;
  margin-bottom: 0px;
}

.left-horizontal-photo {
  width: 65%;
  margin-right: 5px;
  margin-left: 0px;
  background-image: url('../images/Coral-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-vertical-photo {
  width: 50%;
  margin-right: 0px;
  margin-left: 5px;
  background-image: url('../images/NantucketWicker-2.jpg');
  background-position: 65% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding: 0px 75px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-text-div.product-type-2 {
  width: 48%;
  padding-right: 0px;
  color: #000;
  text-decoration: none;
}

.left-text-div.product-type-3 {
  width: 48%;
  padding-right: 0px;
  color: #000;
  text-decoration: none;
}

.grills-section-choice-2 {
  padding: 50px 50px 100px;
}

.grills-section-choice-2._2 {
  padding-top: 100px;
  padding-right: 50px;
  padding-left: 50px;
}

.adirondack-info-wrap-choice-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 600px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grill-2-choice-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Kinglsey-Frances-Collection.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.patio-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  margin-bottom: 0px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/ClassicIPE-1.jpg');
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-title-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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-bottom: 4px none #000;
}

.show-all-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.show-all-link:hover {
  color: #0076bd;
}

.image-3 {
  width: 30px;
  margin-right: 10px;
}

.bottom-title-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  -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-bottom: 4px none #000;
}

.photo-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  margin-bottom: 0px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/RightofCarousel-metal-444.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-holder._2 {
  background-image: url('../images/RecycledPlasticBox.jpg');
  background-position: 50% 50%;
}

.newsletter-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  padding: 100px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/Sky-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/Sky-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.newsletter-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  height: auto;
  margin-right: 10px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.text-field::-webkit-input-placeholder {
  font-family: Raleway, sans-serif;
}

.text-field:-ms-input-placeholder {
  font-family: Raleway, sans-serif;
}

.text-field::-ms-input-placeholder {
  font-family: Raleway, sans-serif;
}

.text-field::placeholder {
  font-family: Raleway, sans-serif;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.form-block {
  width: 40%;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.white-map-wrapper-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 550px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.map-and-shipping-info-div {
  position: absolute;
  top: auto;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.28);
}

.shipping-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #74bd43;
}

.image-4 {
  width: 100px;
  margin-right: 20px;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.h4.blue {
  color: #0076bd;
}

.h4.dark {
  margin-bottom: 20px;
  color: #000;
  text-transform: none;
}

.map-holder {
  min-height: 500px;
  background-image: url('../images/map3_photo.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/map3_photo.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.footer-info-div {
  padding: 50px 50px 100px;
  background-color: #fff;
}

.footer-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-hours-address-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand-footer {
  width: 350px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.address {
  margin-right: 5px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.image-5 {
  width: 100%;
}

.icon-and-info-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  cursor: auto;
}

.icon-and-info-holder:hover {
  color: #74bd43;
}

.icon-and-info-holder.social {
  cursor: pointer;
}

.icon-and-info-holder.social:hover {
  color: #0076bd;
}

.image-6 {
  width: 40px;
  margin-right: 15px;
}

.hours-holder {
  margin-left: 55px;
}

.hours {
  margin-right: 5px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.text-block-2 {
  margin-right: 10px;
}

.quick-contact-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.field-label {
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #0076bd;
}

.quick-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quick-link {
  width: 100%;
  padding: 10px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.quick-link:hover {
  color: #0076bd;
}

.quick-link.bottom {
  margin-bottom: 30px;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #0076bd;
}

.textarea::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
}

.textarea:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
}

.textarea::-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
}

.textarea::placeholder {
  font-family: 'Open Sans', sans-serif;
}

.brands-section {
  overflow: hidden;
  padding: 100px 10px;
}

.marquee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200%;
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
}

.marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  width: 300px;
  height: 100px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px 20px;
  background-image: url('../images/essilor.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.logo.kettler {
  background-image: url('../images/product-logo-kettler.png');
}

.logo.jensen-leisure {
  background-image: url('../images/Jensen-Leisure-Logo-1.png');
}

.logo.woodard {
  background-image: url('../images/woodard-furniture-logo.png');
}

.logo.lloyd-flanders {
  background-image: url('../images/lloyd-flanders-logo.jpeg');
  background-size: 85%;
}

.logo.saber {
  background-image: url('../images/saber-logo.svg');
  background-size: contain;
}

.logo.kingsley-bates {
  background-image: url('../images/KingsleyBate.png');
}

.logo.polywood {
  background-image: url('../images/Polywoodlogo-1.png');
}

.logo.telescope {
  background-image: url('../images/225_TelescopeCasual.png');
  background-size: 75%;
}

.logo.BeaverDam {
  background-image: url('../images/BeaverDamWoodworksLogo.png');
  background-size: 75%;
}

.logo.henhouse {
  background-image: url('../images/henhouse-logo.png');
  background-size: 75%;
}


.logo.kamado-joe {
  background-image: url('../images/kamado-logo-resized.png');
  background-size: 100%;
}

.logo.seaside {
  background-image: url('../images/seaside_logo.png');
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 1px none #fff;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  color: #000;
  cursor: pointer;
}

.dropdown-toggle:hover {
  border-bottom-style: solid;
  border-bottom-color: #0076bd;
  background-color: transparent;
  color: #0076bd;
}

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

.dropdown-link {
  color: #0076bd;
  text-transform: none;
}

.dropdown-link:hover {
  color: #74bd43;
}

.mobile-phone-link {
  display: none;
}

.wicker-top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50vh;
  padding-top: 15%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wicker-wrapper-div {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.breadcrumbs-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.breadcrumbs-div.products {
  margin-top: 20px;
  border-bottom: 1px none #000;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #000;
  font-family: Raleway, sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.breadcrumb.current {
  padding-left: 0px;
  border-right-style: none;
  color: #0076bd;
}

.div-block {
  width: 20px;
  height: 20px;
  background-image: url('../images/arrowblack_icon_1arrowblack_icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-3 {
  margin-right: 10px;
}

.inner-blue-background {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 450px;
  margin-top: 30px;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0076bd;
}

.wicker-header-photo {
  position: absolute;
  width: 90%;
  max-width: 1600px;
  min-height: 550px;
  background-image: url('../images/HeroImg.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.wicker-section-2 {
  height: 15vh;
  min-height: 0px;
  padding: 0px;
}

.wicker-section-3 {
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.wicker-welcome-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.wicker-photo-left {
  width: 50%;
  background-image: url('../images/OurWickerSelection.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.wicker-text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.wicker-section-4 {
  padding: 0px;
}

.wicker-dining-sets-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.wicker-dining-left {
  width: 50%;
  background-image: url('../images/Mackinac-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wicker-dining-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 75px 100px 75px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(51, 51, 51, 0.1);
}

.product-slider {
  width: 100%;
  min-height: 400px;
  margin-bottom: 75px;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav {
  top: 115%;
}

.inner-product-slide {
  background-image: url('../images/Dining-Carousel1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.inner-product-slide.lounge-1 {
  background-image: url('../images/Lounge-Carousel1.jpg');
  background-position: 50% 100%;
}

.inner-product-slide.lounge-1.wicker-slide-2 {
  background-image: url('../images/Lounge-Carousal2.jpg');
}

.inner-product-slide.fp-1 {
  background-image: url('../images/Carousel1.jpg');
  background-position: 50% 30%;
}

.inner-product-slide.fp-1.fire-pit-slide-2 {
  background-image: url('../images/Carousel2.jpg');
}

.inner-product-slide.wood1 {
  background-image: url('../images/Carousel1_2.jpg');
  background-position: 50% 100%;
}

.inner-product-slide.wood1.wood-slide-2 {
  background-image: url('../images/Carousel2_2.jpg');
}

.inner-product-slide.grill1 {
  background-image: url('../images/bbq-slide-1.jpg');
}

.inner-product-slide.grill1.bbq-slider-1-2 {
  background-image: url('../images/bbq-slide-2.jpg');
}

.inner-product-slide.plastics1 {
  background-image: url('../images/Carousel1_1.jpg');
  background-position: 50% 60%;
}

.inner-product-slide.plastics1.plastics-slide-2 {
  background-image: url('../images/Carousel2_1.jpg');
}

.inner-product-slide.metal-1 {
  background-image: url('../images/Carousel1_3.jpg');
  background-position: 50% 60%;
}

.inner-product-slide.metal-1.metal-slide-2 {
  background-image: url('../images/Carousel2_3.jpg');
}

.inner-product-slide.umbrellas-1 {
  background-image: url('../images/UmbrellaCarousel1.jpg');
}

.inner-product-slide.access-1 {
  background-image: url('../images/OtherAccessoriesCarousel1.jpg');
}

.inner-product-slide.wicker-din-slide-2 {
  background-image: url('../images/Dining-Carousel2.jpg');
}

.wicker-section-5 {
  padding: 0px;
}

.wicker-lounge-right {
  width: 50%;
  background-image: url('../images/WeekendRetreatWicker-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wicker-lounge-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 75px 75px 75px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(51, 51, 51, 0.1);
}

.wicker-section-6 {
  padding: 100px 200px;
}

.more-about-wicker-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wicker-brands-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop-wickker-title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15% 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 118, 189, 0.15);
}

.wicker-gallery-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 28%;
  padding: 50px 50px 50px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none rgba(0, 118, 189, 0.15);
}

.quick-link-side {
  width: 100%;
  max-width: none;
  padding: 10px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.quick-link-side:hover {
  color: #0076bd;
}

.product-gallery-div {
  min-width: 72%;
  padding: 100px 100px 50px 50px;
}

.product-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 250px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.product-photo {
  min-height: 250px;
  background-image: url('../images/Kinglsey-Frances-Collection.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-title-text-div {
  padding: 10px;
}

.search-2 {
  display: none;
  margin-top: 20px;
}

.grill-photo-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/grillbg_photo.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.accessory-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  margin-bottom: 0px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/pit.jpg');
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text_under_logo {
  font-family: Raleway, sans-serif;
  font-size: 13px;
  margin-top: 10px;
}

.accessory-photo.chicken-coop {
  background-image: url('../images/chicken-coop-bg.jpg');
}

.grill-photo-holder.umbrella {
  background-image: url('../images/umbrella-bg.jpg');
}

.back-to-top-link {
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
}

.footer-text {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.link {
  color: #0076bd;
}

.link:hover {
  color: #74bd43;
}

.home-product-text-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 118, 189, 0.9);
}

.fake-shop-button {
  padding: 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.fake-shop-button:hover {
  background-color: #74bd43;
}

.fire-pit-header-photo {
  position: absolute;
  width: 90%;
  max-width: 1600px;
  min-height: 550px;
  background-image: url('../images/Berlin-G-44-Inch-Round-Fire-Table-and-Comfo-Back-Counter-Chair---Weatherwood-on-Black.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.firepit-photo-left {
  width: 50%;
  background-image: url('../images/OurFirePitSelection.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fp-top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50vh;
  padding-top: 15%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fp-large-photo-right {
  width: 50%;
  background-image: url('../images/RightofCarousels.jpg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wood-header-photo {
  position: absolute;
  width: 90%;
  max-width: 1600px;
  min-height: 550px;
  background-image: url('../images/Hero_1.jpg');
  background-position: 50% 55%;
  background-size: cover;
}

.wood-section-2 {
  height: 15vh;
  min-height: 0px;
  padding: 0px;
}

.wood-top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50vh;
  padding-top: 15%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wood-right-photo {
  width: 50%;
  background-image: url('../images/RightofCarousel.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bbq-header-photo {
  position: absolute;
  width: 90%;
  max-width: 1600px;
  min-height: 550px;
  background-image: url('../images/Grillheader_photojpg.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.bbq-left-photo {
  width: 50%;
  background-image: url('../images/OurBBQGrillSelection.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.bbq-photo-right {
  width: 50%;
  background-image: url('../images/BigJoe-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.plastics-header-photo {
  position: absolute;
  width: 90%;
  max-width: 1600px;
  min-height: 550px;
  background-image: url('../images/LakesideDining-1.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.plastics-photo-left {
  width: 50%;
  background-image: url('../images/ClassicDeepSeating-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.plastics-photo-right {
  width: 50%;
  background-image: url('../images/plasticsbig_photo.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.plastics-brands-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.metal-header-photo {
  position: absolute;
  width: 90%;
  max-width: 1600px;
  min-height: 550px;
  background-image: url('../images/metal-Hero.jpg');
  background-position: 50% 45%;
  background-size: cover;
}

.metal-photo-left {
  width: 50%;
  background-image: url('../images/OurMetalSelection.jpg');
  background-position: 100% 60%;
  background-size: cover;
}

.metal-photo-right {
  width: 50%;
  background-image: url('../images/RightofCarousel-metal-444.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.misc-header-photo {
  position: absolute;
  width: 90%;
  max-width: 1600px;
  min-height: 550px;
  background-image: url('../images/Hero.jpg');
  background-position: 50% 55%;
  background-size: cover;
}

.misc-photo-left {
  width: 50%;
  background-image: url('../images/ChoosethePerfectAccentPiece.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.umbrella-photo-left {
  width: 50%;
  background-image: url('../images/UmbrellasLeftofCarousel.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.acessories-photo-right {
  width: 50%;
  background-image: url('../images/OtherAccessoriesRightofCarousel.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.plastics-wrapper-div {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.plastics-top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50vh;
  padding-top: 15%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plastics-section-2 {
  height: 15vh;
  min-height: 0px;
  padding: 0px;
}

.plastics-section-3 {
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.plastics-right-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plastics-welcome-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.plastics-left-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 75px 75px 75px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(51, 51, 51, 0.1);
}

.plastics-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.plastics-section-4 {
  padding: 0px;
}

.plastics-section-5 {
  padding: 100px 200px;
}

.more-about-plastics-wrap {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.metal-top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50vh;
  padding-top: 15%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.metal-wrapper-div {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.metal-section-2 {
  height: 15vh;
  min-height: 0px;
  padding: 0px;
}

.metal-section-3 {
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.metal-text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.metal-left-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 75px 75px 75px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(51, 51, 51, 0.1);
}

.metal-product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.metal-section-4 {
  padding: 0px;
}

.misc-top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50vh;
  padding-top: 15%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.misc-wrapper-div {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.misc-section-2 {
  height: 15vh;
  min-height: 0px;
  padding: 0px;
}

.misc-section-3 {
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.misc-text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.misc-welcome-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.misc-section-4 {
  padding: 0px;
}

.umbrella-wrap-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 75px 100px 75px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(51, 51, 51, 0.1);
}

.access-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 75px 75px 75px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(51, 51, 51, 0.1);
}

.other-accessories-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.misc-section-5 {
  padding: 0px;
}

.bbq-top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50vh;
  padding-top: 15%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bbq-welcome-wrapper {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.bbw-section-2 {
  height: 15vh;
  min-height: 0px;
  padding: 0px;
}

.bbq-section-3 {
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.bbq-text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bbq-welcome-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.bbq-div-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 75px 75px 75px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(51, 51, 51, 0.1);
}

.bbq-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.bbq-section-4 {
  padding: 0px;
}

.fp-wrapper-div {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.fp-section-top-2 {
  height: 15vh;
  min-height: 0px;
  padding: 0px;
}

.fp-top-section-3 {
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.fp-text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fp-welcome-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.fp-left-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 75px 75px 75px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(51, 51, 51, 0.1);
}

.fp-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.fp-section-4 {
  padding: 0px;
}

.wood-text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wood-welcome-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.wood-left-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 75px 75px 75px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(51, 51, 51, 0.1);
}

.wood-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.wood-section-4 {
  padding: 0px;
}

.subtitle-line-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3px;
  max-width: 400px;
  min-width: 40%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #74bd43;
}

.little-green-circle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #74bd43;
}

.hours-holder p {
  font-family: "Open Sans";
}

@media screen and (max-width: 991px) {
  .brand {
    width: 25%;
    padding-left: 10px;
  }

  .navbar {
    background-color: transparent;
  }

  .nav-menu {
    padding: 10px;
  }

  .nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .top-nav-call {
    padding: 10px;
  }

  .top-nav-directions {
    padding: 10px;
  }

  .hero-section {
    height: 800px;
    padding: 0%;
    margin-top: 150px;
    min-height: unset;
  }

  .hero-slider-div {
    padding: 50px;
  }

  .hero-slide-text-holder {
    max-width: none;
  }

  .welcome-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .welcome-wrapper-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h2-main.left {
    font-size: 40px;
    line-height: 45px;
    text-align: left;
  }

  .dark-line-div.bottom {
    margin-bottom: 10px;
  }

  .left-welcome-div {
    width: 100%;
    padding-right: 0px;
  }

  .right-photo-holder-div {
    width: 100%;
    min-height: 500px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .top-photos {
    height: 250px;
  }

  .bottom-photos {
    height: 250px;
  }

  .left-text-div.product-type-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .left-text-div.product-type-3 {
    width: 100%;
  }

  .grills-section-choice-2 {
    padding: 50px 50px 0px;
  }

  .grills-section-choice-2._2 {
    padding-top: 50px;
  }

  .grills-section-choice-2.bottom {
    padding-bottom: 50px;
  }

  .adirondack-info-wrap-choice-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grill-2-choice-2 {
    height: auto;
    min-height: 300px;
    margin-top: 10px;
  }

  .patio-right {
    height: auto;
    min-height: 300px;
  }

  .top-title-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bottom-title-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .photo-holder {
    height: auto;
    min-height: 300px;
    margin-top: 10px;
  }

  .newsletter-section {
    min-height: 500px;
    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/Sky-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Sky-1.jpg');
    background-position: 0px 0px, 50% 100%;
  }

  .form-block {
    width: 90%;
  }

  .map-and-shipping-info-div {
    bottom: 129px;
    width: 90%;
  }

  .h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .h4.blue {
    font-size: 16px;
    line-height: 20px;
  }

  .map-holder {
    min-height: 400px;
  }

  .footer-info-div {
    padding-right: 50px;
    padding-left: 50px;
  }

  .footer-wrapper-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-hours-address-div {
    margin-bottom: 20px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand-footer {
    width: 250px;
  }

  .icon-and-info-holder {
    width: 100%;
    padding-left: 150px;
  }

  .hours-holder {
    margin-left: 0px;
  }

  .quick-contact-footer {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quick-links {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quick-link {
    text-align: center;
  }

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

  .logo {
    width: 200px;
  }

  .dropdown {
    display: block;
  }

  .menu-button {
    padding: 10px;
    border-bottom: 2px solid #000;
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .image-7 {
    width: 100%;
  }

  .icon {
    color: #74bd43;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .form-block-2 {
    width: 100%;
  }

  .wicker-top-section {
    padding-top: 20%;
  }

  .inner-blue-background {
    min-height: 350px;
  }

  .wicker-header-photo {
    min-height: 400px;
  }

  .wicker-section-2 {
    height: 12vh;
  }

  .wicker-section-3 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .wicker-welcome-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wicker-photo-left {
    width: 100%;
    min-height: 400px;
  }

  .wicker-text-right {
    width: 100%;
    padding: 30px 0px 0px;
  }

  .wicker-section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wicker-dining-sets-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wicker-dining-left {
    width: 100%;
    min-height: 500px;
  }

  .wicker-dining-right {
    width: 100%;
    padding: 50px;
  }

  .wicker-lounge-right {
    width: 100%;
    min-height: 500px;
  }

  .wicker-lounge-left {
    width: 100%;
    padding: 50px;
  }

  .wicker-section-6 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .wicker-brands-div {
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shop-wickker-title-section {
    padding-top: 22%;
  }

  .wicker-gallery-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-nav {
    width: 100%;
    min-width: 0%;
    padding-left: 50px;
  }

  .quick-link-side {
    text-align: left;
  }

  .product-gallery-div {
    width: 100%;
    min-width: 0%;
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .product-holder {
    min-height: 200px;
  }

  .product-photo {
    min-height: 150px;
  }

  .grill-photo-holder {
    height: auto;
    min-height: 300px;
    margin-top: 10px;
  }

  .accessory-photo {
    height: auto;
    min-height: 300px;
  }

  .home-product-text-hover {
    padding: 20px;
    background-color: rgba(0, 118, 189, 0.82);
  }

  .fake-shop-button {
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
  }

  .fire-pit-header-photo {
    min-height: 400px;
  }

  .firepit-photo-left {
    width: 100%;
    min-height: 400px;
  }

  .fp-top-section {
    padding-top: 20%;
  }

  .fp-large-photo-right {
    width: 100%;
    min-height: 500px;
  }

  .wood-header-photo {
    min-height: 400px;
  }

  .wood-section-2 {
    height: 12vh;
  }

  .wood-top-section {
    padding-top: 20%;
  }

  .wood-right-photo {
    width: 100%;
    min-height: 500px;
  }

  .bbq-header-photo {
    min-height: 400px;
  }

  .bbq-left-photo {
    width: 100%;
    min-height: 400px;
  }

  .bbq-photo-right {
    width: 100%;
    min-height: 500px;
  }

  .plastics-header-photo {
    min-height: 400px;
  }

  .plastics-photo-left {
    width: 100%;
    min-height: 400px;
  }

  .plastics-photo-right {
    width: 100%;
    min-height: 500px;
  }

  .plastics-brands-div {
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .metal-header-photo {
    min-height: 400px;
  }

  .metal-photo-left {
    width: 100%;
    min-height: 400px;
  }

  .metal-photo-right {
    width: 100%;
    min-height: 500px;
  }

  .misc-header-photo {
    min-height: 400px;
  }

  .misc-photo-left {
    width: 100%;
    min-height: 400px;
  }

  .umbrella-photo-left {
    width: 100%;
    min-height: 500px;
  }

  .acessories-photo-right {
    width: 100%;
    min-height: 500px;
  }

  .plastics-top-section {
    padding-top: 20%;
  }

  .plastics-section-2 {
    height: 12vh;
  }

  .plastics-section-3 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .plastics-right-text {
    width: 100%;
    padding: 30px 0px 0px;
  }

  .plastics-welcome-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plastics-left-copy {
    width: 100%;
    padding: 50px;
  }

  .plastics-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plastics-section-5 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .metal-top-section {
    padding-top: 20%;
  }

  .metal-section-2 {
    height: 12vh;
  }

  .metal-section-3 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .metal-text-right {
    width: 100%;
    padding: 30px 0px 0px;
  }

  .metal-left-div {
    width: 100%;
    padding: 50px;
  }

  .metal-product-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .misc-top-section {
    padding-top: 20%;
  }

  .misc-section-2 {
    height: 12vh;
  }

  .misc-section-3 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .misc-text-right {
    width: 100%;
    padding: 30px 0px 0px;
  }

  .misc-welcome-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .misc-section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .umbrella-wrap-right {
    width: 100%;
    padding: 50px;
  }

  .access-wrap-left {
    width: 100%;
    padding: 50px;
  }

  .other-accessories-wrapper-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bbq-top-section {
    padding-top: 20%;
  }

  .bbw-section-2 {
    height: 12vh;
  }

  .bbq-section-3 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .bbq-text-right {
    width: 100%;
    padding: 30px 0px 0px;
  }

  .bbq-welcome-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bbq-div-left {
    width: 100%;
    padding: 50px;
  }

  .bbq-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fp-section-top-2 {
    height: 12vh;
  }

  .fp-top-section-3 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .fp-text-right {
    width: 100%;
    padding: 30px 0px 0px;
  }

  .fp-welcome-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fp-left-div {
    width: 100%;
    padding: 50px;
  }

  .fp-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wood-text-right {
    width: 100%;
    padding: 30px 0px 0px;
  }

  .wood-welcome-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wood-left-div {
    width: 100%;
    padding: 50px;
  }

  .wood-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 28%;
    padding: 0px;
  }

  .top-nav-call {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
  }

  .image {
    display: none;
    width: 30px;
    margin-right: 10px;
  }

  .top-nav-directions {
    margin-right: 5px;
    font-size: 14px;
  }

  .hero-section {
    height: 75vh;
    margin-top: 115px;
  }

  .hero-slider-div {
    padding: 20px 30px;
  }

  .h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-par {
    font-size: 16px;
    line-height: 20px;
  }

  .welcome-section {
    padding: 31px;
  }

  .h2-main {
    font-size: 40px;
    line-height: 45px;
  }

  .h2-main.left {
    text-align: center;
  }

  .par {
    text-align: center;
  }

  .left-welcome-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-photo-holder-div {
    padding: 0px;
  }

  .grills-section-choice-2 {
    padding: 30px 30px 0px;
  }

  .grills-section-choice-2._2 {
    padding: 30px 30px 0px;
  }

  .grills-section-choice-2.bottom {
    padding-bottom: 30px;
  }

  .grill-2-choice-2 {
    height: 90%;
  }

  .show-all-link {
    font-size: 16px;
  }

  .newsletter-section {
    min-height: 400px;
    padding: 75px 20px 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .white-map-wrapper-div {
    min-height: 350px;
  }

  .map-and-shipping-info-div {
    bottom: 50px;
    width: 85%;
  }

  .h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .map-holder {
    min-height: 250px;
  }

  .footer-info-div {
    padding: 30px;
  }

  .icon-and-info-holder {
    padding-left: 115px;
  }

  .brands-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .marquee-wrapper {
    width: 400%;
    margin-top: 0px;
  }

  .logo {
    width: 200px;
  }

  .menu-button {
    padding: 5px;
  }

  .wicker-wrapper-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .inner-blue-background {
    min-height: 300px;
    padding: 30px;
  }

  .wicker-header-photo {
    width: 90%;
    min-height: 350px;
  }

  .wicker-section-2 {
    height: 10vh;
  }

  .wicker-section-3 {
    padding: 30px 20px;
  }

  .wicker-photo-left {
    min-height: 350px;
  }

  .wicker-text-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wicker-dining-left {
    min-height: 350px;
  }

  .wicker-dining-right {
    padding: 20px 20px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-slider {
    min-height: 300px;
  }

  .wicker-lounge-right {
    min-height: 350px;
  }

  .wicker-lounge-left {
    padding: 20px 20px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wicker-section-6 {
    padding: 30px 20px;
  }

  .side-nav {
    padding: 20px;
  }

  .product-gallery-div {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .product-holder {
    margin-bottom: 0px;
    -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;
  }

  .product-link {
    width: 80%;
  }

  .product-photo {
    min-height: 225px;
  }

  .grill-photo-holder {
    height: 90%;
  }

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

  .fire-pit-header-photo {
    width: 90%;
    min-height: 350px;
  }

  .firepit-photo-left {
    min-height: 350px;
  }

  .fp-large-photo-right {
    min-height: 350px;
  }

  .wood-header-photo {
    width: 90%;
    min-height: 350px;
  }

  .wood-section-2 {
    height: 10vh;
  }

  .wood-right-photo {
    min-height: 350px;
  }

  .bbq-header-photo {
    width: 90%;
    min-height: 350px;
  }

  .bbq-left-photo {
    min-height: 350px;
  }

  .bbq-photo-right {
    min-height: 350px;
  }

  .plastics-header-photo {
    width: 90%;
    min-height: 350px;
  }

  .plastics-photo-left {
    min-height: 350px;
  }

  .plastics-photo-right {
    min-height: 350px;
  }

  .metal-header-photo {
    width: 90%;
    min-height: 350px;
  }

  .metal-photo-left {
    min-height: 350px;
  }

  .metal-photo-right {
    min-height: 350px;
  }

  .misc-header-photo {
    width: 90%;
    min-height: 350px;
  }

  .misc-photo-left {
    min-height: 350px;
  }

  .umbrella-photo-left {
    min-height: 350px;
  }

  .acessories-photo-right {
    min-height: 350px;
  }

  .plastics-wrapper-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .plastics-section-2 {
    height: 10vh;
  }

  .plastics-section-3 {
    padding: 30px 20px;
  }

  .plastics-right-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .plastics-left-copy {
    padding: 20px 20px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .plastics-section-5 {
    padding: 30px 20px;
  }

  .metal-wrapper-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .metal-section-2 {
    height: 10vh;
  }

  .metal-section-3 {
    padding: 30px 20px;
  }

  .metal-text-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .metal-left-div {
    padding: 20px 20px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .misc-wrapper-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .misc-section-2 {
    height: 10vh;
  }

  .misc-section-3 {
    padding: 30px 20px;
  }

  .misc-text-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .umbrella-wrap-right {
    padding: 20px 20px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .access-wrap-left {
    padding: 20px 20px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bbq-welcome-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bbw-section-2 {
    height: 10vh;
  }

  .bbq-section-3 {
    padding: 30px 20px;
  }

  .bbq-text-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bbq-div-left {
    padding: 20px 20px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fp-wrapper-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .fp-section-top-2 {
    height: 10vh;
  }

  .fp-top-section-3 {
    padding: 30px 20px;
  }

  .fp-text-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fp-left-div {
    padding: 20px 20px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wood-text-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wood-left-div {
    padding: 20px 20px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: 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-bottom: 2px solid #000;
    background-color: #fff;
  }

  .brand-and-cta {
    width: 90%;
    margin-right: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-link {
    text-align: left;
  }

  .top-nav-call {
    display: none;
  }

  .top-nav-directions {
    display: none;
  }

  .hero-section {
    height: 600px;
    margin-top: 80px;
  }

  .slider {
    width: 100%;
  }

  .slide {
    padding-top: 189px;
  }

  .hero-slider-div {
    width: auto;
    height: auto;
    padding: 10px;
  }

  .hero-slide-text-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -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;
  }

  .h1 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .welcome-section {
    padding: 20px 10px;
  }

  .h2-main {
    font-size: 35px;
    line-height: 40px;
  }

  .h2-main.left {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .h2-main.light {
    font-size: 35px;
    line-height: 40px;
  }

  .right-photo-holder-div {
    min-height: 0px;
    padding: 0px;
    background-color: transparent;
  }

  .top-photos {
    height: 175px;
  }

  .bottom-photos {
    height: 175px;
  }

  .left-text-div.product-type-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .left-text-div.product-type-3 {
    width: 100%;
  }

  .grills-section-choice-2 {
    padding: 20px 10px 0px;
  }

  .grills-section-choice-2._2 {
    padding: 20px 10px 0px;
  }

  .grills-section-choice-2.bottom {
    padding-bottom: 20px;
  }

  .adirondack-info-wrap-choice-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grill-2-choice-2 {
    height: auto;
    min-height: 500px;
  }

  .patio-right {
    height: auto;
    min-height: 500px;
  }

  .top-title-holder {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .photo-holder {
    height: auto;
    min-height: 500px;
  }

  .newsletter-section {
    min-height: 400px;
    padding-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .newsletter-wrapper-div {
    margin-right: 0px;
    margin-left: 0px;
  }

  .form-block {
    width: 100%;
  }

  .map-and-shipping-info-div {
    bottom: 26px;
    width: 100%;
    max-width: none;
  }

  .shipping-info-div {
    padding: 10px;
  }

  .image-4 {
    width: 75px;
  }

  .h4.dark {
    text-align: center;
  }

  .footer-info-div {
    padding: 20px 10px 90px;
  }

  .icon-and-info-holder {
    padding-left: 0px;
  }

  .image-6 {
    width: 30px;
  }

  .text-block-2 {
    margin-right: 5px;
  }

  .brands-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .marquee-wrapper {
    width: 600%;
  }

  .menu-button {
    padding: 10px;
    border-bottom-style: none;
  }

  .image-7 {
    width: auto;
  }

  .h2-and-line-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mobile-phone-link {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0076bd;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    text-decoration: none;
  }

  .mobile-phone-link:hover {
    background-color: #74bd43;
  }

  .image-8 {
    width: 45px;
    margin-right: 20px;
  }

  .wicker-top-section {
    padding-top: 27%;
  }

  .breadcrumb {
    padding-right: 5px;
    padding-left: 5px;
  }

  .inner-blue-background {
    min-height: 200px;
    margin-top: 10px;
    padding: 20px;
  }

  .wicker-header-photo {
    min-height: 250px;
  }

  .wicker-section-2 {
    height: 7vh;
  }

  .wicker-section-3 {
    padding: 20px 10px;
  }

  .wicker-photo-left {
    min-height: 250px;
  }

  .wicker-text-right {
    padding-top: 20px;
  }

  .wicker-dining-left {
    min-height: 250px;
  }

  .wicker-dining-right {
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-slider {
    height: 200px;
    min-height: 0px;
    margin-bottom: 40px;
  }

  .slide-nav {
    top: 120%;
  }

  .wicker-lounge-right {
    min-height: 250px;
  }

  .wicker-lounge-left {
    padding-right: 10px;
    padding-left: 10px;
  }

  .wicker-section-6 {
    padding: 20px 10px;
  }

  .shop-wickker-title-section {
    padding-top: 32%;
  }

  .side-nav {
    padding: 5px 10px;
  }

  .product-link {
    width: 90%;
  }

  .grill-photo-holder {
    height: auto;
    min-height: 500px;
  }

  .accessory-photo {
    height: auto;
    min-height: 500px;
  }

  .fire-pit-header-photo {
    min-height: 250px;
  }

  .firepit-photo-left {
    min-height: 250px;
  }

  .fp-top-section {
    padding-top: 27%;
  }

  .fp-large-photo-right {
    min-height: 250px;
  }

  .wood-header-photo {
    min-height: 250px;
  }

  .wood-section-2 {
    height: 7vh;
  }

  .wood-top-section {
    padding-top: 27%;
  }

  .wood-right-photo {
    min-height: 250px;
  }

  .bbq-header-photo {
    min-height: 250px;
  }

  .bbq-left-photo {
    min-height: 250px;
  }

  .bbq-photo-right {
    min-height: 250px;
  }

  .plastics-header-photo {
    min-height: 250px;
  }

  .plastics-photo-left {
    min-height: 250px;
  }

  .plastics-photo-right {
    min-height: 250px;
  }

  .metal-header-photo {
    min-height: 250px;
  }

  .metal-photo-left {
    min-height: 250px;
  }

  .metal-photo-right {
    min-height: 250px;
  }

  .misc-header-photo {
    min-height: 250px;
  }

  .misc-photo-left {
    min-height: 250px;
  }

  .umbrella-photo-left {
    min-height: 250px;
  }

  .acessories-photo-right {
    min-height: 250px;
  }

  .plastics-top-section {
    padding-top: 27%;
  }

  .plastics-section-2 {
    height: 7vh;
  }

  .plastics-section-3 {
    padding: 20px 10px;
  }

  .plastics-right-text {
    padding-top: 20px;
  }

  .plastics-left-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .plastics-section-5 {
    padding: 20px 10px;
  }

  .metal-top-section {
    padding-top: 27%;
  }

  .metal-section-2 {
    height: 7vh;
  }

  .metal-section-3 {
    padding: 20px 10px;
  }

  .metal-text-right {
    padding-top: 20px;
  }

  .metal-left-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .misc-top-section {
    padding-top: 27%;
  }

  .misc-section-2 {
    height: 7vh;
  }

  .misc-section-3 {
    padding: 20px 10px;
  }

  .misc-text-right {
    padding-top: 20px;
  }

  .umbrella-wrap-right {
    padding-right: 10px;
    padding-left: 10px;
  }

  .access-wrap-left {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bbq-top-section {
    padding-top: 27%;
  }

  .bbw-section-2 {
    height: 7vh;
  }

  .bbq-section-3 {
    padding: 20px 10px;
  }

  .bbq-text-right {
    padding-top: 20px;
  }

  .bbq-div-left {
    padding-right: 10px;
    padding-left: 10px;
  }

  .fp-section-top-2 {
    height: 7vh;
  }

  .fp-top-section-3 {
    padding: 20px 10px;
  }

  .fp-text-right {
    padding-top: 20px;
  }

  .fp-left-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .wood-text-right {
    padding-top: 20px;
  }

  .wood-left-div {
    padding-right: 10px;
    padding-left: 10px;
  }
}

