html {
    font-size: 62.5%;
}

body {
    font: 400 1.8rem 'Roboto', sans-serif;
    color: #000;
    background-color: #f0efee;
}

a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #005125;
}

a:hover {
    color: #00592e;
}

h1, .h1 {
    font: 5.5vw 'Source Serif 4', sans-serif;
}

h2, .h2 {
    font: 3rem 'Source Serif 4', sans-serif;
}

h3, .h3 {
    font: 2.5rem 'Source Serif 4', sans-serif;
}

h4, .h4 {
    font-size: 2.2rem;
}

p {
    margin-bottom: 1.5rem;
}

header {
    background-color: #00592e;
    z-index: 10;
    position: relative;
    min-height: 150px;
}

header .logo {
    padding-bottom: 10px;
}

header .logo-anfi {
    max-width: 100%;
}

.mobile-view {
    display: block;
}

.web-view {
    display: none;
}

.topbar {
    width: 100%;
    height: 40px;
    padding: 4px 0;
}

.topbar.fixed {
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-flow: row;
    align-items: center;

}

section {
    position: relative;
}

.front-menu-banner {
    position: relative;
}


/* NAVBAR */
.nav-utente-loggato a {
	color: #fff;
}
.nav-utente-loggato {
	position: absolute;
	right: 170px;
	top: 5px;
	line-height: 25px;
	font-size: 1.25rem;
}
.nav-primary {
    background: #58585a;
    margin: 0;
    position: relative;
}

.nav-primary.fixed, .nav-primary.open {
    position: fixed;
    top: 40px;
    z-index: 10;
    width: 100%;
}

.hamburger {
    line-height: 52px;
    position: absolute;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    width: 123px;
    height: 52px;
    padding: 0 0 0 56px;
}

.hamburger:hover {
    color: #fff;
    text-decoration: none;
}

.hamburger span {
    background: #fff;
    display: block;
    position: absolute;
    left: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /*    -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;*/
    width: 25px;
    height: 3px;
}

.hamburger span:nth-child(1) {
    top: 16px;
}

.hamburger span:nth-child(2) {
    top: 24px;
}

.hamburger span:nth-child(3) {
    top: 24px;
}

.hamburger span:nth-child(4) {
    top: 32px;
}

.logo-stucked-home {
    display: none;
    width: 62px;
    height: 62px;
    position: absolute;
    left: 119px;
    top: -5px;
}

.nav-primary.fixed .logo-stucked-home {
    display: block;
}

.logo-stucked-home:before {
    content: '';
    display: block;
    width: 52px;
    height: 55px;
    margin: 0 auto;
}

/*COLLEGAMENTI RAPIDI*/
.nav-link-wrap {
    display: inline-flex;
    flex-flow: row;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.collegamenti_rapidi {
    margin-right: 40px;
    max-width: 25px;
    height: 25px;
    filter: invert(100%) sepia(1%) saturate(7498%) hue-rotate(118deg) brightness(110%) contrast(100%);
}

.collegamenti_rapidi:hover {
    filter: invert(100%) sepia(1%) saturate(7498%) hue-rotate(118deg) brightness(110%) contrast(100%);
}

.ico-social {
    display: inline-flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 25px;
    height: 30px;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    padding: 0 5px;
}

.ico-social:hover {
    color: #00592e;
}


/*ICONS*/

.icon:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
}

.icon {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.icon-big:before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
}

.icon-big {
    display: inline-block;
    width: 45px;
    height: 45px;
}

.icon-arrow:before {
    background: url("../img/icons/arrow-right.svg") center center/contain no-repeat;
}

.icon-arrow-down:before {
    background: url("../img/icons/arrow-right.svg") center center/contain no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.icon-mail:before {
    background: url("../img/icons/mail.svg") center center/contain no-repeat;
}

.icon-pin:before {
    background: url("../img/icons/pin_simple.svg") center center/contain no-repeat;
}

.icon-tel:before {
    background: url("../img/icons/tel.svg") center center/contain no-repeat;
}

.icon-fax:before {
    background: url("../img/icons/fax.svg") center center/contain no-repeat;
}

.icon-compila:before {
    background: url("../img/icons/compila.svg") center center/contain no-repeat;
}

.icon-white {
    filter: invert(100%) sepia(1%) saturate(7498%) hue-rotate(118deg) brightness(110%) contrast(100%);
}

.icon-gold {
    filter: invert(57%) sepia(44%) saturate(422%) hue-rotate(13deg) brightness(92%) contrast(93%);
}

.icon-green {
    filter: invert(20%) sepia(80%) saturate(714%) hue-rotate(104deg) brightness(97%) contrast(102%);
}

/*SEARCH*/
.nav-search-but {
    position: absolute;
    color: #fff;
    top: 4px;
    right: 15px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    padding-right: 30px;
    height: 25px;
    display: block;
    cursor: pointer;
}

.nav-search-but.fixed {
    top: -13px;
}

.nav-search-but:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 359px) {
    .nav-primary.fixed .nav-search-but {
        text-indent: -9999px;
    }

}

