/* nivo jquery slider styles
---------------------------------------------------------- */
#feature.slider_nivo {
  overflow: hidden;
}
.nivo-container {
  position: relative;
  max-width: 100%;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 0 15px 0 rgba(0, 0, 0, .2), 0 20px 30px -15px rgba(0, 0, 0, .8);
          box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 0 15px 0 rgba(0, 0, 0, .2), 0 20px 30px -15px rgba(0, 0, 0, .8);
}
.nivo-container {
  margin-right: auto;
  margin-left: auto;
}
#page .nivo-container {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url("../images/loading_big.gif") no-repeat scroll 50% 50% #fff;
}
.nivo-container:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  content: "";
  filter: alpha(opacity=5);
  border: 1px solid #fff;
       opacity: .5;

  -moz-opacity: .5;
}
#page .nivo-container:after {
  filter: alpha(opacity=3);
  border-color: #666;
       opacity: .3;

  -moz-opacity: .3;
}
.nivoSlider.nivoSlider-js img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}
.nivoSlider.nivoSlider-js img:not(:first-child) {
	display:none;
}
.nivoSlider-no-js > * {
  display: none;
}
.nivoSlider-no-js > *:first-child {
  display: block;
}
.nivoSlider-js > * {
  display: block;
}
.nivo-main-image {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: white;
  filter: alpha(opacity=0);
  border: 0;
  opacity: 0;
}
.nivoSlider a.nivo-image-link {
  line-height:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  position: absolute;
  top: 0;
  z-index: 5;
  display: block;
  height: 100%;
}
.nivo-box {
  position: absolute;
  z-index: 5;
  display: block;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}
/* Caption styles */
.nivo-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: none;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
  filter: alpha(opacity=8);
       opacity: .8;

  -moz-opacity: .8;
}
.nivo-title {
  padding: 5px;
  margin-bottom: 0;
}
.nivo-desc {
  padding: 5px;
}
.nivo-caption p {
  padding: 5px;
  margin: 0;
}
.nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-container.direct-hide:hover  .nivo-directionNav, .nivo-container.control-hide:hover  .nivo-controlNav {
  display: block;
}
.direct-hide .nivo-directionNav {
  display: none;
}
.nivo-directionNav {
  display: block;
}
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 1000;
  width: 40px;
  height: 40px;
  font-size: 0;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}
.nivo-prevNav {
  left: 20px;
  background: url("../images/nivo_slider_sprites.png") no-repeat scroll -16px 0 transparent;
}
.nivo-nextNav {
  right: 20px;
  background: url("../images/nivo_slider_sprites.png") no-repeat scroll -56px 0 transparent;
}
/* Control nav styles (e.g. 1,2,3...) */
.control-hide .nivo-controlNav {
  display: none;
}
.nivo-controlNav {
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 1000;
  padding: 12px 0;
}
.nivo-controlNav a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
  background: url("../images/nivo_slider_sprites.png") no-repeat scroll 0 0 transparent;
}
.nivo-controlNav a.active {
  background-position: 0 -32px;
}
.nivo-controlNav a:hover {
  background-position: 0 -16px;
}
.mini-width .nivo-directionNav, .mini-width .nivo-controlNav {
  display: none !important;
}

@media only screen and (max-width: 979px) {
  .responsive .mini-width .nivo-directionNav,
  .responsive .mini-width .nivo-controlNav {
    display: none !important;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .responsive .nivo-title-desc .nivo-desc {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 567px) {
  .responsive .nivo-title-desc .nivo-desc {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .responsive .nivo-caption {
    display: none !important;
  }
  .responsive .nivo-directionNav {
    display: none !important;
  }
  .responsive .nivo-controlNav {
    display: none !important;
  }
  .responsive .mini-width .nivo-directionNav,
  .responsive .mini-width .nivo-controlNav {
    display: none !important;
  }
}
