body {
  background-color: #38302d;
}

/* Navigation */
.navbar-fixed-top {
  min-height: 180px;
  padding-top: 20px;
  background: -moz-linear-gradient(top, rgba(37,30,28,1) 0%, rgba(37,30,28,0) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,30,28,1)), color-stop(100%,rgba(37,30,28,0))) !important;
  background: -webkit-linear-gradient(top, rgba(37,30,28,1) 0%,rgba(37,30,28,0) 100%) !important;
  background: -o-linear-gradient(top, rgba(37,30,28,1) 0%,rgba(37,30,28,0) 100%) !important;
  background: -ms-linear-gradient(top, rgba(37,30,28,1) 0%,rgba(37,30,28,0) 100%) !important;
  background: linear-gradient(to bottom, rgba(37,30,28,1) 0%,rgba(37,30,28,0) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#251e1c', endColorstr='#00251e1c',GradientType=0 ) !important;
}
.navbar-brand img {
  height: 81px;
  padding-top: 0;
  margin-top: -10px;
}
.navbar-nav {
  margin-top: 20px;
}
.navbar-default .navbar-nav > li > a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  /*letter-spacing: -0.02cm;*/
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  border-bottom: 2px solid #c41212;
  background-color: rgba(37,30,28,0.2);
}
.navbar-default .navbar-nav > li > a:focus {
    color: #c41212;
    background-color: transparent;
}

/* Homepage Hero Slider */
#slider {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#slider #unslider {
  min-height: 700px;
  height: 700px;
  z-index: 10;
  overflow: hidden;
}
#slider #unslider .slide {
  min-height: 700px;
  padding-top: 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-attachment: fixed;*/
}
#slider .unslider-nav {
  background-color: transparent;
  position: absolute;
  top: 96%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 21;
}
#slider .unslider-nav ol li {
    width: 10px;
    height: 10px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 2px solid #fff;
}
#slider #slider-overlay {
  /*position: absolute;
  margin: 0 auto;
  padding: 0;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;*/
  position: absolute;
  margin: 0 auto;
  padding: 0;
  top: 55%;
  left: 0;
  -webkit-transform: translate(0%, -55%);
  -ms-transform: translate(0%, -55%);
  transform: translate(0%, -55%);
  z-index: 20;
}
#slider #slider-overlay .overlay-column {
  min-height: 200px;
  /*background-color: rgba(196,18,18,0.85);*/ /* red */
  /*border-top: 5px solid #a60f30;*/ /* crimson/violet */
  /*background-color: rgba(166,15,48,0.85);*/ /* crimson/violet */
  -webkit-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.5);
  padding: 0;
  color: #fff;
}
#slider #slider-overlay .overlay-column.nonbio {
  margin-left: -50px;
  border-top: 5px solid #005bb2;
  background-color: rgba(0,107,194,0.85);
}
#slider #slider-overlay .overlay-column.bio {
  margin-left: 50px;
  border-top: 5px solid #007b02;
  background-color: rgba(0,139,25,0.85);
}
#slider #slider-overlay .overlay-column .overlay-header {
  padding: 20px;
}
#slider #slider-overlay .overlay-column .overlay-links {
  margin: 0;
  padding: 20px 50px; 
  min-height: 150px;
  /*border-top: 1px solid rgba(137,0,27,0.9);
  background-color: rgba(137,0,27,0.5);*/
}
#slider #slider-overlay .overlay-column.nonbio .overlay-links {
  border-top: 1px solid rgba(0,0,0,0.2);
  background-color: rgba(0,0,0,0.15);
}
#slider #slider-overlay .overlay-column.bio .overlay-links {
  border-top: 1px solid rgba(0,0,0,0.2);
  background-color: rgba(0,0,0,0.15);
}
#slider #slider-overlay .overlay-column .overlay-links p {
  margin: 0 0 15px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
#slider #slider-overlay .overlay-column .overlay-links .btn-primary {
  display: block;
  background-color: rgba(0,0,0,0.3);
  border-color: transparent;
  border-radius: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
}
#slider #slider-overlay .overlay-column.nonbio .overlay-links .btn-primary:hover {
  background-color: #fff;
  color: #0061b8;
}
#slider #slider-overlay .overlay-column.bio .overlay-links .btn-primary:hover {
  background-color: #fff;
  color: #007e06;
}
#slider #slider-overlay .overlay-column.nonbio .overlay-links .btn-primary .fa {
  color: #0061b8;
  font-size: 12px;
  margin-left: 2px;
}
#slider #slider-overlay .overlay-column.bio .overlay-links .btn-primary .fa {
  color: #007e06;
  font-size: 12px;
  margin-left: 2px;
}
#slider #slider-overlay .overlay-column.bio h2 {
  margin: 0;
  padding: 0 0 0 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  letter-spacing: -0.02cm;
  /*word-wrap: break-word;*/
}
@media (max-width: 1300px) {
  #slider #slider-overlay .overlay-column.bio h2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  #slider #slider-overlay .overlay-column.bio h2 {
    font-size: 40px;
  }
}
#slider #slider-overlay .overlay-column.nonbio h2 {
  margin: 0;
  padding: 0 0 0 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  letter-spacing: -0.02cm;
}
#slider #slider-overlay .overlay-column h5 {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
#slider #slider-overlay .mrmagic {
  min-height: 300px;
  background: url(../img/mrmagic.png) no-repeat center center;
}

