@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;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: url(../../../img/icon/arr.png) center/cover no-repeat;
    z-index: 8;
    bottom: -30px
}
.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: 44%;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

.slick-next
{
    right: 44%;
    transform: rotate(180deg)
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -60px;
    display: block;
    padding: 0;
    margin: 0 ;
    list-style: none;
    text-align: center;
    width: 100%;
}
@media screen and (max-width:768px) {
.slick-prev
{
    left: 10px;
}
.slick-next
{
    right: 10px;
}
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
    list-style: none;
    background: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
}
.slick-dots li button
{
    display: none;
    cursor: pointer;
    border: 0;
    outline: none;
    background: none;
    color: #888888;
    font-size: 14px;
    font-family: 'Lato Light';
    content: "0";
    width: 100%;
    padding-top: 10px
}
.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.slick-active {
    background: #ceb36b;
    box-shadow: none;
}
.slick-dots li.slick-active button
{
    display: none
}