.pagination-holder{
	padding: 10px 0;
	position: relative;
}
.pagination-holder .show_length {
	background: #ffffff;
	border: 1px solid #323568;
	padding: 0.2rem 1rem;
	width: 80px;
	top:17px;
	position: absolute;
}
.pagination-holder .show_length label {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
	display: inline-block;
}
.pagination-holder .show_length select {
	border: 0;
	position: absolute;
	background: none;
	top: 0;
	right: 0;
	width: 100%;
	padding: 0;
	text-indent: 4rem;
	height: 100%;
	color: #323568;
	font-size: 1rem;
	font-weight: bold;
	outline: none !important;
}
.pagination-holder .reverse-btn,
.pagination-holder .reverse-btn:focus{
	position: absolute;
	top: 15px;
	right: 0;
	padding:0 10px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #323568;
	background: #ffffff;
	text-align: center;
	color: #323568;
	cursor: pointer;
	font-size: 16px;
	box-sizing: border-box;
}
.pagination-holder .reverse-btn.active,
.pagination-holder .reverse-btn.active:focus{
	background: #323568;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.pagination-holder .show_length {
		position: relative;
		margin:0 auto 10px;
		top:0;
	}
	.pagination-holder .reverse-btn {
		position: relative;
		margin:10px auto 0;
		top:0;
		width: 112px;
	}
}
.pagination {
	width: 100%;
	height: auto;
	font-size:0 !important;
	text-align: center;
}
.pagination a {
	cursor: pointer;
	margin: 0 5px 0 0;
	color: #323568;
	background: #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}
.pagination a:hover {
	background-color: #323568;
	color: #fff;
	text-decoration: none;
}
.pagination a.jp-previous { margin-right: 5px; }
.pagination a.jp-next { margin: 0; }
.pagination a.jp-current, a.jp-current:hover {
	background-color: #323568;
	color: #fff;
}
.pagination a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}
.pagination a.jp-current, a.jp-current:hover{
	cursor: default;
}
.pagination a.jp-disabled, a.jp-disabled:hover {
	background: none;
	cursor: default; 
}
.pagination span { margin: 0 5px 0 0 ; font-size:14px; }