body {
	font-family: 'Nunito Sans', sans-serif;
	margin: 0;
	background-color: #443f33;
}

.special-font {
	font-family: "Libre Baskerville", system-ui;
}

.mobile-only {
	display: none;
}

#page-mask {
	/*background: rgba(255, 255, 255, 0.7);*/
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.spinner,
.spinner:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;


	/*margin: 25.4% auto;
  position: relative;*/

	font-size: 3px;
	text-indent: -9999em;
	border-top: 1.2em solid rgba(150, 150, 150, 1);
	border-right: 1.2em solid rgba(150, 150, 150, 1);
	border-bottom: 1.2em solid rgba(150, 150, 150, 1);
	border-left: 1.2em solid #2379b5;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.6s infinite linear;
	animation: load8 0.6s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.flex-container {
	display: flex;

}

#left-column {
	width: 10%;
}

#center-column {
	width: 80%;
	/*max-width:830px;*/
}

#right-column {
	width: 10%;
}

/*
@media (max-width: 1440px) {
	#left-column{
		width:15%;
	}
	
	#center-column{
		width:70%;
		max-width:830px;
	}
	
	#right-column{
		width:15%;
	}
}*/

input.search-field.translate.form-control.input {
	width: 120px;
}

/*#date-label{
	display: none;
}*/

.small-text {
	font-size: 16px;
}

.medium-text {
	font-size: 18px;
}

.large-text {
	font-size: 22px;
}

.italic {
	font-style: italic;
}

#back-to-top {
	margin: 0 auto;
	position: fixed;
	bottom: 5%;
	left: 93%;
}

#back-to-top:hover {
	/*color:#000;*/
	cursor: pointer;
}

input[type="text"] {
	border: 1px solid #ccc;
	padding: 3px;
	color: white;

	/*Rounded corners*/
	/*border-radius: 4px;
	-moz-border-radius: 4px;*/
}

input[type="text"]:disabled {
	background: #ebebeb;
}

#thumbsParentContainer {
	margin-top: 20px;
}

#thumbsParentContainer .wrap {
	border: none;
}

#thumbsParentContainer .wrap .descr {
	opacity: 0;
	margin-top: 60%;
	height: 40%;
	position: relative;
	display: flex;
	justify-content: center;
	/*align-content: center;*/
	flex-direction: column;
	font-family: "Libre Baskerville", system-ui;

	/*actuellement, Fadeout sur le texte mais pas le background*/
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	-ms-transition: opacity 250ms;
	transition: opacity 250ms;
}

/* When hovering .wrap, show .decsr */
#thumbsParentContainer .wrap:hover .descr {
	background-color: rgba(70, 70, 70, 0.6);
	opacity: 1;
}

#thumbsParentContainer .wrap .descr div {
	background: none;
	font-size: 16px;
	padding: 10%;
}

.button {
	background-color: #ddd;
	border: none;
	color: black;
	padding: 5px 0 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/*margin: 4px 2px;*/
	cursor: pointer;
	border-radius: 16px;

}

.button:hover {
	background-color: #323232;
	color: white;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.left {
	margin: 0 auto;
	text-align: left;
}

.label {
	display: block;
	text-align: left;
	font-family: "Libre Baskerville", system-ui;
	margin-bottom: 10px;
	margin-top: 12px;
}

#header {
	/* position: fixed;
	width: 100%;
	z-index: 3;
	background-color: #514d43;
	padding-top: 0.5%;
	padding-bottom: 0.5%; */

	position: fixed;
	width: 100%;
	z-index: 3;
	background-color: #514d43;
	height: 65px;
}

#header-items {
	display: flex;
	height: 100%;
}

#left-header-items {
	display: flex;
	align-items: center;
	width: 25%;
	margin-left: 10%;
}

#center-header-items {
	display: flex;
	align-items: center;
	width: 30%;
}

#right-header-items {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 25%;
	margin-right: 10%;
}

#body-container {
	margin-top: 65px;
	width: 100%;
}

#site-title {
	align-self: center;
	color: white;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#item-search {
	background: url('../icons/search.png');
	background-position: 3%;
	background-repeat: no-repeat;
	background-size: 17px;
	padding-left: 25px;
	background-color: white;
	color: black;
	width: 150px;
	padding: 5px;
	padding-left: 25px;
	border-radius: 25px;
	height: 19px;
}

#item-search:placeholder-shown {
	text-overflow: ellipsis;
}

