@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700');

html,
body {
    height: 100%;
}

body {
    font-family: 'Titillium Web', sans-serif;
    color: #1C2024;
    font-size: 18px;
    line-height: 27px;
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
}

.close {
    display: none;
    font-size: 1rem;
    padding: 5px;
    cursor: pointer;
}

#wrapper {
    max-width: 1366px;
}

#hidden {
    visibility: hidden;
    height: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

#logo {
    width: 100%;
}

    #logo img {
        width: 100%;
        max-width: 555px;
    }

    #logo > .col-sm-6 {
        float: left;
    }

    #logo > .search-google {
        position: relative;
        top: 50px;
        text-align: right;
    }

        #logo > .search-google .fa-search {
            color: #7c808b;
            padding-left: 5px;
            font-size: 20px;
        }

        #logo > .search-google input {
            padding-left: 7px;
            border: 1px solid #3e3e3e;
            width: 50%;
        }

.row {
    margin: 0;
}

.col-sm-4 {
    padding-left: 0;
}


.col-sm-8 {
    padding-right: 0;
}

a {
    font-family: 'Titillium Web', sans-serif;
    color: #233a88;
}

    a:hover {
        text-decoration: none;
        color: #233a88;
    }

@media (min-width: 1600px) {
    p {
        font-size: 16px;
    }
}

b, strong {
    font-weight: 600;
}

h3, h4, h5, h6 {
    line-height: inherit;
    font-size: inherit;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.max-width-100 {
    width: 100%;
    max-width: 100%;
}

section, aside {
    padding: 25px 0;
}

aside {
    background-color: #fff;
    width: 98%;
    margin: 0 auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.pagination {
    float: left;
    width: 100%;
    margin: 2% 0;
}

.text-pagination {
    border: none;
    max-width: 150px;
    text-align: center;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.img-responsive {
    width: 100%;
}

.card {
    flex-direction: initial;
}

.no-border {
    border: none;
}

/*====================================================
                       NAVIGATION
======================================================*/
.header {
    width: 100%;
    display: block;
    min-height: 180px;
    padding-top: 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

@media only screen and (max-width: 1280px) and (min-width: 230px) {
    .header {
        min-height: 1px;
    }
}

@media only screen and (min-width: 730px) and (max-width: 1024px) {
    .top-logo {
        top: 20px !important;
    }
}

/*Responsive Topbar*/
@media (max-width: 991px) {
    header .topmenu ul {
        text-align: center !important;
    }
}

/*Navbar*/
.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 0.5px 4px #c3c2c2;
}

.navbar {
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #fff;
}

.navbar-header {
    padding-left: 85px;
}

.justify-content-end {
    padding-right: 85px;
}

.navbar-nav {
    float: right;
}

    .navbar-nav > li {
        height: 65px;
        line-height: 65px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        transition: all .5s ease-in-out;
    }

        .navbar-nav > li:hover,
        .navbar-nav > li:active {
            border-bottom: 2px solid #233a88;
            background: #f0f0f0;
        }

        .navbar-nav > li > a {
            color: #fff !important;
            font-size: 16px;
            letter-spacing: 1px;
            margin: 0 10px;
        }

            .navbar-nav > li > a:hover,
            .navbar-nav > li > a:active {
                color: #233a88 !important;
            }

.nav-link {
    padding: 0;
}

/*This is item search bar*/
.navbar-nav li > .search {
    color: #aaa;
    cursor: pointer;
    font-size: 15px;
    z-index: 0;
    min-width: 30px;
    margin-top: 3px;
    padding: 28px 0;
    text-align: center;
    display: inline-block;
}

    .navbar-nav li > .search:hover {
        color: #233a88;
    }

.navbar .search-open {
    right: 0;
    top: 65px;
    display: none;
    height: 50px;
    padding: 4px;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 3px #ddd;
    z-index: 1001;
}

    .navbar .search-open input,
    .navbar .search-open span {
        height: 40px;
        border-color: #233a88;
        line-height: 50px;
    }

    .navbar .search-open span {
        background: #233a88;
        color: #fff;
    }

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 0;
}

    .navbar-toggle .navbar-toggler-icon {
        background-color: #fff !important;
    }

.navbar-collapse {
    max-height: none !important;
}

.vesco-top-nav ul.navbar-nav > li > a.active {
    color: #233a88 !important;
}

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
        position: absolute;
        left: -280px;
        left: 0;
    }

    .dropdown-cust.mega-menu {
        margin-top: 2px;
        min-width: 450px;
        min-width: 650px;
        padding: 0;
        border-top: 10px solid #233a88;
        border-radius: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
        position: absolute;
        left: -300px;
    }
}

