/* CH05 - Categories
  -------------------------------------------------------------------- */
a.img-link {
  color: #fff;
}
.ad-box {
  width: 100%;
  padding: 0;
  height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
a:not(.collapsed) .ui-cross {
  transform: rotate(45deg);
}
a:not(.collapsed) .line-01,
a:not(.collapsed) .line-02 {
  border-color: #cdcdcd;
}
.badge {
  border-radius: 5px;
}
.block-layered-nav .actions {
  border: none;
}
.collapser + .list-group-item {
  margin-top: 4px;
}
div.panel.schedule {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: none;
}
.ev-type-list {
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  background-color: #565d67;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 480px) {
  .ev-type-list {
    margin-left: 15px;
  }
}
.featured-products {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url("../images/span-pattern.jpg") center center;
  border-radius: 5px;
  position: relative;
  padding-bottom: 20px;
}
.featured-products:after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 65px;
  right: 0;
  background-image: url("../images/slider-shadow.png");
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 1;
  top: 0;
  z-index: 2;
  transition: .5s all ease;
}
.featured-products.hideAfter:after {
  opacity: 0;
}
.featured-products:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 65px;
  left: 0;
  background-image: url("../images/slider-shadow.png");
  background-position: center left;
  background-repeat: no-repeat;
  opacity: 0;
  top: 0;
  z-index: 2;
  transition: .5s all ease;
}
.featured-products.hideAfter:before {
  opacity: 1;
}
.featured-products.showBoth:after,
.featured-products.showBoth:before {
  opacity: 1;
}
.featured-products .button-left,
.featured-products .button-right {
  width: 50px;
  height: 84px;
  position: absolute;
  background: url("../images/featured-btn-sprite.png");
  cursor: pointer;
  transition: .5s all ease;
  z-index: 3;
}
.featured-products .button-left {
  left: -50px;
  top: 50%;
  margin-top: -37px;
  background-position: left;
}
.featured-products .button-right {
  right: 0;
  top: 50%;
  margin-top: -42px;
  background-position: right;
}
.featured-products > h2 {
  padding: 20px;
  padding-bottom: 5px;
}
.featured-products img.img-thumbnail,
#related-products .products-list img,
#presenter-products .products-list img {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  max-height: 200px;
  width: auto;
  max-width: 100%;
}
.featured-products .inner-container {
  width: 275%;
  height: auto;
  transition: .5s ease all;
}
.featured-products li {
  width: 10%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
}
.featured-products li + li {
  margin: 0;
}
.featured-products .products-list h2.product-name a,
#related-products .products-list h2.product-name a,
.bookstore-short .products-list h2.product-name a {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.featured-products .products-list h2.product-name,
#related-products .products-list h2.product-name,
.bookstore-short .products-list h2.product-name {
  margin-top: 15px;
}
.featured-products .products-list .ratings,
.bookstore-short .products-list .ratings {
  margin: 4px 0 5px;
}
.featured-products .products-list .ratings .rating-box,
.bookstore-short .products-list .ratings .rating-box {
  float: none;
  margin: 0 auto;
}
.featured-products p.authors,
#related-products p.authors,
.bookstore-short p.authors {
  font-size: 12px;
  font-style: italic;
}
.filter-state span.value {
  font-size: 14px;
}
img.img-thumbnail,
#related-products .products-list img {
  padding: 0;
  border: 0;
  width: 100%;
  max-width: 265px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#related-products .products-list img {
  width: 100%;
}
.line-01 {
  width: 19px;
  height: 0;
  border-top: 3px solid #565d67;
  top: 50%;
  position: absolute;
  margin-top: -1.5px;
  transition: .4s ease all;
}
.line-02 {
  width: 0;
  height: 19px;
  border-left: 3px solid #565d67;
  left: 50%;
  position: absolute;
  margin-left: -1.5px;
  transition: .4s ease all;
}
.minimal-price .price-label {
  display: none;
}
#narrow-by-list .list-group a {
  font-size: 14px;
  display: inline;
}
#narrow-by-list .list-group a:hover {
  text-decoration: none;
}
.panel.panel-default {
  border: none;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: none;
}
.panel.panel-default > .panel-heading {
  background: #f2f2f2;
  padding: 15px;
}
p.authors {
  color: #999;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.4;
}
p.authors + p.authors {
  margin-top: -3px;
}
p.authors a {
  color: #333;
  display: inline;
}
p.authors a:hover {
  text-decoration: underline;
}
.page-title.category-title {
  padding-bottom: 55px;
  padding-top: 10px;
  margin-bottom: 30px;
}
.products-list .price-box.no-border {
  border: none;
}
.price-box .price {
  color: #f15a22;
  font-size: 20px;
  font-weight: 800;
}
.price-box .special-price .price,
.special-price .price-label {
  color: #4fab3d;
}
.price-box .old-price .price {
  color: #999;
}
p.date-time {
  margin-bottom: 10px;
}
.products-list .desc {
  color: #333;
  padding-top: 15px;
  border-top: 1px dashed #d2d2d2;
  margin-top: 15px;
}
.products-list .img-link img {
  margin: 0 auto;
  display: block;
}
.products-list .media {
  padding-top: 0;
  color: #999;
  margin: 5px 0 0;
  float: left;
}
.products-list .product-name {
  margin: 0 0 10px;
}
.products-list h2.product-name a {
  font-size: 22px;
  color: #00a8e2;
  font-weight: 800;
}
.products-list h3.product-name a {
  color: #00a8e2;
  font-size: 16px;
  font-weight: 400;
}
.products-list h3.product-name {
  padding-top: 0;
  margin-bottom: 10px;
}
.products-list h2.product-name a:hover,
.products-list h3.product-name a:hover {
  text-decoration: underline;
}
.products-list li:last-child hr {
  margin-bottom: 0;
}
.products-list .price-box {
  float: left;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 0;
}
.products-list .ratings,
.products-list .ratings .rating-box {
  margin: 0;
}
.products-list .ratings {
  margin-top: -5px;
}
.regular-price .price {
  color: #f15a22;
  font-size: 20px;
  font-weight: 800;
}
#related-products p.authors {
  text-align: center;
}
.rep {
  padding-bottom: 15px;
}
.rep h3,
.rep h4 {
  margin: 0px;
}
.rep img {
  padding: 0;
  width: 100%;
}
.request-pd-btn {
  width: 19px;
  height: 21px;
  margin-left: 10px;
  margin-top: -3px;
}
.sidebar a {
  font-weight: 700;
}
.sidebar .list-group {
  box-shadow: none;
  margin: 0;
}
.sidebar .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sidebar .filter-state li.list-group-item {
  border-radius: 0;
}
span.currency {
  color: #aaa;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
}
span.sold-out-list {
  font-size: 22px;
  font-weight: 800;
  color: #ccc;
}
#specs td + td {
  width: 75%;
}
.std .featured-products {
  background: none;
  padding-bottom: 0;
}
.std .featured-products ol {
  padding: 0;
  list-style: none;
}
.std .featured-products .button-left,
.std .featured-products .button-right {
  background-image: url("../images/featured-btn-sprite-grey.png");
}
.std .featured-products .inner-container {
  width: 185%;
}
.row .success-story-page h2,
div.container div.row .success-story {
  margin-bottom: 45px;
}
.success-story h3 {
  margin-top: 0px;
}
.success-story a.btn {
  margin-top: 15px;
  min-width: 50%;
}
.success-story img {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.toolbar-bottom {
  margin-bottom: 60px;
}
.toolbar-bottom .toolbar {
  display: none;
}
.toolbar-top .pagination {
  display: none;
}
.ui-cross {
  width: 19px;
  height: 19px;
  position: relative;
  transition: .4s ease all;
  float: left;
}
body .page-wrapper #maincontent {
  padding-bottom: 60px;
}
