.paginations {
	margin-top: 40px;
}
.nav-pages,
.nav-title {
	text-align: center;
}
.nav-title {
	font-size: 14px;
    margin-top: 10px;
    color: rgba(45, 43, 44, 0.5);
}
.nav-pages a,
.nav-pages span {
	border: 2px solid #3675de;
    display: inline-block;
    width: 40px;
    line-height: 30px;
	color: inherit;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.nav-pages .nav-current-page {
	background: #3675de;
	color: #fff;
}
.nav-pages a:hover {
	background: #3675de;
	opacity: 0.9;
	color: #fff;
	text-decoration: none;
}