@charset 'UTF-8';
@media screen and (min-width : 751px ){
/* Slider */
.slick-list {
	background: #fff;
}
.slick-loading .slick-list {
	background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Dots */
.slick-dotted.slick-slider {
}
.slick-dots {
	display: block;
	width: 100%;
	text-align: center;
	padding: 14px 0;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 16px;
	height: 16px;
	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:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	content: '';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #FFDFBF;
}
.slick-dots li.slick-active button:before {
	background: #D96D00;
}
}
