#noo-slideshow {
  border-bottom: 10px solid #f76000;
}
#noo-slideshow .t3-module {
  margin-bottom: 0;
  margin: 0;
}
#noo-slideshow .t3-module .module-inner {
  padding: 0;
}
#noo-slideshow .noo-s2-inner {
  width: 100% !important;
  padding: 0;
}
#noo-slideshow .noo-s2-inner ul {
  overflow: hidden;
}
#noo-slideshow .noo-n2-slider {
  margin: 0 !important;
}
#noo-slideshow .noo-s2-image {
  border: 0 none !important;
  padding: 0 !important;
}
#noo-slideshow .noo-s2-image img {
  width: 100% !important;
}
#noo-slideshow .noo-s2 .item .noo-s2-info {
  display: none;
  left: 0px !important;
  text-transform: uppercase;
}
#noo-slideshow .noo-s2 .item .noo-s2-info h2 {
  margin-bottom: 28px;
}
#noo-slideshow .noo-s2 .item .noo-s2-info h2 a {
  background: #000000;
  color: #ffffff;
  font-size: 30px;
  padding: 15px 20px 15px 25px;
}
@media (max-width: 768px) {
  #noo-slideshow .noo-s2 .item .noo-s2-info h2 a {
    font-size: 20px;
  }
}
#noo-slideshow .noo-s2 .item .noo-s2-info h2 a:hover span {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#noo-slideshow .noo-s2 .item .noo-s2-info p {
  background: #ffffff;
  color: #000000;
  padding: 7px 7px 7px 25px;
  font-size: 16px;
  display: inline;
}
@media (max-width: 768px) {
  #noo-slideshow .noo-s2 .item .noo-s2-info p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #noo-slideshow .noo-s2 .item .noo-s2-info {
    display: none !important;
  }
}
#noo-slideshow .noo-s2 .item.active .noo-s2-info {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 30px;
}
#noo-slideshow .noo-s2-control {
  position: relative;
}
#noo-slideshow .carousel-control {
  background: transparent;
  border: 0px !important;
  font-size: 70px !important;
  top: 50% !important;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 88;
  width: auto;
  height: 70px;
}
#noo-slideshow .carousel-control.left {
  left: -50px !important;
  background: transparent;
}
@media (max-width: 768px) {
  #noo-slideshow .carousel-control.left {
    left: 30px !important;
  }
}
#noo-slideshow .carousel-control.right {
  right: -46px !important;
  background: transparent;
}
@media (max-width: 768px) {
  #noo-slideshow .carousel-control.right {
    right: 30px !important;
  }
}
#noo-slideshow .noo-s2-inner .item .noo-s2-image img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#noo-slideshow .noo-s2-inner .item.active .noo-s2-image img {
  opacity: 1;
  filter: alpha(opacity=100);
}