#confirm-search {
	float: left;
	width: 40%;
}

#reset-search {
	/* cursor: pointer;
	position: relative;
	vertical-align: middle;
	width: 31px;
	height: 31px;
	margin-left: 83%; */
	float: right;
	width: 51%;
}

#pagination {
	margin-bottom: 40px;
}

.range {
	width: 100%;
	margin-top: 0;
}

.range-ul {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
}

#images-per-row-ul {
	margin: 0 4px 0px 8px;
}

#images-per-page-ul {
	margin: 0 -2px 0 2px;
}

#descr-font-size-ul {
	margin: 0 3px 0 6px;
}

#markers {
	display: flex;
	justify-content: space-between;
}


.right-menu {
	display: flex;
	flex-direction: column;
	width: 250px;
	margin-top: 65px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-top: 15px;
	box-shadow: 0px 1px 3px 1px #949494;
	position: fixed;
	right: 10%;
	z-index: 4;
	background: white;
}

#info-menu {
	width: 350px;
	padding-top: 25px;
}

#site-menu {
	width: 300px;
	padding-top: 25px;
	padding-left: 25px;
}

.inline-filter {
	display: inline-block;
	min-width: 100px;
	padding: 0.5%;
}

.filter {
	font-family: 'Nunito Sans', sans-serif;
	width: 100%;
	border: 2px solid #919191;
	background-color: white;
}

select.filter {
	padding: 5px;
	padding-left: 12px;
}

.filter:hover {
	background-color: #F2FAF9;
	border-color: #525252;
}

.filter:focus {
	background-color: white;
}

.filter:disabled {
	background-color: white;
	border: 2px solid #CCCCCC;
	color: #D4D4D4;
}

#collections-filter {
	width: 100%;
}

#confirm-filters {
	width: 47%;
	margin-top: 20px;
	height: 35px;
	float: left;
}

#confirm-settings {
	margin-top: 23px;
	height: 30px;
	width: 50%;
	margin-left: 25%;
}

#reset-filters {
	width: 47%;
	margin-top: 20px;
	height: 35px;
	float: right;
}

#close-filters-cross {
	text-align: right;
	float: right;
	font-size: 20px;
	position: absolute;
	margin-top: -5px;
	right: 2.5%;
	cursor: pointer;
}

#reset-search-cross {
	font-size: 24px;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
}

#search-button {
	cursor: pointer;
	position: relative;
	vertical-align: middle;
}

.selectBox {
	position: relative;
}

.selectBox select {
	width: 100%;
	font-weight: bold;
}

.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#search-settings-menu {
	display: none;
	position: fixed;
	background: white;
	margin-top: 65px;
	padding: 10px;
	width: 163px;
	box-shadow: 0px 1px 3px 1px #949494;
	align-self: baseline;
}

#search-settings-menu>* {
	display: inline-block;
	padding: 5px;
	width: 90%;
}

#search-settings-menu label {
	display: inline-block;
	width: 80%;
	padding: 5px 0 5px 0;
	text-align: left;
}

#search-settings-menu span:not(:last-child):hover {
	background-color: lightgray;
}

#search-settings-menu-icon {
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	left: -28px;
	width: 31px;
	height: 31px;
}


/* #brewery-history-header {
	cursor: pointer;
} */
details summary {
	cursor: pointer;
	transition: margin 150ms ease-out;
}

.default-details[open] summary {
	margin-bottom: 10px;
}

#axZmTempLoading {
	background-color: #443f33;
}

#zFsO {
	background-color: #443f33;
}

.axZmEb_DescrIframeNoHeader {
	margin: 0px 0px 0px 0px;
	margin-top: 0px;
	background-color: #443F33;
}

#axZm_zoomFullGalleryInner .axZmThumbSlider li.vertical {
	background-color: #443F33;
	border-color: #000;
}

#axZm_zoomFullGallery {
	background-color: rgba(0, 0, 0, 0.8);
}

.wrap {
	border: none;
}

ul.azGridThumb li>div.wrap {
	background-color: #443f33;
}

#axZm_zoomContainer {
	background-color: #443f33;
}

#axZm_zoomNavigation {
	background-color: #443f33;
}

#axZm_zoomLevel {
	color: white;
}

#axZm_zoombutton_slide_prev:hover {
	filter: none;
}

.disabled {
	pointer-events: none;
	opacity: 0.7;
}

