﻿.slick-active:focus, .slick-active:active{
    outline: none !important;
}
.slick-prev:before, .slick-next:before{
    font-size: 30px;
}
.responsive1 .slick-next, .responsive1 .slick-prev {
    width: 33px;
    height: 56px;
    position: absolute;
    top: 40%;
    right: -31px;
    background: url(/images/right_btn.png) no-repeat center;
    /* border: 1px solid rgba(132, 128, 128, 0.49); */
    /* border-left: none; */
    transform: inherit;
    /* border-top-right-radius: 2px; */
    /* border-bottom-right-radius: 2px; */
    z-index: 5;
    transition: 0.3s;
}
.responsive1 .slick-prev {
    background: url(/images/left_btn.png) no-repeat center;
    left: -31px;
}
.responsive1 .slick-next, .responsive1 .slick-prev{
    background-size: 30px;
}
.responsive1 .slick-prev:hover{
     background: url(/images/left_btn_hover.png) no-repeat center;
    transition: 0.3s; 
    background-size: 30px;
}
.responsive1 .slick-next:hover {
     background: url(/images/right_btn_hover.png) no-repeat center;
      transition: 0.3s; 
      background-size: 30px;
}
.responsive1 a:hover, .responsive2 a:hover{
    border: none !important;
    text-decoration: none !important;
}
.responsive2 .slick-next {
    right: 0px;
}
.responsive2 .slick-prev {
    right: 21px;
    left:  inherit;
}
.responsive2 .slick-next, .responsive2 .slick-prev{
    top: -7%;
    background-size: 22px;
}

@media (max-width: 338px)
{
    .responsive2 .slick-next, .responsive2 .slick-prev {
        /* top: 437px; */
        /* background-size: 16px; */
        /* position: absolute; */
        /* right: 4px; */
    }
    .responsive2 .slick-prev {
        /* right: 29px; */
        /* left: inherit; */
    }
    .responsive2 .slick-next:hover, .responsive2 .slick-prev:hover {
         /* background-size: 16px; */
    }
}