/* Products */
#products {
  position: relative;
  min-height: 800px;
  z-index: 30;
  padding: 60px 0;
  border-top: 10px solid #656363; /* gray: 656363 */
  border-bottom: 10px solid #4d4b4b; /* gray: 656363 */
  background: url(../img/steel.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0px -10px 40px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px -10px 40px 0px rgba(0,0,0,0.6);
  box-shadow: 0px -10px 40px 0px rgba(0,0,0,0.6);
}
.interior #products {
  position: relative;
  min-height: 300px;
  padding: 60px 0;
  border-top: 0;
  border-bottom: 0px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#products .btn-primary {
  margin-top: 8px;
  background-color: #a60f30;
  border-color: #ad1734;
  padding: 8px 18px;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
#products .btn-primary:hover {
  background-color: #950023;
  border-color: #a60f30;
}
#products .product-list {
  padding: 32px 0 0 80px;
}
#products h1 {
  margin: 20px 0 30px 0;
  padding: 0;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: -0.03cm;
  line-height: 46px;
  color: #fff;
}
#products p {
  margin: 0 0 12px 0;
  padding: 0;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}
#products .product-list .product {
  /*width: 100%;*/
  min-height: 200px;
  margin-bottom: 30px;
  /*background-color: rgba(50,42,37,0.65);*/
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
}
#products .product-list .product .product-img {
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 160px;
  overflow: hidden;
}
#products .product-list .product .product-img.tall {
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 185px;
  overflow: hidden;
}
#products .product-list .product .product-img img {
  position: relative;
  width: 100%;
  height: auto;
  border: 0;
  /*-webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);*/
}
#products .product-list .product .product-cat {
  width: 100%;
  height: 34px;
  margin: 0;
  padding: 0;
  background-color: rgba(50,42,37,0.65);
  line-height: 32px;
  text-align: center;
}
#products .product-list .product .product-cat h3 {
  margin: 0;
  padding: 0;
  background-color: rgba(255,255,255,0.12);
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  /*letter-spacing: -0.02cm;*/
}
#products .product-list .product .product-cat h3 a {
  margin-left: -5px;
  padding-left: 28px;
  padding-bottom: 3px;
  height: 30px;
  line-height: 32px;
  color: #fff;
  text-decoration: none;
}
#products .product-list .product .product-cat.biodegradable h3 a {
  background: url('../img/bio.png') no-repeat center left;
  background-size: 24px 24px;
  background-position: 0 -2px;
}
#products .product-list .product .product-cat.standard h3 a {
  background: url('../img/nonbio.png') no-repeat center left;
  background-size: 24px 24px;
  background-position: 0 -2px;
}
#products .product-list .product .product-name {
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  background-color: rgba(50,42,37,0.65);
}
#products .product-list .product .product-name h2 {
  height: auto;
  margin: 4px 0 0 0;
  color: #dad0bb;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -0.03cm;
  line-height: 26px !important;
}
#products .product-list .product .product-name h2 a {
  color: #e5ae59;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.03cm;
  line-height: 26px;
  text-decoration: none;
}
#products .product-list .product .product-name h2 a:hover {
  color: #fff;
  text-decoration: none;
}
#products .product-list .product .product-desc {
  width: 100%;
  margin: 0;
  padding: 0 20px 10px 20px;
  background-color: rgba(50,42,37,0.65);
}
#products .product-list .product .product-desc p {
  margin: 0;
  color: #f7edd7;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 13px;
  /*letter-spacing: -0.03cm;*/
  line-height: 18px;
}
#products .product-list .product .product-variances {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(50,42,37,0.65);
}
#products .product-list .product .product-variances h5 {
  margin: 0 0 0 0;
  padding: 6px 0;
  background-color: rgba(0,0,0,0.5);
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-align: center;
}
#products .product-list .product .product-details {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(50,42,37,0.65);
}
#products .product-list .product .product-details .btn-default {
  display: block;
  /*background-color: transparent;*/
  background-color: rgba(166,15,48,0.85);
  /*border-color: #f7edd7;*/
  border: 0px solid transparent;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  /*letter-spacing: -0.03cm;*/
  line-height: 18px;
  border-radius: 0px;
  color: #fff;
}
#products .product-list .product .product-details .btn-default:hover {
  background-color: #dad0bb;
  border-color: #f7edd7;
  color: #38302d;
}