.axPagesParent .azPages {
	border: none;
	background: none;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 22px;
	margin: 7px;
	color: white;
}

.axPagesParent .selected {
	color: #EFA00B;
}

/* #item-count {
	color: white;
	font-family: 'Cinzel', serif;
	font-weight: bold;
} */

.header-icon {
	cursor: pointer;
	margin-left: 2%;
	vertical-align: middle;
}

.header-icon:hover {
	filter: invert(66%) sepia(4%) saturate(1793%) hue-rotate(46deg) brightness(256%) contrast(88%);
}



/*.flatpickr-months .flatpickr-month {
	border-radius: 5px 5px 0 0;
	background: #222;
	color: #fff;
	fill: #fff;
	height: 40px;
}

span.flatpickr-weekday {
	color:#222;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
	fill: #fff;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
	fill: rgb(66, 204, 204);
}

.flatpickr-monthDropdown-month{
	color:#000;
	background-color:#fff;
	font-size:16px;
}*/

.numInputWrapper span {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background-color: #444;
}

.flatpickr-current-month input.cur-year:hover {
	background-color: #444;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: #fff;
}

.flatpickr-current-month .numInputWrapper span.arrowUp::after {
	border-bottom-color: #fff;
}

.flatpickr-current-month .numInputWrapper span.arrowDown::after {
	border-top-color: #fff;
}

#axZm_zoomedHelp {
	font-size: 14px;
	padding: 20px;
	right: 20px;
	bottom: 20px;

	margin-left: auto;
	margin-right: auto;

	max-height: 70%;
}

#axZm_zoomedHelpHolder {
	background: transparent;
}

.selectBox {
	position: relative;
}

.selectBox select {
	width: 100%;
	font-weight: bold;
}

.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/**********************************/
/** SITE LINKS/TREE ARBORESCENCE **/
/**********************************/
.tree-ul {
	list-style: none;
	margin: 0;
	padding-left: 1.2em;
	position: relative;
}

.tree-li {
	position: relative;
	padding-left: 1em;
	line-height: 1.8em;
	left: -10px;
}

.tree-li::before {
	content: '';
	position: absolute;
	top: 1.25em;
	left: 0;
	width: 0.8em;
	height: 0;
	border-top: 1px solid #999;
}

.tree-li::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	height: 100%;
	border-left: 1px solid #999;
}

.tree-li:last-child::after {
	height: 0.9em;
}

.site-link {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: rgb(13, 67, 184);
	width: 100%;
	background: none;
	border: none;
	font-size: 16px;
}

.site-link:hover {
	background-color: rgb(231, 231, 231);
	cursor: pointer;
}



/*****************/
/** COLLECTIONS **/
/*****************/

#collections-checkboxes {
	display: none;
	border: 1px #dadada solid;
}

#collections-checkboxes label {
	display: block;
}

#collections-checkboxes label:hover {
	background-color: #1e90ff;
}

.collection-line {
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.collection-line:not(.parent-collection) {
	display: flex;
	/*Needed for the X on hover */
}

.collection-line:hover {
	background-color: rgb(231, 231, 231);
	cursor: pointer;
}

.collection-line-selected {
	background-color: lightblue;
}

/* Display an X when hovering selected collections (except parent collections) */
.collection-line-selected:not(.parent-collection):hover:after {
	/* This will render the 'X' */
	content: "\00d7";
	margin-right: 5%;
	margin-left: auto;
	scale: 1.5;
	font-weight: bold;
}

.collection-line-selected:hover {
	background-color: rgb(185, 235, 255);
}

.sm-collection-line {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 6px;
}

.counter {
	position: relative;
	left: -1%;
	top: -30%;
	margin-left: -30px;
}

#collections-counter {
	left: 1.8%
}



.counter-1 {
	content: url("../icons/counter_1.svg");
}

.counter-2 {
	content: url("../icons/counter_2.svg");
}

.counter-3 {
	content: url("../icons/counter_3.svg");
}

.counter-4 {
	content: url("../icons/counter_4.svg");
}

.counter-5 {
	content: url("../icons/counter_5.svg");
}

.counter-6 {
	content: url("../icons/counter_6.svg");
}

.counter-7 {
	content: url("../icons/counter_7.svg");
}

.counter-8 {
	content: url("../icons/counter_8.svg");
}

.counter-9 {
	content: url("../icons/counter_9.svg");
}

.axZmEb_InnerIframe {
	background-color: #514d43;
}

