@charset "UTF-8";
/* Slider */
.slick-loading .slick-list
{
    background: #000 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 { display: none;}
.slick-next { display: none;}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: -1vw;
}

.slick-dots
{
    position: absolute;
    bottom: 5vw;
    z-index: 99;

    display: block;

    width: 100%;
    padding: 0 2vw 0 0;
    margin: 0;
    box-sizing: border-box;

    list-style: none;

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

    display: inline-block;

    width: 2vw;
    height: 2vw;
    margin: 0 ;
    padding: 0;

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

    display: block;

    width: 2vw;
    height: 2vw;
    padding: 0.2vw;

    cursor: pointer;

    color: transparent;
    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: 1vw;
    line-height: 1vw;

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

    width: 2vw;
    height: 2vw;

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

    opacity: .25;
    color: #000;

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

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

    .slick-dotted.slick-slider
{
    margin-bottom: -6vw;
}
    .slick-dots
    {
        position: absolute;
        bottom: 8vw;
        z-index: 99;

        display: block;

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

        list-style: none;

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

        display: inline-block;

        width: 3vw;
        height: 3vw;
        margin: 0 ;
        padding: 0;

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

        display: block;

        width: 3vw;
        height: 3vw;
        padding: 0.2vw;

        cursor: pointer;

        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li button:before
    {
        font-family: 'slick';
        font-size: 2vw;
        line-height: 4vw;

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

        width: 3vw;
        height: 3vw;

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

        opacity: .25;
        color: #000;

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

@media screen and (max-width: 767px) {

    .slick-dotted.slick-slider
{
    margin-bottom: -6vw;
}
    .slick-dots
    {
        position: absolute;
        bottom: 8vw;
        z-index: 99;

        display: block;

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

        list-style: none;

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

        display: inline-block;

        width: 4vw;
        height: 4vw;
        margin: 0 ;
        padding: 0;

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

        display: block;

        width: 4vw;
        height: 4vw;
        padding: 0.2vw;

        cursor: pointer;

        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li button:before
    {
        font-family: 'slick';
        font-size: 3vw;
        line-height: 4vw;

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

        width: 4vw;
        height: 4vw;

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

        opacity: .25;
        color: #000;

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

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #000;
}
