.hero.row.no-thumb .bx-wrapper {
  position: relative;
}
.hero.row.no-thumb .bx-wrapper .bx-viewport .slider .slide.image .bx-caption {
  position: absolute;
  bottom: 17px;
  left: 0;
  background: #666\9;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
}
.hero.row.no-thumb .bx-wrapper .bx-viewport .slider .slide.image .bx-caption span {
  color: #fff;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.hero.row.no-thumb .bx-wrapper .bx-viewport .slider .slide.text {
  /* IE10 Consumer Preview */
  background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #ffffff 0%, #cccccc 100%);
  /* Mozilla Firefox */
  background-image: -moz-radial-gradient(center top, ellipse farthest-corner, #ffffff 0%, #cccccc 100%);
  /* Opera */
  background-image: -o-radial-gradient(center top, ellipse farthest-corner, #ffffff 0%, #cccccc 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(radial, center top, 0, center top, 553, color-stop(0, #ffffff), color-stop(1, #cccccc));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #ffffff 0%, #cccccc 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: radial-gradient(ellipse farthest-corner at center top, #ffffff 0%, #cccccc 100%);
  background-color: #eee;
}
.hero.row.no-thumb .bx-wrapper .bx-viewport .slider .slide.text h2 {
  font-family: 'merriweatherbold_italic';
  font-size: 3em;
  margin-top: 1.75em;
  margin-left: 1.75em;
  margin-right: 1.75em;
  margin-bottom: 0;
  text-shadow: 0px 2px 7px #999;
}
.hero.row.no-thumb .bx-wrapper .bx-viewport .slider .slide.text p {
  margin-left: 6em;
  margin-right: 6em;
  text-shadow: 0px 2px 7px #999;
}
.hero.row.no-thumb .bx-wrapper .bx-viewport .slider .slide.text .bx-caption {
  position: absolute;
  bottom: 17px;
  left: 0;
  background: #666\9;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
}
.hero.row.no-thumb .bx-wrapper .bx-viewport .slider .slide.text .bx-caption span {
  color: #fff;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.hero.row.no-thumb .bx-wrapper .bx-controls.bx-has-controls-direction .bx-controls-direction a {
  height: 32px;
  margin-top: -20px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 32px;
  z-index: 55;
}
.hero.row.no-thumb .bx-wrapper .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-prev {
  background: url("../images/controls.png") no-repeat scroll 0 -32px rgba(0, 0, 0, 0);
  left: 10px;
}
.hero.row.no-thumb .bx-wrapper .bx-controls.bx-has-controls-direction .bx-controls-direction a.bx-next {
  background: url("../images/controls.png") no-repeat scroll -43px -32px rgba(0, 0, 0, 0);
  right: 10px;
}
