#new_home img {
  max-width:100%;
  height:auto;
}
#bbqTop {
  position: relative;
  height: 735px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  background-color: #eee;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing:border-box;
}
#bbqBg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0,0,0,0.0),#fbfbfb);
}
#bgMob {
  display:none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,0.4);
}
#topContent {
  position: absolute;
  top: 20px;
  left: 50px;
  background: rgba(0,0,0,.51);
  padding: 20px;
  padding-bottom: 9px;
  padding-top: 24px;
  border-radius: 0px;
  width: 450px;
/*  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);*/
}
#topContent h1 {
  margin: 0;
  padding: 0;
  color: white;
  font-weight: 500;
  font-size: 47px;
  line-height: 63px;
}
#topContent p {
  margin: 0;
  padding: 10px 0;
  color: white;
  font-size: 22px;
  line-height: 34px;
  max-width: 450px;
  letter-spacing: .2px;
}
#topContent a {
  color: white;
  display: inline-block;
  margin: 3px 0px;
  padding: 0 1px;
  text-decoration: none;
  border-bottom: solid 2px #cc0c00;
  font-size: 22px;
  line-height: 34px;
}
@media(max-width:817px) {
  #topContent h1 {
      font-size:34px;
      line-height:42px;
  }
}

.banner_msg {
  text-align: center;
  padding:15px;
  background:white;
  display:none;
}
.banner_msg p {
  margin:0;
  padding:0;
  font-size:18px;
  line-height:32px;
}
.banner_msg p, .banner_msg a {
    color:#333;;
}
.banner_msg  a {
    display: inline-block;
    vertical-align: top;
    text-underline-position: under;
    text-decoration-color: #333;
}
#from_blog {
  border-bottom:solid 1px #eee;
}
#horiz_menu_wrap, #new_ctas, #about_us, #inside_blog {
  font-size: 0;
  padding: 25px;
  padding-bottom:15px;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
}
#horiz_menu {
  list-style:none;
  padding:0;
  width:100%;
}
#horiz_menu ul {
  padding:0;
  margin:0 auto;
  padding-top: 25px;
  text-align:center;
}
#horiz_menu li {
  display: inline-block;
  margin:0 7.5px;
  margin-bottom:15px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
#horiz_menu a {
  display: block;
  border: solid 1px #eee;
  padding: 8px;
  width:200px;
  height:83px;
  position:relative;
  background: white;
  transition:.1s ease all;
  box-shadow:0 2px 4px rgba(0,0,0,.06);
}
#horiz_menu li a:hover {
  box-shadow:0 2px 4px rgba(0,0,0,.1);
}
#horiz_menu img {
    width:calc(100% - 16px);
    max-height:83px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
