/*GLOBAL TAGS*/

html {
	font-family: "Titillium Web", sans-serif;
	line-height: 1.45;
	color:#000;
	font-size:100%;
	background-color:#f6efef;
}

body {
	font-family: "Titillium Web", sans-serif;
	
}

h2, h3, #type-title {
	font-family: "Titillium Web", sans-serif;
}

h1, .h1 {
	font-size:1.7em;
	
}

h2, .h2 {
    font-size: 1.5em;
}

.blocks>h2{
	font-size: 1.7em;
}

h2 {
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

h3, .h3 {
	font-size: 1.3em;
}

h4, .h4 {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
    font-size: 1.2em;
	line-height: 1.3;
	letter-spacing: 0.4px;
	/*text-align: justify;*/
	font-family: "Titillium Web", sans-serif;
}

a {
	color:#016b58;
	
}

a.footer-a {
	color: #016b58;
	font-size: 1.2em;
	
}

a.footer-a:hover {
	color: #016b58;
    text-decoration: underline;
}

a:hover, a:focus {
	color: #015243;
}

form {
	margin-bottom: 1em;
}


.form-control:focus {
	border-color: #016b58;
	box-shadow: inset 0 0 4px 2px #016b58;
}

/* #skip_links */

#skip_links, #skip_links .col-md-12 {
	height: 5px;
	padding:0;
	background: #016b58;
}

.skip_links--link:focus {
	background:#016b58;
	color:#fff;
	width:100%;
	display:block;
	padding:10px 40px;
	font-size:1.4em;
	text-transform: uppercase;
	font-weight:700;
}


/* navbar #top */
#title-logo {
	width:auto;
	max-width:1200px;
	min-height:130px;
	background-color:#016b58;
}

.navbar-brand {
	height:initial;
	color: #016b58;
	position: relative;
	margin-top: -12px;
	margin-left: 130px;
	font-size: 12px;
	font-style: italic;
}

/*
.navbar {
	min-height: 6em;
}
*/

.navbar-nav>li {
	float:left;
	display:inline-flex;
	padding: 0px 5px 0px 5px;
}

.navbar-nav>li + li::before {
  content: '|';
  margin-top: 11.5px;
  color:#015243;
}

.navbar-default {
	background-color:#016b58;
	border: none;
	margin-bottom: 10px;
}

@media (min-width:768px) {
	#title-logo{
		height:130px;
	}
}

/* .navbar #quicklinks */
#quicklinks {
	line-height:1;
	font-size: 1.5em;
	padding-left: 1em;
	margin-right: 0.7em;
}

#quicklinks a {
	color:#ffffff;
	padding:0;
	margin:0.3em 0 0.3em 0.5em;
	font-size: 0.7em;
}

#quicklinks a:hover, #quicklinks a:focus {
	/* border-bottom:2px solid #77ba7d; */
	text-decoration: underline;
}

/* .navbar #quicklinks #search-utas */

@media (min-width:768px) {
	#search_utas{
		position:relative;
		bottom:55px;
		right:12px;
		width:295px;
	}
}

/* Header */

.container-fluid.center-block{
	background-color: #016b58;
}

.navbar.navbar-default{
	min-height: 0px;
}

header {
	background-color:black;
	color:white;
	
}

header .row {
	max-width:1200px;
	padding:0;
	margin:0 auto;
	border-bottom:1px solid #333;
}

header .title {
	padding-top:10px;
	padding-bottom:1px;
	margin-left:15px;
	margin-right:15px;
}

header .title a {
	text-transform:uppercase;
	width:100%;
	margin:10px;
	display:block;
}


/*.main-container*/

.main-container {
	max-width:1300px;
	margin: 0 auto;
	padding:0;
}

#exhibitiontitle {
	color:#fff;
	background-color: #016b58;
	padding:4%;
	margin-right: 100px;
	margin-left: 0px;
}

#exhibitiontitle h1>small {
	display:block;
	color:#2d6a9f;
	font-size:50%;
}

.exhibitioncontent {
	background-color:#fff;
	color:#000;
	padding: 15px;
	font-weight: 100;
	overflow-wrap: break-word;
	display: flow-root;
	margin-right: 100px;
}

