
.limit.indent {
    padding-left: 24px;
    padding-right: 24px;
}
.limit {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}
.row .col-fit {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
}

.flex {
    display: flex;
}
.item-right {
    justify-content: flex-end;
}
.item-center {
    justify-content: center;
}
.item-middle {
    align-items: center;
}
.item-bottom {
    align-items: flex-end;
}
/*.hide {
    display: none !important;
}*/
.show, .block {
    display: block !important;
}
.pb-3, .py-3 {
    padding-bottom: 36px !important;
}
.pt-3, .py-3 {
    padding-top: 36px !important;
}
.pr-2, .px-2 {
    padding-right: 24px !important;
}
.pb-1, .py-1 {
    padding-bottom: 12px !important;
}
.pt-1, .py-1 {
    padding-top: 12px !important;
}
header, footer {
    width: 100%;
}

.btn.btn-two {
    background-color: #F5CEDD!important;
    color: #cb0057;
    border-color: transparent;
}
.btn.btn-five {
    background-color: #DF6E9B!important;
    color: #fff;
    border-color: #DF6E9B;
}
.btn.btn-one {
    background-color: #cb0057!important;
    color: #fff;
    border-color: transparent;
}
.btn.btn-two a {
    color: #cb0057!important;
}
.btn.btn-five a, .btn.btn-five a:hover {
    color: #fff!important;
}
.btn.btn-one a {
    color: #fff!important;
}
/*.lang li {
    position: relative;
    padding-left: 12px;
}
.lang a {
    color: #1D1D1B;
    text-decoration: none;
}
.lang .current-lang a {
    font-weight: 600;
}
.lang ol, .lang ul {
    list-style: none;
}*/

.footer {
    font-size: 1em;
    font-family: 'gill-sans-nova';
}
.footer p{
	font-size: 16px;
    line-height: 19.2px;
	margin-bottom: 0;
}
.footer .top {
    color: #fff;
}
.footer .top a {
    color: #fff;
}
.footer .top .left, .footer .top .gap {
    gap: 36px;
}
.footer ol, .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ul#menu-footer-1, ul#menu-footer-2 {
    line-height: 1rem;
}
.row.gap > div {
    padding-left: 24px;
}
.flex.gap {
    gap: 24px;
}
footer.footer .top .row {
    flex-direction: row-reverse;
}
.bg-key-1 {
    background-color: #cb0057;
}
.footer .top .site-logo img {
    height: 140px;
}
.musei-italiani {
    width: 140px;
}
footer .row > div, footer .row > li, footer .row > a, footer .row .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
footer .row.gap {
    margin-right: 0;
    margin-left: -24px;
}
.footer .menu li {
    padding-bottom: 8px;
}
.footer a {
    color: #1D1D1B;
    text-decoration: none;
}
.footer a:hover {
    opacity: 0.6;
}
.footer {
    background: none!important;
    color: inherit!important;
}
.colophon {
    font-size: 0.9rem;
}
.colophon a {
    color: #1D1D1B !important;
}
#crediti:hover, #rabasf a{
color:#cb0057;
text-decoration:underline;
}

@media screen and (max-width: 860px) {
	.sm-hide {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .footer ul {
        text-align: center;
    }
	.footer .left, .footer .right {
        flex-direction: column !important;
        align-items: center !important;
    }
	.row .sm-col-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
	.sm-pb-4, .sm-py-4 {
        padding-bottom: 48px;
    }
	.sm-pt-4, .sm-py-4 {
        padding-top: 48px;
    }
	.sm-text-center {
        text-align: center;
    }
	.sm-hide {
        display: none !important;
    }
}