@charset 'UTF-8';
/* Slider */

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    border: none;
    outline: none;

}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    outline: none;
    
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity:1;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: 1;
   

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    width: 50px;
    height: 50px;
  background: url(../../img/slick_prev.png) no-repeat 0 0;
    left: -20px;
    z-index: 999999;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
}
.slick-prev:before
{
    width: 50px;
    height: 50px;
  background: url(../../img/slick_prev.png) no-repeat 0 0;
}
[dir='rtl'] .slick-prev:before
{
   width: 50px;
    height: 50px;
  background: url(../../img/slick_prev.png) no-repeat 0 0;
}

.slick-next
{
       width: 50px;
    height: 50px;
  background: url(../../img/slick_next.png) no-repeat 0 0;
    right: -20px;
}

.slick-next:hover,
.slick-prev:hover{
    opacity: .7;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
           width: 50px;
    height: 50px;
  background: url(../../img/slick_next.png) no-repeat 0 0;
}
.slick-next:before
{
          width: 50px;
    height: 50px;
  background: url(../../img/slick_next.png) no-repeat 0 0;
}
[dir='rtl'] .slick-next:before
{
          width: 50px;
    height: 50px;
  background: url(../../img/slick_next.png) no-repeat 0 0;
}
/* -------------- */
.smal_slide .slider-nav .slick-prev{
          width: 94px ;
    height: 35px ;
    left: 0;
    opacity: 1 ;
    top:16px ;
    z-index: 1;
       background: url(../../img/sm_slick_prev.png) no-repeat 0 0 ;
}
.smal_slide .slider-nav .slick-next{
          width: 94px ;
    height: 35px;
    margin-top: -44px; 
    opacity: 1 ;
    right: 0;
    top:100%;
       background: url(../../img/sm_slick_next.png) no-repeat 0 0 ;
}

/* --------- */

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@media only screen and (max-width: 1410px){
    .slick-prev{
        left: 0;
    }
    .slick-next{
    right: 0;
}
}
@media only screen and (max-width: 480px){
.smal_slide .slider-nav .slick-prev {
    width: 72px;
    height: 30px;
    left: 0;
    opacity: 1;
    top: 10px;
    background: url(../../img/sm_slick_prev.png) no-repeat center center;
}
.smal_slide .slider-nav .slick-next{
               width: 71px ;
    height: 30px ;
    margin-top: -44px; 
    opacity: 1 ;
    left: 0;
    top:258px;
       background: url(../../img/sm_slick_next.png) no-repeat center center ;
}    
}