@media (max-width: 991px) {
    .navbar > .container .navbar-nav {
        float: left;
        border-top: 1px solid #ddd;
        width: 100%;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        padding: 12px 0px;
        margin-left: -10px;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .navbar .search-open {
        width: 100%;
    }

    .navbar-nav > li {
        height: auto;
        line-height: 35px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        transition: all .5s ease-in-out;
        border-bottom: 1px solid #ddd;
    }

        .navbar-nav > li.active,
        .navbar-nav > li:hover,
        .navbar-nav > li:active {
            border-bottom: 2px solid #ddd;
            background: #f0f0f0;
        }

    .navbar li > .search {
        display: none;
    }

    .navbar .search-open {
        right: 0;
        top: 0;
        display: block;
        height: auto;
        line-height: 50px;
        padding: 4px;
        position: relative;
        box-shadow: none;
        background: none;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .affix {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        box-shadow: 0px 0.5px 4px #c3c2c2;
    }

    .top-menubar {
        display: none;
    }

    .container {
        max-width: 100%;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container .navbar-toggler,
    .navbar > .container-fluid .navbar-brand {
        margin: 8px 10px;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        padding: 8px 0px;
    }

    .navbar-nav > li {
        line-height: 25px;
        padding: 0 20px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        transition: all .5s ease-in-out;
        border-bottom: 1px solid #ddd;
    }

        .navbar-nav > li:last-child {
            padding: 0px;
        }

        .navbar-nav > li.dropdown .dropdown-menu {
            margin-bottom: 15px;
        }

    .top-menubar-nav {
        display: block;
    }
}

/*====================================================
                  BUTTON (Generic)
======================================================*/
.btn-yellow {
    border-color: #ffdd00;
    color: #ffdd00;
}

.btn-blu {
    border-color: #233a88;
    color: #233a88;
}

.btn-blu-selected {
    background-color: #233a88;
    color: #fff;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background-color: #ffdd00;
    color: #fff;
    cursor: pointer;
}

.btn-blu:hover,
.btn-blu:focus {
    background-color: #233a88;
    color: #fff;
    cursor: pointer;
}

.btn-accordion {
    display: flex;
    background-color: #233a88;
    color: #fff;
}

    .btn-accordion:hover {
        color: #ffdd00;
    }

/*====================================================
               COLOR (Generic)
======================================================*/
.bg-blu {
    background: #233a88;
}

.bg-giallo {
    background: #ffdd00;
}

bg-white {
    background: #fff
}
/*====================================================
                        CONTENUTI
======================================================*/
.breadcrumb, .wrapper-content {
    padding: 0;
    background-color: transparent;
    border-radius: initial;
    margin: 20px auto 0 auto;
    max-width: 1327px;
    width: 100%;
    text-align: center;
    background: #daebf5;
}

    .breadcrumb > a {
        font-weight: 700;
    }

.breadcrumb-item.active {
    color: #0c73c4;
    font-weight: 700;
}

/*h1.contenuto {
    color: #1e388d;
    font-size: 4vw;
    font-weight: 700;
    width: 100%;
    border-bottom: 1px solid #1e388d;
    text-transform: none;
}

h2.contenuto {
    color: #1e388d;
    font-weight: 600;
    font-size: 2.5vw;
    text-transform: none;
    padding: 10px 0;
}

h3.contenuto {
    font-size: 2vw;
    font-weight: 600;
    width: 100%;
    text-transform: none;
}*/

h2.contenuto {
    color: #1e388d;
    font-size: 4vw;
    font-weight: 700;
    width: 100%;
    border-bottom: 1px solid #1e388d;
    text-transform: none;
}

h3.contenuto {
    color: #1e388d;
    font-weight: 600;
    font-size: 2.5vw;
    text-transform: none;
    padding: 10px 0;
    line-height: 3vw;
}

h4.contenuto {
    font-size: 2vw;
    font-weight: 600;
    width: 100%;
    text-transform: none;
}


p > img {
    float: left;
    margin-right: 10px
}

p.sottotitolo {
    color: #1e388d;
}

p.allegato {
    color: #1e388d;
    margin: 0 0 5px 0;
}

.nav-link > img {
    width: 100%;
    max-width: 331px
}

.sidebar-custom {
    display: block !important;
}

    .sidebar-custom > li {
        text-align: right;
        padding-bottom: 20px;
    }

.sidebar-custom-submenu {
    display: block !important;
    background-color: #eee;
    margin: 0 0 50px 0;
}

    .sidebar-custom-submenu > li {
        text-align: left;
        padding-bottom: 20px;
        padding: 2% 4% 2% 2%;
        border-bottom: 1px solid #1C2024;
        margin: 0;
        margin: 0 auto;
    }

        .sidebar-custom-submenu > li:last-child {
            border-bottom: none;
        }

.nav-item.title {
    background-color: #233a88;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em !important;
    margin: 0;
    padding: 2%;
}

    .nav-item.title a {
        color: #fff;
        font-size: 1.5em;
    }

#burocratica {
    width: 100%;
}

.col-md-4.burocratica {
    border-top: 6px solid #ffdd00;
    margin: 0.5%;
    background: #e6e6e6;
    padding: 20px;
    font-size: 1rem;
    line-height: 1rem;
    line-height: initial;
    width: 32.333%;
    max-width: 32.333%;
    flex: initial;
}

@media only screen and (max-width:767px) {
    .col-md-4.burocratica {
        width: 100%;
    }
}

.col-md-4.burocratica > h2 {
    line-height: initial;
    font-weight: 700;
    color: #233a88;
    font-size: 17px;
}

.burocratica .col-sm-12 {
    margin-bottom: 10px
}

.thought-bg {
    height: 400px;
    background-image: url(../img/thought-bg.jpg);
}

.title-bar-thought p {
    color: #fff;
    font-size: 17px;
    padding-top: 50px;
}

.title-bar-thought h6 {
    text-align: center;
    font-style: italic;
    color: #fff;
}

.overlay-thought {
    position: absolute;
    width: 100%;
    height: 400px;
    background: rgba(33, 150, 243, 0.53);
}

#thought .title-bar {
    padding: 50px 0;
}

/*====================================================
                       SLIDER
======================================================*/
.caption-bx-slider {
    position: absolute;
    bottom: 65px;
    z-index: 10;
    width: 100%;
    padding: 0% 5% 1% 5%;
    color: #fff;
    background: rgba(255, 221, 0, 0.85);
    text-align: center;
}

    .caption-bx-slider > span {
        width: 100%;
        float: left;
        color: #fff;
    }

        .caption-bx-slider > span.titolo > a {
            font-weight: 600;
            color: #1e388d;
            font-size: 4vw;
            line-height: 4vw;
        }

        .caption-bx-slider > span.testo > a {
            color: #1e388d;
            font-size: 3vw;
            line-height: 3vw;
        }

/*====================================================
                       NEWS
======================================================*/

.archivio-news, .archivio-eventi {
    text-align: right;
    float: right;
    width: 100%;
    font-size: 1rem;
    margin: 0 1% 0 0;
}

#news-home-top {
    padding: 40px 0;
    width: 100%;
}

