body {
    font-family: 'noto-sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    right: 0!important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'usual', sans-serif;
    margin-top: 0!important;
}

h1 {
    font-size: 42px;
    font-weight: bold;
}

h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

h5 {
    font-size: 26px;
    line-height: 36px;
}

h6 {
    font-size: 14px;
    line-height: 19px;
}

a {
    color: #A30046;
}
a:hover {
    color: #A30046;
}

sub {
    font-family: 'usual', sans-serif;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 4.46px;
    bottom: 0;
    margin-bottom: 15px;
}
sub:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 13px;
    background-image: url("../../_img/_icon/sottotitolo.png");
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    h1 {font-size: 36px;}
    h2 {font-size: 26px;}
    sub {font-size: 14px;line-height: 26px;letter-spacing: 2.46px;}
}
@media (max-width: 374px) {
    h1 {font-size: 31px;}
    h2 {font-size: 31px;line-height: 40px;}
    h3 {font-size: 25px;line-height: 31px;}
}

.text-primary {
    color: #65032D!important;
}

.form-group {
    margin-bottom: 15px;
}
.form-control {
    font-size: 16px;
    color: #000000;
    border-radius: 0;
}

.checkbox-wrapper-30 {
    display: inline-block;
}
.checkbox-wrapper-30 .checkbox {
    --bg: #fff;
    --brdr: #3A3A3A;
    --brdr-actv: #A30046;
    --brdr-hovr: #A30046;
    --dur: calc((var(--size, 2)/2) * 0.6s);
    display: inline-block;
    width: calc(var(--size, 1) * 15px);
    position: relative;
}
.checkbox-wrapper-30 .checkbox:after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}
.checkbox-wrapper-30 .checkbox > * {
    position: absolute;
}
.checkbox-wrapper-30 .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: var(--bg);
    border-radius: calc(var(--size, 1) * 4px);
    border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
}
.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdr: calc(var(--size, 1) * 2);
}
.checkbox-wrapper-30 .checkbox input:hover {
    --newBrdrClr: var(--brdr-hovr);
}
.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdrClr: var(--brdr-actv);
    transition-delay: calc(var(--dur) /1.3);
}
.checkbox-wrapper-30 .checkbox input:checked + svg {
    --dashArray: 16 93;
    --dashOffset: 109;
}
.checkbox-wrapper-30 .checkbox svg {
    fill: none;
    left: 0;
    pointer-events: none;
    stroke: var(--stroke, var(--border-active));
    stroke-dasharray: var(--dashArray, 93);
    stroke-dashoffset: var(--dashOffset, 94);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    top: 0;
    transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}
.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-30 .checkbox input {
    display: block;
    height: 100%;
    width: 100%;
}

