#banner-home {
  position: relative;
}

#quoteholder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 15px 0;
  background: rgba(185, 152, 70, 0.8);
  color: #fff;
}

#quoteholder p {
  font-size: 150%;
  line-height: 1.4;
}

#quotes {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

#quotes .quote {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  min-height: 98px;
}

#quotes .quote:first-child {
  position: relative;
  display: block;
  float: left;
}

#quotes p:last-child {
  margin-top: -5px;
  font-style: italic;
  color: rgba(255,255,255,0.9);
  font-size: 135%;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#quoteholder .rslides_tabs {
  text-align: center;
  padding-top: 0;
  margin: -10px 0 0 0;
  list-style: none;
}

#quoteholder .rslides_tabs li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#quoteholder .rslides_tabs a {
  display: block;
  width: 14px;
  height: 14px;
  background: rgba(255,255,255,0.5);
  border-radius: 20px;
  margin: 0 4px;
  font-size: 0;
  text-indent: -9999px;
  outline: 0;
}
#quoteholder .rslides_here a {
  background: #fff;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
}

#quotes span.block {
  display: inline-block;
  margin-right: 80px;
}

#quotes span.item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #DCCCA3;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

#quotes span.star {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(star.png) no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: top;
  position: relative;
  top: 6px;
  margin: 0;
}
#quotes span.odd {
  opacity: 0.5;
}

.wineobject {
  padding-bottom: 30px;
  padding: 0 24px 30px 24px;
}
.wineobject .intro {
  padding: 0 0 20px 0;
}

.wineobject h1 {
  color: #000;
  font-size: 200%;
}
.wineobject h1:before {
  border-top: 2px solid #ccc !important;
}