@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* 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: 38px;
    height: 38px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    opacity: 1;
}

.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: .25;
}

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

    opacity: .75;
    color: white;

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

.slick-prev
{
    
    left: auto;
    background-size: 100%;
    z-index: 2;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}


.slick-next
{
    
    right: 14px;
    background-size: 100%;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
/*UNCLASSIC ARROWS*/
.multiple-items .slick-prev
{
    background: url(/images/icons/grey-arrow.jpg) no-repeat white;
    background-position: center center;
    background-size: 53%;
    z-index: 2;
    top: -77px;
    right: 106px;
    left: auto;
    width: 74px;
    height: 32px;
}
.multiple-items [dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}


.multiple-items .slick-next
{
    width: 74px;
    height: 32px;
    right: 27px;
    top: -93px;
    background: url(/images/icons/grey-arrow.jpg) no-repeat white;
    background-position: center center;
    background-size: 53%;
    transform: rotate(-180deg);
}
.multiple-items [dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

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

.slick-dots
{
   position: absolute;
    bottom: 44px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 8px;
    padding: 2px;
    cursor: pointer;
    color: transparent;
    border: 0;
    position: relative;
    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
{
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: 1;
    background: #666666;
    border-radius: 100%;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
 background: #d8c791;
}
@media (min-width:320px) and (max-width: 920px){
    .slick-dots li button:before {
        display: none !important;
    }
    .testim-wrapper {
        width: 100%;
    }
}