#horiz_menu_wrap h3, #featured_cats, #our_brand, #unmatched {
    font-weight: 500;
    margin: 0;
    font-size: 17px;
    color: #cc0c00;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding:0 7px;
}
#featured_cats {
  margin-bottom:30px;
  text-align:left;
}
#horiz_menu_wrap h3 a {
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration:underline;
    text-underline-position: under;
    color: #cc0c00;
    margin-top:-1px;
    display:inline-block;
}
@media(max-width:1222px) {
  #horiz_menu a {
    width:145px;
    height: 62px;
  }
  #horiz_menu img {
    max-height: 62px;
  }
}
@media(max-width:928px) {
  #horiz_menu_wrap {
    padding-bottom:8px!important;
  }
  #horiz_menu li {
    margin:0 1% 2% .5%;
    width:23%;
    overflow:hidden;
  }
  #horiz_menu a {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
  }
  #horiz_menu img {
      max-height: 100px;
      height: auto;
  }
}
@media(max-width:581px) {
  #horiz_menu ul {
    padding-top:20px;
  }
  #horiz_menu li {
    width:31.333%;
  }
  #horiz_menu a {
    height:70px;
  }
  #horiz_menu img {
    max-height:70px;
  }
}
@media(max-width:410px) {
  #horiz_menu ul {
    padding-top:15px;
  }
  #horiz_menu li {
    width:48%;
  }
  #horiz_menu a {
    height:70px;
  }
  #horiz_menu img {
    max-height:70px;
  }
}
 #new_ctas {
  font-size: 0;
  text-align: center;
  padding: 20px;
  padding-top: 0;
  padding-right: 0;
  margin-top: -370px;
 }
 .new_cta {
  display:inline-block;
  margin-right:20px;
  width:calc(25% - 20px);
  vertical-align:top;
  box-shadow: 0 2px 4px rgba(0,0,0,.06);
  background:white;
  border:solid 1px #eee;
  box-sizing:border-box;
  position:relative;
 }
 .new_cta .cta_img_a {
  display:block;
  transition: .1s ease all;
  position:relative;
  background:white;
  text-decoration:none;
  text-decoration-color:#cc0c00;
 }
  .new_cta .cta_img_a:hover h3 {
   color:#cc0c00;
 }
 .new_cta img {
   width:auto;
   max-height:170px;
 }
 #madeIN img {
    height: 140px;
    padding: 15px 0;
 }
 .new_cta h2 {
   font-size: 23px;
   margin: 0;
   text-align: left;
   padding: 15px;
   padding-top:8px;
   font-weight: normal;
   color: #333;
   font-weight:500;
   border-top: solid 1px #eee;
   padding-bottom:0;
 }
 .new_cta p.top_desc {
   display: block;
   text-align: left;
   padding: 15px;
   padding-bottom:0;
   padding-top:0;
   min-height: 78px;
 }
 .new_cta p, 
 .new_cta p a {
   color:#333;
   font-size:18px;
   line-height: 29px;
   margin:0;
 }
 .new_cta p.top_desc a {
   text-decoration:underline;
 }
 .new_cta p.top_desc a:hover {
   color:#cc0c00;
 }
 .new_cta p.bottom_call {
   text-align:right;
   padding:15px 20px;
 }
 .new_cta p.bottom_call a {
   color: #cc0c00;
   text-transform: uppercase;
   font-size: 16px;
   font-weight:500;
   letter-spacing: .6px;
   text-decoration:none;
 }
 @media(max-width:1190px) {  
  .new_cta h2 {
    font-size: 21px;
    padding: 8px;
 }
 .new_cta img {
    max-height:145px;
 }
 .new_cta p, .new_cta p a {
    font-size: 16px;
    line-height: 27px;
  }
  #madeIN img {
    height: 115px;
  }
  #new_ctas {
    padding-bottom:15px;
    padding-right:0;
  }
  #bbqTop {
    background-position: -110px;
  }
}
@media(max-width:1090px) {  
  #bbqTop {
    background-position: -210px;
  }
  #new_ctas {
    margin-top:-415px;
  }
  #topContent h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media(max-width:1084px) {
  .new_cta p.bottom_call {
    padding: 8px 10px;
  }
}
 @media(max-width:1024px) {
   #horiz_menu_wrap, #about_us, #inside_blog {
     padding:30px 2%;
   }
    #bbqTop {
      background-position: -290px;
    }
    #new_ctas {
      margin-top: -380px;
    }
  }
   @media(max-width:960px) { 
   .new_cta {
     margin:0 1% 2% 1%!important;
     width:48%!important;
   }
   #new_ctas {
    padding:1%;
    padding-right:1%;
   }
   #topContent {
      top: 2%;
      left: 2%;
      padding: 15px;
      padding-bottom: 4px;
      padding-top: 15px;
   }
   .new_cta h2 {
      padding-bottom: 15px;
      font-size: 26px;
      padding-top: 4px;
      /* color: #cc0c00; */
/*      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;*/
   }
}
@media(max-width:942px) {
  #bbqTop {
      background-position: -333px;
  }
}
@media(max-width:897px) {
  #bbqTop {
      background-position: -360px;
  }
}
@media(max-width:880px) {
  #bbqTop {
      background-position: -420px;
  }
  #topContent h1 {
    font-size: 37px;
    line-height: 43px;
  }
  #new_ctas {
      margin-top: -430px;
  }
}
@media(max-width:800px) {
    .new_cta h2 {
      font-size: 22px;
      padding-bottom:0;
    }
}
@media(max-width:811px) {
  #bbqTop {
      background-position: -470px;
  }
}
@media(max-width:759px) {
  #bbqTop {
      background-position: -500px;
  }
  #new_ctas {
      margin-top: -460px;
  }
}
@media(max-width:706px) {
  #bbqTop {
      background-position: -540px;
  }
  #topContent h1 {
      font-size: 34px;
      line-height: 44px;
  }
}
@media(max-width:669px) {
  #bbqTop {
    background-position: 76%;
  }
  #topContent {
    width: 338px;
  }
  #new_ctas {
    margin-top: -500px;
  }
  #topContent p, #topContent a {
      font-size: 22px;
      line-height: 29px;
  }
  #new_ctas {
    margin-top: -540px;
  }
}
@media(max-width:666px) {
  #topContent {
    max-width:94%;
    box-sizing:border-box;
  }
  #topContent h1 {
    font-size: 30px;
    line-height: 34px;
  }
  #topContent p,
  #topContent a {
    font-size: 20px;
    line-height: 26px;
  }
}
 @media(max-width:553px) {
    .new_cta h2 {
      font-size: 20px;
    }
    #new_ctas {
        padding: 2% 1% 1% 1%;
    }
   #home_subs {
     padding:0 1% 15px 1%;
   }
 }
