.layerslideshow *,
.layerslideshow *:before,
.layerslideshow *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.layerslideshow .blocks-box,
.layerslideshow .slick-slider {
  margin: 0;
  padding: 0 !important;
}
.layerslideshow .slick-slide {
  float: left ;
  padding: 0;
}
.layerslideshow .img-fill {
  width: 100%;
  display: block;
  position: relative;
}
.layerslideshow .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-contents: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.layerslideshow .info-wrapper {
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  max-width: 50%;
  padding: 20px 20px 30px;
  margin: 0 auto;
  animation: fadeIn 1s both 1s;
}
.layerslideshow .info-wrapper:before,
.layerslideshow .info-wrapper:after {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #eee;
  content: "";
}
.layerslideshow .info-wrapper:before {
  bottom: -15px;
  left: -15px;
}
.layerslideshow .info-wrapper:after {
  top: -15px;
  right: -15px;
}
.layerslideshow .NextArrow,
.layerslideshow .PrevArrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: -20px 0 0;
  text-align: center;
  font: 22px FontAwesome;
  line-height: 42px;
  background-color: transparent;
}
.layerslideshow .NextArrow::before,
.layerslideshow .PrevArrow::before {
  color: #fff;
}
.layerslideshow .NextArrow {
  right: 0;
}
.layerslideshow .NextArrow::before {
  content: '\f054';
  margin-left: 5px;
}
.layerslideshow .PrevArrow {
  left: 0;
}
.layerslideshow .PrevArrow::before {
  content: '\f053';
  margin-right: 5px;
}
.layerslideshow .slidelink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.layerslideshow-title,
.layerslideshow-caption,
.layerslideshow-icon {
  text-align: center;
}
.layerslideshow-title {
  font-size: 34px;
  font-weight: 400;
  color: #FFF;
  animation: fadeOut 1s both;
  margin: .5rem 35px;
}
.slick-active .layerslideshow-title {
  animation: fadeInDown 1s both 0.5s;
}
.layerslideshow-caption {
  margin: 0 auto 10px;
  color: #FFF;
  max-width: 700px;
  animation: fadeOut 1s both;
  text-transform: none;
}
.slick-active .layerslideshow-caption {
  animation: fadeIn 1s both 1s;
}
.layerslideshow-icon {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 40px;
  color: #FFF;
  max-width: 600px;
  overflow: hidden;
  height: 60px;
  animation: fadeOut 1s both;
}
.layerslideshow-icon::before {
  color: white;
}
.slick-active .layerslideshow-icon {
  animation: fadeIn 1s both 1.5s;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left /* If RTL Make This Right */;
  height: 100%;
  min-height: 1px;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#container_slideshow .wrapper960 {
  width: 100% !important;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .layerslideshow-title {
    font-size: 1.4em;
    line-height: 1.6em;
  }
  .layerslideshow-caption {
    display: none;
  }
  .layerslideshow .info-wrapper {
    max-width: 80%;
    padding: 10px 20px;
  }
}