/* Where To Buy */
#search {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
}
#search #searchContainer {
  min-height: 500px;
  height: 500px;
  z-index: 22;
  overflow: hidden;
}
#search #searchContainer .search-bg {
  min-height: 500px;
  padding-top: 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#search #search-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(37,30,28,0.6);
  position: absolute;
  margin: 0 auto;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 23;
}
#search #search-box {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 24;
}
#search #search-box p {
  margin: 0 0 10px 0;
  padding: 0 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-align: left;
}
#search #search-box h1 {
  margin: 0 0 18px 0;
  padding: 0;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: -0.03cm;
  line-height: 42px;
  color: #fff;
}
#search #search-overlay form {
  background-color: rgba(199,147,63,0.8); /* crimson/violet */
  /*background-color: rgba(196,18,18,0.85);*/ /* red */
  border-bottom: 5px solid #d6a14c;
  -webkit-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.5);
  margin: 0;
  padding: 20px 30px 30px 30px;
  color: #fff;
}
#search #search-overlay form .form-control[type="text"] {
  padding-left: 28px;
  background: #ffffff url('../img/searchinput.png') no-repeat 6px 0px;
}
#search #search-overlay form .btn-default {
    color: #fff;
    background-color: #8b5e02;
    border-color: #865900;
}
#search #search-overlay form .btn-default:hover {
    background-color: #d6a14c;
    border-color: #cd9944;
}
#search #search-overlay form input[type="text"]:focus,
#search #search-overlay form select:focus {
  box-shadow: 0 0 8px #ffd880;
  border: 1px solid #ffd27a;
}

/* Why Us? */
#why-us {
  padding: 50px;
  background-color: #f7edd7;
  border-top: 10px solid #dad0bb;
  border-bottom: 10px solid #dad0bb;
}
#why-us img {
  margin: 10px 0 0 0;
}
#why-us h1 {
  margin: 0 0 18px 0;
  padding: 0;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: -0.05cm;
  line-height: 46px;
  color: #564137;
}
#why-us h1 .fa {
  font-size: 32px;
  margin-right: 6px;
  color: rgba(86,65,55,0.6);
}
#why-us h5 {
  margin: 8px 0 8px 0;
  padding: 0;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02cm;
  line-height: 24px;
  color: #564137;
}
#why-us p {
  margin: 0 0 12px 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #564137;
  text-align: justify;
}
#why-us span {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 24px;
  color: #564137;
}

/* Latest News */
#news {
  /*background-color: #4d4b4b;*/
  /*background: #6c6a6a;
  background: -moz-linear-gradient(top,  #6c6a6a 0%, #4d4b4b 100%);
  background: -webkit-linear-gradient(top,  #6c6a6a 0%,#4d4b4b 100%);
  background: linear-gradient(to bottom,  #6c6a6a 0%,#4d4b4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6a6a', endColorstr='#4d4b4b',GradientType=0 );*/
  /*border-top: 10px solid #dad0bb;*/
  background: url('../img/aluminum.jpg') no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0;
}
#news h1 {
  margin: 20px 0 30px 0;
  padding: 0;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: -0.03cm;
  line-height: 46px;
  color: #fff;
  text-align: left;
}
#news h1 .fa {
  font-size: 32px;
  margin-right: 6px;
  color: rgba(255,255,255,0.4);
}
#news .thumbnail {
    background-color: rgba(50,42,37,0.8);
    padding: 0;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 4px 8px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 8px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 4px 8px 15px 0px rgba(0,0,0,0.6);
    border-bottom: 5px solid rgba(218,208,187,0.1);
}
#news .thumbnail .caption {
  padding: 20px 20px 20px 20px;
}
#news .thumbnail .caption h3 {
  margin: 0 0 10px 0;
  color: #dad0bb;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 24px;
  /*letter-spacing: -0.03cm;*/
  line-height: 24px !important;
}
#news .thumbnail .caption h3 a {
  color: #e5ae59;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 24px;
  /*letter-spacing: -0.03cm;*/
  line-height: 24px;
  text-decoration: none;
}
#news .thumbnail .caption h3 a:hover {
  color: #fff;
  text-decoration: none;
}
#news .thumbnail .caption p {
  margin: 0 0 18px 0;
  padding: 0;
  color: #f7edd7;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 13px;
  /*letter-spacing: -0.03cm;*/
  line-height: 18px;
}
#news .thumbnail .caption a {
  color: #e5ae59;
}
#news .thumbnail .caption a:hover {
  color: #fff;
}
#news .thumbnail .caption .btn-default {
  background-color: transparent;
  border-color: #f7edd7;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 13px;
  /*letter-spacing: -0.03cm;*/
  line-height: 18px;
  border-radius: 0px;
  color: #f7edd7;
}
#news .thumbnail .caption .btn-default:hover {
  background-color: #dad0bb;
  border-color: #f7edd7;
  color: #38302d;
}