@media(max-width:460px) {
  .new_cta h2 {
    font-size: 19px;
  }
  .new_cta p.bottom_call a {
    font-size: 15px;
    letter-spacing:0;
  }
  .new_cta p.top_desc {
    padding:8px;
  }
  #madeIN img {
    height: 95px;
  }
}
 @media(max-width:401px) {  
    .new_cta h2 {
      font-size: 18px;
    }
    .new_cta p.bottom_call a {
      font-size: 14px;
      letter-spacing:0;
    }
    .new_cta p, .new_cta p a,
    .new_cta p.top_desc {
      font-size: 14px;
      line-height: 23px;
    }
 }

 @media(max-width:382px) {  
    .new_cta h2 {
      font-size: 16px;
    }
    .new_cta p.bottom_call a {
      font-size: 13px;
      letter-spacing:0;
    }
    .new_cta p, .new_cta p a,
    .new_cta p.top_desc {
      font-size: 15px;
      line-height: 22px;
    }
 }
 @media(max-width:342px) { 
  #new_ctas {
    padding:10px;
  } 
   .new_cta, .new_cta {
    width: calc(100% - 10px)!important;
    margin: 0 0 10px 0!important;
    border-radius:10px;
  }
  .new_cta .cta_img_a {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  #bgMob {
    display:block;
  }
  #topContent {
    top: 15px;
    left: 15px;
    background: none;
    padding: 0;
  }
  #topContent h1 {
    font-size: 31px;
    line-height: 43px;
  }
   .new_cta h2 {
     font-size: 19px;
   }
   .new_cta p.bottom_call a {
     font-size: 16px;
     letter-spacing:.5px;
   }
   .new_cta p, .new_cta p a,
   .new_cta p.top_desc {
       font-size: 14px;
       line-height: 24px;
   }
  }
 #home_subs {
   padding:0 1% 30px 1%;
   font-size:0;
   max-width: 1440px;
   margin: 0 auto;
   padding-bottom:0;
   margin-bottom:-10px;
 }
 .home_sub {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 1% 2% 1%;
    width: 14.667%;
    text-align: center;
    text-decoration: none;
    padding: 4px 8px;
    padding-bottom: 32px;
    box-sizing: border-box;
    border: solid 1px #fbfbfb;
    transition: .1s ease all;
    position: relative;
 }
 .home_sub img {
   max-width:94%;
   width:auto;
   display: block;
   margin: 0 auto;
   max-height:110px;
 }
 .home_sub h3 {
    color: #333;
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    text-align: center;
 }
  .home_sub:hover {
      text-decoration: none;
      border: solid 1px #ccc;
      background: white;
      border-radius: 4px;
  }
 .home_sub:hover h3 {
  color:#cc0c00;
 }
 @media(max-width:1263px) {
   .home_sub {
     width:23%;
   }
 }
 @media(max-width:811px) {
   .home_sub h3 {
     font-size:15px;
   }
 }
 @media(max-width:721px) {
   .home_sub {
     width:31.333%;
   }
 }
 @media(max-width:553px) {
   #home_subs {
     padding:7px 1% 15px 1%;
   }
 }
 @media(max-width:533px) {
   .home_sub h3 {
     font-size:14px;
     line-height:19px;
     overflow: hidden;
     display:block;
   }
 }
 @media(max-width:486px) {
   .home_sub h3 {
     font-size:13px;
     line-height:17px;
   }
 }