.btn-animated {
    position: relative;color: #fff;text-align: center;text-decoration: none;overflow: hidden;border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;
}
.btn-animated:after {
    content: "";position: absolute;height: 0%;left: 50%;top: 50%;width: 150%;z-index: -1;
    -webkit-transition: all 0.75s ease 0s;-moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;transition: all 0.75s ease 0s;
}
.btn-animated:hover {color: #FFF;text-shadow: none;}
.btn-animated:hover:after {height: 450%;}
.btn-animated {
    position: relative;color: #fff;border-radius: 0;text-align: center;text-decoration: none;overflow: hidden;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;-moz-transition: all 1s ease;
    -o-transition: all 1s ease;transition: all 1s ease;
}

.btn-orange {
    font-family: 'usual', sans-serif;font-size: 18px;line-height: 1;background-color: #A30046;color: #FFFFFF;
    padding: 18px 25px;border-radius: 0;z-index: 0;
}
.btn-orange:hover {background-color: transparent;}
.btn-orange:after {
    background: #760334;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

.btn-dark-green {
    font-family: 'usual', sans-serif;font-size: 18px;line-height: 1;background-color: #203A1F;color: #FFFFFF;
    padding: 15px 25px;border-radius: 0;
}
.btn-dark-green:hover {
    background-color: #203A1F;
}

.btn-filtri:after, .btn-altre-info:after {
    content: url("../../_img/_icon/freccia_flitri_basso.png");
    margin-left: 10px;
}
.btn-filtri:hover, .btn-altre-info:hover {
    color: #FFFFFF;
}

.btn-yellow {
    font-family: 'usual', sans-serif;font-size: 18px;line-height: 1;background-color: #F6B130;color: #FFFFFF;
    padding: 15px 25px;border-radius: 0;
}
.btn-yellow:hover {
    background-color: #F6B130;
}

.link-arrowed {display: inline-block;height: 2rem;line-height: 2rem;}
.link-arrowed .arrow-icon {
    position: relative;top: -1px;margin-left: 5px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;vertical-align: middle;
}
.link-arrowed:hover .arrow-icon {transform: translate3d(4px, 0, 0);}

.dt-length select {background-color: #EEF0F2!important;border: none!important;border-radius: 0!important;}
.dt-paging {color: #FFFFFF!important;}
.dt-paging .dt-paging-button {
    font-family: 'usual', sans-serif;font-size: 18px;line-height: 1;background-color: #FBD2AA;border: none!important;
    border-radius: 0;z-index: 0;
}
.dt-paging .dt-paging-button:not(.disabled):hover,
.dt-paging .dt-paging-button:not(.disabled):hover {
    background: #A30046!important;border: none!important;
}
.dt-paging .dt-paging-button.current {background: #A30046!important;color: #FFFFFF!important;}
.dt-paging .dt-paging-button.previous, .dt-paging .dt-paging-button.next {
    background-color: #EEF0F2!important;
}
.dt-paging .dt-paging-button.first, .dt-paging .dt-paging-button.last {
    display: none!important;
}
.carica-altri, .carica-altri:hover {color: #A30046;}

.tabella-fiso {padding-top: 20px!important;border-bottom: 0!important;}
.tabella-fiso thead {font-size: 18px;}
.tabella-fiso thead > tr > th {color: #FFFFFF;background-color: #A30046;padding: 20px 25px!important;}
.tabella-fiso tbody > tr > td {padding: 13px 25px;border-top: solid 1px #000000!important;border-bottom: solid 1px #000000!important;}
.tabella-fiso tbody > tr > td.sorting_1 {background-color: #EEF0F2!important;}
.tabella-fiso tbody > tr > td > a {color: #000000;text-decoration: none;}
.tabella-fiso tbody > tr > td > a:hover {text-decoration: underline;}
.tabella-fiso tbody > tr:hover > td {background-color: #FBD2AA;}
.tabella-fiso tbody > tr:hover > td.sorting_1 {background-color: #EA6C2B!important;}

#box-filtri {padding: 45px 125px;border: solid 2px #203A1F;border-top: solid 13px #203A1F;}
#box-filtri label.field span.selected {max-width: 90%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#box-filtri label.field.focused {z-index: 3;}
#box-filtri label.field.filtred > span {font-size: 12px;top: -18px;}
#box-filtri label.field.filtred span.selected {opacity: 1;transform: translateY(0px);transition-duration: 0.1s;}
#box-filtri label.field .psuedo_select ul {max-height: 192px;overflow: auto;}
#box-filtri label.field .psuedo_select ul li {font-size: 14px;line-height: 18px;padding: 10px 20px;}
#box-filtri input[type="text"] {
    font-size: 14px;line-height: 18px;width: calc(33.33% - 83.09px);height: 34px;margin: 0 60px 68px 60px;
    border-color: #000000;border-style: solid;border-width: 0 0 2px 0;vertical-align: top;
}
#box-filtri input[type="text"]::placeholder {color: #000000;}

#box-filtri label.field:nth-child(1), label.field:nth-child(4), label.field:nth-child(7) {margin-left: 0!important;}
#box-filtri label.field:nth-child(3n+0) {margin-right: 0!important;}
#box-filtri input[type="text"]:nth-child(1), input[type="text"]:nth-child(4), input[type="text"]:nth-child(7) {margin-left: 0!important;}
#box-filtri input[type="text"]:nth-child(3n+0) {margin-right: 0!important;}

#box-filtri label.field.field-checkbox .input-checkbox {position: relative;}
#box-filtri label.field.field-checkbox .input-checkbox input[type="checkbox"] {appearance: none;}
#box-filtri label.field.field-checkbox .input-checkbox input[type="checkbox"]:before {
    content: "";position: absolute;top: 0;left: 0;height: 20px;width: 20px;background: #e6e6e6;
}
#box-filtri label.field.field-checkbox .input-checkbox input[type="checkbox"]:checked:before {background: #A30046;}
#box-filtri label.field.field-checkbox .input-checkbox input[type="checkbox"]:checked:after {
    content: "";position: absolute;left: 8px;top: 4px;width: 5px;height: 10px;border: solid #fff;
    border-width: 0 2px 2px 0;transform: rotate(45deg);
}
#box-filtri label.field.field-checkbox .input-checkbox label {margin-left: 30px;}

#box-filtri a {color: #000000;}
#box-filtri a.btn-orange {color: #FFFFFF;}
#box-filtri a:hover {color: #000000;}
#box-filtri a.btn-orange:hover {color: #FFFFFF;}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.box-loader {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.box-loader .gif {
    content: url("../../_img/loading11.gif");
    max-width: 250px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#top {position:relative;width:100%;margin:0;padding:0;z-index: 10;}
#top-top {font-family: 'noto-sans', sans-serif;font-weight:400;font-size:15px;color: #FFFFFF;background-color: #65032D;padding:13px 0;}
#top-top p {margin: 0;}
#top-top a {color: #FFFFFF;}
#top-top .float-start img {margin-right: 15px;}
#top-top .float-end .lista-social {list-style: none;padding-inline-start: 0;margin-top: 0;margin-bottom: 0;}
#top-top .float-end .lista-social li {display: inline-block;margin: 0 10px;}
#top-top .float-end .lista-social li:first-child {margin-left: 0;}
#top-top .float-end .lista-social li:last-child {margin-right: 0;}
#top-top .float-end .lista-social li a {vertical-align: middle;}
#top-top .float-end .lista-social li a.facebook {content: url("../../_img/_icon/social/facebook.png");}
#top-top .float-end .lista-social li a.facebook:hover {content: url("../../_img/_icon/social/facebook_hover.png");}
#top-top .float-end .lista-social li a.instagram {content: url("../../_img/_icon/social/instagram.png");}
#top-top .float-end .lista-social li a.instagram:hover {content: url("../../_img/_icon/social/instagram_hover.png");}

@media screen and (max-width:1082px){
    #top {display: none;}
    #top-top .float-end {width: 100%;}
    #top-top .float-end .lista-social {width: 100%;}
    #top-top .float-end .lista-social li {width: calc((100% / 6) - 20px);text-align: center;}
}

#menu_principale {position: inherit;padding: 8px 0;width:100%;z-index:9;font-family: 'usual', sans-serif;font-weight:bold;box-shadow: 0px 3px 17px #0707076E;}
#menu_principale:before {content: "";position: absolute;top: 48.48px;width: 100%;height:105px;background-color:rgb(255 255 255 / 95%);}
#menu_principale.fixed:before {top: 0;}
#menu_principale .col-lg-11 .row {height: 89px;}

@media screen and (max-width:1082px){
    #menu_principale {padding: 0;}
    #menu_principale:before {top: 0;}
}
@media (max-width: 991px) {
    #top-top .float-start {display: none;}
    #menu_principale .col-lg-11 .row {height: 75px;}
}
@media screen and (min-width: 1351px) and (max-width: 1706px) {
    #menu_principale .col-sm-10.text-right {padding: 0;}
}
#menu_principale.fixed{width:100%;position:fixed;top:0;z-index:1001;}

#apri_menu {display: none;}
#menu_principale .menu_princ{display: inline-block;margin-bottom:0;padding:0;}
#menu_principale .menu_princ li{display:inline-block;position:relative;z-index:100;vertical-align:middle;margin: 0 10px;}
#menu_principale .menu_princ li:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 5px;
    width: calc(100% - 10px);
    height: 3px;
    background: #A30046;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
}
#menu_principale .menu_princ li:hover:after, #menu_principale .menu_princ li.active:after {
    transform: scaleX(1);
    transform-origin: left;
}

#menu_principale .logo {position: relative;height: 70px;z-index: 1;}

#menu_principale .menu_princ li a{
    display:block;color:#000000;text-transform:uppercase;font-weight:bold;font-size:18px;line-height:1;margin:0;padding: 5px;
    text-decoration:none;
}
#menu_principale .menu_princ li a:hover, #menu_principale .menu_princ li:hover > a, #menu_principale .menu_princ li a.active{}
#menu_principale .menu_princ li i {display: none;}
#menu_principale .menu_princ ul{
    opacity:0;visibility:hidden;position:absolute;background-color: rgb(255 255 255 / 90%);text-align:center;text-transform:uppercase;
    z-index:10000000;margin:38px 0 0;padding: 15px 35px;-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;-webkit-backface-visibility:hidden;
}
#menu_principale.fixed .menu_princ ul {margin:38px 0 0;}
#menu_principale .menu_princ li:hover > ul{opacity:1;visibility:visible;}
#menu_principale .menu_princ ul li{
    display:inline-block;float:none;background:none;margin:5px 0;padding:0px;width:100%;
    -moz-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;-webkit-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
    -o-transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
    -webkit-backface-visibility:hidden;
}
#menu_principale .menu_princ ul li:first-child a{border-width:0px;border-top-width:1px;border-left-width:1px;border-right-width:1px;}
#menu_principale .menu_princ ul li a{display:block;width: max-content;font-family: 'noto-sans', sans-serif;font-size: 16px;text-align:center;text-transform: none;}
#menu_principale .menu_princ ul li a:hover, #menu_principale .menu_princ ul li:hover > a, #menu_principale .menu_princ ul li > a.active{}
#menu_principale .menu_princ ul li:before {
    position: absolute;content: "";top: 0;left: -5px;width: 2px;height: 100%;background: #A30046;
    transform: scaleX(0);transform-origin: bottom;transition: transform 0.5s;
}
#menu_principale .menu_princ ul li:hover:before, #menu_principale .menu_princ ul li.active:before {
    transform: scaleX(1);transform-origin: top;
}
#menu_principale .menu_princ ul li:after {content: none;}

#menu_principale .box-calendario {
    width: 105px;height: 105px;background-color: #A30046;position: absolute;right: 0;top: 48.48px;z-index: 1;
}
#menu_principale.fixed .box-calendario {top: 0;}
#menu_principale .box-calendario .helper {display: inline-block;height: 100%;vertical-align: middle;}

@media screen and (max-width: 1199px){
    #menu_principale:before {height:75px;}
    #menu_principale .logo {padding: 10px 0;height: 75px;}
    #apri_menu{width: 75px;height: 75px;background-color: #A30046;position: absolute;display: block;right: 0;top: 50px;z-index: 10;}
    .fixed #apri_menu {top: 0;}
    #pulsante-menu {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) scale(-1,1);}
    #pulsante-menu span {display: block;height: 4px;background-color: #FFFFFF;transition: all .1s ease-in-out;}
    #pulsante-menu span:nth-child(1) {width: 30px;margin-bottom: 5px;}
    #pulsante-menu span:nth-child(2) {width: 38px;margin-bottom: 5px;}
    #pulsante-menu span:nth-child(3) {width: 45px;}
    #menu_principale .box-calendario {width: 75px;height: 75px;top: 50px;right: 85px;z-index: 9;}

    .sidr-animating #pulsante-menu span:nth-child(1),
    .sidr-open #pulsante-menu span:nth-child(1) {width: 45px;transform: rotate(35deg);margin-bottom: -3px;}
    .sidr-animating #pulsante-menu span:nth-child(2),
    .sidr-open #pulsante-menu span:nth-child(2) {display: none;}
    .sidr-animating #pulsante-menu span:nth-child(3),
    .sidr-open #pulsante-menu span:nth-child(3) {transform: rotate(-35deg);}

    #navigation {display:none !important;}

    #responsive-menu {
        width: 90%;font-family: 'usual', sans-serif;padding: calc(48.5px + 89px) 28px 60px 28px;
        background-color: #A30046;box-shadow: none;z-index: 9;
    }
    #responsive-menu .sidr-inner {padding-bottom: 0;}
    #responsive-menu ul {border: none;margin-bottom: 0;}
    #responsive-menu ul li {position: relative;border: none;margin-bottom: 15px;}
    #responsive-menu ul li:last-child {margin-bottom: 0;}
    #responsive-menu ul li a {position: relative;font-size: 20px;color: #FFFFFF;display: inline-block;}
    #responsive-menu ul li:hover a, #responsive-menu ul li.sidr-class-active a {box-shadow: none;}
    #responsive-menu ul li > a:after {
        position: absolute;content: "";top: 100%;left: 15px;width: calc(100% - 30px);height: 3px;background: #FFFFFF;
        transform: scaleX(0);transform-origin: right;transition: transform 0.5s;
    }
    #responsive-menu ul li ul li > a:after {
        left: 30px;width: calc(100% - 45px);
    }
    #responsive-menu ul li:hover > a:after, #responsive-menu ul li.sidr-class-active > a:after {
        transform: scaleX(1);transform-origin: left;
    }

    #responsive-menu ul li.sidr-class-d-xl-none a {font-size: 18px;}
    #responsive-menu ul li .sidr-class-btn-dark-orange {display: initial!important;margin: 0 15px;}
    #responsive-menu ul li .sidr-class-btn-dark-orange img {margin-right: 10px;}
    #responsive-menu ul li .sidr-class-sub-menu {display: none;}
    #responsive-menu ul li.open .sidr-class-sub-menu {display: block;}
    #responsive-menu ul li .sidr-class-fa-chevron-down {
        font-family: 'Font Awesome 5 Free';font-weight: 900;color: #FFFFFF;-moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;font-style: normal;font-variant: normal;
        text-rendering: auto;line-height: 1;position: absolute;top: 17.5px;right: 0;
    }
    #responsive-menu ul li .sidr-class-fa-chevron-down:before {content: "\f078";}
}
@media screen and (min-width: 1083px) and (max-width: 1199px) {
    #menu_principale .menu_princ {margin-right: 2px;}
    #menu_principale .menu_princ li {margin: 0 6px;}
}
@media (min-width: 1083px) {
    #menu_principale .menu_princ li.d-xl-none {display: none!important;}
}
@media screen and (max-width: 1082px) {
    #apri_menu {top: 0;}
    #menu_principale .box-calendario {top: 0;}
}
@media screen and (min-width: 1600px) and (max-width: 1797px) {
    #menu_principale .menu_princ {margin-right: 2px;}
    #menu_principale .menu_princ li {margin: 0 2px;}
    #menu_principale .menu_princ li a {font-size: 20px;}
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
    #menu_principale .menu_princ {margin-right: 2px;}
    #menu_principale .menu_princ li {margin: 0 2px;}
    #menu_principale .menu_princ li a {font-size: 17px;}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #menu_principale .menu_princ {margin-right: 0;}
    #menu_principale .menu_princ li {margin: 0 3px;}
    #menu_principale .menu_princ li a {font-size: 16px;padding: 3px;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#slider_home {position: inherit;height: calc(100vh - 172px);margin-top: -105px;}
#slider_home:before {content: "";position: absolute;width: 100%;height: calc(100vh - 172px);background-color: rgba(0, 0, 0, 0.2);}
#slider_home .fraction-slider, #slider_home .slide {height: 100%!important;}
#slider_home .slide {background-size: cover;background-position: center;}
#slider_home .slider-text {position: relative;width: 100%!important;height: calc(100vh - 172px)!important;text-align: center;color: #FFFFFF;}
#slider_home .slider-text .container {width: auto!important;height: inherit!important;}
#slider_home .slider-text .container .row {width: auto!important;height: inherit!important;}
#slider_home .slider-text .container .row .col-lg-8 {height: inherit!important;display: table;}
#slider_home .slider-text .container .row .col-lg-8 .testo {width: auto!important;height: auto!important;display: table-cell;vertical-align: bottom;padding-bottom: 80px;}
#slider_home .slider-text .container .row .col-lg-8 .testo h1 {width: auto!important;height: auto!important;}
#slider_home .slider-text .container .row .col-lg-8 .testo h2 {width: auto!important;height: auto!important;}
#slider_home .slider-text .container .row .col-lg-8 .testo .btn-orange {width: auto!important;height: auto!important;}

@media (max-width: 1082px) {
    #slider_home {height: calc(75vh - 75px);margin-top: -75px;}
    #slider_home:before {height: calc(75vh - 75px);}
    #slider_home .slider-text {height: calc(75vh - 75px)!important;font-size: inherit!important;}
    #slider_home .slider-text .container {font-size: inherit!important;line-height: inherit!important;}
    #slider_home .slider-text .container .row {font-size: inherit!important;line-height: inherit!important;}
    #slider_home .slider-text .container .row .col-lg-8 {width: auto!important;font-size: inherit!important;line-height: inherit!important;}
    #slider_home .slider-text .container .row .col-lg-8 .testo {font-size: inherit!important;line-height: inherit!important;}
    #slider_home .slider-text .container .row .col-lg-8 .testo h1 {font-size: 30px!important;}
    #slider_home .slider-text .container .row .col-lg-8 .testo h2 {font-size: 20px!important;}
    #slider_home .slider-text .container .row .col-lg-8 .testo .btn-orange {font-size: inherit!important;line-height: inherit!important;}
}
@media (min-height: 300px) and (max-height: 500px) {
    #slider_home {height: 500px;}
    #slider_home:before {height: 500px;}
    #slider_home .slider-text {height: 500px!important;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#img-copertina {
    height: 500px;background-size: cover;background-position: center;background-repeat: no-repeat;margin-top: calc(0px - 48.5px - 105px);
}

@media (max-width: 991px) {
    #img-copertina {height: 300px;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.breadcrumb {padding: 30px 0;}
.breadcrumb li {position: relative;height: 25px;margin: 0 10px;line-height: 25px;}
.breadcrumb li:first-child a {content: url("../../_img/_icon/home_breadcrumb.png");}
.breadcrumb li:after {content: "|";position: absolute;top: 0;right: -15px;}
.breadcrumb li:last-child:after {content: none;}
.breadcrumb li a {line-height: 25px;color: #000000;text-decoration: none;}
.breadcrumb li a:hover {text-decoration: none;}

@media (max-width: 991px) {
    .breadcrumb {display: none;}
    main {padding-top: 30px!important;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.menu-laterale {position: relative;padding: 43px 53px;background-color: #EEF0F2;}
.menu-laterale h3 {
    max-width: 90%;color: #000000!important;margin-bottom: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.menu-laterale h3 .fa-caret-down {
    display: none;position: absolute;top: calc(43px + 15px);right: 53px;transform: translateY(-50%);
}
.menu-laterale ul {padding-inline-start: 0;margin: 55px 0 0;}
.menu-laterale ul li {
    position: relative;margin: 38px 0;padding-left: 23px;list-style: none;
    -moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;
    font-style: normal;font-variant: normal;text-rendering: auto;
}
.menu-laterale ul li:first-child {margin-top: 0;}
.menu-laterale ul li:last-child {margin-bottom: 0;}
.menu-laterale ul li:before {content: "\f054";position: absolute;left: 0;font-family: "Font Awesome 5 Free";font-weight: 900;}
.menu-laterale ul li a {color: #000000;}
.menu-laterale ul li a:hover, .menu-laterale ul li.active a {color: #A30046;text-decoration: none;}

@media (max-width: 1199px) {
    .menu-laterale {padding: 43px;}
}
@media (max-width: 991px) {
    .menu-laterale {padding: 40px;}
    .menu-laterale h3 .fa-caret-down {display: block;top: calc(40px + 15px);right: 40px;}
    .menu-laterale ul {display: none;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#fascia-sponsor {padding: 25px 0;text-align: center;}
#fascia-sponsor .owl-carousel .owl-item {padding: 0 15px;}
#fascia-sponsor .owl-carousel .owl-item img {width: auto;height: 72px;margin: auto;}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#fascia-notizie {padding: 100px 0 45px;}
#fascia-notizie .owl-carousel .owl-item .box-notizia {box-shadow: none;}
.box-notizia {position: relative;width: 370px;max-width: 100%;margin: auto;background-color: #EEF0F2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /*overflow: hidden;*/transition: box-shadow 0.5s;}
.box-notizia a {color: inherit;text-decoration: none;}
.box-notizia .link-arrowed:hover a {text-decoration: underline;}
.box-notizia:hover{box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);}

.box-notizia-share {position: absolute;top: -65px;right: 15px;z-index: 1;}
.box-notizia-share div.social-open-menu .btn-share, .box-notizia-share ul.social-items .btn-share {
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    line-height: 1;
    outline: 0;
    border: 0;
    margin-top: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.box-notizia-share div.social-open-menu .btn-share:hover, .box-notizia-share ul.social-items .btn-share:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.box-notizia-share div.social-open-menu .btn-share img {display: inline-block!important;width: auto!important;}
.box-notizia-share ul.social-items {
    margin-bottom: 15px;
    padding-inline-start: 0;
    list-style: none;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: block;
    /* display: none; */
}
.box-notizia-share ul.social-items .btn-share {width: 35px;height: 35px;}
.box-notizia-share ul.social-items .btn-share.social-item-1 {
    content: url("../../_img/_icon/social/linkedin_share.png");
}
.box-notizia-share ul.social-items .btn-share.social-item-1 i {
    text-shadow: 0px 0px #007ab9, 1px 1px #007ab9, 2px 2px #007ab9, 3px 3px #007ab9, 4px 4px #007ab9, 5px 5px #007ab9;
}
.box-notizia-share ul.social-items .btn-share.social-item-2 {
    content: url("../../_img/_icon/social/whatsapp_share.png");
}
.box-notizia-share ul.social-items .btn-share.social-item-2 i {
    text-shadow: 0px 0px #67d449, 1px 1px #67d449, 2px 2px #67d449, 3px 3px #67d449, 4px 4px #67d449, 5px 5px #67d449;
}
.box-notizia-share ul.social-items .btn-share.social-item-3 {
    content: url("../../_img/_icon/social/instagram_share.png");
}
.box-notizia-share ul.social-items .btn-share.social-item-3 i {
    text-shadow: 0px 0px #d81558, 1px 1px #d81558, 2px 2px #d81558, 3px 3px #d81558, 4px 4px #d81558, 5px 5px #d81558;
}
.box-notizia-share ul.social-items .btn-share.social-item-4 {
    content: url("../../_img/_icon/social/facebook_share.png");
}
.box-notizia-share ul.social-items .btn-share.social-item-4 i {
    text-shadow: 0px 0px #3b5998, 1px 1px #3b5998, 2px 2px #3b5998, 3px 3px #3b5998, 4px 4px #3b5998, 5px 5px #3b5998;
}
.box-notizia-share ul.social-items .btn-share.social-item-5 {
    content: url("../../_img/_icon/social/link.svg");
}
.box-notizia-share ul.social-items .btn-share.social-item-5 i {
    text-shadow: 0px 0px #A30046, 1px 1px #A30046, 2px 2px #A30046, 3px 3px #A30046, 4px 4px #A30046, 5px 5px #A30046;
}
.box-notizia-share ul.social-items.open .btn-share {
    transform: scale(1);
    opacity: 1;
    /* transform: translate(0px, -15px); */
}
.box-notizia-share ul.social-items li {position: relative;display: inline-block;margin: 0 4px;}
.box-notizia-share ul.social-items li .btn-share {
    transform: scale(0);
    opacity: 0;
}
.box-notizia-share ul.social-items li .btn-share-text {
    /* opacity: 0; */position: absolute;bottom: 15px;right: 100%;margin-right: 10px;min-width: 75px;border-radius: 2px;
    padding: 3px 4px;text-align: center;font-weight: 300;background: rgba(20, 20, 20, 0.7);color: #fff;display: block;
    opacity: 0; /* transition: all 500ms ease-in-out  0.5s; */
}
.box-notizia-share ul.social-items li:hover .btn-share-text {
    opacity: 1;
}
.box-notizia-share div.social-open-menu .btn-share {width: 45px;height: 45px;background-color: #1C8649;float: right;}
.box-notizia-share div.social-open-menu .btn-share i {
    text-shadow: 0px 0px #f32c1e, 1px 1px #f32c1e, 2px 2px #f32c1e, 3px 3px #f32c1e, 4px 4px #f32c1e, 5px 5px #f32c1e;
}
.box-notizia-share .social-items.open .social-item-1, .box-notizia-share .social-items.open .social-item-1 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}
.box-notizia-share .social-items.hidden .social-item-1, .box-notizia-share .social-items.open .social-item-1 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
}
.box-notizia-share .social-items.open .social-item-2, .box-notizia-share .social-items.open .social-item-2 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
.box-notizia-share .social-items.hidden .social-item-2, .box-notizia-share .social-items.open .social-item-2 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
.box-notizia-share .social-items.open .social-item-3, .box-notizia-share .social-items.open .social-item-3 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
.box-notizia-share .social-items.hidden .social-item-3, .box-notizia-share .social-items.open .social-item-3 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
.box-notizia-share .social-items.open .social-item-4, .box-notizia-share .social-items.open .social-item-4 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
.box-notizia-share .social-items.hidden .social-item-4, .box-notizia-share .social-items.open .social-item-4 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
.box-notizia-share .social-items.open .social-item-5, .box-notizia-share .social-items.open .social-item-5 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
}
.box-notizia-share .social-items.hidden .social-item-5, .box-notizia-share .social-items.open .social-item-5 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}
/*.btn-share {
    position: absolute;top: 20px;right: 20px;width: 45px;height: 45px;padding-top: 7px;background-color: #EA6C28;
    border-radius: 50%;color: #fff;text-align: center;
}*/

.box-notizia-thumb {height: 203px;overflow: hidden;background-color: #000;transition: height 0.5s;}
.box-notizia-thumb img {display: block;opacity: 1;transform: scale(1);transition: opacity 0.5s, transform 0.5s;}
.box-notizia:hover .box-notizia-thumb {height: 110px;}
.box-notizia:hover .box-notizia-thumb img {opacity: 0.6;transform: scale(1.2);}

.box-notizia-body {position: relative;height: 185px;padding: 20px;transition: height 0.5s;}
.box-notizia:hover .box-notizia-body {height: 278px;}
.box-notizia-body hr {position: absolute;bottom: 50px;width: calc(100% - 30px);height: 2px;left: 15px;color: #CACED6;opacity: 1;}

.box-notizia-data {
    position: absolute;top: -23px;left: 0;height: 23px;padding: 0 15px;background-color: #EEF0F2;color: #000000;
    font-size: 12px;line-height: 23px;
}
.box-notizia-data img {margin-right: 5px;}

.box-notizia-title {
    display: -webkit-box;max-height: 75px;margin: 0;padding: 0 0 10px 0;color: #000;font-size: 16px;line-height: 24px;
    font-weight: bold;text-transform: uppercase;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.box-notizia:hover .box-notizia-title {color: #A30046;max-height: unset;-webkit-line-clamp: unset;}
.box-notizia-title .extra {display: none;}
.box-notizia:hover .box-notizia-title .extra {display: inline-block;}
.box-notizia:hover .box-notizia-title .puntini {display: none;}

.box-notizia-description {
    /*position: absolute;left: 20px;right: 20px;bottom: 100px;*/display: -webkit-box;margin: 0;padding: 0;color: #000000;font-size: 14px;
    line-height: 18px;opacity: 0;transform: translateY(45px);transition: opacity 0.3s, transform 0.3s;transition-delay: 0s;
    overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}
.box-notizia:hover .box-notizia-description {opacity: 1;transform: translateY(0);transition-delay: 0.2s;}

.box-notizia-footer {
    position: absolute;display: flex;bottom: 12px;left: 20px;right: 20px;font-size: 14px;line-height: 1;color: #000000;
}
.box-notizia-footer .w-25 {font-size: 16px;}

.box-notizia-icon {display: inline-block!important;width: auto!important;vertical-align: middle;margin: -2px 0 0 2px;font-size: 18px;}

@media (max-width: 1399px) {
    .box-notizia-thumb {height: 173px;}
    .box-notizia-body {height: 215px;}
    .box-notizia-footer .w-25 {font-size: 15px;}
}
@media (max-width: 1199px) {
    #fascia-notizie .owl-carousel .owl-stage {padding-top: 3.5rem;}
    .box-notizia-thumb {height: 195px;}
    .box-notizia-body {height: 193px;}
}
@media (max-width: 991px) {
    #fascia-notizie {padding: 35px 0 75px;}
    #fascia-notizie h1 {margin-bottom: 0;}
    .box-notizia {margin: auto!important;margin-bottom: 50px!important;}
    .box-notizia-thumb {height: 110px;}
    .box-notizia-thumb img {opacity: 1;transform: scale(1.2);}
    .box-notizia-share {display: none;}
    .box-notizia-share ul.social-items li {margin-left: 10px;}
    .box-notizia-body, .box-notizia:hover .box-notizia-body {height: 175px;}
    /*.box-notizia-title {max-height: unset;-webkit-line-clamp: unset;}*/
    .box-notizia-title .extra {display: inline-block;}
    .box-notizia-title .puntini {display: none;}
    .box-notizia-description {display: none;/*opacity: 1;transform: translateY(0);transition-delay: 0.2s;*/}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#fascia-scopri-orienteering {
    padding: 45px 0 270px;background-size: contain;
    background-position: left;background-repeat: no-repeat;
}
#fascia-scopri-orienteering .btn-orange {margin-right: 75px;}
#fascia-scopri-orienteering img {max-height: 500px;}

@media (max-width: 1399px) {
    #fascia-scopri-orienteering {padding: 125px 0 300px;}
}
@media (max-width: 1199px) {
    #fascia-scopri-orienteering {background-size: cover;padding: 75px 0 250px;}
}
@media (max-width: 991px) {
    #fascia-scopri-orienteering {padding: 0 0 75px;}
    #fascia-scopri-orienteering img {margin-bottom: 50px;}
}
@media (max-width: 767px) {
    #fascia-scopri-orienteering {background-image: none;text-align: center;}
    #fascia-scopri-orienteering .order-first {padding: 0;}
    #fascia-scopri-orienteering sub {display: table-cell;text-align: left;}
    #fascia-scopri-orienteering h1 {text-align: left;}
    #fascia-scopri-orienteering p {text-align: left;}
    #fascia-scopri-orienteering .btn-orange {margin-right: 0;/*margin-bottom: 25px;*/}
    #fascia-scopri-orienteering .link-arrowed {/*display: block;*/margin-left: 10px;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#fascia-squadra-jtt {margin: -180px 0;}
#fascia-squadra-jtt .col-lg-3 {position: relative;background-color: #65032D;}
#fascia-squadra-jtt .col-lg-3 img {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
#fascia-squadra-jtt .col-lg-9 {position: relative;height: 450px;color: #FFFFFF;background-color: #65032D;}
#fascia-squadra-jtt .col-lg-9 .testo {width: inherit;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
#fascia-squadra-jtt .col-lg-9 .testo h1 {color: #FFFFFF;}
#fascia-squadra-jtt .col-lg-9 .testo a {color: #FFFFFF;text-decoration: none;}
#fascia-squadra-jtt .col-lg-9 .testo .link-arrowed:hover a {text-decoration: underline;}

@media (max-width: 991px) {
    #fascia-squadra-jtt {margin: 0;}
    #fascia-squadra-jtt .col-lg-3 {text-align: center;}
    #fascia-squadra-jtt .col-lg-3 img {position: unset;width: 150px;margin-top: 30px;transform: none;}
    #fascia-squadra-jtt .col-lg-9 .testo {padding: 0 25px;text-align: center;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#fascia-gare {padding: 275px 0 75px;background-color: #EEF0F2;}
.box-gara {position: relative;width: 370px;max-width: 100%;margin: auto;background-color: #EEF0F2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /*overflow: hidden;*/transition: box-shadow 0.5s;}
.box-gara a {color: inherit;text-decoration: none;}
.box-gara .link-arrowed:hover a {text-decoration: underline;}
.box-gara:hover{box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);}

.box-gara-share {position: absolute;top: -65px;right: 15px;z-index: 1;}
.box-gara-share div.social-open-menu .btn-share, .box-gara-share ul.social-items .btn-share {
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    line-height: 1;
    outline: 0;
    border: 0;
    margin-top: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.box-gara-share div.social-open-menu .btn-share:hover, .box-gara-share ul.social-items .btn-share:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.box-gara-share div.social-open-menu .btn-share img {display: inline-block!important;width: auto!important;}
.box-gara-share ul.social-items {
    margin-bottom: 15px;
    list-style: none;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: block;
    /* display: none; */
}
.box-gara-share ul.social-items .btn-share {width: 35px;height: 35px;}
.box-gara-share ul.social-items .btn-share.social-item-1 {
    content: url("../../_img/_icon/social/linkedin_share.png");
}
.box-gara-share ul.social-items .btn-share.social-item-1 i {
    text-shadow: 0px 0px #007ab9, 1px 1px #007ab9, 2px 2px #007ab9, 3px 3px #007ab9, 4px 4px #007ab9, 5px 5px #007ab9;
}
.box-gara-share ul.social-items .btn-share.social-item-2 {
    content: url("../../_img/_icon/social/whatsapp_share.png");
}
.box-gara-share ul.social-items .btn-share.social-item-2 i {
    text-shadow: 0px 0px #67d449, 1px 1px #67d449, 2px 2px #67d449, 3px 3px #67d449, 4px 4px #67d449, 5px 5px #67d449;
}
.box-gara-share ul.social-items .btn-share.social-item-3 {
    content: url("../../_img/_icon/social/instagram_share.png");
}
.box-gara-share ul.social-items .btn-share.social-item-3 i {
    text-shadow: 0px 0px #d81558, 1px 1px #d81558, 2px 2px #d81558, 3px 3px #d81558, 4px 4px #d81558, 5px 5px #d81558;
}
.box-gara-share ul.social-items .btn-share.social-item-4 {
    content: url("../../_img/_icon/social/facebook_share.png");
}
.box-gara-share ul.social-items .btn-share.social-item-4 i {
    text-shadow: 0px 0px #3b5998, 1px 1px #3b5998, 2px 2px #3b5998, 3px 3px #3b5998, 4px 4px #3b5998, 5px 5px #3b5998;
}
.box-gara-share ul.social-items .btn-share.social-item-5 {
    content: url("../../_img/_icon/social/link.svg");
}
.box-gara-share ul.social-items .btn-share.social-item-5 i {
    text-shadow: 0px 0px #A30046, 1px 1px #A30046, 2px 2px #A30046, 3px 3px #A30046, 4px 4px #A30046, 5px 5px #A30046;
}
.box-gara-share ul.social-items.open .btn-share {
    transform: scale(1);
    opacity: 1;
    /* transform: translate(0px, -15px); */
}
.box-gara-share ul.social-items li {position: relative;display: inline-block;margin: 0 4px;}
.box-gara-share ul.social-items li .btn-share {
    transform: scale(0);
    opacity: 0;
}
.box-gara-share ul.social-items li .btn-share-text {
    /* opacity: 0; */position: absolute;bottom: 15px;right: 100%;margin-right: 10px;min-width: 75px;border-radius: 2px;
    padding: 3px 4px;text-align: center;font-weight: 300;background: rgba(20, 20, 20, 0.7);color: #fff;display: block;
    opacity: 0; /* transition: all 500ms ease-in-out  0.5s; */
}
.box-gara-share ul.social-items li:hover .btn-share-text {
    opacity: 1;
}
.box-gara-share div.social-open-menu .btn-share {width: 45px;height: 45px;background-color: #1C8649;float: right;}
.box-gara-share div.social-open-menu .btn-share i {
    text-shadow: 0px 0px #f32c1e, 1px 1px #f32c1e, 2px 2px #f32c1e, 3px 3px #f32c1e, 4px 4px #f32c1e, 5px 5px #f32c1e;
}
.box-gara-share .social-items.open .social-item-1, .box-gara-share .social-items.open .social-item-1 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}
.box-gara-share .social-items.hidden .social-item-1, .box-gara-share .social-items.open .social-item-1 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
}
.box-gara-share .social-items.open .social-item-2, .box-gara-share .social-items.open .social-item-2 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
.box-gara-share .social-items.hidden .social-item-2, .box-gara-share .social-items.open .social-item-2 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
.box-gara-share .social-items.open .social-item-3, .box-gara-share .social-items.open .social-item-3 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
.box-gara-share .social-items.hidden .social-item-3, .box-gara-share .social-items.open .social-item-3 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
.box-gara-share .social-items.open .social-item-4, .box-gara-share .social-items.open .social-item-4 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
.box-gara-share .social-items.hidden .social-item-4, .box-gara-share .social-items.open .social-item-4 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
.box-gara-share .social-items.open .social-item-5, .box-gara-share .social-items.open .social-item-5 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
}
.box-gara-share .social-items.hidden .social-item-5, .box-gara-share .social-items.open .social-item-5 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}
/*.btn-share {
    position: absolute;top: 20px;right: 20px;width: 45px;height: 45px;padding-top: 7px;background-color: #EA6C28;
    border-radius: 50%;color: #fff;text-align: center;
}*/

.box-gara-thumb {height: 133px;overflow: hidden;background-color: #000;transition: height 0.5s;}
.box-gara-thumb img {display: block;width: 100%;opacity: 1;transform: scale(1);transition: opacity 0.5s, transform 0.5s;}
.box-gara:hover .box-gara-thumb {height: 83px;}
.box-gara:hover .box-gara-thumb img {opacity: 0.6;transform: scale(1.2);}

.box-gara-body {position: relative;height: 208px;padding: 20px;transition: height 0.5s;}
.box-gara:hover .box-gara-body {height: 258px;}
.box-gara-body hr {position: absolute;bottom: 50px;width: calc(100% - 30px);height: 2px;left: 15px;color: #CACED6;opacity: 1;}

.box-gara-data {
    position: absolute;top: -23px;left: 0;height: 23px;padding: 0 15px;background-color: #EEF0F2;color: #000000;
    font-size: 12px;line-height: 23px;
}
.box-gara-data img {display: inline-block!important;margin-right: 5px;}

.box-gara-title {
    display: -webkit-box;max-height: 83px;margin: 0;padding: 0 0 10px 0;color: #000;font-size: 16px;line-height: 26px;
    font-weight: bold;text-transform: uppercase;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.box-gara:hover .box-gara-title {color: #A30046;max-height: unset;-webkit-line-clamp: unset;}
.box-gara-title .stato {color: #A30046;}
.box-gara-title .extra {display: none;}
.box-gara:hover .box-gara-title .extra {display: inline-block;}
.box-gara:hover .box-gara-title .puntini {display: none;}

.box-gara-luogo {display: flex;margin: 0;padding: 0;color: #000000;font-size: 14px;line-height: 18px;}
.box-gara-luogo span {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.box-gara-description {
    /*position: absolute;left: 20px;right: 20px;bottom: 90px;*/margin: 0;padding: 0;color: #000000;font-size: 14px;
    line-height: 18px;opacity: 0;transform: translateY(45px);transition: opacity 0.3s, transform 0.3s;transition-delay: 0s;
}
.box-gara:hover .box-gara-description {opacity: 1;transform: translateY(0);transition-delay: 0.2s;}

.box-gara-footer {
    position: absolute;display: flex;bottom: 12px;left: 20px;right: 20px;font-size: 14px;line-height: 1;color: #000000;
}
.box-gara-footer .lista-discipline {width: max-content;padding-inline-start: 0;margin-bottom: 0;}
.box-gara-footer .lista-discipline li {width: 30px;height: 30px;display: inline-block;margin: 0 2.3px;}
.box-gara-footer .lista-discipline li:first-child {margin-left: 0;}
.box-gara-footer .lista-discipline li:last-child {margin-right: 0;}
.box-gara-footer .lista-discipline li.c-o {content: url("../../_img/_icon/disciplina_co.svg");background-color: #95BD2A;}
.box-gara-footer .lista-discipline li.mtb-o {content: url("../../_img/_icon/disciplina_mtbo.svg");background-color: #F6B130;}
.box-gara-footer .lista-discipline li.sci-o {content: url("../../_img/_icon/disciplina_scio.svg");background-color: #1C93AA;}
.box-gara-footer .lista-discipline li.trail-o {content: url("../../_img/_icon/disciplina_trailo.svg");background-color: #DD4A23;}
.box-gara-footer .w-75 {font-size: 16px;line-height: 22px;}

.box-gara-icon {display: inline-block;width: auto!important;vertical-align: middle;margin: -2px 0 0 2px;font-size: 18px;}

@media (max-width: 1399px) {
    .box-gara-thumb {height: 113px;}
    .box-gara-body {height: 238px;}
    .box-gara:hover .box-gara-body {height: 268px;}
    .box-gara-footer a {font-size: 16px;}
}
@media (min-width: 1200px) {
    #fascia-gare .owl-carousel .owl-stage {padding-bottom: 25px;}
}
@media (max-width: 1199px) {
    #fascia-gare .owl-carousel .owl-stage {padding-top: 3.5rem;}
    .box-gara {margin-bottom: 100px;}
    .box-gara-thumb {height: 128px;}
    .box-gara:hover .box-gara-thumb {height: 78px;}
    .box-gara:hover .box-gara-body {height: 288px;}
}
@media (max-width: 991px) {
    #fascia-gare {padding: 50px 0;}
    #fascia-gare h1 {margin-bottom: 0;}
    .box-gara {margin-bottom: 50px;}
    .box-gara-thumb {height: 83px;}
    .box-gara:hover .box-gara-thumb {height: 83px;}
    .box-gara-thumb img {opacity: 1;transform: scale(1.2);}
    .box-gara-body {height: 258px;}
    .box-gara:hover .box-gara-body {height: 258px;}
    .box-gara-title {max-height: unset;-webkit-line-clamp: unset;}
    .box-gara-title .extra {display: inline-block;}
    .box-gara-title .puntini {display: none;}
    .box-gara-description {opacity: 1;transform: translateY(0);transition-delay: 0.2s;}
    .box-gara-icon {width: 17px!important;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#fascia-team-building {
    padding: 45px 0;background-size: contain;
    background-position: left;background-repeat: no-repeat;
}
#fascia-team-building .btn-orange {margin-right: 75px;}
#fascia-team-building img {max-height: 500px;}

@media (max-width: 1399px) {
    #fascia-team-building {padding: 125px 0 300px;}
}
@media (max-width: 1199px) {
    #fascia-team-building {background-size: cover;padding: 75px 0 250px;}
}
@media (max-width: 991px) {
    #fascia-team-building {padding: 0 0 75px;}
    #fascia-team-building img {margin-bottom: 50px;}
}
@media (max-width: 767px) {
    #fascia-team-building {background-image: none;text-align: center;}
    #fascia-team-building .order-first {padding: 0;}
    #fascia-team-building sub {display: table-cell;text-align: left;}
    #fascia-team-building h1 {text-align: left;}
    #fascia-team-building p {text-align: left;}
    #fascia-team-building .btn-orange {margin-right: 0;/*margin-bottom: 25px;*/}
    #fascia-team-building .link-arrowed {/*display: block;*/margin-left: 10px;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.fascia-partner {min-height: 500px;background-size: cover;background-position: center;background-repeat: no-repeat;}

@media (max-width: 991px) {
    .fascia-partner {
        min-height: 280px;
    }
    #fascia-partner-ecoopera {
        background-image: url("../../_img/bg_partner_ecoopera_mobile.jpg")!important;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#fascia-iscrivi-newsletter {
    position: relative;padding: 60px 0 0;background-color: #EEF0F2;
}
#fascia-iscrivi-newsletter h2 {position: relative;margin-bottom: 0;color: #000000;}
#form-iscrivi-newsletter input {padding: 20px 40px;font-size: 16px;color: #000000;border-radius: 0;}
#form-iscrivi-newsletter input::placeholder {color: #000000;}
#fascia-iscrivi-newsletter .btn-orange:before {content: url("../../_img/_icon/freccia_destra.png");display: inherit;z-index: 1;}
#fascia-iscrivi-newsletter .btn-orange {background-color: #1C8649;}
#fascia-iscrivi-newsletter .btn-orange:hover {background-color: #1C8649;}
#fascia-iscrivi-newsletter .g-recaptcha {position: relative;}

@media (max-width: 991px) {
    #fascia-iscrivi-newsletter h2 {margin-bottom: 75px;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
footer {
    padding: 0 0 130px;color: #FFFFFF;background-color: #EEF0F2;background-image: url("../../_img/bg_footer.svg");background-size: cover;
    background-position: bottom;background-repeat: no-repeat;align-content: end;
}

footer .lista-info {padding-inline-start: 0;list-style: none;margin-bottom: 28px;}
footer .lista-info a {color: #FFFFFF;text-decoration: none;}

footer .lista-menu-secondario {list-style: none;}
footer .lista-menu-secondario li {display: inline-block;margin: 0 15px;}
footer .lista-menu-secondario li:first-child {margin-left: 0;}
footer .lista-menu-secondario li:last-child {margin-right: 0;}
footer .lista-menu-secondario li a {
    font-family: 'usual', sans-serif;font-weight: bold;font-size: 18px;color: #FFFFFF;text-decoration: none;
}

footer .telefono {display: none;margin-bottom: 10px;text-align: center;}
footer .telefono a {color: #FFFFFF;text-decoration: none;}
footer .email a {color: #FFFFFF;text-decoration: none;}

footer hr {
    display: none;width: calc(100% - var(--bs-gutter-x))!important;height: 2px!important;
    margin-top: 15px!important;margin-bottom: 15px!important;opacity: 1;
}

footer .credits {display: contents;font-size: 14px;}
footer .credits img {width: 30px;margin-right: 10px;}
footer .credits a {font-weight: bold;color: #FFFFFF;}

footer .lista-menu-secondario-mobile {display: none;margin-bottom: 0;}

@media (max-width: 1399px) {
    footer {padding: 0 0 100px;}
}
@media (max-width: 1199px) {
    footer {padding: 0 0 30px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    footer .lista-social {margin-top: 0;}
    footer .lista-menu-secondario li {margin-left: 30px;margin-right: 0;}
}
@media (max-width: 767px) {
    footer .lista-menu-secondario {display: none;}
    footer .email {text-align: left;}
    footer hr {display: block;}
    footer .credits {display: block;text-align: center;}
    footer .lista-menu-secondario-mobile {display: block;}
    footer .lista-menu-secondario-mobile li {position: relative;display: inline-block;margin: 0 15px;}
    footer .lista-menu-secondario-mobile li:not(:last-child):after {content: "|";position: absolute;top: -2px;right: -22px;}
    footer .lista-menu-secondario-mobile li:first-child {margin-left: 0;}
    footer .lista-menu-secondario-mobile li:last-child {margin-right: 0;}
    footer .lista-menu-secondario-mobile li a {color: #FFFFFF;text-decoration: none;}
    footer .lista-social li {width: calc((100% / 6) - 21px);text-align: center;}
}
@media (max-width: 425px) {
    footer {background-image: url("../../_img/bg_footer_mobile.svg");background-position: top;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#pagina {padding-bottom: 100px;}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.box-galleria {position: relative;width: 370px;max-width: 100%;margin: auto;background-color: #EEF0F2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /*overflow: hidden;*/transition: box-shadow 0.5s;}
.box-galleria a {color: inherit;text-decoration: none;}
.box-galleria:hover{box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);}

.box-galleria-thumb {height: 203px;overflow: hidden;background-color: #000;transition: height 0.5s;}
.box-galleria-thumb img {display: block;opacity: 1;transform: scale(1);transition: opacity 0.5s, transform 0.5s;}
.box-galleria:hover .box-galleria-thumb {height: 110px;}
.box-galleria:hover .box-galleria-thumb img {opacity: 0.6;transform: scale(1.2);}

.box-galleria-body {position: relative;height: 95px;padding: 20px;transition: height 0.5s;}
.box-galleria:hover .box-galleria-body {height: 188px;}
.box-galleria-body hr {position: absolute;bottom: 50px;width: calc(100% - 30px);height: 2px;left: 15px;color: #CACED6;opacity: 1;}

.box-galleria-title {
    display: -webkit-box;max-height: 53px;margin: 0;padding: 0 0 10px 0;color: #000;font-size: 16px;line-height: 24px;
    font-weight: bold;text-transform: uppercase;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-galleria:hover .box-galleria-title {color: #A30046;max-height: unset;-webkit-line-clamp: unset;}
.box-galleria-title .extra {display: none;}
.box-galleria:hover .box-galleria-title .extra {display: inline-block;}
.box-galleria:hover .box-galleria-title .puntini {display: none;}

.box-galleria-description {
    /*position: absolute;left: 20px;right: 20px;bottom: 100px;*/display: -webkit-box;margin: 0;padding: 0;color: #000000;font-size: 14px;
    line-height: 18px;opacity: 0;transform: translateY(45px);transition: opacity 0.3s, transform 0.3s;transition-delay: 0s;
    overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}
.box-galleria:hover .box-galleria-description {opacity: 1;transform: translateY(0);transition-delay: 0.2s;}

@media (max-width: 1399px) {
    .box-galleria-thumb {height: 173px;}
    .box-galleria-body {height: 125px;}
}
@media (max-width: 1199px) {
    .box-galleria-thumb {height: 195px;}
    .box-galleria-body {height: 103px;}
}
@media (max-width: 991px) {
    .box-galleria {margin: auto!important;margin-bottom: 50px!important;}
    .box-galleria-thumb {height: 140px;}
    .box-galleria-thumb img {opacity: 1;transform: scale(1.2);}
    .box-galleria-body, .box-galleria:hover .box-galleria-body {height: 140px;}
    /*.box-galleria-title {max-height: unset;-webkit-line-clamp: unset;}*/
    .box-galleria-title .extra {display: inline-block;}
    .box-galleria-title .puntini {display: none;}
    .box-galleria-description {opacity: 1;transform: translateY(0);transition-delay: 0.2s;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#notizie .box-notizia {margin-bottom: 100px;}
#notizie .box-notizia-small {
    display: flex;position: relative;margin-bottom: 20px;padding: 25px 20px;border: solid 4px #EEF0F2;align-items: center;
}
#notizie .box-notizia-small:hover {border-color: #A30046;}
#notizie .box-notizia-small .data {margin-right: 20px;color: #000000;}
#notizie .box-notizia-small .data img {margin-right: 10px;}
#notizie .box-notizia-small .titolo {max-width: 80%;}
#notizie .box-notizia-small .titolo h4 {
    font-weight: bold;margin-bottom: 0;text-transform: uppercase;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
#notizie .box-notizia-small .leggi {
    position: absolute;top: -4px;right: -4px;width: 87px;height: calc(100% + 8px);background-color: #A30046;
}
#notizie .box-notizia-small .leggi img {
    position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);max-height: 30px;
}

@media (max-width: 1199px) {
    #notizie .box-notizia-small .titolo {max-width: 78%;}
}
@media (max-width: 991px) {
    #notizie .box-notizia {margin-bottom: 50px;}
    #notizie .box-notizia-small {padding: 14px 20px;flex-direction: column;}
    #notizie .box-notizia-small .data {/*display: none;*/font-size: 14px;line-height: 22px;align-self: start;}
    #notizie .box-notizia-small .titolo {max-width: 90%;align-self: start;}
    #notizie .box-notizia-small .titolo h4 {font-size: 16px;line-height: 24px;}
}
@media (max-width: 767px) {
    #notizie .box-notizia-small .leggi {width: 43px;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#notizia {padding-bottom: 200px;}
#notizia a:not(.box-allegato,.box-link):hover {text-decoration: none;}
#notizia .box-notizia-xsmall {position: relative;margin-bottom: 20px;padding: 15px 95px 15px 20px;border: solid 4px #EEF0F2;}
#notizia .box-notizia-xsmall:hover {border-color: #A30046;}
#notizia .box-notizia-xsmall .data {font-size: 14px;line-height: 19px;color: #000000;}
#notizia .box-notizia-xsmall .data img {margin-right: 5px;}
#notizia .box-notizia-xsmall .titolo h4 {
    font-weight: bold;margin-bottom: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
#notizia .box-notizia-xsmall .leggi {
    position: absolute;top: -4px;right: -4px;width: 75px;height: calc(100% + 8px);background-color: #A30046;
}
#notizia .box-notizia-xsmall .leggi img {
    position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);max-height: 30px;
}
#notizia p > img {/*display: none;*/}
#notizia .box-notizia-share {position: unset;top: unset;right: unset;margin-top: 50px;}
#notizia .box-notizia-share .social-open-menu {display: inline-block;vertical-align: middle;}
#notizia .box-notizia-share .social-open-menu .btn-share {margin: 0;}
#notizia .box-notizia-share ul.social-items {display: inline-block;margin: 0;}
#notizia .box-notizia-share ul.social-items .btn-share {margin: 0;vertical-align: middle;}

@media (max-width: 991px) {
    #notizia {padding-bottom: 100px;}
    #notizia p > img {height: auto!important;}
    #notizia iframe {max-width: 100%;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.box-allegato {
    position: relative;display: flex;width: calc(100% - 23px);/*width: calc(50% - 100px);margin: 0 100px;*/padding: 12px 33px;
    background-color: #EEF0F2;color: #000000;align-items: center;
}
.box-allegato.mt-5 {margin-top: 33px!important;}
.box-allegato.mb-5 {margin-bottom: 33px!important;}
.box-allegato:hover {color: #000000;}
.box-allegato:before {
    content: "";background-image: url("../../_img/_icon/documento.svg");min-width: 25px;min-height: 33px;margin-right: 25px;
    background-size: cover;background-position: center;background-repeat: no-repeat;
}
.box-allegato.doc:before {background-image: url("../../_img/_icon/documento_doc.svg");}
.box-allegato.img:before {background-image: url("../../_img/_icon/documento_img.svg");}
.box-allegato.pdf:before {background-image: url("../../_img/_icon/documento_pdf.svg");}
.box-allegato.xls:before {background-image: url("../../_img/_icon/documento_xls.svg");}
.box-allegato:after {
    content: "";background-image: url("../../_img/_icon/download.png");display: block;width: 43px;height: 43px;
    text-align: center;background-color: #65032D;border-radius: 50%;position: absolute;top: -20px;right: -20px;
    background-size: 16px 19px;background-position: center;background-repeat: no-repeat;
}
.box-allegato > div {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#societa-lista {padding-bottom: 200px;}

@media (max-width: 991px) {
    #societa-lista {padding-bottom: 100px;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#societa-scheda {padding-bottom: 200px;}
#societa-scheda .tabella-dati-societa tr {border: none;}
#societa-scheda .tabella-dati-societa td {
    display: inline-block;width: calc(50% - 111px);margin: 0 74px 15px;padding: 5.5px 0;border-bottom: solid 1px #000000;
}
#societa-scheda .tabella-dati-societa tr > td:last-child {margin-right: 0;}
#societa-scheda .tabella-dati-societa td .titolo {font-size: 18px;line-height: 50px;font-weight: bold;}
#societa-scheda .tabella-dati-societa td .desc {font-size: 16px;line-height: 22px;}
#societa-scheda .tabella-dati-societa td a {color: #A30046;}

@media (max-width: 1399px) {
    #societa-scheda .tabella-dati-societa td {width: calc(50% - 83px);margin: 0 55px 45px;}
}
@media (max-width: 1199px) {
    #societa-scheda .tabella-dati-societa td {width: calc(50% - 53px);margin: 0 35px 45px;}
}
@media (max-width: 991px) {
    #societa-scheda {padding-bottom: 100px;}
    #societa-scheda img {display: block;max-width: 300px;margin: auto;margin-bottom: 25px;}
    #societa-scheda .tabella-dati-societa td {width: 100%;margin: 0 0 15px;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#gare .box-gara {margin-bottom: 100px;}
#gare .box-gara.svolta {filter: grayscale(1);}
.box-gara-small {
    display: flex;position: relative;margin-bottom: 20px;padding: 14px 20px;border: solid 4px #EEF0F2;
    align-items: center;
}
.box-gara-small:hover {border-color: #A30046;}
.box-gara-small.svolta {filter: grayscale(1);}
.box-gara-small .data {margin-right: 20px;color: #000000;}
.box-gara-small .data img {margin-right: 10px;}
.box-gara-small .disciplina {display: inline-block;margin-right: 20px;}
.box-gara-small .disciplina .lista-discipline {height: 30px;padding-inline-start: 0;margin-bottom: 0;}
.box-gara-small .disciplina .lista-discipline li {width: 30px;height: 30px;display: inline-block;margin: 0 2.3px;}
.box-gara-small .disciplina .lista-discipline li:first-child {margin-left: 0;}
.box-gara-small .disciplina .lista-discipline li:last-child {margin-right: 0;}
.box-gara-small .disciplina .lista-discipline li.c-o {content: url("../../_img/_icon/disciplina_co.svg");background-color: #95BD2A;}
.box-gara-small .disciplina .lista-discipline li.mtb-o {content: url("../../_img/_icon/disciplina_mtbo.svg");background-color: #F6B130;}
.box-gara-small .disciplina .lista-discipline li.sci-o {content: url("../../_img/_icon/disciplina_scio.svg");background-color: #1C93AA;}
.box-gara-small .disciplina .lista-discipline li.trail-o {content: url("../../_img/_icon/disciplina_trailo.svg");background-color: #DD4A23;}
.box-gara-small .titolo {max-width: 63%;}
.box-gara-small .titolo h4 {
    font-weight: bold;color: #333;margin-bottom: 0;text-transform: uppercase;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.box-gara-small .titolo h4 .stato {color: #A30046;}
.box-gara-small .titolo small {display: block;color: #333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.box-gara-small .iscrizioni-risultati {
    display: inline-block;position: absolute;right: 90px;top: 50%;transform: translateY(-50%);float: right;
}
.box-gara-small .iscrizioni-risultati a {position: relative;color: #333;/*text-decoration: none;*/}
.box-gara-small .iscrizioni-risultati i {color: #333;}
.box-gara-small .leggi {
    position: absolute;top: -4px;right: -4px;width: 87px;height: calc(100% + 8px);background-color: #A30046;
}
.box-gara-small .leggi img {
    position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);max-height: 30px;
}

@media (max-width: 1199px) {
    .box-gara-small .iscrizioni-risultati {display: none;}
}
@media (max-width: 991px) {
    #gare .box-gara {margin-bottom: 50px;}
    #gare #filtro_disciplina_label {margin-bottom: 15px;}
    #gare .box-gara-small {padding: 5px 8px;flex-direction: column;margin-bottom: 10px;}
    #gare .box-gara-small .data {/*display: none;*/font-size: 13px;line-height: 21px;align-self: start;}
    .box-gara-small .disciplina {display: none;}
    #gare .box-gara-small .titolo {max-width: 90%;align-self: start;}
    .box-gara-small .titolo h4 {font-size: 14px;line-height: 22px;}
}
@media (max-width: 767px) {
    .box-gara-small .leggi {width: 43px;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#mappa {padding-bottom: 100px;}
#mappa .btn-animated.active {
    color: #FFFFFF;
}
#mappa .btn-animated.active:after {
    height: 450%;
}
#box-mappa {
    height: 500px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#contatti {padding-bottom: 100px;}
#contatti .box-contatti {
    text-align: center;
    color: #A30046;
}
#contatti .box-contatti img {
    display: block;
    height: 75px;
    margin: 0 auto 15px;
}
#contatti .box-contatti a {
    text-decoration: none;
}

#form-richiesta-info {
    padding: 50px;
    background-color: #EEF0F2;
}

@media (max-width: 991px) {
    #form-richiesta-info {
        padding: 50px 25px 25px;
    }
}
@media (max-width: 767px) {
    #form-richiesta-info .btn-orange {
        width: 100%;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#quattrozeroquattro {padding-top: 75px;padding-bottom: 50px;}

@media (max-width: 991px) {
    #quattrozeroquattro {padding-top: 70px;}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#credits {padding: 0 0 75px;}