.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  background: #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  box-shadow: 0 5px 5px -4px #b5b5b5;
  word-wrap: break-word;
  margin-bottom: 30px;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}

.figcaption {
  position: absolute;
  bottom: 0;
  padding: 2.2em 10em 1.5em 1.2em;
  width: 100%;
  box-sizing: border-box;
  color: #ffffff;
  background-color: rgba(143, 208, 241, 0.7);
}

.carousel-navigation {
  position: absolute;
  bottom: 1.2em;
  right: 5.2em;
  z-index: 1;
}

.carousel-navigation a,
.flex-pauseplay a {
  background-color: #009fe3;
  color: #fff;
  padding: 6px 0;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.carousel-navigation a:hover,
.flex-pauseplay a:hover {
  color: #fff;
}

.slider-counter {
  position: absolute;
  bottom: 0.4em;
  right: 6.2em;
  z-index: 20;
  font-size: 1em;
  color: #ffffff;
}

.flex-pauseplay {
  position: absolute;
  right: 2.1em;
  bottom: 1.2em;
}