.nav-search-but:after {
    content: '';
    background: url(../img/icons/find.svg) no-repeat;
    position: absolute;
    right: 0;
    width: 25px;
    height: 25px;
    filter: invert(100%) sepia(1%) saturate(7498%) hue-rotate(118deg) brightness(110%) contrast(100%);
}

.nav-search-but:hover:after {
    filter: invert(100%) sepia(1%) saturate(7498%) hue-rotate(118deg) brightness(110%) contrast(100%);
}

#searchform p {
    color: #fff;
    font-weight: 700;
    font-size: 2.4rem;
}

/* NAVPRIMARY MENU */
.nav-primary.open .nav-search-wrap {
    display: none !important;
}

.nav-primary-menu {
    position: fixed;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #58585a;
    z-index: 20;
    overflow-y: auto;
    display: none;
}

.nav-primary.open .hamburger {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.nav-primary.open .hamburger:before {
    content: 'Chiudi';
}

.nav-primary.open .hamburger span {
    background: #fff;
}

.nav-primary.open .hamburger span:nth-child(1), .nav-primary.open .hamburger span:nth-child(4) {
    opacity: 0;
}

.nav-primary.open .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-primary.open .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-primary.open .hamburger b {
    display: none;
}

.nav-primary.open .nav-primary-menu {
    display: block;
}

.nav-primary.open .logo-stucked-home {
    background: transparent;
    opacity: 1;
    left: auto;
    right: 7px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    height: 50px;
}

.nav-primary.open .logo-stucked-home:before {
    background: url(../img/icons/home.svg) no-repeat center center/contain;
    width: 29px;
    height: 25px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 12px;
}

.nav-primary-main a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

.nav-primary-main > ul {
	display: flex;
}
.nav-primary-menu ul ul {
	position: absolute;
	top: 40px;
}
.nav-primary-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav-primary-menu ul li li {
	padding: 0 10px;
}
.nav-primary-menu ul li {
    position: relative;
}

.nav-primary-main ul li a {
    font-size: 1.6rem;
    font-weight: 700;
}

.nav-primary-main ul li ul li a {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-primary-main ul li ul li:first-child a {
    padding-top: 20px;
}

.nav-primary-main ul li ul li:last-child a {
    padding-bottom: 20px;
}

.nav-primary-main ul li.nav-ico {
    background: #fff;
}

.nav-primary-main ul li.nav-ico a {
    padding-left: 60px;
}

.nav-primary-main ul li:after {
    content: '';
    width: 17px;
    height: 10px;
    display: block;
    position: absolute;
    top: 17px;
    right: 30px;
    pointer-events: none;
}

/*.nav-primary-main ul li.menu-item-has-children:after { background: url(../img/icons/freccia-green.svg) no-repeat center center/contain; }
.nav-primary-main ul li.nav-ico.menu-item-has-children:after, .nav-primary-main ul li.nav-ico.nav--shop:after { background: url(../img/icons/freccia-white.svg) no-repeat center center/contain; }
.nav-primary-main ul ul li:after { display: none; }*/
.nav-primary-main ul li.nav-ico > a {
    color: #58585a;
    border: 2px solid #58585a;
    border-width: 1px 0;
}

.nav-primary-main ul li ul {
    border: 2px solid #58585a;
    border-width: 1px 0;
    display: none;
	width: 100%;
}

.nav-primary-main ul li.toggled:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-primary-main ul li ul li {
    background: #00592e;
}

.nav-primary-social {
    padding: 20px 10px;
}

.nav-primary-social ul li {
    display: inline-block;
}

.nav-primary-social ul li a {
    display: block;
    color: #fff;
    font-size: 3rem;
    line-height: normal;
    width: 55px;
    text-align: center;
}


/* CONTENUTI HOME */
.carousel-item {
    height: auto;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-indicators {
    z-index: 5;
}

#carouselHome .carousel-item {
    height: 350px;
}

#noCarouselHome {
    height: 200px;
}

.front-menu-banner.without-bg {
    top: 0;
}

#carouselRecensioni .carousel-control-prev,
#carouselRecensioni .carousel-control-next {
    display: none;
}

#carouselRecensioni .carousel-control-prev {
    left: -25px
}

#carouselRecensioni .carousel-control-next {
    right: -25px;
}

.singolo .carousel-item .entry {
    float: left;
}

