.modern-page-navigation {
	display: flex;
	justify-content: center;
	margin: 50px 0 30px;
}
 @media (max-width: 1000px) {
	 .modern-page-navigation {
		 margin-bottom: 0;
	 }
 }
.modern-page-navigation a {
	font-family: Yanone Kaffeesatz;
	font-size: 25px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	width: 38px;
	height: 48px;
	display: flex;
	justify-content: center;
	color: #B3B9B8;
	align-items: center;
	margin-right: 10px;
	text-decoration: none;
	border: 1px solid #B3B9B8;
	box-sizing: border-box;
}
span.modern-page-current {
	font-family: Yanone Kaffeesatz;
	font-size: 25px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	background: #FF6B00;
	color: #fff;
	width: 38px;
	height: 48px;
	margin-right: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