#from_blog {
  background:white;
  border-top:solid 1px #eee;
}
#all_articles, #all_brnds {
  text-align:right;
}
#all_articles a, #all_brnds a {
  font-size: 15px;
  text-decoration: underline;
  text-underline-position: under;
  color: #cc0c00;
  text-transform: uppercase;
}
#home_articles {
  padding: 37px 44px;
  padding-bottom: 15px;
  margin:0;
  list-style:none;
 -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
}
#home_articles li {
  margin:0 30px 30px 30px;
}
#home_articles a {
  font-size:23px;
  line-height:34px;
  text-decoration:none;
  color:#333;
  padding-bottom: 10px;
  transition:.1s ease all;
}
#home_articles a:hover {
  color:#cc0c00;
  border-bottom:solid 1px #333;
  padding-bottom:3px;
}
@media(max-width:1000px) {
  #home_articles a {
    font-size: 21px;
    line-height: 30px;
  }
}
@media(max-width:915px) {
  #home_articles {
    padding:30px 37px 0 37px;
  }
}
@media(max-width:807px) {
  #home_articles {
    column-count: 1
  }
  #home_articles li {
    margin:0 0 30px 0;
  }
}
@media(max-width:531px) {
  #home_articles {
    padding:20px 10px 0 10px;
  }
  #home_articles a {
    font-size: 19px;
    line-height: 25px;
  }
}
#featured_tags {
  font-size:0;
  padding:60px;
  padding-bottom:0;
}
#featured_tags a {
  margin-right: 30px;
  padding: 15px 30px;
  background: #f1f1f1;
  margin-bottom: 30px;
  font-size: 22px;
  color: #cc0021;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border: solid 1px #eee;
  transition:.1s ease all;
}
#featured_tags a:hover {
  color:white;
  background:#cc0021;
  box-shadow: 0 4px 7px rgba(0,0,0,0.06);
}
@media(max-width:920px) {
  #featured_tags {
    padding:30px;
    padding-bottom:0;
  }
  #featured_tags a {
    font-size: 19px;
    padding: 10px 22px;
    margin: 0 22px 22px 0; 
  }
}
@media(max-width:440px) {
  #featured_tags {
    padding:10px 7px 0px 7px;
  }
  #featured_tags a {
    font-size: 17px;
    padding: 7px 15px;
    margin: 0 15px 15px 0; 
  }
}
#about_us {
  position: relative;
  z-index: 2;
  margin: 60px auto;
  margin-bottom:15px;
}
#our_brand {
  margin-bottom:15px;
  padding:0;
}
#why_us_text {
  box-sizing:border-box;
  width:50%;
  display:inline-block;
  vertical-align:top;
}
#showroom {
  float:right;
  width:50%;
  display:inline-block;
  position:relative;
  padding-left:30px;
  box-sizing:border-box;
}
#why_us_text p, #why_us_text p a {
  font-size:21px;
  line-height:36px;
  font-weight:500;
}
#why_us_text p a {
  color:#333;
  text-decoration:underline;
  text-underline-position:under;
  text-decoration-color:#333;
}
#three_reasons {
  margin-top:60px;
  text-align:center;
}
.one_reason {
  display:inline-block;
  vertical-align:top;
  width:33.333%;
}
.one_reason a {
  display:block;
}
.one_reason img {
  width:180px;
}
#bg_overlay {
  display:none;
}
@media(min-width:1025px) {
  #bg_image {
      background-size: cover;
      background-position: center;
      position:relative;
      display:block;
      overflow:hidden;
      background-image: url('/content/new_home/the-bbq-depot-interior.jpg');
  }
  #bg_overlay {
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background:rgba(255,255,255,0.77);
  }
}
@media(max-width:1024px) {
  #about_us {
    background:white;
    margin-top:0;
  }
  #showroom {
    width:320px;
  }
  #why_us_text p, #why_us_text p a {
      font-weight: 400;
  }
  #why_us_text {
    width:auto;
    display:block;
  }
  #three_reasons {
    margin-top:30px;
  }
}
@media(max-width:657px) {
  #about_us {
    padding:0;
  }
  #showroom {
    float:none;
    width:100%;
    padding:0;
  }
  #why_us_text {
    width:100%;
    padding:30px;
    padding-bottom:0;
    box-sizing:border-box;
    display:block;
  }
  #three_reasons {
    padding-bottom:30px;
  }
  .one_reason img {
    max-width:130px;
  }
  #our_brand {
    margin-left:-12px;
  }
}
@media(max-width:692px) {
  #new_home .one_reason img {
    max-width:140px;
  }
}
@media(max-width:554px) {
  #new_home .one_reason img {
    max-width:110px;
  }
}
@media(max-width:424px) {
  #new_home .one_reason img {
    max-width:90px;
  }
}