@media (min-width:768px) {
	#exhibitiontitle h1{
		font-size:2.5em
	}
}

@media screen and (min-width: 48em) {

	#base {
		/* background-color:#bce7a9; */
		background-repeat:no-repeat;
		background-position: relative;
		background-size: 100%;
		margin-left: 25px;
		margin-right: 25px;
		margin-top: -20px;
	}
	
	.topspace {
		min-height: 5em;
		background-color: initial;
	}
	
	header .row {
		border:none;
	}
	
	header .title {
		padding-top:1px;
		border-top:black solid 2rem;
	}
	
	.exhibitioncontent {
		box-shadow: 0px 5px 10px 0px #bbb;
		margin-bottom:5em;
	}
}

@media screen and (min-width:64em){
	
	#exhibitiontitle{
		padding:2.5rem;
	}
}

@media (min-width:1200px){
	
	.container{
		width:1200px;
	}
}

/* Menu toggle*/

.menu-toggle {
	padding-left:25px;
}

.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
	color:#015243;
	float:left;
}

.menu-toggle i:before {
	content: "\f00d";
}

.menu-toggle.collapsed i:before {
	content: "\f0c9";
}

/* Side Navigation */

.nav-pills li a {
	color: rgb(0, 0, 0);
	display: inline-block;
    text-decoration: none !important;
    padding-top: 1rem;
	padding-bottom: 1rem;
	padding-inline-start: 1em;
	padding-right: 0.7em;
	width: 100%;
}

/*tex indentation - can be extended */

nav li li a{
	padding-inline-start: 1.3em;
}

nav li li li a{
	padding-inline-start: 2.6em;
}

nav li li li li a{
	padding-inline-start: 3.9em;
}

nav li li li li li a{
	padding-inline-start: 5.2em;
}

#mainnav li::marker {
	color: transparent !important;
	display: none !important;
}

/*2nd level and 3rd level hidden*/
#mainnav ul ul{
	display:none;
}

/*2nd level in visible in hover*/
#mainnav li:hover ul{ 
	display:block;
}

/*menu indentation visible in hover*/
#mainnav li:hover:not(.active) ul:first-child{ 
	margin-left: 0.5em;
}

/*2nd level and 3rd level*/
#mainnav>.nav>li>a {
	background-color: #016b58;
	color:rgb(255, 255, 255);
	padding: 1rem;
	display: block;
	/* width:100%; */
	margin:auto;
	border-radius:0;
}


.active>a{
	background-color: #f8fff8 !important;
	color: rgb(0, 0, 0) !important;
	border-top: 2px solid #dddada;
}

/*selected menu level*/
.nav-active>a {
	width: 100%;
	color: white !important;
    background-color: #77ba7d !important;
	border-top: 2px solid #77ba7d !important;
}

.active> ul{
	margin-left: 0.5em;
}
	
#mainnav li:not(.active):hover a{
	color: #000000;
	background-color: #f8fff8;
}

#mainnav li a:focus, 
#mainnav li a:hover {
	/* text-decoration: underline; */
	background-color: #77ba7d !important;
    color: #ffffff !important;
	border-top: 2px solid #77ba7d!important;	
}


/*hide dark border (issue with importance)*/
/*
#mainnav>li:first-of-type>a:hover{
	border-top:none !important;	
}


.nav-stacked>li:first-of-type.nav-active>a{
	border-top:none !important;
}

.nav-stacked>li:first-of-type>a{
	border-top:none !important;
}
*/


#mainnav>.nav>li {
	background-color:#016b58;
	display:block;
	margin:0;
}

#mainnav li.active ul, #mainnav li:hover ul{
	display:block;
	padding-inline-start: 0em;	
}

#mainnav li.nav-active>ul, #mainnav .nav>li:hover>ul{
	margin-left: 0.5em;
}

#mainnav li.nav-active>ul:not(.active){
	background-color: #f8fff8;
}

#mainnav li.active li:not(.active){
	background-color: #f8fff8;
}

.nav>li.nav-active>ul>ul, .nav>li:hover>ul>ul{
	margin-left: 0em;
}

