.layerslideshow *,
.layerslideshow *:before,
.layerslideshow *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}
.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;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.layerslideshow .img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}
.layerslideshow .info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
  
}
.layerslideshow .info > div {
  display: inline-block !important;
  vertical-align: middle;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.layerslideshow .NextArrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 45px;
  background: rgba(255,255,255, 0.9);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #444;
  z-index: 5;
}
.layerslideshow .NextArrow:before {
  content: '\f105';
}
.layerslideshow .PrevArrow {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(255,255,255, 0.9);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #444;
  z-index: 5;
}
.layerslideshow .PrevArrow:before {
  content: '\f104';
}
.layerslideshow .slidelink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* ==== Slider Style === */
.layerslideshow .item h2 {
  font-size: 44px;
  font-weight: 800;
  color: #FFF;
  animation: fadeOut 1s both;
  margin: 0 0 0px;
  padding: 0 50px;
}
.layerslideshow .item h5 {
  /*margin: 0 auto;*/
  padding: 0 50px 10px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #FFF;
  /*max-width: 700px;*/
  overflow: hidden;
  /*height: 60px;*/
  animation: fadeOut 1s both;
}
.layerslideshow .item i {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 40px;
  color: #FFF;
  max-width: 600px;
  overflow: hidden;
  height: 60px;
  animation: fadeOut 1s both;
}
.layerslideshow .item i:before {
  color: white;
}
.layerslideshow .item.slick-active h2 {
  animation: fadeInDown 1s both 0.5s;
}
.layerslideshow .item.slick-active h5 {
  animation: fadeInLeft 1s both 1s;
}
.layerslideshow .item.slick-active i {
  animation: fadeIn 1s both 1.5s;
}
/*.layerslideshow .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}*/
/* ==== Slick Slider Css Ruls === */
.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: 1024px) {
  .layerslideshow .img-fill {
    height: auto;
  }
  .layerslideshow .img-fill img {
    max-width: 100%;
    min-height: 0;
  }
  .layerslideshow .info {
    height: auto;
    line-height: 20em;
    max-height: 0;
  }
}
