@charset 'utf-8';


.pagenation {
	width: 100%;
	margin: 0;
	text-align: center;
	position: absolute;
	bottom: 10px;
}

.pagenation ul {
	list-style: none;
	width: 100%;
	height: 12px;
	padding: 10px;
	margin: 0;
	text-align: center;
}

.pagenation li {
	list-style: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.pagenation li.current {
	background: #b4d997;
}

.flickity-page-dots {
	list-style: none;
	width: 100%;
	height: 12px;
	margin: 0;
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 10px;
}

.flickity-page-dots li {
	list-style: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
}

.flickity-page-dots li.is-selected {
	background: #0080cc;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {

	.pagenation {
		display: none;
	}

/* 
	.flickity-page-dots {
		display: none;
	}
 */
}






