.filter-section .small-container {
	max-width: none;
}

.aee-pagination-wrap {
	text-align: center;
}

.aee-pagination {
	font-size: 18px;
	display: inline-block;
	position: relative;
}

.aee-pagination:before {
	width: 100%;
	content: "";
	display: block;
	clear: both;
}

.aee-pagination a {
	display: block;
	width: 45px;
	height: 45px;
	border: 1px solid #cfd8dc;
	text-align: center;
	float: left;
	margin: 0 10px;
}

.aee-pagination input {
	width: 55px;
	height: 45px;
	border: 1px solid #cfd8dc;
	text-align: center;
	display: block;
	float: left;
	margin: 0 10px;
	border-radius: 0;
}

.aee-prev,
.paginate-prev {
	background: url('../images/aee-left-arrow.png') no-repeat center;
}

.aee-next,
.paginate-next {
	background: url('../images/aee-right-arrow.png') no-repeat center;
}

.aee-prev,
.aee-next,
.paginate-prev,
.paginate-next {
	background-size: 14px;
	text-indent: -9999px;
}

.aee-paginate-meta {
	float: left;
	margin: 0 15px;
	line-height: 44px;
	display: inline-block;
}

.aee-paginate-meta span {
	display: inline-block;
	margin-left: 5px;
}

.pagination,
.search-box label {
	display: none;
}

audio {
	display: block;
	width: 100%;
}

.listen-to-app .up-col-4:nth-child(2) ul li:last-child img {
	max-width: 111px;
}