@charset 'UTF-8';
/* Slider */


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 27px;
    height: 49px;
    margin-top: -25px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 100;
}
.slick-prev
{
	margin-left: -800px;
    left: 40%;
	background: url("/wp-content/uploads/prev.png") no-repeat 0 0;
}
.slick-next
{
	margin-left: 800px;
    left: 60%;
	background: url("/wp-content/uploads/next.png") no-repeat 0 0;
}
/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 15px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

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

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 2px;
    padding: 0;
	color: #c9c9c9;
	background: url("/wp-content/uploads/dots.png") no-repeat 0 0;

    cursor: pointer;
}
.slick-dots li.slick-active
{
	color: #808080;
	background: url("/wp-content/uploads/dots-on.png") no-repeat 0 0;
}



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

    display: block;

    width: 15px;
    height: 15px;
    padding: 0px;

    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;
}
