@keyframes type{
    from { width: 0; }
}
 
@-webkit-keyframes type{
    from { width: 0; }
}

.top .container-fluid{padding:0;}
.top__slider-item {
  position: relative;
  max-height: 550px; }
  .top__slider-item img {width: 100%; }
.top__slider-item.filtr img{-webkit-filter: brightness(92%); filter: brightness(72%);}
  .top__slider-item .slider-text {
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 93%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center
        -ms-flex-pack: center;
            justify-content: center; }
    .top__slider-item .slider-text p {
      margin: 0;
      padding: 0;
margin-bottom: 2%;
    font-size: 2.5rem;
      color: #ffffff; 
	  -webkit-text-shadow: 0 0 10px rgba(0,0,0,.75);
    -moz-text-shadow: 0 0 10px rgba(0,0,0,.75);
    -ms-text-shadow: 0 0 10px rgba(0,0,0,.75);
    -o-text-shadow: 0 0 10px rgba(0,0,0,.75);
    text-shadow: 0 0 10px rgba(0,0,0,.75);
	font-weight:600;
	text-align:center;
text-align: left;
    width: 100%;
line-height: 1.1;
	  }

.top__slider-item .slider-text p.description{font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;}
    
	
	.top__slider-item .slider-text a {
padding: 5px 3% 7px 3%;
font-size: 1.4rem;
    color: #ffffff;
border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    -ms-border-radius: 2px;
    transition: border-color .3s,background-color .3s;
    -moz-transition: border-color .3s,background-color .3s;
    -webkit-transition: border-color .3s,background-color .3s;
    -o-transition: border-color .3s,background-color .3s;
	border: 2px solid #fff;
    display: block;}
	
	
     
      .top__slider-item .slider-text a:hover {
        text-decoration: none; background: rgba(112, 112, 112, 0.7098039215686275);}

.top__slider-button-left {
  position: absolute;
  top: calc(100% / 2 - 60px);
  left: 0;
  z-index: 10;
  width: 28px;
  height: 81px;
  background-image: url("img/slider-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); background-size: 17px 54px;}
  

.top__slider-button-right {
  position: absolute;
  top: calc(100% / 2 - 30px);
  right: 0;
  width: 28px;
  height: 81px;
  background-image: url("img/slider-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0; background-size: 17px 54px;}

.slick-dots {
  position: absolute;
  bottom: 10%;
left: 15%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none; }

  .slick-dots li {
    margin-right: 20px; }
    .slick-dots li:last-child {
      margin-right: 0; }
  .slick-dots li button {
    width: 23px;
    height: 23px;
    background-image: url("img/dot.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
    overflow: hidden; 
	}
   
  .slick-dots .slick-active button {
    background-image: url("img/dot-active.png"); }



/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}



/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 0 15px 0 0;
  border: solid 1px #fff;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 10px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #fff;
}