#news-home-bottom {
    padding: 0;
    width: 100%;
}

#divlNewsBottom {
    width: 100%;
}


@media only screen and (max-width:767px) {
    #news-home-top {
        padding: 40px 0 0 0;
    }

    #news-home-bottom {
        padding: 0px 10px;
    }
}

.desc-news-top {
    margin-bottom: 20px;
    border-right: 2px solid #8e8e8e;
}

    .desc-news-top > .content {
        width: 92%;
    }

    .desc-news-top h5 {
        font-size: 0.9rem;
        color: #243b89;
        font-weight: 600;
        margin: 0 0 25px 0;
    }

    .desc-news-top h3 {
        line-height: 1.5rem;
    }

        .desc-news-top h3 a {
            color: #3e3e3e;
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0 0 25px 0;
        }

    .desc-news-top p {
        line-height: 1.1rem;
    }

        .desc-news-top p a {
            color: #3e3e3e;
            font-size: 1rem;
        }

.desc-news-bottom {
    margin-bottom: 20px;
}

.filetto-news {
    width: 100%;
    max-width: 288px;
}


.titolo-box {
    color: #233a88;
    font-size: 3rem;
    line-height: 2.5rem;
    font-weight: 700;
    border-top: 7px solid #233a88;
    padding: 10px 0 45px 0;
    width: 98%;
}