.nav>li.active>ul>ul>ul, .nav>li:hover>ul>ul>ul{
	margin-left: 0em;
}


/*#search*/
#search .form-control {
	
	border: 1px solid #888888;
	box-shadow: none;
	height: 3.5em
}

#side_navigation {
	padding:0.5em;
	padding-top:1em;
	background-color: #016b58;
}

#side_navigation nav {
	font-size:1.5em;
}

.btn-primary{
	background-color: #016b58;
    border-color: #016b58;
	height: 3.5em;
	padding:1em;
}

.btn-primary:hover{
	background-color: #015243;
    border-color: #015243;
	
}

.btn-primary:active {
    background-color: 77ba7d !important;
    border-color: #015243;
    transform: translateY(1px); 
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset; 
}

/*nav menu borders */
.nav-pills>li>a {
	border-top: 2px solid #ffffff;
}
/*
.nav-pills>li:first-child>a {
	border-top: none !important;
}
*/
/*first level titles have a top border except the first one*/
.nav>li.active>ul>li>a {
	border-top: 2px solid #dddada;
}
.nav>li.active>ul>li>ul>li>a {
	border-top: 2px solid #dddada;
}

.nav>li.active>ul>li>ul>li>ul>li>a {
	border-top: 2px solid #dddada;
}
/*sub-menu titles have a lighter top border */

/*borders in hovering*/

.nav>li:hover>ul>li>a {
	border-top: 2px solid #dddada;
}
.nav>li:hover>ul>li>ul>li>a {
	border-top: 2px solid #dddada;
}

.nav>li:hover>ul>li>ul>li>ul>li>a {
	border-top: 2px solid #dddada;
}

/*content*/

#content {
	padding-top:10px;
}

/*Submenu in content*/
.sub-menu {
	display:inline-block;
}

.sub-menu>.nav>li>a {
	background-color:black;
	color:white;
	margin:5px 3px;
	padding:10px 10px;
}

.sub-menu>.nav>li>a:focus, 
.sub-menu>.nav>li>a:hover {
	background-color:#016b58;
}


.sub-menu>.nav-pills>li.active>a:focus,
.sub-menu>.nav-pills>li.active>a:hover {
	background-color:#016b58;
	border-top: 2px solid #016b58;
}
/*
.sub-menu>.nav-pills>li:first-child.active>a:hover {
	border-top: none;
}


/* Social media sharing buttons */
#sharing-buttons{
	text-align:right;
	padding-top:10px;
}

@media screen and (min-width: 48em) {
	#side_navigation, header .title{
		margin-bottom:0;
		/*width:30%;
		float:left;*/
	}
	
	#side_navigation {
		padding-top:9.3rem;
		background-color: initial;
	}
	
	#content {
		width:70%;
		padding-left:1.25rem;
		float:left;
		padding-top:0;
	}
}
	
@media screen and (min-width: 64em) {
	/*#side_navigation, header .title{
		width:25%;
	}*/
	
	#content {
		width:75%;
	}
}


/* Site Page Content Blocks */
/* Using inline-block break SimpleCarousel and possibly others which become far
 * to wide.  I am not sure why its used here so not entirely sure the
 * implications of removing it or changing it to something more maleable like
 * https://www.w3schools.com/CSS/css_inline-block.asp
 */
.blocks {
	display:inline;
}

.center {
    margin: auto;
    /* width: 60%; */
}

/* Item Showcase */
.item-showcase {
    /*margin: 24px 0 23px;
    border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);*/
    padding: 5px 0 0;
    overflow: hidden;
    text-align: center;
    clear: both;
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
}

.item.resource .caption {
    font-size: 20px;
    line-height:24px
}
.item.resource .caption * {
    margin: 0 0 24px 0;
 }

.item.resource .captiopn>*:last-child {
    margin-bottom: 0;
}

.attachments > .item.resource {
	text-align: center;
}

.item-showcase .resource.item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.item-showcase .resource.item img {
        margin-right: 12px;
}

.item-showcase .resource.item:only-child img {
        margin: 0 auto;
}

.item-showcase .resource.item:not(:only-child) {
        width: 33.33%;
        clear: none;
        padding: 0 6px;
}

