.hubdb{
	scroll-margin-top:160px;
	margin: 0 auto;
}
{#******* FILTERS *******#}
.hubdb__filters{
	display: flex; 
	justify-content: space-between;
	flex-direction: row-reverse;
	gap:20px;
	max-width: 1270px;
	margin: 0 auto;
	width: 90%;
}
.hubdb__filter-field{
	width:100%;
}
.hubdb__filter-field input,
.hubdb__filter-field select{
	padding: 10px;
	width:100%;
	border: 1px solid #000000;
	border-radius: 5px;
}
.hubdb__filter-field select{
	height: 50px;
}
.hubdb__filter-field input:not([type="checkbox"], [type="radio"], [type="range"]){
	height: 50px;
}
.hubdb__filter-field input::placeholder,
.hubdb__filter-field select{
	color: #FFFFFF;
	background-color: #166491;
	border: none;
	border-radius: 0;
}
.hubdb__filter-field select:hover{
	background-color: #166491;
}
.hubdb__filter-field input[type="checkbox"],
.hubdb__filter-field input[type="radio"]{
	display: block;
}

.hubdb__filter-field label{
	display: block;
}
.hubdb__filter-field--multiselect:not(.hubdb--SELECT),
.hubdb__filter-field--foreign_id:not(.hubdb--SELECT),
.hubdb__filter-field--select:not(.hubdb--SELECT){
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.hubdb__filter--checkbox-subfield{
	text-align: center;
	margin: 0 10px;
}
.hubdb__filter--checkbox-subfield label{
	display: block;
}
.hubdb__filter-subfield{
	margin: 10px;
}
.hubdb__not-found-results{
	color:var(--secondary)
}
.hubdb__information .hubdb__card-button.button {
	margin: unset;
	display: inline-block;
	text-transform:uppercase;
	margin-bottom:8px;
}
.hubdb .hubdb__load-more{
	margin: 0 auto;
	display: none;
}
.hubdb__load-more.button.button--active {
	display: flex;
	justify-content: center;
	margin: 64px auto 32px;
	width: fit-content;
}

{#******* PAGINATION *******#}
.hubdb__pagination{
	margin: 64px auto 32px;
	text-align: center;
	width: fit-content;
	position: relative;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	max-width: 1270px;
}
.hubdb__pagination-container{
	padding: 0 16px;
	display: flex;
	justify-content: center;
	gap: 16px;
}
.hubdb__button-prev,
.hubdb__button-next{
	pointer-events: none;
	cursor: initial;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
	opacity:0.6;
	text-decoration:none;
}
.hubdb__button-prev.button--active,
.hubdb__button-next.button--active{
	pointer-events: initial;
	cursor: pointer;
	opacity:0.95;
}
.hubdb__button-prev:hover,
.hubdb__button-next:hover{
	opacity:1;
}
.hubdb--pagination-hide .hubdb__button-prev,
.hubdb--pagination-hide .hubdb__button-next{
	display:none;
	transition: all .3s ease;
}
.hubdb__button-prev{
	left: -32px;
}
.hubdb__button-next{
	right: -32px;
}
.hubdb__button-page {
	width:40px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration:none;
	transition: all .3s ease;
}
.hubdb__button-page--active{
	pointer-events:none;
}
.hubdb__button-page:hover{
	text-decoration:none;
}
{#******* CARD *******#}
.hubdb__container{
	margin: 44px auto;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	max-width: 1270px;
}
.hubdb__card.card{
	transition:all .3s ease;
	position:relative;
	border: none;
	background-color: transparent;
}

.hubdb__featured-image{
	width: 100%;
	min-height: 280px;
	display: flex;
	align-items: flex-end;
}

.hubdb__featured-image a{
	position: relative;
	width: 100%;
	height: 100%;
}
}
.hubdb__categories-container,
.hubdb__public-container,
.hubdb__duration-container,
.hubdb__year-container{
	display: flex;
	justify-content: space-between;
	text-transform:capitalize;
}
.hubdb__information{
	margin-top: -10px;
	margin-bottom: 30px;
}
.hubdb__information *{
	margin: 0;

}
.hubdb__categories{
	display: flex;
}
.hubdb--hide{
	display:none;
}
{#*************** MEDIA QUERYS ***************#}
@media screen and (max-width: 992px){
	.hubdb__filters{
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.hubdb__filter-field{
		width:48%;
	}
	.hubdb__card{
		margin: 0 auto;
		height: fit-content;
		flex-direction: column;
		align-items: stretch;
		max-width: 818px;
		width: 100%;
	}
}
@media(max-width:765px){
	.hubdb__filter-field{
		width:100%;
	}
}


.hubdb__details-container ul {
	display: flex;
	list-style: none;
	color: #444;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 0; 
}

.hubdb__details-container li:not(:last-child):after {
	content: "|";
	display: inline;
	margin: 0 1.5rem;
}

.hubdb__content{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hubdb__name-container h3{
	color: #186693;
	font-size: 1.9rem;
	font-weight: 600;
	letter-spacing: .3rem;
	line-height: 1.875;
	text-transform: uppercase;
}

.hubdb--label{
	color: #666;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: 300;
}

.hubdb__path-card{
	border: none;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .3rem;
	margin: 0;
	max-width: 200px;
	width: 100%;	
	background-color: #166491;
	color: #fff;
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 20px;
	min-width: 150px;
	padding: 1.5rem 1.5rem 1.9rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s;
}

.hubdb__path-card:hover{
	background-color: #0f547c;
	text-decoration: none;
	color: #fff;
}

.hubdb__filter-field.hubdb__filter-field-range input{
	padding: 0;
	border: none;
}

.hubdb__range-label{
	display: flex;
	justify-content: space-between;
}






.hubdb__filter-field input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #166491;
    border-radius: 4px;
    outline: none;
  }

 .hubdb__filter-field input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #166491;
    border-radius: 50%;
    cursor: pointer;
  }

 .hubdb__filter-field input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #166491;
    border: none;
    border-radius: 50%;
    cursor: pointer;
  }