.desc-news-bottom > .content {
    background: #daebf5;
    border-radius: 20px;
    background: #daebf5;
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    .desc-news-bottom > .content {
        height: 520px;
    }
}

@media only screen and (max-width:414px) {
    .desc-news-bottom {
        padding: 0;
    }

    .margin-banner {
        text-align: center;
    }
}

@media only screen and (min-width:415px) {
    .margin-banner {
        margin-bottom: 20px;
    }
}

.desc-news-bottom h5 {
    font-size: 0.9rem;
    color: #243b89;
    font-weight: 600;
    margin: 0 0 25px 0;
    border-radius: 20px 20px 0px 0;
    background-color: #0c73c4;
    padding: 2% 5%;
    color: #fff;
}

.desc-news-bottom h3 {
    line-height: 1.5rem;
    padding: 0 5%;
}

    .desc-news-bottom h3 a {
        color: #464545;
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0 0 25px 0;
    }

.desc-news-bottom p {
    line-height: 1.1rem;
    padding: 0 5%;
}

    .desc-news-bottom p a {
        color: #3e3e3e;
        font-size: 1rem;
    }

.caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(31, 57, 142, 0.85);
    width: 100%;
    height: 100%;
    padding: 2%;
    display: none;
    color: #fff !important;
    z-index: 2;
}

    .caption div {
        margin: 10% 4px;
        cursor: pointer;
        font-size: 17px;
        padding: 5px;
        transition: border 0.2s ease, font-size 0.2s ease;
    }

        .caption div a {
            color: #fff;
            text-decoration: none;
        }

    .caption i {
        margin: 30% 4px;
        border: 2px solid #fff;
        cursor: pointer;
        font-size: 25px;
        border-radius: 50%;
        padding: 5px;
        transition: border 0.2s ease, font-size 0.2s ease;
    }

@media only screen and (max-width:414px) {
    .img-fluid {
        width: 100%;
        height: auto;
    }
}

.row-news-pagination:first-of-type {
    margin-top: 20px;
}

.row-news-pagination {
    border-bottom: 1px dotted #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .row-news-pagination:last-of-type {
        border-bottom: none;
    }

/*====================================================
                    FOOTER
======================================================*/
.footer-s1 .footer {
    padding: 0;
    margin: 20px 0 0 0;
}

    .footer-s1 .footer .comp-desc-f p {
        margin-top: 10px;
        color: #fff;
        font-size: 15px;
    }

.footer-s1 .heading-footer {
    text-align: left;
    padding: 0 30px 30px 30px;
    color: #1d398d;
    font-size: 2em;
    font-weight: 700;
    width: 100%;
}

.footer-s1 img {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .footer-s1 img {
        display: none;
    }

    .footer-s1 .heading-footer {
        padding: 0 30px 30px 10px;
        font-size: 1.5em;
    }

        .footer-s1 .heading-footer:after {
            background: transparent;
        }

    .footer-s1 .newsletter-footer label {
        padding: 0 10px 0 10px !important;
        font-size: 22px !important;
        width: 100%;
    }

    .footer-s1 .newsletter-footer input {
        width: 90% !important;
        left: 10px;
    }

    .footer-s1 .newsletter-footer span {
        top: 20px;
        margin-bottom: 20px;
        float: left;
    }

    .footer-s1 .heading-footer:after {
        left: 10px !important;
    }
}

.footer-s1 .heading-footer:after {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    content: " ";
    background: #fff;
    position: absolute;
}

.footer-info {
    padding: 30px;
    font-size: 14px;
    line-height: initial;
    background-color: #233a88;
    color: #fff;
}

    .footer-info a {
        color: #fff;
        font-size: 14px;
        line-height: 21px;
    }

.footer-s1 .newsletter-footer {
    text-align: left;
    width: 100%;
}

    .footer-s1 .newsletter-footer label {
        padding: 0 10px 0 30px;
        color: #1d398d;
        font-size: 26px;
        font-weight: 600;
    }

    .footer-s1 .newsletter-footer input {
        padding: 10px;
        border: none;
        border-left: 5px solid #1d398d;
        position: relative;
        margin: 0;
        width: 55%;
    }

    .footer-s1 .newsletter-footer span {
        position: relative;
        left: 10px;
        background: #1d398d;
        text-transform: uppercase;
        color: #fff;
        padding: 9px;
    }

#footer-bottom {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px 0;
}

