/* @assets/styles/outlined/category.css */

html,
body {
  height: 100%;
}
body {
  background: #F8F9FA;
}
.new {
  font-size: 16px;
  font-weight: 400;
  color: #ED1C24;
}
.inner {
  padding-left: 0!important;
  padding-right: 0!important;
}
.hero-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-auto-feed 
.inner {
  /*height: 395px;*/
  min-height: 395px;
  height: auto;
}
.hero-auto-feed
.hero-image,
.hero-image {
  width: 50%;
  height: 100%;
  position: absolute;
  background-image: url(../../images/photos/hero-shredmatic-35314-2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: transparent;
  background-size: contain;
}
.hero-auto-feed
.hero-details {
  width: 50%;
}
.hero .inner {
  min-height: auto;
  background-color: red;
}
.hero {
  min-width: 100%;
  height: auto!important;
  background: rgb(57,96,130);
  background: -moz-linear-gradient(90deg, rgba(57,96,130,1) 0%, rgba(153,175,192,1) 50%, rgba(163,182,196,1) 81%);
  background: -webkit-linear-gradient(90deg, rgba(57,96,130,1) 0%, rgba(153,175,192,1) 50%, rgba(163,182,196,1) 81%);
  background: linear-gradient(90deg, rgba(57,96,130,1) 0%, rgba(153,175,192,1) 50%, rgba(163,182,196,1) 81%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#396082",endColorstr="#a3b6c4",GradientType=1);
  vertical-align: text-top;
  text-align: left;
}
.hero-details {
  width: 80%;
  margin: 0 -.11765em;
  padding: 20px 30px 30px 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #fff;
}
.hero-text {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.hero-image {
  width: 50%;
  /*min-height: 100%;
  height: 100%;*/
  margin: 0 -.11765em;
  box-sizing: border-box;
  display: inline-block;
  background-color: #777;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-caption {
  font-size: 30px;
  color: #fff;
}
.hero-text {
  
}
.items {
  text-align: left;
}
.item-box {
  width: 21.5%;
  margin-top: 30px;
  min-width: 250px;
  min-height: 500px;
  margin-right: 2.5%;
  padding-top: 20px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 10px 20px rgba(0,0,0,.05);
}
.item-heading {
  text-align: center;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.4em;
  color: #5F6368;
}
.item-link {
  display: block;
}
.item-image {
  height: 150px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.item-features {
  width: 100%;
  margin: 10px auto 10px auto;
  padding: 0 10%;
  display: block;
  box-sizing: border-box;
}
.item-features li {
  margin: 0;
  padding: 7px 0;
  border-bottom: 2px solid #eee;
}
.item-features li:last-child {
  border-bottom: 0;
}
.item-attribute { 
  padding-left: 0;
  text-align: left;
  font-weight: 500;
  letter-spacing: .01em;
  color: #666;
}
.item-property {  
  text-align: right;
  font-weight: 300;
  color: #555;
}
.item-attribute,
.item-property {
  width: 50%;
  margin: 0 -.11765em;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
}
.item-features.long-text 
.item-property {
  width: 100%;
  text-align: left;
}
.item-features.long-text 
.attribute {
}
.special-series
.item-box {
  min-height: 400px;
}
.special-series
.item-property {
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6em;
  color: #888;
}


@media (max-width: 1280px) {
  .hero-details {
    padding-left: 30px;
  }
}
@media (max-width: 800px) {
  .hero-background.auto-feed  {
    min-height: 350px;
  }
  .hero-details {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .items {
    text-align: center;
  }
  .hero-details {
    min-width: 100%;
  }
  .hero-auto-feed
  .hero-image {
    display: none;
  }
}
@media (max-width: 500px) {
  .hero-background.auto-feed {
    background-position: bottom center!important;
  }
}