/* reset CSS */

@keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

* {
    padding: 0;
    margin: 0;
    outline: none !important;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'sistem-ui', sans-serif;
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 28px;
}

.z-index10 {
    z-index: 10;
}

.wrapper-1600 {
    max-width: 1600px;
}

.bg-light {
    background: #F6F6F6;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer !important;
}

    a:hover {
        opacity: 0.75;
    }

.overlay,
.overlay-full {
    position: relative;
    z-index: 0;
}

    .overlay:before {
        background: -webkit-linear-gradient(rgba(27, 29, 24, 0) 0%, rgba(27, 29, 24, 0.6) 100%);
        background: -o-linear-gradient(rgba(27, 29, 24, 0) 0%, rgba(27, 29, 24, 0.6) 100%);
        background: -moz-linear-gradient(rgba(27, 29, 24, 0) 0%, rgba(27, 29, 24, 0.6) 100%);
        background: linear-gradient(rgba(27, 29, 24, 0) 0%, rgba(27, 29, 24, 0.6) 100%);
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 100%;
    }

    .overlay-full:before {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
        background: -moz-linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
        background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 100%;
    }

.mt-header {
    margin-top: 162px;
}

/* ---------------------------  CUSTOM  ---------------------------*/

.bg-light {
    background: #F6F6F6;
}

.bg-dark {
    background: #000000;
}

