@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff;
}

/* Icons */
/* Arrows */
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    left:-30px;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    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:url(../img/slide_arrow_left.svg) no-repeat 0 0;
    background-size: 50px 50px;
    z-index:10;
}
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    right:-30px;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    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:url(../img/slide_arrow_right.svg) no-repeat 0 0;
    background-size: 50px 50px;
    z-index:10;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    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: .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 {
    display:none;
}

.slick-next {
    display:none;
}

/* Dots */

@media screen and (min-width:1024px){
    .slick-dots {
        position: absolute;
        bottom: -45px;

        display: block;

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

        list-style: none;

        text-align: center;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0 8px;
        padding: 0;
        background-color: #f3f3f3;
        cursor: pointer;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;

        display: block;

        width: 16px;
        height: 16px;
        padding: 5px;
        border:none;
        cursor: pointer;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;

        color: transparent;
        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';
        line-height: 20px;

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

        width: 16px;
        height: 16px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;

        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;
        background-color:#111;
    }
}

@media screen and (min-width:768px) and (max-width:1023px){

    .slick-prev {
        font-size: 0;
        line-height: 0;
        position: absolute;
        left:-30px;
        top: 50%;
        display: block;
        width: 50px;
        height: 50px;
        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:url(../img/slide_arrow_left.svg) no-repeat 0 0;
        background-size: 50px 50px;
        z-index:10;
    }
    .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        right:-30px;
        top: 50%;
        display: block;
        width: 50px;
        height: 50px;
        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:url(../img/slide_arrow_right.svg) no-repeat 0 0;
        background-size: 50px 50px;
        z-index:10;
    }
    
    .slick-dots {
        position: absolute;
        bottom: -40px;

        display: block;

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

        list-style: none;

        text-align: center;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0 8px;
        padding: 0;
        background-color: #f3f3f3;
        cursor: pointer;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;

        display: block;

        width: 16px;
        height: 16px;
        padding: 5px;
        border:none;
        cursor: pointer;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;

        color: transparent;
        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';
        line-height: 20px;

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

        width: 16px;
        height: 16px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;

        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;
        background-color:#111;
    }
}
@media screen and (max-width: 767px){

    .slick-prev {
        font-size: 0;
        line-height: 0;
        position: absolute;
        left:-15px;
        top: 50%;
        display: block;
        width: 30px;
        height: 30px;
        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:url(../img/slide_arrow_left.svg) no-repeat 0 0;
        background-size: 30px 30px;
        z-index:10;
    }
    .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        right:-15px;
        top: 50%;
        display: block;
        width: 30px;
        height: 30px;
        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:url(../img/slide_arrow_right.svg) no-repeat 0 0;
        background-size: 30px 30px;
        z-index:10;
    }
    .slick-dots {
        position: absolute;
        bottom: -40px;

        display: block;

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

        list-style: none;

        text-align: center;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        padding: 0;
        background-color: #f3f3f3;
        cursor: pointer;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;

        display: block;

        width: 12px;
        height: 12px;
        padding: 6px;
        border:none;
        cursor: pointer;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;

        color: transparent;
        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';
        line-height: 20px;

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

        width: 12px;
        height: 12px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;

        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;
        background-color:#111;
    }
}