body>#zFsO .axZmEb_Descr {
	margin-top: 0px;
}

ul.azGrid-2-xxl.azGrid-2-xl.azGrid-2-lg.azGrid-2-md.azGrid-2-sm.azGrid-2-xs {
	width: 72.5%;
	margin-left: 13.75%;
}

#landing-screen {
	width: 100%;
	height: 100%;
	background-color: #010101;
	z-index: 4;
	position: fixed;
}

#splash-screen-container {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	animation: splash-screen-anim 0s linear 8s forwards;
	z-index: 2;
}

@keyframes splash-screen-anim {
	to {
		visibility: hidden;
	}
}

#splash-screen {
	max-height: 90%;
	max-width: 90%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#landing-buttons-div {
	opacity: 0;
	/*HIDE UNTIL SPLASH SCREEN IS CLOSED */
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	animation: landing-buttons-div-anim 0s linear 8s forwards;
}

/* Animation to make buttons appear after splash screen disappears (8s) */
@keyframes landing-buttons-div-anim {
	to {
		opacity: 1;
	}
}

.landing-button {
	font-family: "Libre Baskerville", system-ui;
	font-size: 28px;
	padding: 15px;
	width: 20%;
	cursor: pointer;
	background-color: #010101;
	border: 4px solid;
	border-color: #ebd47b;
	color: #fefefe;
	border-radius: 0px;
}

.landing-button:hover {
	background-color: #1f1f1f;
}


.slider-round {
	height: 10px;
	padding: 0px 16px 0px 0px;
	/* Fit right handle within slider */
}

.slider-round:hover {
	background: rgb(243, 243, 243);
}


.slider-round:hover .noUi-connect {
	background: rgb(35, 106, 238);
}

.slider-round .noUi-connect {
	background: rgb(6, 90, 216);
}

.slider-round .noUi-handle {
	height: 20px;
	width: 20px;
	border-radius: 10px;
	cursor: grab;
	background-color: rgb(97, 97, 97);
}

.noUi-handle {
	border: 2px solid white;
	box-shadow: 0px 2px 2px #999;
}


/* Hide markers on slider handles */
.slider-styled .noUi-handle::before,
.slider-styled .noUi-handle::after {
	display: none;
}

#manual-date-trademark-inputs {
	margin-top: 13px;
	display: flex;
}

#min-trademark-date {
	width: 50%;
	text-align: left;
}

#max-trademark-date {
	width: 50%;
	text-align: right;
}

.trademark-date-input {
	width: 55%;
}


/* CSS FOR SMALLER MONITORS (NOT MOBILE) */
@media (max-width: 1920px) {
	ul.azGrid-2-xxl.azGrid-2-xl.azGrid-2-lg.azGrid-2-md.azGrid-2-sm.azGrid-2-xs {
		width: 80%;
		margin-left: 10%;
	}

	/* #thumbsParentContainer {
		margin-top: 5%;
	} */
}

@media (max-width: 1680px) {
	.landing-button {
		width: 25%;
	}

	ul.azGrid-2-xxl.azGrid-2-xl.azGrid-2-lg.azGrid-2-md.azGrid-2-sm.azGrid-2-xs {
		width: 85%;
		margin-left: 7.5%;
	}

	/* #thumbsParentContainer {
		margin-top: 6%;
	} */
}

@media (max-width: 1366px) {
	.landing-button {
		width: 30%;
	}

	#filters-menu {
		padding-bottom: 15px;
		padding-top: 10px;
	}

	.label {
		margin-bottom: 7px;
	}

	select.filter {
		padding: 3px;
	}

	.small-text {
		font-size: 13px;
	}

	.medium-text {
		font-size: 16px;
	}

	/* #thumbsParentContainer {
		margin-top: 7.5%;
	} */

	ul.azGrid-2-xxl.azGrid-2-xl.azGrid-2-lg.azGrid-2-md.azGrid-2-sm.azGrid-2-xs {
		width: 90%;
		margin-left: 5%;
	}
}

