/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
  background: white url("../images/loading.gif") no-repeat 50% 50%; 
}

.nivoSlider img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none; 
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; 
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
  background: url("../images/spacer.gif"); 
}

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

/* Caption styles */
.nivo-caption {
  position: relative;
  top: -460px;
  width: 1170px;
  margin: 0 auto -275px;
  color: #fff;
  z-index: 8;
  padding: 0;
  overflow: hidden;
  min-height: 200px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ 
}

.nivo-caption span {
  font: 400 58px/62px 'Roboto Condensed';
  color: #babcbf;
  padding: 0;
  margin: 0; 
}
.nivo-caption h3 {
  font: 400 39px/45px 'Roboto Condensed';
  color: #877853;
  padding: 0;
  margin: 0; 
}
.nivo-caption h4 {
  font: 400 19px/38px 'Roboto Condensed';
  color: #292d30;
  padding: 0;
  margin: 0; 
}
.slide_capt {
    padding: 118px 0 0;
}
.slide_capt_1 {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  background: #3cb278;
  color: #fff;
  padding-top: 40px;
  font: 400 39px/37px 'Roboto Condensed';
  width: 173px;
  height: 173px;
  text-align: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}


.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
  position: relative;
  bottom: 147px;
  z-index: 8;
  visibility: hidden;
  margin: 0 auto;
  width: 1170px;  
}

.nivo-directionNav a {
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav,
.nivo-nextNav {
  display: inline-block;
  visibility: visible;
  padding: 0;
  background: #fff;
}
.nivo-prevNav {
  margin-right: 3px;
}

.nivo-prevNav:before,
.nivo-nextNav:before {
  content: '\f054';
  position:relative;
  font-size: 15px;
  font-family: 'FontAwesome';
  display: inline-block;
  background: #fff;
  color: #babcbf;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e3e3e3; 
}
.nivo-prevNav:before {
  content: '\f053'; 
}
.nivo-prevNav:hover:before,
.nivo-nextNav:hover:before {
  color: #3cb278
}

.nivo-prevNav {
  float: left;
  margin-top: 0; 
}

.nivo-nextNav {
  margin-top: 0; 
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  position: absolute;
  z-index: 990;
  right: 5px;
  bottom: 2px;
  overflow: hidden;
  width: auto;
  display: block;
  padding: 0;
  text-align: center; }

.nivo-controlNav {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold; }

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  border: 2px solid #fff;
  margin: 0 2px;
  cursor: pointer;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }
  .nivo-controlNav a:hover, .nivo-controlNav a.active {
    background: #fff; }
  .nivo-controlNav a.active {
    cursor: default; 
}

.nivoSlider_wrapper {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
