@charset 'UTF-8';
.single-item button {
	border: none;
}
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: -20px;
	left: 0;
	display: block;
	/*background: url(../images/leftarrow.png) no-repeat;*/
	width: 32px;
	height: 32px;
	padding: 0;
	z-index: 1;
	cursor: pointer;
	display:none!important;
}
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: -20px;
	right: 0;
	display: block;
	cursor: pointer;
	/*background: url(../images/rightarrow.png) no-repeat;*/
	width: 32px;
	height: 32px;
	padding: 0;
	z-index: 1;
	display:none!important;
}
.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-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	/*text-align: center;*/
	left:31%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
    height: 13px;
    padding: 5px;
    cursor: pointer;
    /* color: transparent; */
    border: 0;
    outline: none;
    /* background: transparent; */
    background: #bfbfbf;
    border-radius: 49%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
	background: #797676;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li.slick-active button{
	background:#797676;}