.item .caption-title, .item .caption {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.item .caption {
    min-height: 25px;
    font-size: 1.2rem;
}

.testimonianze p.caption {
    display: -webkit-box;
    max-height: 80px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.5rem;
}

.item .caption-title {
    min-height: 60px;
}

.news {
    width: 160px
}

.news-scroll a {
    text-decoration: none;
    padding: 0 25px;
    border-right: 1px solid #969696;
    display: inline-block;
}

.news-scroll a:last-child {
    border: 0;
}

.news-scroll a .sezione {
    text-transform: uppercase;
    color: #00592e;
    font-weight: 700;
}

.entry {
    position: relative;
}

.entry a {
    text-decoration: none;
}

.entry-tipo {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    margin-bottom: 5px;
}

.entry-tipo[data-tipo="evento"] {
    color: #00592e;
}

.entry-tipo[data-tipo="news"] {
    color: #00245e;
}

.entry-tipo[data-tipo="storia"] {
    color: #00592e;
}

.entry-tipo[data-tipo="recensione"] {
    color: #58585a;
}

.entry-tipo[data-tipo="rivista"] {
    color: #58585a;
}

.entry-title {
    display: flex;
    font-weight: 700;
    min-height: 45px;
    align-items: center;
    justify-content: flex-start;
}

.entry-info {
    color: #7A7A7A;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding-top: 10px
}

.entry-cat {
    display: inline-block;
    border-left: 1px solid #7A7A7A;
    padding-left: 1rem;
    margin-left: 1rem;
}

.entry-content-overlay {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 1.5rem;
}

.entry-content-overlay:hover {
    background: rgba(0, 0, 0, .3);
}

.entry-content-overlay a, .entry-content-overlay .entry-info {
    color: #fff;
}

.entry-content-overlay .entry-cat {
    max-width: 100%;
    background: #00592e;
    border: 0;
    font-size: 1.5rem;
    padding: .5rem 1rem;
    margin: 0 0 1rem;
    text-transform: uppercase;
    width: max-content;
}

.intro {
    color: #fff;
}

.intro p {
    margin: 0;
}

.recensioni {
    height: auto;
    background-color: #58585a;
    color: #fff;
}

.recensioni a {
    color: #fff;
}

.recensioni a:hover {
    color: #fff;
    text-decoration: none;
}

.recensioni a.btn:hover {
    color: #00592e;
}

.recensioni .image {
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.recensioni img {
    max-width: 300px;
}

.recensioni .caption {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: space-between;
}

.recensioni .caption strong {
    display: -webkit-box;
    max-height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recensioni .book {
    margin-top: 15px;
}

.no-padding {
    padding: 0;
}

.persona .intro {
    color: #00592e;
}

.persona p {
    color: #202125;
}

.persona .modal-body strong {
    color: #000;
    font-style: normal;
}

.persona .modal-body a,
.persona .modal-body p {
    color: #000;
    font-style: italic;
}


.persona p[data-toggle="modal"] {
    cursor: pointer;
}

.persona .modal-body a:hover {
    color: #00592e;
}

.persona .modal {
    z-index: 999999;
}

.persona .modal-body img {
    max-width: 190px;
    width: 100%;
    margin-bottom: 1rem;
}

.persona .modal-header {
    border-bottom: 1px solid #8c7900;
    margin: 0 10px;
    max-height: 60px;
    align-items: center;
}

.persona .modal-title {
    font-size: 4rem;
    font-weight: 500;
    font-variant: small-caps;
    color: #005125;
}

.persona .modal-body p {
    margin-bottom: 2px;
}

.persona .modal-header .close {
    color: #292929;
    font-size: 2.5rem;
}

/* TESTIMONIANZE */

.testimonianze {
    max-height: 100%;
    overflow: hidden;
}

.content-testimonianze {
    width: 100%;
    min-height: 150px;
}

.content-testimonianze:hover:after {
    content: '';
}

.img-testimonianze:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(123, 100, 24, 0.3);
}

.img-testimonianze:hover:after {
}

.link-testimonianze {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(37, 37, 34, 0.85);
}

.content-testimonianze:hover .link-testimonianze {
    display: flex;
    color: #fff;
}

.testimonianze .owl-nav,
.storia .owl-nav {
    color: #fff;
}

.principali .owl-nav {
    color: #8c7900;
}

.storia .owl-theme .owl-nav [class*='owl-']:hover {
    color: #292929;
}

.vai_pagina {
    position: relative;
}

.vai_pagina .btn {
    display: inline-block;
    position: absolute;
    bottom: 13%;
    left: 20%;
    right: 20%;
    padding: 10px 43px;
    text-align: center;
}

.sezioni {
    background-color: #2E2E2E;
}

.sezioni .entry-content {
    position: relative;
    font-size: 1.2rem;
}

.sezioni .entry-content:before {
    content: '';
    display: block;
    background: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin: 0 0 0 -15px;
}

.sezioni .entry-desc {
    display: -webkit-box;
    max-height: 135px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-sezione {
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-bottom: 2rem;
}

.intestazione:hover a {
    color: inherit;
    text-decoration: none;
}

.pagination {
    display: block;
    font-size: 1.5rem;
}

.pagination span, .pagination a {
    background: #fff;
    border: solid 1px #00592e;
    color: #00592e;
    display: inline-block;
    margin: 0 7px 7px 0;
    padding: 2px 10px;
    text-decoration: none;
    box-sizing: border-box;
}

.pagination .current, .pagination a:hover {
    background: #00592e;
    color: #fff;
}

.widget {
    background: #fff;
}

.w-gallery {
    background: #000;
}

.w-gallery h3 {
    color: #fff;
}

.breadcrumb {
    background-color: transparent;
}

.post-content {
    line-height: 2.7rem;
}

.post-content img {
    max-width: 100%;
    height: auto;
}

.nav-single {
    border-top: 2px solid #f5f5f5;
}

.post-content a {
    text-decoration: underline;
}

.text-muted {
    line-height: normal;
}

#map {
    width: 100%;
    height: 400px;
    margin: 0.5rem 0 1.5rem;
}

.rivista {
    display: flex;
    font-size: 1.5rem;
    line-height: 4rem;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.rivista:hover {
    background: #fff;
}

.rivista a:hover {
    text-decoration: none;
}

.gallery-list-item {
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.gallery-list-item img {
    margin-bottom: 1.5rem;
}

.gallery-list-item a:hover {
    text-decoration: none;
}

/*OBLO*/

.oblo {
    width: 150px;
    height: 150px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.oblo img {
    object-fit: cover;
    height: 100%;
}

.news-caption,
.oblo-capture {
    display: -webkit-box;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.oblo-capture {
    text-align: center;
}

.news-caption {
    margin-bottom: 0;
}

/*CONTENTS*/

.box-content {
    border-top: 1px solid #fff;
    border-right: none;
    border-bottom: 1px solid #fff;
    border-left: none;
}

.img-news {
    display: block;
    height: 172px;
}

.img-news img {
    height: 170px;
}

.img-news span {
    height: 26px;
    line-height: 26px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.map-italia-small {
    height: 350px;
}

/* SEZIONI */
.pill-content > .pill-pane:not(.active),
.tab-content > .tab-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}

.nav-tabs {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: none;
    margin: 0 15px;
}

.nav-tabs .nav-link {
    color: #292929;
    text-decoration: none;
    padding: 1rem 2rem;
}

.nav-tabs .nav-link.active {
    color: #00592e;
    background: #fff;
    border: 1px solid #fff;
}

.map-europe,
.map-north-america {
    height: 350px;
}

.map-italia {
    height: 500px;
}

.map-italia-aside {
    height: 350px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    display: none;
}

.step-2 .list-group-item {
    background-color: transparent;
    border: 0;
}

.step-2 .list-group-item.active {
    color: #00592e;
    font-weight: 700;
}

.step-2 .list-group-item + .list-group-item.active {
    border: 0;
    margin-top: 0;
}

.step-3 dl, .step-3 .social, .step-3 .google_map {
    border-top: 1px solid #c0c0c1;
}

.step-4 dt,
.step-3 dt {
    color: #00592e;
}

.step-3 .social a {
    font-size: 3rem;
    color: #00592e;
    margin: 0 1rem;
}

.step-3 .social a:hover {
    color: #58585a;
}


.ricerca-sezione input.cerca-input {
    border: 1px solid #58585a;
    border-radius: 25px 0 0 25px;
    width: 70%;
}

.ricerca-sezione .btn.btn-primary {
    border-radius: 0 25px 25px 0;
}

.google_map {
    min-height: 300px;
}

/* ELEMENTI */

.subhead {
    color: #58585a;
    font: 500 2rem 'Roboto', sans-serif;
    text-align: center;
}

.card {
    cursor: pointer;
}

.figure-caption, .video .caption {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .8rem;
    font-size: 1.4rem;
    line-height: 124.3%;
    color: #a0924b;
    min-height: 60px;
    border-bottom: 1px solid #a0924b;
}

.video .caption {
}

.gallery .placeholder-wrapper img {
    max-width: 100%;
}

.gallery .placeholder-wrapper {
    display: none;
    position: relative;
}

.gallery .item-img-wrapper {
    display: none;
    position: absolute;
    text-align: center;
    width: 100%;
}

.gallery .item-img-wrapper:first-child {
    display: block;
}

.thumb {
    text-align: center;
}

.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 100px;
    left: 0;
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fde900;
}


.base-articolo article {
    line-height: 1.5;
}

.base-articolo article .row {
    padding: 0;
    margin: 10px;
}

.base-desc {
    text-align: justify;
}


/* CONTACT FORM */
.form-field {
    display: block;
    margin-bottom: 16px;
}

.form-field__label {
    font-size: 1rem;
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
    display: block;
    font-weight: normal;
    left: 0;
    margin: 0;
    padding: 12px 12px 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
}

.form-field__control {
    background: #f4f4f4;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #b8b8b8;
}

.form-field__input,
.form-field__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: #333;
    display: block;
    margin-top: 20px;
    outline: 0;
    padding: 0 12px 5px 12px;
    width: 100%;
}

.form-field__input:-ms-input-placeholder ~ .form-field__label,
.form-field__textarea:-ms-input-placeholder ~ .form-field__label {
    font-size: 1rem;
    transform: translateY(0);
}

.form-field__input:placeholder-shown ~ .form-field__label,
.form-field__textarea:placeholder-shown ~ .form-field__label {
    font-size: 1.8rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.form-field__input:focus ~ .form-field__label,
.form-field__textarea:focus ~ .form-field__label {
    color: #00592e;
    font-size: 1rem;
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
}

.form-field__control.active {
    border-color: #00592e
}

.form-field__textarea {
    height: 150px;
}


/* ACCORDION */
dl.accordion dt {
    padding: 0;
    text-align: left;
    margin: 10px 0 0;
    background: #f5f5f5;
}

dl.accordion dt a {
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 20px 50px 20px 20px;
    position: relative;
    line-height: normal;
    background: transparent;
}

dl.accordion dt a:after {
    content: '';
    display: table;
    width: 10px;
    height: 10px;
    border: 2px solid #a6a8b0;
    border-width: 0 0 2px 2px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}

dl.accordion dt a:hover:after {
    border-color: #00592e;
}

dl.accordion dt.faq-active a:after {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

dl.accordion dt.faq-active a {
    text-decoration: none;
}

dl.accordion dd {
    display: none;
    margin: 0;
    background: #f5f5f5;
    padding: 0 20px 20px 20px;
    margin: 0;
    text-align: left;
}

/* FOOTER */

footer {
    font-size: 14px;
}

.logo-anfi-footer {
    display: block;
    max-width: 150px;
}

.logo-anfi-footer.web-version {
    display: none;
}

footer h2 {
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    padding-bottom: 2rem;
}

footer h2:before {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #00592e;
    position: absolute;
    bottom: 0;
    left: 0;
}

.icon-block {
    width: 35px;
    height: 35px;
}

.legal {
    margin: 0;
    padding: 0;
}

.legal p {
    margin: 0;
}

.quicklinks {
    list-style-type: none;
    padding: 0 0 2rem;
}

.quicklinks li {
    padding: 0 0 .5rem 1.5rem;
    position: relative;
}

.quicklinks li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #00592e;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: 6px;
    left: 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quicklinks li:hover:before {
    border-color: #00592e;
}

.quicklinks li a {
    display: block;
}

/* FORM CERCA */
.ricerca .form-control-lg {
    font-size: 2.2rem;
    border-radius: 25px;
    border: 0;
}

/* OVERLAY */
body.noscroll {
    overflow: hidden;
}

.overlay {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 30;
    display: none;
    overflow: auto;
}

.overlay-close, .overlay-close-hot {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 3rem;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.overlay-close span {
    width: 50px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 25px;
}

.overlay-close span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay-close span:nth-child(2) {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.overlay-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    outline: 0;
}

/* BUTTONS */
.btn {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 25px;
    text-transform: uppercase;
    height: 40px;
    padding: 12px 25px;
    font-family: 'Source Serif 4', sans-serif;
}

.btn-footer {
    line-height: 15px;
    font-size: 15px;
    height: 45px;
    padding: 5px 25px;
}

.btn-primary:hover {
    background-color: transparent;
    border-color: transparent;
}

.btn-transparent:hover {
    background-color: #fff;
    border-color: #fff;
    color: rgba(0, 89, 46, 0.8);
}

.btn-transparent {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

.btn-lightgreen-invert:hover,
.btn-lightgreen {
    background: #00592e;
    border-color: #00592e;
    color: #fff;
}

.btn-lightgreen-invert,
.btn-lightgreen:hover {
    background: transparent;
    border-color: #00592e;
    color: #00592e;
}

.btn-green-invert:hover,
.btn-green,
.btn-primary {
    background: #005125;
    border-color: #005125;
    color: #fff;
}

.btn-green-invert,
.btn-green:hover {
    background: transparent;
    border-color: #005125;
    color: #005125;
}

.btn-primary:hover span.icon,
.btn-green:hover span.icon,
.btn-transparent:hover span.icon {
    filter: invert(25%) sepia(17%) saturate(2812%) hue-rotate(104deg) brightness(90%) contrast(104%); /*#005125*/
}

.btn-gold-no-bord:hover,
.btn-gold-invert:hover,
.btn-gold {
    background: #a0924b;
    border-color: #a0924b;
    color: #fff;
}

.btn-gold-invert,
.btn-gold:hover {
    background: transparent;
    border-color: #a0924b;
    color: #a0924b;
}

.btn-gold-no-bord {
    background: transparent;
    border-color: transparent;
    color: #a0924b;
}

.btn-gold:hover span.icon {
    filter: invert(57%) sepia(44%) saturate(422%) hue-rotate(13deg) brightness(92%) contrast(93%); /*#a0924b*/
}

.btn-gold-no-bord:hover span.icon {
    filter: invert(100%) sepia(0%) saturate(7433%) hue-rotate(154deg) brightness(95%) contrast(116%); /*#fff*/
}


.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary.focus, .btn-primary:focus,
:hover.btn-primary {
    background: transparent;
    border-color: #005125;
    color: #005125;
}

.btn-secondary {
    background: #2e2e2e;
    border-color: #2e2e2e;
    color: #fff;
}

.btn-secondary:hover {
    background: #fff;
    border-color: #fff;
    color: #2e2e2e;
}

/* COLORS */
.green,
.font-color-green {
    color: #005125;
}

.grey,
.font-color-grey {
    color: #58585a;
}

.gold,
.font-color-gold {
    color: #a0924b;
}

.black,
.font-color-black {
    color: #000;
}

.white,
.font-color-white {
    color: #fff;
}

.font-color-lightgrey {
    color: #f8f8f8;
}

.font-color-gainsboro-grey {
    color: #dcdcdc;
}

.font-color-darkgrey {
    color: #c4c4c4;
}

.font-color-silver {
    color: #c0c0c0;
}

.font-color-darkyellow {
    color: #fde600;
}

.font-color-darkgreen {
    color: #002316;
}

/* STYLES */

roboto {
    font-family: 'Roboto', sans-serif;
}

.source-serif {
    font-family: 'Source Serif 4', sans-serif;
}

.txt-uppercase {
    text-transform: uppercase;
}

.txt-sm {
    font-size: 11px;
    line-height: 11px;
}

.txt-md {
    font-size: 14px;
    line-height: 14px;
}

.txt-lg {
    font-size: 16px;
    line-height: 16px;
}

.txt-xl {
    font-size: 18px;
    line-height: 18px;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-fixed {
    position: fixed;
}

.cursor-pointer {
    cursor: pointer;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-250 {
    max-width: 250px;
}

.overflow-hidden {
    overflow: hidden;
}


/* BORDERS */

.border-top-white {
    border-top: 1px solid #fff;
}

.border-bottom-white {
    border-bottom: 1px solid #fff;
}

.border-left-white {
    border-left: 1px solid #fff;
}

.border-right-white {
    border-right: 1px solid #fff;
}

.border-x-white {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.border-y-white {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.border-white {
    border: 1px solid #fff;
}

.border-bottom-gold {
    border-bottom: 10px solid #c7bc88;
}

.border-gold {
    border: 1px solid #c7bc88;
}

.border-radius-50 {
    border-radius: 50%;
}

/* BACKGROUNDS */

.bg-none {
    background: #f5f5f5;
}

.bg-white {
    background-color: #fff;
}

.bg-light-grey {
    background-color: #f4f2f1;
}

.bg-grey {
    background-color: #f0efee;
}

.bg-light-gold {
    background-color: #fff8da;
}

.bg-gold {
    background-color: #c7bc88;
}

.bg-dark-gold {
    background-color: #a0924b;
}

.bg-yellow {
    background-color: #fde900;
}

.bg-yellow-50 {
    background-color: rgba(253, 233, 0, 0.75);
}

.bg-dark-yellow {
    background-color: #fde600;
}

.bg-green {
    background-color: #00592e;
}

.bg-green-50 {
    background-color: rgba(0, 89, 46, 0.8);
}

.bg-dark-green {
    background-color: #005125;
}

.bg-logo-green {
    background-color: #003520;
}

.bg-very-dark-green {
    background-color: #002316;
}

.bg-menu {
    background: #58585a;
}

.bg-black {
    background-color: #000;
}

/*FLAG-BORDER*/

header .flag-border div {
    width: 100%;
    height: 7px;
}

.footer-flag-border div {
    width: 100%;
    height: 21px;
}

@media (min-width: 425px) {

    .img-news {
        height: 232px;
    }

    .img-news img {
        height: 230px;
    }
}

@media (min-width: 576px) {

    #carouselHome .carousel-control-prev,
    #carouselHome .carousel-control-next {
        z-index: 11;
    }

    #carouselRecensioni .carousel-control-prev,
    #carouselRecensioni .carousel-control-next {
        display: flex;
    }

    h1, .h1 {
        font-size: 3.5rem;
    }

    h2, .h2 {
        font-size: 3rem;
    }

    h3, .h3 {
        font-size: 2.5rem;
    }

    h4, .h4 {
        font-size: 2.2rem;
    }

    h1 strong {
        font-size: 4.5rem;
    }

    header .logo-anfi {
        max-width: 85%;
    }

    header.without-bg h1 {
        font-size: 2.5rem;
    }

    header.without-bg h1 strong {
        font-size: 3.5rem;
    }

    header.without-bg {
        background: #00592e;
    }

    header.without-bg .logo-anfi {
        max-width: 40%;
    }

    header .logo {
        padding: 0;
    }

    .nav-primary {
        margin: 0;
        position: relative;
        font-size: 0.9rem;
    }

    .singolo .carousel-item {
        min-height: auto;
    }

    .sezioni .entry-desc {
        -webkit-line-clamp: 5;
        font-size: 12px;
    }

    .logo-anfi-footer.mob-version {
        max-width: 100%;
        max-height: 150px;
    }


}

/* end min-width: 576px */

@media (min-width: 768px) {

    /*    .sezioni .entry-content:before {
            display: none;
        }*/
    header .logo-anfi {
        max-width: 65%;
    }

    .nav-primary-menu ul li,
    .nav-primary-menu ul li ul li {
        width: 100%;
    }

    .nav-primary-menu {
        top: 130px;
    }

    .nav-primary.fixed, .nav-primary.open {
        top: 80px;
        left: 0;
    }

    .nav-primary-main ul li.nav-ico.menu-item-has-children:after {
        display: none;
    }

    .storia .entry-title {
        font-size: 14px;
    }

    .storia .entry-desc,
    .storia .btn {
        font-size: 11px;
    }

    .storia .btn {
        left: 10%;
        right: 10%;
        bottom: 10%;
    }

    .modal-dialog {
        max-width: 700px;
    }

    .gallery .placeholder-wrapper {
        display: block;
        width: 760px;
        min-height: 500px;
    }

    .owl-carousel .owl-item img {
        width: auto;
    }
}

/* end min-width: 768px */

@media (min-width: 992px) {

    h2, .h2 {
        font-size: 3rem;
    }

    .topbar {
        position: relative;
        margin-top: 0;
        z-index: 20;
    }

    .collegamenti_rapidi {
        margin-right: 5px;
    }

    header, .nav-primary {
        background: transparent;
    }

    span.anfi-span {
        font-size: 6rem;
    }

    .front-menu-banner {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #carouselHome {
        margin-top: -30px;
    }

    #carouselHome .carousel-item {
        height: 400px;
    }

    .bg-menu {
        background: #f0efee;
    }

    .hamburger, .logo-stucked-home {
        display: none;
    }

    .nav-primary-main > ul > li > a {
        line-height: 3rem;
        text-align: center;
    }

    .nav-primary-menu {
        display: block;
        position: relative;
        text-align: center;
        background: transparent;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        z-index: auto;
        overflow-y: visible;
    }

    .nav-primary-menu ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0;
    }

    .nav-primary-main ul li:after {

    }

    .nav-primary-main ul li.nav-ico {
        background: transparent;
    }

    .nav-primary-main ul li.nav-ico:before {
        display: none;
        width: 40px;
    }

    .nav-primary-main ul li.nav-ico > a {
        color: #a0924b;
        border: 0;
    }

    .nav-primary-main ul li.nav-ico.active > a {
        background-color: #00592e;
        color: #fff
    }

    .nav-primary-main ul li.nav-ico.toggled > a {
        background-color: #00592e;
        color: #fff;
    }

    .nav-primary-main ul li.nav-ico a {
        padding: 0;
        font-size: 13px;
    }

    .nav-primary-main ul li a:hover {
        color: #00592e;
    }

    .nav-primary-main ul li.menu-item-has-children ul li a:hover {
        color: #fde600;
    }

    .nav-primary-main ul li.nav-ico li a {
        padding: 20px 0;
        font-size: 1.5rem;
    }

    .nav-primary-main ul li ul {
        z-index: 10;
        border: 0;
    }

    .nav-contatti-but {
        right: 90px;
        top: 5px;
		color: #fff;
		line-height: 25px;
		position: absolute;
		font-size: 1.25rem;
    }
    .nav-search-but {
        right: 0;
        top: 5px;
        text-indent: -9999px;
    }

    .nav-search-but span {
        display: none;
    }

    .nav-search-but:hover {
        color: #00592e;
        text-decoration: none;
    }

    .sezioni .entry-content:before {
        top: 50%;
        left: -15px;
        margin: -15px 0 0 0;
    }

    header {
        padding: 20px 0 0;
    }

    .nav-primary-main ul li.nav-ico li a,
    .nav-primary-main ul li a {
        font-size: 1.4rem;
    }

    .nav-primary-main ul li.menu-item-has-children ul li a {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }

    .nav-primary-main ul li:after {
        display: block;
        top: 17px;
        right: 5px;
    }

    .nav-primary-main ul li.nav-ico:before {
        display: block;
        width: 40px;
    }

    .nav-primary-main > ul > li > a {
        line-height: 4rem;
    }

    .nav-primary-main ul li:hover.nav-ico > a:before, .nav-primary-main ul li.toggled.nav-ico > a:before {
        -moz-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        outline: 1px solid transparent; /* workaround FF aliasing a puttane */
    }

    .nav-search-but {
        top: 5px;
    }

    .generic .entry:nth-child(4) {
        display: none;
    }

    .sezioni .entry-content {
        font-size: 1.8rem;
        padding: 20px;
    }

    .storia .entry-title {
        font-size: 2rem;
    }

    .storia .entry-desc,
    .storia .btn {
        font-size: 1.8rem;
    }

    .gallery .placeholder-wrapper {
        width: 960px;
    }

    .gallery .placeholder-wrapper img {
        max-width: 960px;
        max-height: 500px;
    }

    .thumb {
        cursor: pointer;
        margin: 5px;
        border-bottom: 3px solid transparent;
    }

    .thumb.selected {
        border-color: #005125;
    }

    .base-articolo article .row {
        margin: 30px;
    }

    .mobile-view {
        display: none;
    }

    .web-view {
        display: block;
    }


    .box-content {
        border-top: none;
        border-right: 1px solid #fff;
        border-bottom: none;
        border-left: 1px solid #fff;
    }


    .img-news {
        height: 147px;
    }

    .img-news img {
        height: 145px;
    }

    .logo-anfi-footer.web-version {
        display: block;
        position: absolute;
        top: -48px;
        left: 24px;
        z-index: 1;
    }

    .logo-anfi-footer.mob-version {
        display: none;
    }

}

/* end min-width: 992px */

@media (min-width: 1200px) {
    .nav-primary {
        font-size: 1rem;
    }

    .nav-primary-main ul li.nav-ico:before {
        width: 60px;
    }

    .nav-primary-menu ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0;
    }

    .nav-primary-main ul li:after {
        right: 5px;
    }

    .generic .entry:nth-child(4) {
        display: block;
    }

    .sezioni .entry-title {
        font-size: 2rem;
    }

    .sezioni .entry-desc {
        font-size: 1.5rem;
        -webkit-line-clamp: 6;
    }

    .storia .btn {
        left: 20%;
        right: 20%;
        bottom: 13%;
    }

    .front-menu-banner {
        top: 20px;
    }

    header.without-bg .logo-anfi {
        max-width: 150px;
    }

    .img-news {
        height: 173px;
    }

    .img-news img {
        height: 171px;
    }

    .logo-anfi-footer.web-version {
        left: 48px;
    }
}

/* end min-width: 1200px */
@media (min-width: 1440px) {
    .nav-primary-menu ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0;
    }

}

/* end min-width: 1440px */
.sito-form .j-form-base-view .j-field-box {
    background: transparent;
}

.j-form-base-view .j-field-box {
    margin-right: 0;
    background: transparent;
}

.sito-form .j-form-base-view {
    max-width: 100%;
}

.j-form-base-view {
    max-width: 300px;
    margin: auto;
}

.j-form-base-view .btn-submit:hover .j-button-label label,
.j-form-base-view .btn-submit .j-button-label label {
    color: #fff;
}

.j-form-base-view .btn-submit .j-button-label {
    height: 40px;
    line-height: 40px;
}

.j-form-base-view .btn-submit {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 25px;
    background: #00592e;
	width: 100%;
}

.back-to-top {
    position: fixed;
    bottom: 5px;
    right: 11px;
    width: auto;
    font-size: 20px;
    padding: 2px 8px;
    border-radius: 5px;
    background: #00592e;
    cursor: pointer;
}

.back-to-top a {
    color: #fff;
}

.text-note {
    text-align: center;
    margin: 0 5px;
    font-size: 14px;
}

.paginazione span,
.paginazione a {
    display: inline-block;
    padding: 2px 5px;
}

.paginazione a.selected {
    background: #00592e;
    color: #fff;
}

.filtro select {
	background: #fff;
	padding: 5px 15px;
	border: 1px solid #00592e;
}

.video-play {
	position: relative;
}

.video-play:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	border-radius: 30px;
	background: rgba(0,0,0,.5);
	content: '\25BA';
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	width: 60px;
	height: 60px;
}


body.zoom-image-show {
    overflow: hidden;
}

.zoom-close {
    height: 30px;
    background-image: url('../img/ico-close-white.png');
    top: 0;
    right: 10px;
}
.zoom-close,
.zoom-next,
.zoom-prev {
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 10;
    overflow: hidden;
    cursor: pointer;
	display: block;
	width: 30px;
}
.zoom-next,
.zoom-prev {
	top: 50%;
	transform: translateY(-50%);
	height: 50px;
}
.zoom-next {
	right: 0;
	background-image: url('../img/ico-next-white.png');
}
.zoom-prev {
	left: 0;
	background-image: url('../img/ico-prev-white.png');
}

.zoom-wrapper-inner {
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.zoom-wrapper *,
.zoom-wrapper {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.zoom-image {
    cursor: zoom-in;
}

.zoom-wrapper {
    position: fixed;
    background: rgba(0, 0, 0, .75);
    z-index: 100000;
    text-align: center;
    padding: 30px 10px 10px 10px;
}

.gallery-thunbs {
	display: flex;
	align-items: center;
	justify-content: center;
}