#footer-copyrights p, #footer-privacy p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

    #footer-copyrights p a, #footer-privacy p a {
        color: #fff;
        border-right: 1px solid #fff;
        padding-right: 10px;
        margin-right: 10px;
    }

        #footer-copyrights p a:last-child, #footer-privacy p a:last-child {
            border-right: none;
            padding-right: 0;
            margin-right: 0;
        }

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    border-radius: 0;
    display: none;
    background: #FFF;
}

@media (max-width: 767px) {
    .footer-s1 .heading-footer h2 {
        color: #eee;
        font-size: 18px;
        margin-top: 50px;
        text-transform: none;
    }

    .footer-s1 .heading-footer {
        text-align: left;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 2px;
    }
}

.svg-inline--fa {
    margin-right: 5px;
}


/*MAPPE */
#mappe {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: left;
}

.titolo-box-mappa {
    color: #233a88;
    font-size: 3rem;
    font-weight: 700;
    border-top: 7px solid #233a88;
    padding: 10px 0 45px 0;
    width: 98%;
    margin: 0 1%;
}

#mappe > ul {
    width: 100%;
    display: inline-table;
    border-bottom: 10px solid #ffdd00;
    margin: 0;
    padding: 0;
    list-style: none;
}

    #mappe > ul > li {
        float: left;
    }

        #mappe > ul > li > img {
            float: left;
            border-right: 3px solid #fff;
        }

            #mappe > ul > li > img:hover {
                cursor: pointer;
            }

#map_cosa_wrapper {
    height: 580px;
    width: 100%;
}

@media only screen and (max-width: 768px) {

    #mappe {
        display: none
    }

    #map_cosa_wrapper, #map_cosa_canvas {
        width: 88% !important;
        margin: 0 auto;
    }

    #sidebar_lavori, #sidebar_cosa {
        display: none;
    }

    #mappe > ul {
        margin-top: 20px;
    }

        #mappe > ul > li > img {
            width: 100%;
            float: none;
            border-right: none;
        }
}

#map_cosa_canvas {
    height: 580px;
    width: 97.8%;
    max-width: 1327px;
    position: absolute !important;
}

.map_sidebar {
    display: block;
    height: 580px;
    padding: 10px 2%;
    background-color: #ffdd00;
    position: relative;
    left: 0;
    opacity: .9;
    width: 23%;
}

    .map_sidebar > ul {
        width: 100%;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .map_sidebar > ul > li {
            font-size: 20px;
            width: 100%;
            float: left;
            color: #000;
            margin: 50px 0 0 0;
            font-weight: 700;
        }

            .map_sidebar > ul > li.mini {
                font-size: 0.9em;
                width: 100%;
                float: left;
                color: #000;
                margin: 0;
                font-weight: 700;
            }

                .map_sidebar > ul > li.mini > input {
                    float: left;
                    margin: 2px 5px 0 0;
                    width: 15px;
                    height: 15px;
                }

            .map_sidebar > ul > li > img {
                margin: 0 20px 20px 0;
                float: left;
            }

.breadcrumb-item + .breadcrumb-item::before {
    content: "|";
}

@media (min-width: 1366px) {
    .container {
        max-width: 1366px;
    }

    .container-b {
        max-width: 1327px;
    }
}

.breadcrumb {
    display: inherit;
}

.search-google label {
    visibility: hidden
}

.search-google input {
    padding-left: 5px;
}

.search-google .fa-search {
    color: #fff;
    padding-left: 5px;
    font-size: 20px;
}

@media only screen and (max-width: 1280px) {
    .search-google label {
        visibility: visible;
        margin-right: 10px;
        margin-top: 20px;
        color: #fff;
    }

    .margin-banner {
        margin-bottom: 15px;
    }
}

.last-update {
    font-style: italic;
    text-align: right;
    font-size: 0.8rem;
}

#box_newsletter {
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 360px;
    font-size: 1rem;
    margin: 0;
    padding: 1%;
    background-color: #233a88;
    display: none;
    z-index: 20000;
}

    #box_newsletter .content {
        width: 94%;
        padding: 5%;
        background: #fff;
        margin: 0 auto;
    }

        #box_newsletter .content h1 {
            font-size: 1.5rem;
            color: #233a88;
            margin: 0 0 20px 0;
            font-weight: 700;
        }

        #box_newsletter .content div {
            margin: 10px 0;
        }

            #box_newsletter .content div a {
                color: #233a88;
                font-size: 1rem;
            }

