#content-container {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #bbb;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.1), 0 0 4px 0 rgba(0,0,0,0.2);
}
#content-container hr {
  margin-top: 30px;
  margin-bottom: 40px;
}
#shop-header-container {
  position: relative;
  padding-left: 120px;
  min-height: 120px;
  border-bottom: 1px solid #ddd;
}
#shop-header-container h2 {
  margin-top: 0;
}
#shop-logo {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100px;
  max-height: 100px;
}
#shop-tags {
  margin: 10px 0;
  padding-bottom: 10px;
}

#shop-left-container {
  padding-top: 20px;
  border-right: 1px solid #ddd;
}
#shop-right-container {
  padding-top: 20px;
  border-left: 1px solid #ddd;
  margin-left: -1px;
}
#shop-index-img {
  width: 100%;
  height: auto;
}
#store-library-carousel .item {
  height: 480px;
}
#store-library-carousel .item img {
  position:absolute;
  left: 50%;
  max-width: 100%;
  width: auto !important;
  max-height: 480px;
  height: auto !important;
  transform: translateX(-50%);
}
#store-library-carousel .carousel-caption {
  left: 5%;
  right: 5%;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 10%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0) 90%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0) 90%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
#recent-recommendation .pagination-container {
  text-align: center;
}
#recent-recommendation .pagination-container > div {
  display: inline-block;
}

.label-circle {
  border: 2px solid #fa0;
  padding:2px 4px;
  border-radius: 6px;
}
.store-privilege-items {
  font-size: 12px;
}

.news-item {
  display: block;
  margin-bottom: 30px;
}
.news-item:hover, .news-item:focus {
  text-decoration: none;
}
.news-item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
