/* MEGA SLIDE SHOW */

/* ==========================================================================
    Slider Styling
   ========================================================================== */
.site-slider {
  padding-top: 5%;
}
.site-slider ul li {
  float: left;
  margin: 0;
}

.bx-thumbnail-wrapper {
  text-align: center;
  margin-top: -1px;
  position: relative;
}

#bx-pager a {
  margin: 20px 10px 0 20px;
  padding: 0 0 40px 0;
  display: inline-block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  outline: 0;
  border: 0;
}
#bx-pager a img {
  outline: 0;
  border: 0;
  width: 100px;
}
#bx-pager a.active {
  opacity: 1;
  filter: alpha(opacity=100);
  background: url(../images/active-state.png) no-repeat;
  background-position: center 85px;
}

.bx-controls {
  position: relative;
}

.bx-controls-direction {
  position: absolute;
  text-align: right;
  bottom: 50px;
  right: -2px;
  z-index: 998;
}
.bx-controls-direction a {
  width: 40px;
  height: 40px;
  padding-top: 15px;
  background-color: #fff;
  display: block;
  float: left;
  margin-right: 340px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #000;
}

.bx-wrapper img {
  width: 55%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* ==========================================================================
    Services Styling
   ========================================================================== */