a {
	text-decoration: none !important;
}

.paging {
	max-width: 1430px;
	width: 100%;
	height: 50px;
	float: left;
	margin: 30px 0;
}

ul.paging_link {
	border-top: 0;
	width: 711px;
	margin: auto;
}
@media screen and (max-width: 768px){
	ul.paging_link {
		width: 100%;
	}
}
ul.paging_link li {
	float: left;
	width: 50px;
	padding: 10px;
	font-size: 14px;
	color: #989898;
	border-left: solid 1px #ddd;
	text-align: center;
}

li.cur {
	background: #333;
	border-radius: 3px;
	color: #fff !important;
}

ul.paging_link li a {
	text-decoration: none;
	color: #989898;
}

li.first_link {
	border-radius: 6px 0 0 6px;
}

li.last_link {
	border-radius: 0 6px 6px 0;
	border-right: solid 1px #ddd;
}

#loader-bg {
	background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

#loader-bg img {
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
}
