.holder {
	margin: -1% 0;
	width:100%;
	text-align:center;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #20a5e8;
	background: #ededed;
	padding:15px 20px;
	font-weight:500;
	border-radius: 5px;
}

.holder a:hover {
	background-color: #20a5e8;
	color: #fff;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover { 
	color: #fff;
	background:#20a5e8;
}

.holder a.jp-current, a.jp-current:hover {
	color: #fff;
	background:#20a5e8;
}

.holder span { margin: 0 5px; }
@media only screen and (min-width : 320px) and (max-width : 768px) {
	.holder {margin-bottom: 2%;}

}