#content-slider-container {
  height: 727px;
  margin: 0px auto;
}

.bx-wrapper {
  margin: 0px auto;
}

.bx-wrapper .bx-viewport {
  left: 0px;
  background: transparent;
  border: 0px;
  box-shadow: none;
}

ul#content-slider-items {
  height: 727px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul#content-slider-items li {
  position: relative;
  height: 727px;
}

div.slide-image {
  position: relative;
  height: 727px;
}

div.slide-image img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  height: 727px;
  max-width: none;
  margin: auto;
  z-index: 98;
}

div.slide-image::after {
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 160px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 99;
}

div.slide-content {
  position: absolute;
  top: 140px;
  left: 0px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 0px 2px rgba(1, 1, 1, 0.5);
  z-index: 99;
}

div.slide-content-inner {
  margin: 0px auto;
  padding: 20px;
  text-align: center;
}

div.slide-content-main {
  max-width: 870px;
  margin: auto;
  padding: 20px 0px;
  background: rgba(51, 102, 153, 0.9);
}

div.slide-title {
  margin: 0px 0px 10px 0px;
  color: #FFFFFF;
  font-size: 40px;
  text-align: center;
}

div.slide-subtitle {
  display: inline-block;
  margin: 0px 15px;
  color: #FFFFFF;
  font-size: 22px;
  text-align: center;
}

div.slide-text {
}

div.slide-link {
  display: inline-block;
  margin: 0px 15px;
  text-align: center;
}

div.slide-link a {
  color: #FFFFFF;
  text-decoration: none;
}

div.slide-link a::after {
  content: "\00BB";
  margin: 0px 0px 0px 3px;
}

div.slide-link a span {
}

.bx-wrapper .bx-controls {
  position: absolute;
  top: 45%;
  bottom: auto;
  width: 100%;
  text-align: center;
}

.bx-wrapper .bx-controls-direction {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

.bx-wrapper .bx-controls-direction a {
  width: 52px;
  height: 52px;
  margin: 0px;
  color: #FFFFFF;
  font-family: "FontAwesome";
  font-size: 48px;
  text-decoration: none;
  text-indent: 0;
  background: none;
  z-index: 3;
}

.bx-wrapper .bx-controls-direction a span {
  display: none;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 20px;
}

.bx-wrapper .bx-controls-direction a.bx-prev::before {
  content: "\f053";
}

.bx-wrapper .bx-controls-direction a.bx-next {
  right: 20px;
}

.bx-wrapper .bx-controls-direction a.bx-next::before {
  content: "\f054";
}