/* Gear */
#gear {
  position: relative;
  z-index: 30;
  /*border-top: 10px solid #dad0bb;*/
  
  background: rgb(255,255,255);
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 60%, rgba(229,226,227,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 60%,rgba(229,226,227,1) 100%);
  background: linear-gradient(135deg,  rgba(255,255,255,1) 60%,rgba(229,226,227,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e2e3',GradientType=1 );

  /*background-color: #f7edd7;*/
  /*border-top: 10px solid #a29fa0;*/
  /*border-bottom: 10px solid #dad0bb;*/

  -webkit-box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.35);
  box-shadow: 0px -10px 30px 0px rgba(0,0,0,0.35);

  padding: 0;
}
#gear .intro {
  padding: 60px;
  min-height: 480px;

  background: #38302d;
  /*background: -moz-linear-gradient(top,  #28211e 0%, #38302d 100%);
  background: -webkit-linear-gradient(top,  #28211e 0%,#38302d 100%);
  background: linear-gradient(to bottom,  #28211e 0%,#38302d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28211e', endColorstr='#38302d',GradientType=0 );*/

  text-align: right;
}
#gear .store {
  padding: 50px 0 0 0;
  min-height: 480px;
}
#gear h1 {
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  min-height: 51px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: -0.04cm;
  line-height: 55px;
  color: #fff;
  text-align: right;
}
#gear h1 .title-logo {
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  width: 200px;
  height: 51px;
  background: url('../img/logo-title.png') no-repeat bottom left;
  text-indent: -9999px !important;
}
#gear .intro p {
  margin: 0;
  padding: 0 0 0 140px;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  text-align: left;
}

/* Footer */
#footerwrap {
  position: relative;
  z-index: 32;
  padding-top: 60px;
  padding-bottom: 60px;
  /*background-color: #38302d;*/
  background: #38302d;
  background: -moz-linear-gradient(top,  #38302d 0%, #28211e 100%);
  background: -webkit-linear-gradient(top,  #38302d 0%,#28211e 100%);
  background: linear-gradient(to bottom,  #38302d 0%,#28211e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38302d', endColorstr='#28211e',GradientType=0 );
}
#footerwrap .logo {
  margin: 0 0 20px 0;
}
#footerwrap .logo img {
  width: auto;
  max-height: 61px;
  border: 0;
  margin: 0;
  padding: 0;
}
#footerwrap #sitemap {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
#footerwrap #sitemap li {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #52433a;
}
#footerwrap #sitemap li:last-child {
  border-right: 0px solid transparent; 
}
#footerwrap #sitemap li a {
  color: #f7edd7;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 13px;
  /*letter-spacing: -0.03cm;*/
  line-height: 14px;
  text-decoration: none;
}
#footerwrap #sitemap li a:hover {
  color: #fff;
  text-decoration: none; 
}
#footerwrap .addy p {
  margin: 15px 0 0 0;
  padding: 0 0 0 25px;
  color: #dad0bb;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
#footerwrap .addy a {
  color: #fff;
  text-decoration: none;
}
#footerwrap .addy a:hover {
  color: #fff;
  text-decoration: underline;
}
#footerwrap p.legal {
  margin: 15px 8px 0 0;
  padding: 0;
  color: #dad0bb;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

/* Interior */
.interior #main {
  /*background: #eae8e2;
  background: -moz-linear-gradient(top,  #eae8e2 0%, #eee3cd 100%);
  background: -webkit-linear-gradient(top,  #eae8e2 0%,#eee3cd 100%);
  background: linear-gradient(to bottom,  #eae8e2 0%,#eee3cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae8e2', endColorstr='#eee3cd',GradientType=0 );*/
  background: url(../img/steel.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  border-top: 10px solid #656363;
  border-bottom: 10px solid #4d4b4b;
  z-index: 32;
  position: relative;
}
.interior #main > .container {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  /*margin-top: -80px;*/
  margin-bottom: -50px;
  -webkit-box-shadow: 5px 20px 40px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 5px 20px 40px 0px rgba(0,0,0,0.4);
  box-shadow: 5px 20px 40px 0px rgba(0,0,0,0.4);
  border-bottom: 10px solid #f1f1f1;
}
.interior #main .overlay-column {
  min-height: 130px;
  margin-top: -80px;
  border-top: 5px solid #a60f30; /* crimson/violet */
  background-color: rgba(166,15,48,0.85); /* crimson/violet */
  /*background-color: rgba(196,18,18,0.85);*/ /* red */
  /*-webkit-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.5);*/
  padding: 10px 40px;
  color: #fff;
  border-bottom: 0px solid transparent;
}
.interior #main .overlay-column h1.page-title {
  margin: 0;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: -0.03cm;
  line-height: 42px;
  color: #fff;
}
.interior #main .overlay-column h1.page-title .btn-category {
  background-color: rgba(0,0,0,0.1);
  margin-left: 20px;
  padding: 2px 8px;
  border-color: rgba(255,109,116,0.5);
  color: #ff6d74;
  letter-spacing: 0cm;
}
.interior #main .overlay-column.standard h1.page-title .btn-category {
  background-color: rgba(0,107,194,0.8);
  border-color: rgba(28,117,206,0.8);
  color: #67a9ff;
}
.interior #main .overlay-column.biodegradable h1.page-title .btn-category {
  background-color: rgba(29,152,40,0.8);
  border-color: rgba(49,166,54,0.8);
  color: #64d260;
}
.interior #main .overlay-column.standard h1.page-title .btn-category.dsbld, 
.interior #main .overlay-column.biodegradable h1.page-title .btn-category.dsbld {
  cursor: default; 
}
.interior #main .overlay-column.standard h1.page-title .btn-category .fa {
  margin-right: 4px;
  color: #5a9efc;
}
.interior #main .overlay-column.biodegradable h1.page-title .btn-category .fa {
  margin-right: 4px;
  color: #45b646;
}
.interior #main > .container .content {
  padding: 25px 50px 10px 50px;
  min-height: 300px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
