@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:5em;line-height:1;position:absolute;top:50%;display:block;width:29px;height:99px;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;
    z-index:2;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{opacity: .5;}

ul.slider .slick-prev{left:-.5em;background:url(img/prev.png) no-repeat;background-size:contain;}
ul.slider .slick-next{right:-.5em;background:url(img/next.png) no-repeat;background-size:contain;}

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

.slick-dots
{
    position: absolute;
    bottom:-3.75em;

    display: block;

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

    list-style: none;

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

    display: inline-block;

    width: 1em;
    height: 1em;
    margin: .5em;
    padding:0 .5em;

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

    display: block;

    width:1em;
    height:1em;
    padding:30px;

    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:40px;
    line-height:.5;

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

    width:1em;
    height:40px;

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

    opacity:1;
    color:#6f6e6f;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity:1;
    color:#b33222;
}
@media all and (min-width: 0) and (max-width: 749px)  {
.slick-prev,
.slick-next{width:.4em;height:1.37em;}

.slick-dots{margin: 0 0 0 -1em;}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width:.1em;
    height:.1em;
    margin:0 2em;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before
{top:1em;
    font-size:20px;
}