body {
  padding: 0;
  margin: 0;
  margin-left: 15px;
}
html, body, #featured-items-carousel, #featured-items, .item, .item-background {
  height: 100%;
}
.item * {
  font-family: "azo-sans-web",sans-serif;
}
.item-background {
  background-size: cover;
}
.item-description {
  height: 250px;
  width: 700px;
  position: absolute;
  top: 75px;
  left: 75px;
  background: rgba(51,62,72,0.48);
}
.item-description.hover{
  background: rgba(51,62,72,0.85);
}
.item-description.hover > .item-text {
  color: rgba(250,250,250,0.60);
}
.item-description > .item-type {
  font-size: 18pt;
  font-weight: bold;
  color: #1DA4DD;
  padding: 22px 0px 4px 0px;
}
.item-description.hover > .item-type {
  color: rgba(29,164,221,0.60)
}
.item-description > .item-text {
  font-size: 18pt;
  color: white;
  width: 575px;
  line-height: 1.25;
}
.item-description > .item-desc-arrow > img {
  position: absolute;
  left: 615px;
  width: 75px;
  bottom: 75px;
}
.item-description > .item-type,
.item-description > .item-text {
  margin: 10px 10px 10px 25px;
}
.right.carousel-control {
  background-image: none;
}
.right.carousel-control:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 1) 100%);
}
.carousel-indicators li {
  background-color: #d6d6d6;
  border: none;
  margin: 0px 5px 0px 5px;
}
.carousel-indicators li:hover {
  background-color: #869791;
}
.carousel-indicators .active {
  background-color: #869791;
  margin: 0px 5px 0px 5px;
  height: 10px;
  width: 10px;
}
