#body .carousel .flex-caption span {
  font-size: 14px;
}
#body .carousel-slider .carousel a p:hover {
  text-decoration: underline;
}
#body .carousel-slider .carousel img {
  opacity: .5;
  cursor: pointer;
}
#body .carousel-slider .carousel img:hover {
  opacity: 1;
}
#body .carousel-slider .carousel .flex-active-slide img {
  opacity: 1;
  cursor: default;
}
#body .carousel-slider .carousel .flex-caption {
  display: none!important;
}
#body .carousel-slider .carousel.has-caption .flex-caption {
  display: block!important;
  position: relative;
  left: auto;
  bottom: auto;
  background: transparent;
  color: #000000;
}
#body .carousel-slider div.slider {
  margin-bottom: 0;
}
#body .carousel-slider .slider-paging {
  position: relative;
  top: 10px;
  text-align: center;
}
#body .thumbnail-slider .carousel .flex-caption {
  position: relative;
  left: auto;
  bottom: auto;
  background: transparent;
  color: #000000;
}
#body .thumbnail-slider .carousel a:hover {
  text-decoration: underline;
  color: #000000;
}
#body .thumbnail-slider .slider-paging {
  position: relative;
  top: -45px;
  text-align: center;
}
#body .standard-slider .slider-paging {
  position: relative;
  top: -45px;
  text-align: center;
}
#body .flexslider {
  display: inherit;
  margin: 0 0 60px;
  background: #ffffff;
  border: 5px solid #ffffff;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
  zoom: 1;
}
#body .flexslider ul {
  padding: 0;
  margin: 0;
}
#body .flexslider ul li.carousel-item-focus img {
  border: 1px solid #ffa500 !important;
  margin: -1px;
}
#body .flexslider img {
  width: auto;
}
#body .flexslider a {
  text-decoration: none;
}
.flex-direction-nav a {
  width: 40px;
  height: 47px;
  padding: 0;
  display: block;
  background: #000000;
  color: #ffffff !important;
  text-decoration: none !important;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  font-size: 24px;
}
.flex-direction-nav a.flex-disabled {
  display: none;
}
.flex-direction-nav a.flex-next span {
  text-align: left;
  margin-left: 15px;
}
.flex-direction-nav a.flex-prev span {
  margin-left: 12px;
}
.flex-direction-nav a:hover {
  text-decoration: none;
}
.flex-direction-nav a span {
  font-size: 44px;
  display: block;
  text-decoration: none;
}
.flex-direction-nav a span:hover {
  text-decoration: none;
}
.flex-direction-nav a:before {
  content: "";
}
.flex-direction-nav a.flex-next:before {
  content: "";
}
.flex-nav-container {
  overflow: visible;
}
.flex-caption {
  width: 96%;
  padding: 2%;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  display: none;
}
.flex-caption span:first-child {
  font-size: 20px;
  display: block;
}
.flex-control-nav li {
  margin: -6px 15px;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  background: #404040 !important;
}
.flex-control-paging li a:hover {
  background: #c0c0c0 !important;
}
.flex-control-paging li a.flex-active {
  background: #c0c0c0 !important;
}
html.touch .flexslider .flex-control-paging li a {
  width: 20px;
  height: 20px;
}