.item-showcase .resource.item:not(:only-child) h3 {
        clear: left;
		font-size: 1.1em;
		font-weight: bold;
        /* line-height: 24px; */
        margin: 12px 0 0;
		font-family: "Titillium Web", sans-serif;
}

/* .item-showcase .item.resource:not(:only-child) h3 { */
div.item-showcase div.item.resource h3 {
        clear: left;
		font-size: 1.1em;
		font-weight: bold;
        /* line-height: 24px; */
        margin: 12px 0 0;
		font-family: "Titillium Web", sans-serif;
}

.item-showcase .resource.item:not(:only-child) img {
    max-width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    vertical-align: top;
}

/* File (Media Block) */
.right, 
.left {
    overflow: hidden;
}

.left .item.resource,
.right .item.resource {
    margin: 0 0 24px 0;
    max-width: 40vw;
}

.left .item.resource .media-render a,
.right .item.resource .media-render a {
        vertical-align: top;
}

.left .item.resource .media-render>*,
.left .item.resource img,
.right .item.resource .media-render>*,
.right .item.resource img {
        max-width: 40vw;
}

.left .item.resource img,
.right .item.resource img {
        vertical-align: top;
        margin-bottom: 12px;
}


.left:not(.file) .item.resource,
.right:not(.file) .item.resource {
    max-width: 50%;
}

/* IE 10 - Edge min-content equivalent */
.file {
    display: -ms-grid;
    -ms-grid-columns: min-content;
}

.left.file {
    float: left;
    clear: left;
    margin-right: 24px;
}

.right.file {
    float: right;
    clear: right;
    margin-left: 24px;
}

.left .item.resource > a:first-child,
.right .item.resource > a:first-child {
    vertical-align: top;
}


/* item with metadata */
.item-with-metadata {
	display:inline-block;
}


.site-page-pagination {
    padding: 10px;
    font-size: 1.4em;
    text-align: center;
}

.site-page-pagination > .btn{
    font-size: 0.75em;
}

/*.site-page-pagination a:hover{
}*/

.breadcrumbs {
	padding-bottom:1rem;
	font-size: 1.3em;
	color: #818181;
}

.breadcrumbs > a {
	color: #818181;
	text-decoration: underline;
}

.breadcrumbs > a:hover {
	color: #000000;
}


#exhibitions a:hover,
#exhibitions a:focus {
	color:#015243;
	text-decoration: underline;
}

#page-title h2 {
	margin-bottom:0;
	margin-top:12px;
	font-size: 2em;
	font-weight:bold;
	padding-bottom:20px;
	
}

#type-title {
    background-color: #000;
    color: #fff;
    padding: 6px 15px;
    display: block;
    margin: 6px 0;
    line-height: 24px;
    text-align: right;
    font-size:2em;
	margin-right: 0px;
	margin-left: 1px;
}

.property {
	padding-bottom:inherit;
	font-size: 1em;
	clear: left;
}

.property h4, .property .values {
	position:relative;
	min-height:1px;
	font-size:1.15em;
	line-height:20px;
}

.groupedValues::after {
	content: "\a";
    white-space: pre;
}

.uniVi {
	clear: left;
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.1;
}


/* --- Item Show Page --- */
.value-content > .resource-link > img {
  max-width: 100%;
}

.value.resource.item_sets > .value-content > .resource-link > img {
  max-width: 45%;	
}

.linked-resource > td > .resource-link > img {
  max-width: 30%;
}

#item-linked > h3 {
	padding-top: 30px;
	font-weight: 600;
}


/* --- Viewer --- */
.mirador {
    width: 100%;
	margin: 15px 0px 0px 0px;
}