.bg-gradient-light {
    background: -webkit-linear-gradient(45deg, rgba(227, 227, 227, 1) 0%, rgba(246, 246, 246, 1) 50%, rgba(227, 227, 227, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(227, 227, 227, 1) 0%, rgba(246, 246, 246, 1) 50%, rgba(227, 227, 227, 1) 100%);
    background: -moz-linear-gradient(45deg, rgba(227, 227, 227, 1) 0%, rgba(246, 246, 246, 1) 50%, rgba(227, 227, 227, 1) 100%);
    background: linear-gradient(45deg, rgba(227, 227, 227, 1) 0%, rgba(246, 246, 246, 1) 50%, rgba(227, 227, 227, 1) 100%);
}

.bg-gradient-green {
    background: -webkit-linear-gradient(45deg, rgba(38, 162, 133, 1) 0%, rgba(83, 201, 170, 1) 50%, rgba(38, 162, 133, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(38, 162, 133, 1) 0%, rgba(83, 201, 170, 1) 50%, rgba(38, 162, 133, 1) 100%);
    background: -moz-linear-gradient(45deg, rgba(38, 162, 133, 1) 0%, rgba(83, 201, 170, 1) 50%, rgba(38, 162, 133, 1) 100%);
    background: linear-gradient(45deg, rgba(38, 162, 133, 1) 0%, rgba(83, 201, 170, 1) 50%, rgba(38, 162, 133, 1) 100%);
}

.divider {
    height: 1px;
    width: 100%;
    background: #DEDEDE;
}

p {
    font-family: 'sistem-ui', sans-serif;
    color: #606060 !important;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 28px;
}

b {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 600;
}

.mt-100 {
    margin-top: 100px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.btn-green {
    font-family: 'sistem-ui', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    padding: 15px 60px 15px;
    border: 2px #26A285 solid;
    display: inline-block;
    background: #26A285;
    text-decoration: none !important;
    border-radius: 8px;
}

    .btn-green:hover, .btn-green.small:hover, .btn-green.mini:hover {
        color: #fff !important;
        border: 2px #000 solid;
        background: #000;
        cursor: pointer;
    }

    .btn-green.small {
        font-family: 'sistem-ui', sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff !important;
        padding: 10px 30px 10px;
        border: 2px #26A285 solid;
        display: inline-block;
        background: #26A285;
        text-decoration: none !important;
        border-radius: 8px;
    }

    .btn-green.mini {
        font-family: 'sistem-ui', sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff !important;
        padding: 7px 10px 6px;
        border: 2px #26A285 solid;
        display: inline-block;
        background: #26A285;
        text-decoration: none !important;
        border-radius: 4px;
    }



.title-big {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 300;
    font-size: 40px;
    /*line-height: 60px;*/
    color: #000000;
}

.title-medium {
    font-family: 'sistem-ui', sans-serif;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
}



.subtitle-small {
    font-family: 'sistem-ui', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    color: #000000;
}

.subtitle-mini {
    font-family: 'sistem-ui', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #000000;
}


.text-normal {
    font-family: 'sistem-ui', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.cat-musica {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #3216AA;
    padding: 16px 20px;
    width: fit-content;
}

.cat-cinema {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #981919;
    padding: 16px 20px;
    width: fit-content;
}

.cat-bambini {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #CEB600;
    padding: 16px 20px;
    width: fit-content;
}

.cat-cultura {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #0677C9;
    padding: 16px 20px;
    width: fit-content;
}

.cat-cibo {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #038E38;
    padding: 16px 20px;
    width: fit-content;
}

.cat-sagre {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #D39A00;
    padding: 16px 20px;
    width: fit-content;
}

.line-musica {
    width: 50%;
    height: 6px;
    background: #3216AA;
}

.line-cinema {
    width: 50%;
    height: 6px;
    background: #981919;
}

.line-bambini {
    width: 50%;
    height: 6px;
    background: #CEB600;
}

.line-cultura {
    width: 50%;
    height: 6px;
    background: #0677C9;
}

.line-cibo {
    width: 50%;
    height: 6px;
    background: #038E38;
}

.line-sagre {
    width: 50%;
    height: 6px;
    background: #D39A00;
}

.breadcrumb-item {
    font-family: 'GillSans Regular', sans-serif;
    font-size: 16px;
    color: #606060;
}

    .breadcrumb-item.active {
        color: #1d1d1b !important;
    }

    .breadcrumb-item a {
        color: #606060;
    }

        .breadcrumb-item a:hover,
        .breadcrumb-item a.active {
            color: #1d1d1b;
        }

.img-locart {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #dedede;
}

/* ---------------------------  CAROUSEL ---------------------------*/


.brandCarousel .swiper-container {
    width: 100%;
    height: 100%;
}

.brandCarousel .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-shrink: unset !important;
}

.brandCarousel img {
    height: 150px;
    width: auto;
    object-fit: cover;
}

/* ---------------------------  FILTER ---------------------------*/

.filter {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
    font-size: 20px;
}

    .filter a {
        font-family: 'sistem-ui', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #000;
    }


        .filter a.cat {
            font-family: 'sistem-ui', sans-serif;
            font-weight: 400;
            font-size: 18px;
            color: #000;
        }

            .filter a.cat.active,
            .filter a.cat:hover {
                font-family: 'sistem-ui', sans-serif;
                font-weight: 400;
                font-size: 18px;
                color: #000 !important;
            }

        .filter a:hover {
            opacity: 0.75;
        }

    .filter span {
        vertical-align: middle;
    }

    .filter .form-label {
        font-family: 'sistem-ui', sans-serif;
        font-size: 16px;
        color: #000000;
        text-transform: uppercase;
    }

    .filter .search .form-control {
        font-family: 'sistem-ui', sans-serif;
        font-weight: 400;
        display: block;
        padding: 0 30px 0px 0;
        font-size: 18px;
        line-height: 18px;
        color: #000;
        background-color: #fff;
        background-clip: padding-box;
        border: 0px solid #ced4da !important;
        border-bottom: 1px solid #000000 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

        .filter .search .form-control:focus {
            color: #212529;
            background-color: #fff;
            border-color: transparent;
            outline: 0;
            box-shadow: none;
        }

        .filter .search .form-control::placeholder {
            font-family: 'sistem-ui', sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 18px;
            color: #000;
        }

    .filter .search .btn {
        border: 0px solid transparent;
        padding: 0.375rem 0;
        border-radius: 0;
    }


/* ---------------------------  HOME ---------------------------*/

.section-box {
    margin-top: -125px !important;
}

    .section-box .cat-box {
        position: relative;
    }

        .section-box .cat-box .img-box {
            width: 100%;
            height: 250px;
        }

        .section-box .cat-box .text-box {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 30 !important;
        }

            .section-box .cat-box .text-box ul {
                font-family: 'sistem-ui', sans-serif;
                font-size: 16px;
                font-weight: 300;
                color: #ffffff;
                list-style-type: none;
                padding-left: 20px;
                text-transform: uppercase;
                width: 200px;
            }

                .section-box .cat-box .text-box ul li {
                    border-bottom: 1px solid #fff;
                    padding-top: 10px;
                }

        .section-box .cat-box a {
            color: #fff;
            text-decoration: none;
        }

            .section-box .cat-box a:hover {
                opacity: 0.75;
            }

.cat-box .overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 2;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 1;
}





/* ---------------------------  MENU ---------------------------*/

.button-special {
    display: block;
    background: #fff;
    padding: 5px 10px !important;
    color: #985251 !important;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    border-radius: 10px;
}

.logo {
    height: 70px;
    width: auto;
    transition: all .2s ease-in-out;
}

.menu .nav-item {
    padding-left: 0px;
    padding-right: 30px;
}

.menu .nav-link {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .menu .nav-link:hover,
    .menu .nav-link.active {
        color: #26A285;
    }

.navbar .menu .navbar-toggler {
    border: 0;
}

    .navbar .menu .navbar-toggler:focus {
        box-shadow: none;
    }

.menu-filter {
    border-bottom: 1px solid #f6f6f6;
    background: #ffffff;
    padding: 15px 0 6px;
    overflow-x: auto;
}

    .menu-filter a {
        color: #606060;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 7px;
    }

        .menu-filter a:hover,
        .menu-filter a.active {
            color: #1D1D1B
        }


/* ---------------------------  TESTATE  ---------------------------*/

.top-home {
    height: 480px;
}


/* ---------------------------  EVENT LIST ---------------------------*/

.event-list .card {
    border: 0;
}

    .event-list .card .card-body {
        padding: 20px;
    }

    .event-list .card .card-title {
        font-family: 'sistem-ui', sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
    }

    .event-list .card .card-subtitle {
        font-family: 'sistem-ui', sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #333;
    }

    .event-list .card .card-text {
        font-family: 'sistem-ui', sans-serif;
        font-weight: 300 !important;
        font-size: 15px !important;
        line-height: 20px;
        color: #000 !important;
    }

/* ---------------------------  TODAY LIST ---------------------------*/

.today-list .hour {
    font-family: 'sistem-ui', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    position: relative;
}

    .today-list .hour::after {
        position: absolute;
        top: 51%;
        overflow: hidden;
        width: 80%;
        height: 3px;
        content: '';
        background-color: #25A285;
        right: 0;
    }

.today-list .title {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
}

.today-list .subtitle {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}

.today-list .text {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px;
    color: #000 !important;
}


/* ---------------------------  EVENT DETAIL ---------------------------*/

.event-detail .text {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.event-detail .subtitle {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 400 !important;
    font-size: 12px;
    color: #000;
    text-transform: lowercase;
}

.event-detail .img-logo {
    width: 70px;
    height: auto;
}

.event-detail .link {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    color: #25A285 !important;
    display: inline-block;
}

    .event-detail .link:hover {
        text-decoration: none;
        color: #000 !important;
    }


.slideGallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-shrink: unset !important;
}

.slideGallery.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.slideGallery .swiper-container {
    width: 100%;
    height: 100%;
}

.slideGallery .swiper-slide img {
    width: auto;
    height: 250px;
    object-fit: cover;
}


/* ---------------------------  AREA RISERVATA ---------------------------*/

.menu-profile {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
}

    .menu-profile ul {
        list-style-type: none !important;
        padding-inline-start: 0 !important;
        margin-bottom: 0;
    }


    .menu-profile li {
        border-bottom: 1px solid #dedede;
        padding: 1rem 0;
    }

        .menu-profile li:first-child {
            padding-top: 0 !important;
        }

        .menu-profile li a:hover, .menu-profile li a.active {
            color: #25A285;
            transition-duration: 0.3s;
            font-weight: 600; /* NICOLA */
        }


.table-list td {
    font-family: 'sistem-ui', sans-serif;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.table-list .online {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: green;
    margin: 0 45%; /* NICOLA */
}

/* NICOLA */
.table-list .offline {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: gray;
    margin: 0 45%;
}
/* ---------------- */

.table-list .col-mod {
    min-width: 80px;
}

.box-dashboard {
    font-family: 'sistem-ui', sans-serif;
    padding: 60px;
    background: -webkit-linear-gradient(45deg, rgba(227, 227, 227, 1) 0%, rgba(246, 246, 246, 1) 50%, rgba(227, 227, 227, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(227, 227, 227, 1) 0%, rgba(246, 246, 246, 1) 50%, rgba(227, 227, 227, 1) 100%);
    background: -moz-linear-gradient(45deg, rgba(227, 227, 227, 1) 0%, rgba(246, 246, 246, 1) 50%, rgba(227, 227, 227, 1) 100%);
    background: linear-gradient(45deg, rgba(227, 227, 227, 1) 0%, rgba(246, 246, 246, 1) 50%, rgba(227, 227, 227, 1) 100%);
    text-align: center;
    text-transform: uppercase;
}

    .box-dashboard:hover {
        background: -webkit-linear-gradient(45deg, rgba(38, 162, 133, 1) 0%, rgba(83, 201, 170, 1) 50%, rgba(38, 162, 133, 1) 100%);
        background: -o-linear-gradient(45deg, rgba(38, 162, 133, 1) 0%, rgba(83, 201, 170, 1) 50%, rgba(38, 162, 133, 1) 100%);
        background: -moz-linear-gradient(45deg, rgba(38, 162, 133, 1) 0%, rgba(83, 201, 170, 1) 50%, rgba(38, 162, 133, 1) 100%);
        background: linear-gradient(45deg, rgba(38, 162, 133, 1) 0%, rgba(83, 201, 170, 1) 50%, rgba(38, 162, 133, 1) 100%);
    }

.form-check-input:checked {
    background-color: #25A285;
    border-color: #25A285;
}


/* ---------------------------  IMG HOVER EFFECT  ---------------------------*/

.image .overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    background-size: 80px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/icon-play.svg);
    z-index: 2;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 1;
}

.img-hover-zoom {
    overflow: hidden;
    width: 100%;
    height: auto;
}

    .img-hover-zoom img {
        transform-origin: 50 50;
        transition: transform .6s, visibility .5s ease-in;
    }

    .img-hover-zoom:hover img {
        transform: scale(1.1);
    }

.img-hover-zoom-colorize img {
    transition: transform .5s, filter .5s ease-in-out;
    filter: grayscale(100%);
}

/* The Transformation */
.img-hover-zoom-colorize:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
}

.img-hover-zoom-slowmo img {
    transform-origin: 50% 50%;
    transition: transform 1s;
}

/* The Transformation */
.img-hover-zoom-slowmo:hover img {
    transform: scale(1.5);
}


.image .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 29, 24, 0.5);
    background-size: 50px auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 1;
}

.image:hover .hover-effect {
    top: 0;
    opacity: 1;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}



/* ---------------------------  CONTACT FORM  ---------------------------*/

.contactForm .form-control {
    font-family: 'GillSans Light', sans-serif;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #DEDEDE;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contactForm .form-label {
    font-family: 'GillSans Light', sans-serif;
    font-size: 20px;
}

.contactForm .form-select {
    display: block;
    width: 100%;
    padding: 0.575rem 2.25rem 0.575rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-family: 'GillSans Light', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 0px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contactForm .form-check-label {
    font-family: 'GillSans Light', sans-serif;
    color: #606060;
    font-size: 16px;
}

.contactForm .form-check-input {
    border-radius: 0 !important;
}

.contactForm a {
    color: #606060;
    font-size: 16px;
    text-decoration: underline;
}




/* ---------------------------  FOOTER  ---------------------------*/

.footer {
    font-family: 'sistem-ui', sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
}

    .footer h3 {
        font-family: 'sistem-ui', sans-serif;
        font-size: 16px !important;
        font-weight: 600;
        margin-bottom: 20px;
        color: #ffffff;
        text-transform: uppercase;
    }

    .footer p {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-bottom: 0 !important;
        color: #fff !important;
    }

    .footer a {
        color: #fff;
    }

        .footer a:hover,
        .subfooter a:hover {
            opacity: 0.7;
        }

.subfooter p {
    font-family: 'sistem-ui', sans-serif;
    color: #ffffff;
    font-size: 13px !important;
    line-height: normal;
    margin-bottom: 0;
}

.subfooter a {
    color: #26A285;
}

    .subfooter a:hover {
        color: #000000;
    }

/* NICOLA */

.dataTables_filter {
    position: relative;
    display: block;
    float: left !important;
    margin: 0 0 1.25rem 0;
}

.dataTables_length {
    float: right !important;
    display: inline-block;
    margin: 0 0 1.25rem 1.25rem;
}

/********/


/*------------ RESPONSIVE MEDIA ------------*/
/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .menu .nav-link {
        font-family: 'sistem-ui', sans-serif;
        font-weight: 400;
        font-size: 13px;
    }

    .today-list .title {
        font-family: 'sistem-ui', sans-serif;
        font-weight: 600;
        font-size: 13px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

@media (min-width: 1600px) {
}

@media (max-width: 575px) {
}

@media (max-width: 767px) {
}


@media (max-width: 991px) {

    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
}

@media (max-width: 1199px) {
}

@media (min-width: 576px) and (max-width: 1400px) {
}
