@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
	background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Dots */
.slick-dots {
	position: absolute;
	bottom:15px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height:6px;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px !important;
	height: 8px;
	margin: 0 8px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	display: block;
	width: 8px !important;
	height: 8px;
	cursor: pointer;
	border: 0;
	outline: none;
	text-indent:-9999px;
}
.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;
	content:"";
	top: 0;
	left: 0;
	width: 8px;
	height:8px;
	text-align: center;
	color: black;
	background:#efefef;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: #53cac4;
	background:#53cac4;
}
