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

/* Arrows */
.slick-prev,
.slick-next
{
	width:36px;
	height:50px;
	cursor:pointer;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:10;
	background:no-repeat 50%;
	background-size:cover;
	box-sizing:border-box;
    color: transparent;
    border: none;
    outline: none;
}

.slick-prev{ left: 2px; background-image:url(../img/icon-prev.svg);}
.slick-next{ right: 2px; background-image:url(../img/icon-next.svg);}


/* Dots */
.slick-dots
{
    display: block;
    width: 100%;
	height:10px;
    padding: 0;
	margin-top:15px;
    list-style: none;
    text-align: center;
}

.slick-dots li
{
    position: relative;
    display: inline-block;
	vertical-align:top;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: transparent;
    border:none;
    outline: none;
	background:none;
	border-radius:50%;
}

.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
{
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
	border:1px solid #fff;
    text-align: center;
	border-radius:50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	z-index:10;
}
.slick-dots li.slick-active button:before
{
	width:100%;
	height:100%;
	border:none;
    background:#fff;
	left:0;
	top:0;
	box-sizing:border-box;
}

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






}