.interior #main > .container .content.distributors h1 {
  margin: 0 0 8px 0;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: -0.03cm;
  line-height: 42px;
  color: #564137;
}
.interior #main > .container .content.distributors h1 > strong {
  font-weight: 700;
  color: #c7933f;
}
.interior #main > .container .content.distributors h3 {
  margin: 0 0 20px 0;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -0.02cm;
  line-height: 28px;
  color: #fff;
}
.interior #main > .container .content.distributors .retailer h3, 
.interior #main > .container .content.distributors h3.empty {
  margin: 0 0 20px 0;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -0.02cm;
  line-height: 28px;
  color: #564137;
}
.interior #main > .container .content.distributors h3 > strong {
  font-weight: 700;
  color: #c7933f;
}

.interior #main > .container .content.products {
  padding: 40px 50px;
}

.interior #slider {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.interior #slider #unslider {
  min-height: 220px;
  height: 220px;
  z-index: 10;
  overflow: hidden;
}
.interior #slider #unslider .slide {
  min-height: 220px;
  padding-top: 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0 38%;
  background-attachment: scroll;
}
.interior #slider .unslider-nav {
  display: none;
}
.interior #search #searchContainer {
  min-height: 500px;
  height: 500px;
}
.interior #search #searchContainer .search-bg {
  min-height: 500px;
}
.interior #news {
  /*border-top: 10px solid #4d4b4b;*/
}