@media (max-width: 800px) {
	.landing-button {
		width: 40%;
	}

	#filters-menu {
		margin-top: 55px;
		padding-bottom: 10px;
	}

	.label {
		margin-bottom: 2px;
		margin-top: 6px;
	}

	#confirm-filters {
		margin-top: 15px;
		height: 30px;
	}

	#reset-filters {
		margin-top: 15px;
		height: 30px;
	}

	/* #thumbsParentContainer {
		margin-top: 11%;
	} */

	ul.azGrid-2-xxl.azGrid-2-xl.azGrid-2-lg.azGrid-2-md.azGrid-2-sm.azGrid-2-xs {
		width: 95%;
		margin-left: 2.5%;
	}

	#left-header-items {
		width:50%;
	}

	#right-header-items {
		width: 50%;
	}

	#center-header-items {
		display:none;
	}

	.descr div {
		font-size: 10px;
	}
}




/* CSS FOR MOBILE */
@media (pointer: coarse) {
	/*#date-label{
			font-size:10px;
			color:#444;
		}*/

	.landing-button {
		width: 70%;
		font-size: 24px;
	}

	#body-container {
		margin-top: 48px;
	}

	ul.azGrid-2-xxl.azGrid-2-xl.azGrid-2-lg.azGrid-2-md.azGrid-2-sm.azGrid-2-xs {
		width: 100%;
		margin-left: 0%;
	}

	.pc-only {
		display: none;
	}

	.mobile-only {
		display: inline;
	}

	.collection:hover {
		background-color: transparent;
	}

	.collection-line-selected:hover {
		background-color: lightblue;
	}

	/* On mobile, render the X all the time, not just on hover */
	.collection-line-selected:not(.parent-collection):after {
		/* This will render the 'X' */
		content: "\00d7";
		margin-right: 5%;
		margin-left: auto;
		scale: 1.8;
		font-weight: bold;
	}

	/* #collections-counter {
		margin-left: 0px;
		position: absolute;
		left: 70%;
		top: 0%;
	}

	#filters-counter {
		position: absolute;
		left: 92%;
		top: 0%;
	} */

	.small-text {
		font-size: 15px;
	}

	.medium-text {
		/* no difference between small and medium text on mobile */
		font-size: 15px;
	}

	#left-column {
		width: 3%;
	}

	#center-column {
		width: 94%;

		/*max-width:830px;*/
	}

	#right-column {
		width: 3%;
	}

	#back-to-top {
		/*left:94.5%;*/
		display: none;
	}

	#header {
		height: 48px;
	}

	#header-items {
		left: 0;
		top: 0;
		width: 100%;
		/* text-align: center; */
	}

	#left-header-items {
		width: 47%;
		margin-left: 3%;
	}

	#center-header-items {
		width: 0%;
	}

	#right-header-items {
		width: 47%;
		margin-right: 3%;
	}

	#center-header-items {
		display: none;
	}

	#item-search {
		width: 60%;
	}

	.right-menu {
		display: flex;
		flex-direction: column;
		width: 50%;
		margin-top: 55px;
		padding-top: 5px;
		overflow: auto;
		max-height: 80%;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 15px;
		right: 5%;
	}

	#info-menu {
		padding-top: 10px;
		width: 75%;
	}

	/* #item-count {
		flex-wrap: wrap;
		margin-bottom: 0px;
		margin-top: 0px;
		text-align: left;
		margin-left: 10%;
		margin-right: 5%;
	} */

	/* #reset-search {
		margin-left: 4%;
		left: -35px;
	} */

	#search-settings-menu {
		margin-top: 219px;
	}

	#search-settings-menu label {
		padding: 0;
	}


	.label {
		margin-bottom: 2px;
		margin-top: 6px;
		font-size: 13px;
	}

	select.filter {
		padding: 2px;
		padding-left: 12px;
		font-size: 13px;
	}

	input.search-field.translate.form-control.input {
		width: 90%;
	}

	.inline-filter {
		min-width: 70px;
		font-size: 13px;
	}

	#thumbsParentContainer {
		margin-top: 10px;
	}

	#inline-filters-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* on mobile, display image descriptions all the time, no hover needed */
	#thumbsParentContainer .wrap .descr {
		background-color: rgba(70, 70, 70, 0.6);
		opacity: 1;
	}

	#thumbsParentContainer .wrap .descr div {
		font-size: 9px;
	}

	.axPagesParent .azPages {
		font-size: 18px;
		margin: 10px;
	}

	#axZm_zoomedHelp {
		font-size: 16px;
		padding: 20px;
		margin-bottom: 16%;
	}

	#confirm-filters {
		margin-top: 10px;
		font-size: 13px;
	}

	#reset-filters {
		margin-top: 10px;
		font-size: 13px;
	}

	.header-icon:hover {
		filter: none;
	}
}