/* --- Footer --- */
footer {
    background-color: var(--classense-footer, #eceff1);
}

.footer-info a {
    text-decoration: underline !important;
    color: var(--classense-text-color, #191919) !important;
}

footer a:hover {
    text-decoration: none !important;
    color: var(--classense-text-color, #191919) !important;
}

.footer-info {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    margin-top: 0;
    width: 90%;
	padding: 0 12px;
}

p.footer-info .footer-bold {
    font-weight: 600 !important;
}

.brand-ue-logo > img {
	width: 250px;
}

.brand-logo > img {
	width: 210px;
}

.logo-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 32px;
    padding-bottom: 32px;
    width: 100%;
    justify-content: space-between;
}

.footer-heading-title {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 0;
    border-bottom: 1px solid #191919;
    margin-bottom: .889rem;
    padding-bottom: .889rem;
}

footer .footer-heading-title {
        font-size: .7777777778rem;
}

.footer-bottom {
    border-top: 1px solid #191919;
    margin-top: 1.667rem;
    padding-bottom: 16px !important;
    padding-top: 8px !important;
}

div.row:nth-child(3)>div:nth-child(1) {
    /* It overrides the width assigned to the items-wrapper */
    width: 100%;
}

.list-inline {
    margin: 0;
    padding: 0;
    list-style: none;
}

.text-end {
    text-align: right !important;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.border-0 {
    border: none !important;
}

footer .footer-bottom svg.icon {
    fill: var(--classense-main-color, #016b58);
}

footer .footer-logos-heading {
    width: 100%;
    padding-top: 32px;
}

.footer-logos-container {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

footer .logo-wrapper {
	flex-direction: row;
	align-items: flex-start;
}

footer .logo-wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-bottom: 64px;
    padding-top: 32px !important;
    width: 100%;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.icon.icon-sm {
    width: 24px;
    height: 24px;
}

.align-top {
    vertical-align: top !important;
}

li.list-inline-item {
    height: 40px;
    align-content: center;
}

li.list-inline-item>a {
    line-height: 1.5;
    padding: 8px !important;
}

/* --- Fascia break --- */
.break-band {
    background-color: var(--classense-main-color, #016b58);
    margin-top: 60px;
}

.break-container {
    padding: 1.5rem 0;
    display: flex;
    justify-content: center;
}


.break-content {
    display: block;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 2.4rem;
    width: fit-content;
    max-width: 90%;
    text-align: center;
}

.visit-classense-a,
.visit-classense-a:visited,
.visit-classense-a:link,
.visit-classense-a:active,
.visit-classense-a:hover,
.visit-classense-a:visited:hover,
.visit-classense-a:link:hover,
.visit-classense-a:active:hover {
    color: var(--classense-text-color, #191919) !important;
}

.visit-classense-p {
    line-height: 1.25;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.break-container .block-search {
    padding: 1.78rem 3.56rem;
    background-color: var(--classense-header-grey, #f9f9f9);
    width: 90%;
}

.break-container .block-search form button {
    border-radius: 0 4px 4px 0 !important;
}

.break-container .block-search form input {
    padding: 12px 24px !important;
}

.footer-items-wrapper {
	flex: 0 0 auto;
	width: 33.33333333%;
	padding: 0 12px;
}

.row.main-footer-link-container {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}

/* END FOOTER */




@media (min-width: 992px) {
	.property h4, .property .values{
		padding-right:0px;
		padding-left:0px;
		/* font-size: 17px; */
	}
	
	.property h4 {	
		width:25%;
		float:left;
		text-align:right;
	}
	
	.property .values {
		width:65%;
		float:left;
		margin-top:9px;
		/* margin-bottom:10px; */
		padding-left: 35px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	
	/* nav li a {
	 padding-right: 8em; 
	 } */
	
}

h4 {
	display: block;
	margin-block-start: 0.8em;
	margin-block-end: 0.7em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
} 

div {
	display: block;
}

* {
	box-sizing: border-box;
}

.media-list {
	display:inline-flex;
}

.media-list>.resource-link {
	padding:20px;
}

.media-list>.resource-link>.resource-name {
	display:block;
	text-align:center;
}

.media {
	overflow:visible;
}

.media.resource.show .media-render {
    text-align: center;
    padding:20px;
    max-width:100%;
}

.media-render>* {
    max-width: 100%;
}

.media-render img {
	max-width:100%;
	height:auto;
}

/* Item Browse Page */

.advanced-search {
	margin:7.5px 0;
}

.pagination form, .pagination .button, .pagination button, .pagination .page-count {
    display: inline-block;
    vertical-align: top;
    height: 45px;
}

.pagination>li>a{
	color: #016b58;
} 

.pagination>li>a:hover{
	color: #015243;
}

.pagination>.active>span{
    background-color: #016b58;
    border-color: #016b58;
}

#browse-pagination {
	text-align:center;
}

.row-count {
	display:block;
}

ul.resource-list {
	list-style:none;
}

li.item.resource {
    border-bottom: #eee 1px solid;
    padding: 20px;
    overflow:hidden;
}

li.item.resource img {
	float:right;
	width:60px;
	height:auto;
	margin-left:15px;
}

li.item.resource .description {
	max-height:95px;
	overflow:hidden;
	position:relative;
}

li.item.resource .description:after {
    content: "";
    position: absolute;
    top: 52.5px;
    left: 0;
    right: 0;
    height: 45px;
    background: linear-gradient(to top, #fff, rgba(248,248,248,0));
}

@media screen and (min-width: 48em) {
	li.item.resource img{
		width:120px;
	}
}

/* Forms */

.field label, 
.field abbr {
	display:inline;
}

abbr.req {
	font-size:1.5em;
	color:red;
	text-decoration:none;
	border-bottom:none;
}

.field input, .field textarea, .field select {
    margin-top: 10px;
}

.field {
    border: solid 1px #eee;
    padding: 20px;
    border-radius: 10px;
    background-color: #eee;
    margin-bottom:15px;
}

#advanced-search .inputs .value {
	padding-bottom:5px;
}

#advanced-search .remove-value{
	margin-left:5px;
}

#advanced-search .add-value{
	margin-top:10px;
}

/* Titoli sotto le immagini del carousel */
.slick-slide .slide-text {
    width: 100% !important; /* L'uso di !important potrebbe essere necessario per sovrascrivere lo stile in linea */
    text-align: center;
}

/* Video Fix */
video {
  width: 100%    !important;
  height: auto   !important;
}

.media-render.iframe-fix {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.media-render.iframe-fix iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* MEDIA QUERY MOBILE OPTIMIZATION */
/* added by mdb */
@media (max-width: 961px) {

    /* header */
	header {
		background-color: #016b58;
	}

	#quicklinks {
		line-height: 1;
		font-size: 1.2em;
		padding-left: 0px;
		margin-right: 0px;
	}

	.navbar {
		margin-bottom: 0px;
	}

	#side_navigation {
		background-color: rgba(0,0,0,.7);
		padding: 0px;
	}

    /* content */
    #content {
        width: 100%;
		padding-top: 0px;
    }

	/* menu */
	#side_navigation nav {
		background-color: #ffffff;
	}

    /* exhibition */
    .exhibitioncontent {
        margin-right: 0;
        text-align: justify;
		padding: 10px;
    }
    #exhibitiontitle {
        margin-right: 0;
    }

    /* dynamic list */
    .MuiIconButton-root {
        padding: 0 !important;
    }

	.item-showcase > .item > a > img {
		width: 100%
	}

	.metadata > .property {
		padding-left: 15px;
	}

	.resource-list > li.item.resource {
		padding: 0px 20px 20px 0px;
	}

	.item-set-items > .resource-list {
		padding-left: 0px;
	}

    /* footer */
    footer .new-footer {
        width: 100%;
    }

    footer .first-section, footer .second-section {
        margin: 0;
        text-align: center;
        width: 100%;
    }

    footer .first-section {
        margin-bottom: 0px;
    }

    footer .footer-title, footer .footer-text {
        text-align: center;
    }

    footer .logo-wrapper {
		flex-direction: column;
		align-items: center;
		padding-top: 0px;
	}

	.footer-logos-container {
		flex-direction: column;
		align-items: center;
		gap: 0px;
	}

	footer .logo-wrapper {
		padding-bottom: 30px;
	}

	.footer-items-wrapper {
		width: 100%;
	}
}

@media (max-width: 768px) {

	/* #side_navigation nav li.active, #side_navigation nav li:hover {
		background-color: #222222 !important; 
	} */

	nav li a {
		color: rgb(0, 0, 0);
	}
}

