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

.slick-dots
{
 position:absolute; top:110px; left:49.6%; right:0; width:215px; margin-left:-85px
}

@media all and (max-width:1024px){
    .slick-dots {position:absolute; top:20%; }
}

@media all and (max-width:586px){
    .slick-dots {position:absolute; top:23%; }
}

.slick-dots li
{
    position: relative;
    float:left;
    width: 37px;
    height: 6px;
    margin-right:5px;
    padding: 0;
    cursor: pointer;
}


.slick-dots li.slick-active
{
    width:37px;
    height:6px;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;
    padding:0;

    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
{
    background:url("../images/slick-dots.png") 0 0 no-repeat;
    font-family: 'slick';
    line-height: 37px;

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

    width: 37px;
    height: 6px;

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

    opacity:1;
    color:none;

}
.slick-dots li.slick-active button:before
{
    opacity:1;
    width:37px;
    height:3px;
    margin-right:15px;
    background:url("../images/slick-active.png") 0 0 no-repeat;
}


.slick-prev {position: absolute; top:20%; bottom:0; left:0; width:41px;height:89px; text-indent:-9999em; background:url("../images/main_left.png?v=v2") 0 0 no-repeat; background-size:100% 100%;  cursor:pointer; outline: none; z-index:9999}
.slick-next {position: absolute; top:20%; bottom:0; right:0; width:41px;height:89px; text-indent:-9999em; background:url("../images/main_right.png?v=v2") 0 0 no-repeat;  background-size:100% 100%; cursor:pointer; outline: none; z-index:9999}


@media all and (max-width:1024px){
.slick-prev {top:20%; bottom:0; left:0; width:33px;height:72px;}
.slick-next {top:20%; bottom:0; right:0;width:33px;height:72px;}

}