/* Interior - Products */
.interior .product {}
.interior .product .imagery {}
.interior .product .imagery .slide {
    margin-top: 0 !important;
    padding-top: 0px !important;
    background-attachment: initial !important;
    background-position: initial !important;
    min-height: auto !important;
    width: 100% !important;
    background-size: initial !important;
}
.interior .product .imagery .product-image {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.interior .product .imagery .product-image img {}
.interior .product .imagery .product-gallery {}
.interior .product .imagery .product-gallery .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.interior .product .imagery .product-gallery a.thumbnail:hover, 
.interior .product .imagery .product-gallery a.thumbnail:focus, 
.interior .product .imagery .product-gallery a.thumbnail.active {
    border-color: rgba(166,15,48,1);
}
.interior .product .imagery .product-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.interior .product .imagery .product-gallery ul li {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  margin-right: 0px;
}
.interior .product .imagery .product-gallery ul li a {}
.interior .product .imagery .product-gallery ul li img {
  width: 100%;
  height: auto;
}
.interior .product .details {
  padding-top: 25px;
}
.interior .product .details .product-desc {}
.interior .product .details .product-desc p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
.interior .product .details .product-desc .product-cat {

}
.interior .product .details .product-video {
  margin-top: 20px;
}
.interior .product .details .product-buttons {
  margin-top: 20px;
}
.interior .product .details .product-buttons a.btn-document {
  min-width: 220px;
  margin: 0 0 6px 0;
  background-color: #eee3cd;
  color: #38302d;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
}
.interior .product .details .product-buttons a.btn-document .fa {
  margin-right: 2px;
}
.interior .product .details .product-buttons a.btn-document:hover {
  background-color: #f3bc65;
  color: #38302d;
}
.interior .product.sidebar .product-parts {
  margin-bottom: 30px;
}
.interior .product.sidebar .product-parts h3 {
  margin: 0 0 10px 0;
  padding: 20px;
  /*background-color: rgba(166,15,48,1);*/
  background: #656363;
  background: -moz-linear-gradient(top,  #656363 0%, #4d4b4b 100%);
  background: -webkit-linear-gradient(top,  #656363 0%,#4d4b4b 100%);
  background: linear-gradient(to bottom,  #656363 0%,#4d4b4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656363', endColorstr='#4d4b4b',GradientType=0 );
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 30px;
}
.interior .product.sidebar .product-parts p {
  margin: 0;
  padding: 8px 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  border-bottom: 1px solid #ddd;
}
.interior .more-products {
  padding: 20px 50px 50px 50px;
}
.interior .more-products.table {
  padding: 0 50px 0 0;
}
.interior .more-products h3 {
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  color: #656363;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.02cm;
}
.interior .more-products .product {
  margin: 0 0 30px 0;
  padding-right: 50px;
  padding-left: 15px;
}
.interior .more-products.table .product {
  margin: 0 0 30px 0;
  padding-right: 0;
  padding-left: 0;
}
.interior .more-products .product .product-img {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.interior .more-products .product .product-img img {
  position: relative;
  width: 100%;
  height: auto;
  border: 0;
  /*-webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);*/
}
.interior .more-products .product .product-cat {
  width: 100%;
  height: 34px;
  margin: 0;
  padding: 0;
  background-color: rgba(50,42,37,0.65);
  line-height: 32px;
  text-align: center;
}
.interior .more-products .product .product-cat h3 {
  margin: 0;
  padding: 0;
  background-color: rgba(255,255,255,0.12);
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  /*letter-spacing: -0.02cm;*/
}
.interior .more-products .product .product-cat h3 a {
  margin-left: -5px;
  padding-left: 28px;
  padding-bottom: 3px;
  height: 30px;
  line-height: 32px;
  color: #fff;
  text-decoration: none;
}
.interior .more-products .product .product-cat.biodegradable h3 a {
  background: url('../img/bio.png') no-repeat center left;
  background-size: 24px 24px;
  background-position: 0 -2px;
}
.interior .more-products .product .product-cat.standard h3 a {
  background: url('../img/nonbio.png') no-repeat center left;
  background-size: 24px 24px;
  background-position: 0 -2px;
}
.interior .more-products .product .product-name {
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  /*background-color: rgba(50,42,37,0.65);*/
}
.interior .more-products.table .product .product-name {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  /*background-color: rgba(50,42,37,0.65);*/
}
.interior .more-products .product .product-name h2 {
  height: auto;
  margin: 4px 0 0 0;
  color: #dad0bb;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -0.03cm;
  line-height: 26px !important;
}
.interior .more-products .product .product-name h2 a {
  color: #a60f30;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.03cm;
  line-height: 26px;
  text-decoration: none;
}
.interior .more-products .product .product-name h2 a:hover {
  color: #38302d;
  text-decoration: none;
}
.interior .more-products .product .product-desc {
  width: 100%;
  margin: 0;
  padding: 0 20px 10px 20px;
  /*background-color: rgba(50,42,37,0.65);*/
}
.interior .more-products.table .product .product-desc {
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  /*background-color: rgba(50,42,37,0.65);*/
}
.interior .more-products .product .product-desc p {
  margin: 0;
  color: #564137;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 13px;
  /*letter-spacing: -0.03cm;*/
  line-height: 18px;
}
.interior .more-products .product .product-variances {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(50,42,37,0.65);
}
.interior .more-products .product .product-variances h5 {
  margin: 0 0 0 0;
  padding: 9px 0;
  background-color: rgba(0,0,0,0.5);
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-align: center;
}
.interior .more-products .product .product-details {
  margin: 0;
  padding: 0;
  /*background-color: rgba(50,42,37,0.65);*/
}
.interior .more-products .product .product-more {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.interior .more-products.table .product .product-more {
  position: relative;
  width: 100%;
}
.interior .more-products .product .product-more.pull {
  bottom: 30px;
}
.interior .more-products .product .product-more .btn-default {
  display: block;
  /*background-color: transparent;*/
  background-color: rgba(166,15,48,0.85);
  /*border-color: #f7edd7;*/
  border: 0px solid transparent;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  /*letter-spacing: -0.03cm;*/
  line-height: 18px;
  border-radius: 0px;
  color: #fff;
}
.interior .more-products.table .product .product-more .btn-default {
  background-color: #dad0bb;
  color: #38302d;
}
.interior .more-products .product .product-more.pull .btn-default {
  /*height: 34px;*/
}
.interior .more-products .product .product-more .btn-default:hover {
  background-color: #dad0bb;
  border-color: #f7edd7;
  color: #38302d;
}
.interior .more-products.table .product .product-more .btn-default:hover {
  background-color: #f3bc65;
  color: #38302d;
}

/* Interior - News */
.interior .news {}
.interior .news .news-post {
  margin: 0 0 30px 0;
}
.interior .news .news-post .news-wrapper {
  /*background-color: rgba(50,42,37,0.8);*/
  background: #656363;
  background: -moz-linear-gradient(top, #656363 0%, #4d4b4b 100%);
  background: -webkit-linear-gradient(top, #656363 0%,#4d4b4b 100%);
  background: linear-gradient(to bottom, #656363 0%,#4d4b4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656363', endColorstr='#4d4b4b',GradientType=0 );
  padding: 20px 20px 20px 20px;
}
.interior .news .news-post .news-wrapper h3 {
  margin: 0 0 10px 0;
  color: #dad0bb;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 28px;
  /*letter-spacing: -0.03cm;*/
  line-height: 28px !important;
}
.interior .news .news-post .news-wrapper h3 a {
  color: #e5ae59;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 28px;
  /*letter-spacing: -0.03cm;*/
  line-height: 28px;
  text-decoration: none;
}
.interior .news .news-post .news-wrapper h3 a:hover {
  color: #fff;
  text-decoration: none;
}
.interior .news .news-post .news-wrapper h5 {
  margin: 0 0 20px 0;
  color: #9e9e9e;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  /*letter-spacing: -0.03cm;*/
  line-height: 14px !important;
}
.interior .news .news-post .news-wrapper p {
  margin: 0 0 18px 0;
  padding: 0;
  color: #f7edd7;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  /*letter-spacing: -0.03cm;*/
  line-height: 20px;
}
.interior .news .news-post .news-wrapper a {
  color: #e5ae59;
}
.interior .news .news-post .news-wrapper a:hover {
  color: #fff;
}
.interior .news .news-post .news-wrapper .btn-default {
  background-color: transparent;
  border-color: #f7edd7;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 13px;
  /*letter-spacing: -0.03cm;*/
  line-height: 18px;
  border-radius: 0px;
  color: #f7edd7;
}
.interior .news .news-post .news-wrapper .btn-default:hover {
  background-color: #dad0bb;
  border-color: #f7edd7;
  color: #38302d;
}
/* Individual Post */
.interior .news-post {}
.interior .news-post .news-image.internal {
  max-width: 350px;
  height: auto;
  float: right;
  margin: 0 0 30px 30px;
  border: 0;
}
.interior .news-post .news-body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  /*letter-spacing: -0.03cm;*/
  line-height: 20px;
}
.interior .news-post .news-body a {
  color: #a60f30;
}
.interior .news-post .news-body a:hover {
  color: #38302d;
}
.interior .news-post a.btn-back {
  min-width: 200px;
  margin: 20px 0 6px 0;
  background-color: #eee3cd;
  border: 0;
  color: #38302d;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
}
.interior .news-post a.btn-back .fa {
  margin-right: 2px;
}
.interior .news-post a.btn-back:hover {
  background-color: #f3bc65;
  color: #38302d;
}


/* Distributor Results*/
.interior .distributor-list {
  padding-top: 40px !important;
}
.interior .distributors {
  padding: 0 50px 40px 50px !important;
}
.interior .distributor {
  /*background-color: rgba(50,42,37,0.9);*/
  background: #656363;
  background: -moz-linear-gradient(top, #656363 0%, #4d4b4b 100%);
  background: -webkit-linear-gradient(top, #656363 0%,#4d4b4b 100%);
  background: linear-gradient(to bottom, #656363 0%,#4d4b4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656363', endColorstr='#4d4b4b',GradientType=0 );
  width: 30%;
  padding: 0;
  margin-left: 4%;
}
.interior .distributor.pull {
  margin-left: 0;
}
.interior .distributor .proximity {
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.interior .distributor .proximity span {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px; 
}
.interior .distributor .map img {
  padding: 0 !important;
  border: 0 !important;
}
.interior .distributor .details {
  padding: 20px 40px 20px 40px;
}
.interior .distributor .details h2 {
  margin: 0 0 6px 0;
  height: auto;
  color: #e5ae59;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 34px;
}
.interior .distributor .details p {
  margin: 0;
  color: #f7edd7;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px; 
}
.interior .distributor .details h3 {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px; 
}
.interior .distributor .details h4 {
  margin: 0;
  color: #f7edd7;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px; 
}
.interior .distributor .details h4 strong {
  font-size: 16px;
}
.interior .distributor .details a {
  color: #e5ae59;
}
.interior .distributor .details a:hover {
  color: #fff;
}
.interior .distributor .directions {}
.interior .distributor .directions .btn-default {
  display: block;
  background-color: #dad0bb;
  color: #38302d;
  border: 0;
  padding: 8px auto;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  /*letter-spacing: -0.03cm;*/
  line-height: 22px;
  border-radius: 0px;
}
.interior .distributor .directions .btn-default:hover {
  background-color: rgba(0,0,0,0.3);
  color: #f7edd7;
}
.interior .distributors .online-retailers {
  margin: 30px 0;
  text-align: center;
}
.interior .distributors .online-retailers .retailer {
  margin-bottom: 20px;
}
.interior .distributors .online-retailers .retailer img {
  margin: 0 auto;
  border: 0;
}
.interior .distributors .online-retailers .retailer h3 {
  margin: 14px 0 4px 0 !important;
  text-align: center !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}
.interior .distributors .online-retailers .retailer p {
  margin: 0;
  text-align: center !important;
}
.interior .distributors .online-retailers .retailer p a {
  color: #c7933f;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  text-decoration: none;
}
.interior .distributors .online-retailers .retailer p a:hover {
  color: #a60f30;
  text-decoration: none;
}


/* */
.interior .generic {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.interior .generic h1, 
.interior .generic h2, 
.interior .generic h3, 
.interior .generic h4, 
.interior .generic h5 {
  margin: 0 0 20px 0;
  padding: 0;
  height: auto;
  color: #a60f30;
  font-family: 'Source Sans Pro', sans-serif;
}
.interior .generic h1 {
  font-weight: 300;
  font-size: 36px;
  letter-spacing: -0.03cm;
  line-height: 38px;
}
.interior .generic h2 {
  font-weight: 300;
  font-size: 30px;
  letter-spacing: -0.02cm;
  line-height: 32px;
}
.interior .generic h3 {
  font-weight: 400;
  font-size: 24px;
  /*letter-spacing: -0.02cm;*/
  line-height: 26px; 
}
.interior .generic h4 {
  color: #c7933f;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}
.interior .generic h5 {
  color: #c7933f;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.interior .generic p {
  margin: 0 0 20px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
.interior .generic ul {
  margin: 0;
  padding: 0 0 0 35px;
}
.interior .generic ol {
  margin: 0;
  padding: 0 0 0 35px;
}
.interior .generic a {
  color: #a60f30;
  text-decoration: none;
}
.interior .generic a:hover   {
  color: #a60f30;
  text-decoration: underline;
}


/* Back To Top Button */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(166,15,48,0.85) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 40;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
::selection {
    background: #a60f30;
    color: #fff;
    text-shadow: none;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) { 
 #products.container-fluid {
    padding: 0 15px !important;
  }

  #products .product-list {
    padding-left: 0;
  }

  #products .col-md-12.no-padding {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  #slider #slider-overlay .overlay-column.bio, #slider #slider-overlay .overlay-column.nonbio {
    float: none;
    margin: 0 auto;
    top: 40px;
  }

  section#news {
    padding: 10px;
  }

  .navbar-collapse {
    background-color: rgba(37, 30, 28, 1);
    position: relative;
    top: 40px;
  }

  .interior .distributor {
    margin: 0 auto 10px 0 !important;
    max-width: 600px;
    width: inherit;
  }
}

@media (max-width: 500px) { 
 #slider #slider-overlay .overlay-column.bio,
 #slider #slider-overlay .overlay-column.nonbio {
    top: -20px;
  }

  .container-fluid {
    padding: 0 15px !important;
  }

  #search #search-box {
    width: 100%;
  }

  .navbar-toggle {
    z-index: 10;
  }

  .navbar-brand {
    position: absolute;
    top: 0;
    width: 80%;
    z-index: 1;
  }

  .navbar-collapse.collapse.in {
    position: relative;
    top: 55px;
  }

  .navbar-collapse.collapsing {
    top: 55px;
  }

  .navbar-brand img {
    height: auto;
    margin-top: -5px;
    padding-top: 0;
    width: 100%;
  }

  .navbar-fixed-top {
    min-height: 110px;
    padding-top: 0;
  }

  #why-us {
    padding: 20px 10px;
  }

  .interior #main .overlay-column {
    margin: 0;
    min-height: 60px;
    padding: 0;
    text-align: center;
  }

  .interior .news-post .news-image.internal {
    display: block;
    float: none;
    margin: 0 auto 10px;
    width: 90%;
  }

  .interior #main .overlay-column h1.page-title {
    font-size: 27px;
    text-align: center;
  }

  .interior #main > .container .content  {
    padding: 10px;
  }

  .interior #main .overlay-column h1.page-title .btn-category {
    border: medium none;
    border-radius: 0;
    display: block;
    margin: 0;

  }

  .interior .distributor .details {
    padding: 10px;
  }

  .interior .distributors {
    padding: 0 20px 10px !important;
  }

  .interior #main > .container .content.news .news-post .news-image {
    height: auto !important;
  }

  .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: auto !important;
  }

  #slider #slider-overlay .overlay-column.bio h2,
  #slider #slider-overlay .overlay-column.nonbio h2 {
    font-size: 30px;
  }

  .interior #main > .container .content.products {
    padding: 10px;
  }

  .interior .more-products.table {
    padding: 0;
  }

  .more-products .row {
    margin: 0 !important;
  }

  .interior .more-products {
    padding: 10px;
  }

  .interior .more-products .product {
    padding: 0;
  }

  .interior .more-products .product .product-more {
    position: relative;
  }

  .interior .product .details .product-buttons {
    text-align: center;
  }

  .interior .slide {
    min-height: 250px !important;
  }

  #slider #unslider .slide {
    visibility: visible;
  }
}

/* 404 Errors */
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

