.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 3px;
	background: #dbecf4;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}





.modern-page-navigation a{
	background-color: white !important;
	color: #4A4A3F !important;
	opacity: 1;
	font-size: 20px;
	margin: 0 10px;
	padding: 8px 9px;
}
.modern-page-navigation .modern-page-current{
	background-color: #EC8307 !important;
	color: white !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 20px;
	padding: 8px 14px;
}
.modern-page-navigation a.modern-page-next{
	padding: 8px 21px;
	color: #4A4A3F !important;
	background-color: #4A4A3F !important;
	position: relative;
}
.modern-page-navigation a.modern-page-next::before{
	content: '';
	width: 11px;
    height: 20px;
	position: absolute;
	top: 10px;
    right: 15px;
	background-image: url('images/right.svg');
	background-repeat: no-repeat;
	pointer-events: none;
}
.modern-page-navigation a.modern-page-previous{
	padding: 8px 21px;
	color: #4A4A3F !important;
	background-color: #4A4A3F !important;
	position: relative;
}
.modern-page-navigation a.modern-page-previous::before{
	content: '';
	width: 11px;
    height: 20px;
	position: absolute;
	top: 10px;
    right: 15px;
	background-image: url('images/left.svg');
	background-repeat: no-repeat;
	pointer-events: none;
}

.modern-page-navigation{
	display: flex;
	overflow: auto;
	justify-content: center;
}

@media (max-width:575px) {
	.modern-page-navigation a{
		margin: 0 5px;
		font-size: 16px;
	}
}


/* .bx_pagination_section_two, .bx_pg_text{
	display: none;
}
.bx_pagination_page .bx_active{
	
} */


/* .bx_pagination_page li a:not(:last-child){
	background-color: white !important;
	color: #4A4A3F !important;
	opacity: 1;
	font-size: 20px;
	padding: 8px 14px;
}

.bx_pagination_page li:last-child a{
	background-color: #4A4A3F !important;
	color: #4A4A3F !important;
	opacity: 1;
	font-size: 20px;
}
.bx_pagination_page li:first-child a{
	background-color: #4A4A3F !important;
	color: #4A4A3F !important;
	opacity: 1;
	font-size: 20px;
}
.bx_pagination_page li{
	background-color: white !important;
	color: #4A4A3F !important;
	opacity: 1;
	font-size: 20px;
	margin: 0 10px;
	padding: 8px 9px;
}
.bx_pagination_page li:first-child{
	background-color: #4A4A3F !important;
	color: #4A4A3F !important;
	padding: 8px 9px;
	position: relative;
}
.bx_pagination_page li:last-child::before{
	content: '';
	position: absolute;
	width: 11px;
    height: 20px;
	top: 10px;
    left: 15px;
	background-image: url('images/right.svg');
	background-repeat: no-repeat;
	pointer-events: none;
}
.bx_pagination_page li:first-child::before{
	content: '';
	width: 11px;
    height: 20px;
	position: absolute;
	top: 10px;
    right: 15px;
	background-image: url('images/left.svg');
	background-repeat: no-repeat;
	pointer-events: none;
}
.bx_pagination_page li:last-child{
	padding: 8px 9px;
	color: #4A4A3F !important;
	background-color: #4A4A3F !important;
	position: relative;
} */