#imgChiudiPopUp {
    width: 30px;
    height: 30px;
    background: #ffdd00;
    float: right;
    width: 100%;
    margin: 0;
    position: fixed;
    right: 0;
    width: 30px;
    bottom: 255px;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
}

#box_newsletter .titolo {
    padding: 0;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #07f;
    font-weight: 300;
}

#box_newsletter input {
    padding: 0.5%;
    width: 94%;
    border: 1px solid #019ae6;
    color: #425968;
    font-size: 1rem;
    padding: 10px;
    border-left: 5px solid #1d398d;
    position: relative;
    margin: 0;
}

#cmdiscrizionenlbox, #cmdIscrizione2 {
    position: relative;
    left: 10px;
    background: #1d398d;
    text-transform: uppercase;
    color: #fff;
    padding: 9px;
    cursor: pointer;
}

#cmdMaiPiu {
    background: #eee;
    float: right;
    padding: 2.5%;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    position: relative;
    background: #ffdd00;
    text-transform: uppercase;
    color: #1d398d;
    bottom: 7px;
    cursor: pointer;
}

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.fab, .fa, .fas, .far {
    margin-right: 5px;
}

.top-mobile {
    position: relative !important;
    top: 50px;
    right: 15px;
    width: 92% !important;
}

#nav-01 {
    background-color: #243b89;
}

@media (max-width: 1279px) {

    .hide_menu_istituzionale {
        display: none !important;
    }

    .show_menu_istituzionale {
        display: block !important;
    }

    .btn-responsive-menu {
        display: block;
        padding: 5px;
        cursor: pointer;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background: #233a88;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        position: fixed;
        top: 8px;
        right: 15px;
        z-index: +3;
        font-size: 13px;
        line-height: 13px;
        text-align: center;
    }

    .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        margin: 5px;
        background-color: #fff;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        margin: 5px auto;
    }

    #logo {
        display: none
    }

    #nav-01 {
        background-image: none;
        height: auto;
        z-index: +9999;
    }

    .top-mobile {
        position: absolute !important;
        top: 50px;
        right: 15px;
        width: 92% !important;
    }
}

@media (max-width:1279px) {
    #nav-001 {
        display: none !important;
    }

    #menu_top_istituzionale {
        background: #233a88 !important;
    }

        #menu_top_istituzionale > li > a {
            color: #fff;
            border-bottom-color: #fff
        }

        #menu_top_istituzionale > li > .megamenu {
            display: block
        }

    .wsmenu-list > li.bis {
        float: right;
    }
}

#jPanelMenu-menu {
    background-color: #233a88;
}

ul #jPanelMenu-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    background: #3b3b3b;
    list-style: none;
    display: none;
}

    ul#jPanelMenu-menu > li {
    }

        ul#jPanelMenu-menu > li > a {
            display: block;
            text-decoration: none;
            padding: 0.5em 1% 0.5em 5%;
            font-size: 1em;
            color: #959595;
            font-weight: 700;
            border-top: 1px solid #484848;
            border-bottom: 1px solid #2e2e2e;
            text-shadow: 0 -1px 2px #222222;
            color: #f7f7f7;
            background: -webkit-linear-gradient(#3e3e3e, #383838);
            line-height: 1.35em;
            text-transform: uppercase;
        }

        ul#jPanelMenu-menu > li.active > a {
            color: #a49b8e;
        }

        ul#jPanelMenu-menu > li > a:hover {
            color: #a49b8e;
        }

        ul#jPanelMenu-menu > li > ul {
            margin-left: 10%
        }

            ul#jPanelMenu-menu > li > ul > li > a {
                text-transform: uppercase;
                font-size: 0.8em;
            }

            ul#jPanelMenu-menu > li > ul > li > a {
                text-transform: uppercase;
                font-size: 0.8em;
                text-transform: uppercase;
                font-weight: 700;
                color: #fff;
            }



.pagopa {
    text-align: center;
}

    .pagopa a img:hover {
        box-shadow: 6px 5px 13px #a2a2a2;
    }

.header-section {
    visibility: hidden;
    height: 0;
}


/*TABELLE*/
table {
    width: 100% !important;
    border: 1px solid #a2a2a2;
}

tr, td {
    border: 1px solid #a2a2a2;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: lowercase;
    height: auto !important;
}

    tr:first-of-type {
        background-color: #233a88;
        color: #fff;
        height: auto !important;
    }

        tr:first-of-type td {
            text-transform: uppercase;
        }