/* Changes:
*/
/* ============================ */
/*         Main Styles          */
/* ============================ */
#feature {
  position: relative;
  width: 100%;
  max-height: 450px;
  padding: 0;
  opacity: 1;
}
#feature.fixed {
  padding: 0 10px;
  margin-top: 0px;
  width: auto;
}
#feature.fixed #featurewrap {
  max-width: 100%;
  width: auto;
}
#feature.fixed #featurewrap #slider {
  max-width: 100%;
}
#feature #featurewrap {
  height: 450px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#feature #featurewrap #slider {
  margin: 0 auto;
  max-width: 2000px;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#feature #featurewrap #slider .slides {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#feature #featurewrap #slider .slides li {
  position: relative;
  height: 100%;
}
#feature #featurewrap #slider .slides li a {
  position: relative;
  display: block;
  height: 100%;
}
#feature #featurewrap #slider .slides li a .headline {
  position: absolute;
  bottom: 40px;
  left: 5%;
  width: 100%;
  z-index: 20;
  text-decoration: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#feature #featurewrap #slider .slides li a .headline h2 {
  position: relative;
  z-index: 20;
  background: #38506d;
  color: white;
  display: inline-block;
  margin: 0;
  padding: 13px 10px;
  font-size: 26px;
  font-weight: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#feature #featurewrap #slider .slides li a .headline p {
  position: relative;
  z-index: 20;
  margin: 0;
  display: block;
  max-width: 50%;
  padding: 10px;
  background: white;
  color: #555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#feature #featurewrap #slider .slides li a:hover .headline h2 {
  background: #38506d !important;
  color: white !important;
}
#feature #featurewrap #slider .slides li a:hover .headline p {
  background: white !important;
  color: #38506d !important;
}
/* ============================ */
/*        Browser Reset         */
/* ============================ */
.nu-container a:active,
.nuslider a:active,
.nu-container a:focus,
.nuslider a:focus {
  outline: none;
}
.slides,
.nu-control-nav,
.nu-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ============================ */
/*      NU Slider Necessary     */
/* ============================ */
.nuslider {
  margin: 0;
  padding: 0;
}
.nuslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.nuslider .slides img {
  width: auto;
  height: 100%;
  max-width: inherit;
  display: block;
}
.nuslider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
/* ============================ */
/*        NU Slider Theme       */
/* ============================ */
.nuslider {
  margin: 0;
  zoom: 1;
}
.nu-viewport {
  height: 100%;
  max-height: 450px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .nu-viewport {
  max-height: 450px;
}
.nuslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.nu-direction-nav {
  *height: 0;
}
.nu-direction-nav a {
  width: 42px;
  height: 61px;
  margin: -30px 0 0;
  display: block;
  background: url('../img/slideshow_arrows.png') no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.nu-direction-nav .nu-next {
  background-position: 100% 0;
  right: 42px;
}
.nu-direction-nav .nu-prev {
  left: -42px;
}
.nu-direction-nav .nu-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
.nuslider:hover .nu-next {
  opacity: 0.9;
  right: 15px;
}
.nuslider:hover .nu-next:hover {
  opacity: 1;
}
.nuslider:hover .nu-prev {
  opacity: 0.9;
  left: 15px;
}
.nuslider:hover .nu-prev:hover {
  opacity: 1;
}
/* Control Nav */
.nu-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.nu-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.nu-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #38506d;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #38506d;
}
.nu-control-paging li a:hover {
  background: #5477a2;
}
.nu-control-paging li a.nu-active {
  background: #94b9e7;
  cursor: default;
  border: 1px solid #4f739d;
}
.nu-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.nu-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.nu-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.nu-control-thumbs img:hover {
  opacity: 1;
}
.nu-control-thumbs .nu-active {
  opacity: 1;
  cursor: default;
}
/* ============================ */
/*      Responsive Styles       */
/* ============================ */
@media screen and (max-width: 1920px) {
  #feature {
    max-height: 450px;
  }
  #feature #featurewrap {
    height: 450px;
  }
}
@media screen and (max-width: 1440px) {
  #feature {
    max-height: 400px;
  }
  #feature #featurewrap {
    height: 400px;
  }
}
@media screen and (max-width: 960px) {
  #feature {
    max-height: 300px;
  }
  #feature #featurewrap {
    height: 300px;
  }
  #feature #featurewrap #slider .slides li a .headline h2 {
    font-size: 20px;
    padding: 10px;
  }
  #feature #featurewrap #slider .slides li a .headline p {
    font-size: 14px;
    max-width: 75%;
  }
}
@media screen and (max-width: 768px) {
  #feature {
    max-height: 250px;
  }
  #feature #featurewrap {
    height: 250px;
  }
  #feature #featurewrap #slider .slides li a .headline {
    bottom: 0px;
    left: 0px;
  }
  #feature #featurewrap #slider .slides li a .headline h2 {
    font-size: 20px;
    display: block;
    padding: 13px 15px;
  }
  #feature #featurewrap #slider .slides li a .headline p {
    display: none;
  }
  #feature #featurewrap #slider .nu-control-nav {
    display: none;
  }
  #feature #featurewrap #slider .nu-direction-nav {
    top: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  #feature {
    max-height: 175px;
  }
  #feature #featurewrap {
    height: 175px;
  }
  #feature #featurewrap #slider .slides li a .headline h2 {
    font-size: 14px;
    padding: 3px 6px;
  }
}
@media screen and (max-width: 320px) {
  #feature {
    max-height: 140px;
  }
  #feature #featurewrap {
    height: 140px;
  }
}
