/*!
 * Typography
 */
.h1, h1 {
    font-size: 44px
}

@media (max-width: 767px) {
    .h1, h1 {
        font-size: 38px
    }
}

.h2, .module-title .mt-element, .module-title .mt-previous, h2 {
    font-size: 36px
}

@media (max-width: 767px) {
    .h2, .module-title .mt-element, .module-title .mt-previous, h2 {
        font-size: 24px
    }
}

.h3, .news-bookmark, .news-share, h3, section.hero-section .hero-actions .hero-bookmark, section.hero-section .hero-actions .hero-share {
    font-size: 24px
}

.h3, .news-bookmark, .news-share, h3, section.hero-section .hero-actions .hero-bookmark, section.hero-section .hero-actions .hero-admin {
    font-size: 24px
}

.h3, .news-admin, .news-share, h3, section.hero-section .hero-actions .hero-bookmark, section.hero-section .hero-actions .hero-share {
    font-size: 24px
}

.h3, .news-admin, .news-share, h3, section.hero-section .hero-actions .hero-bookmark, section.hero-section .hero-actions .hero-admin {
    font-size: 24px
}

.film-slider .film-item .film-title, .h4, .news-item .news-title, .news-slider .news-item .news-title, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 16px
}

.margine {
    margin: 5px;
}

.h6, h6 {
    font-size: 14px
}

.h1, .h2, .module-title .mt-element, .module-title .mt-previous, h1, h2 {
    color: #366cc1
}

b {
    font-weight: 900
}

/*!
 * Helper

 Classi di aiuto da utilizzare per una stilizzazione veloce direttamente sul codice HTML

 */
.bg-light {
    background-color: #f5f5fa !important
}

.bg-dark {
    background-color: #606060 !important
}

.text-white {
    color: #fff
}

.text-pink {
    color: #af259a
}

.text-brown {
    color: #9b4d01
}

.text-mint {
    color: #15aa99
}

.text-gold {
    color: #cea416
}

.text-brand {
    color: #366cc1
}

.text-light-grey {
    color: #ddd
}

.text-muted {
    color: #afafaf !important
}

#slider_news .carousel-item .carousel-img, .list-image, .bg-cover, .carousel .carousel-inner .carousel-item, .comment .comment-profile, .lv-element, .film-slider .film-item .film-cover, .film-item .film-cover, .location-item-single .location-gallery .carousel .carousel-inner .carousel-item, .location-scroller .location-fsg-item .location-gallery .carousel .carousel-inner .carousel-item, .location-slider .location-item .location-gallery .carousel .carousel-inner .carousel-item, .map-bg, .navbar .navbar-nav.secondary-menu .nav-item.dropdown #user-dropdown .user-profile, .news-item .news-cover, .news-slider .news-item .news-cover, .route-item, .userpage-profile {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.bg-contain, .film-item-single .film-cover {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.box-radius {
    border-radius: 15px
}

.border-brand {
    border-color: #366cc1 !important
}

.text-lite {
    font-weight: 300 !important
}

.text-medium {
    font-weight: 500 !important
}

.text-bold {
    font-weight: 900 !important
}

.vertical-separator {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background-color: #ddd
}

.badge-brown {
    background: #9b4d01;
    color: #fff
}

.badge-pink {
    background: #af259a;
    color: #fff
}

.badge-mint {
    background: #15aa99;
    color: #fff
}

.pointer {
    cursor: pointer
}

/*!
 * Buttons
 */
button:focus {
    outline: none
}

.btn {
    transition: all, .25s;
    border-radius: 15px;
    padding-left: 25px;
    padding-right: 25px
}

.btn.btn-shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.btn:hover:not(.btn-white) {
    color: #fff
}

.btn.btn-huge {
    padding: 18px 40px;
    font-size: 25px
}

@media (max-width: 767px) {
    .btn.btn-huge {
        font-size: 20px;
        padding: 15px 34px
    }
}

a.btn {
    text-decoration: none
}

a.btn:hover:not(.btn-white) {
    color: #fff
}

.btn-brand {
    border: none;
    background-color: #366cc1;
    color: #fff
}

.input-group .btn-brand {
    border: none;
    background-color: #cea416;
    color: #fff
}

.border-gray {
    border: 1px solid #999;
    border-radius: 15px;
}
.mostra .btn-brand {
    border: none;
    background-color: #cea416;
    color: #fff
}



.btn-brand:hover {
    background-color: #2b5699
}

.btn-white {
    background-color: #fff;
    border: 1px solid #898989;
    color: #366cc1
}

.btn-white:hover {
    background-color: #366cc1;
    color: #fff;
    border: 1px solid #366cc1
}

.btn-brown {
    background-color: #9b4d01;
    border: none;
    color: #fff
}

.btn-brown:hover {
    background-color: #683401;
    color: #fff
}

.btn-pink {
    background-color: #af259a;
    border: none;
    color: #fff
}

.btn-pink:hover {
    background-color: #851c75;
    color: #fff
}

.btn-mint {
    background-color: #15aa99;
    border: none;
    color: #fff
}

.btn-mint:hover {
    background-color: #0f7d70;
    color: #fff
}

.btn-filter-gray {
    background: #606060;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 10px
}

.btn-filter {
    background: #366cc1;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 10px
}

.btn-filter:before {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400;
    content: "\f057";
    padding-right: 8px;
    display: inline-block;
    color: #fff
}

.btn-filter.selected, .btn-filter:hover {
    background-color: rgb(0 123 255 / 50%);
    color: #fff !important
}

.btn-filter.selected:before, .btn-filter:hover:before {
    color: #fff
}

.btn-sharemap {
    background: #606060;
    color: #fff;
    text-align: left;
    border-radius: 0
}

.btn-sharemap:hover {
    background: #474747
}

.btn-google {
    background-color: #4285f4
}

.btn-facebook {
    background-color: #3b5998
}

.btn-hotmail {
    background-color: #606060
}

.btn-linkedin {
    background-color: #0a66c2
}

.btn-facebook, .btn-google, .btn-hotmail, .btn-linkedin {
    color: #fff
}

.btn-facebook i, .btn-google i, .btn-hotmail i, .btn-linkedin i {
    color: #fff;
    float: left;
    margin-top: 4px
}

/*!
 * Menu
 */
.navbar {
    background: #292929;
    color: #fff
}

.navbar .navbar-brand {
    margin-right: 8px
}

.navbar .navbar-brand img {
    max-height: 48px;
    width: auto
}

.navbar .navbar-toggler .navbar-toggler-icon {
    color: #fff;
    line-height: 30px
}

.navbar .navbar-nav .nav-item {
    color: #fff
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #606060
}

.navbar .navbar-nav .nav-item.active .nav-link {
    color: #366cc1
}

.navbar .navbar-nav.primary-menu .mobile {
    display: none
}

.navbar .navbar-nav.secondary-menu {
    margin-left: auto
}

.navbar .navbar-nav.secondary-menu .nav-item {
    border-right: 1px solid #fff;
    padding-right: 10px;
    padding-left: 10px
}

.navbar .navbar-nav.secondary-menu .nav-item:first-child {
    padding-left: 0
}

.navbar .navbar-nav.secondary-menu .nav-item:last-child {
    border: none;
    padding-right: 0
}

.navbar .navbar-nav.secondary-menu .nav-item.lang-item {
    color: #fff
}

.navbar .navbar-nav.secondary-menu .nav-item.lang-item .nav-link {
    color: #fff;
    padding-left: 2px;
    padding-right: 2px
}

.navbar .navbar-nav.secondary-menu .nav-item.lang-item .nav-link:last-child {
    padding-right: .5em
}

.dropdown-menu{
    z-index:10000 !important;
}

.navbar .navbar-nav.secondary-menu .nav-item.lang-item .nav-link.lang-selected, .navbar .navbar-nav.secondary-menu .nav-item.lang-item .nav-link.lang-selected:hover, .navbar .navbar-nav.secondary-menu .nav-item.lang-item .nav-link:hover {
    color: #606060
}

.navbar .navbar-nav.secondary-menu .nav-item.mobile {
    display: inline-block
}

.navbar .navbar-nav.secondary-menu .nav-item.dropdown .dropdown-toggle:after {
    display: none
}

.navbar .navbar-nav.secondary-menu .nav-item.dropdown #user-dropdown {
    border-radius: 0 0 15px 15px;
    padding: 15px 0 40px 40px;
    min-width: 250px
}

.navbar .navbar-nav.secondary-menu .nav-item.dropdown #user-dropdown .user-profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #afafaf;
    margin-bottom: 15px
}

.navbar .navbar-nav.secondary-menu .nav-item.dropdown #user-dropdown .user-name {
    color: #366cc1;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #366cc1;
    padding: 10px 0
}

.navbar .navbar-nav.secondary-menu .nav-item.dropdown #user-dropdown .dropdown-item {
    padding: 12px 0 10px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    color: #606060
}

.navbar .navbar-nav.secondary-menu .nav-item.dropdown #user-dropdown .dropdown-item.active {
    font-weight: 500;
    background-color: transparent;
    color: #606060
}

.navbar .navbar-nav.secondary-menu .nav-item.dropdown #user-dropdown .dropdown-item.logout {
    color: #c73306
}

.navbar .navbar-nav.secondary-menu .nav-item.dropdown #user-dropdown .dropdown-item:hover {
    background: transparent
}

.navbar .navbar-nav.secondary-menu .nav-item.social .nav-link {
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block
}

.navbar .navbar-nav.secondary-menu .nav-item.social .nav-link:first-child {
    padding-left: .5em
}

@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 12px
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav.primary-menu .nav-item.mobile {
        display: inline-block
    }

    .navbar .navbar-nav.secondary-menu {
        margin-left: unset
    }

    .navbar .navbar-nav.secondary-menu .nav-item {
        border: none
    }

    .navbar .navbar-nav.secondary-menu .nav-item.mobile {
        display: none
    }

    .navbar .navbar-nav.secondary-menu .nav-item.dropdown .dropdown-menu {
        position: fixed;
        right: 0;
        top: 72px;
        height: 100%;
        border-radius: 0
    }

    .navbar .navbar-collapse {
        position: fixed;
        top: 75px;
        background: #fff;
        padding: 15px 30px;
        min-width: 50%;
        left: 0;
        height: 100%
    }

    .navbar .navbar-collapse.collapse.show {
        display: flex;
        flex-direction: column
    }

    .navbar .navbar-collapse .navbar-nav {
        height: 85%
    }

    .navbar .navbar-collapse .navbar-nav .nav-item {
        border-bottom: 1px solid #ddd
    }

    .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
        border: none
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #606060;
        text-transform: none;
        font-weight: 400;
        font-size: 16px
    }

    .navbar .navbar-collapse .navbar-nav .nav-item.social {
        color: #606060;
        margin-top: auto
    }

    .navbar .navbar-collapse .navbar-nav .nav-item.social .nav-link {
        display: inline-block;
        padding-right: 8px
    }
}

/*!
'>' */
body, html {
    height: 100%;
    scroll-behavior: smooth
}

body {
    font-family: Roboto;
    font-size: 16px;
    color: #606060;
    padding-top: 70px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px
    }
}

a {
    transition: all, .25s;
    /*text-decoration: underline;*/
    color: #459fff
}

a i.fas {
    padding-left: 3px
}

a:hover {
    color: #5f5f5f
}

a.td-none {
    text-decoration: none
}

a.td-none:hover {
    color: #5f5f5f;
    text-decoration: underline
}

section {
    padding-top: 35px;
    padding-bottom: 35px
}

section.hero-section {
    color: #fff
}

section.hero-section .container > .row {
    width: 100%
}

section.hero-section .breadcrumb {
    background: transparent;
    padding-left: 0
}

section.hero-section .breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none
}

section.hero-section .breadcrumb .breadcrumb-item:before {
    color: #fff;
    font-weight: 400
}

section.hero-section .breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-weight: 900
}

section.hero-section .breadcrumb .breadcrumb-item.active:before {
    color: #fff;
    font-weight: 400
}

section.hero-section .hero-titles {
    max-width: 50%
}

section.hero-section .hero-titles .title {
    color: #fff
}

section.hero-section .hero-titles.half-hero {
    max-width: 100%
}

@media (max-width: 767px) {
    section.hero-section .hero-titles {
        max-width: 100%
    }
}

section.hero-section .hero-actions .hero-tags {
    width: 80%;
    margin-top: 50px;
    margin-bottom: 30px
}

section.hero-section .hero-actions .hero-tags .tag {
    background: #fff;
    border-radius: 15px;
    color: #366cc1;
    transition: all, .25s;
    cursor: pointer;
    display: inline-block;
    padding: 4px 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 10px
}

.tag-yellow{
    background: #cea416;
    border-radius: 15px;
    color: #fff;
    transition: all, .25s;
    cursor: pointer;
    display: inline-block;
    padding: 4px 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 10px
 }

.tag-yellow:hover {
    background: #366cc1;
    color: #fff
}

section.hero-section .hero-actions .hero-tags  .tag:hover {
    background: #366cc1;
    color: #fff
}

section.hero-section .hero-actions .arrow-down {
    display: inline-block;
    width: 50px;
    height: 55px;
    margin-right: 70px;
    padding-top: 4px
}

section.hero-section .hero-actions .arrow-down img {
    position: absolute;
    width: 50px
}

@media (max-width: 767px) {
    section.hero-section .hero-actions .arrow-down {
        margin-right: 40px
    }
}

section.hero-section .hero-actions .hero-bookmark {
    height: 60px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-right: 70px
}

section.hero-section .hero-actions .hero-bookmark i {
    display: inline-block
}

section.hero-section .hero-actions .hero-bookmark .far:hover, section.hero-section .hero-actions .hero-bookmark .fas {
    color: #cea416
}

@media (max-width: 767px) {
    section.hero-section .hero-actions .hero-bookmark {
        margin-right: 40px
    }
}

section.hero-section .hero-actions .hero-share {
    height: 60px;
    text-align: center;
    cursor: pointer;
    display: inline-block
}

section.hero-section .hero-actions .hero-share i {
    color: #fff;
    display: inline-block
}

section.hero-section .hero-actions .hero-share i:hover {
    color: #cea416
}

section.hero-section .hero-actions .hero-admin {
    height: 60px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-left: 70px;
}

section.hero-section .hero-actions .hero-admin i {
    color: #fff;
    display: inline-block
}

section.hero-section .hero-actions .hero-admin i:hover {
    color: #cea416
}

section.hero-section .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45)
}

section.hero-section.hero-light, section.hero-section.hero-white {
    background: #fff
}

section.hero-section.hero-light .breadcrumb .breadcrumb-item.active, section.hero-section.hero-light .breadcrumb .breadcrumb-item.active:before, section.hero-section.hero-light .breadcrumb .breadcrumb-item:before, section.hero-section.hero-light .breadcrumb .breadcrumb-item a, section.hero-section.hero-white .breadcrumb .breadcrumb-item.active, section.hero-section.hero-white .breadcrumb .breadcrumb-item.active:before, section.hero-section.hero-white .breadcrumb .breadcrumb-item:before, section.hero-section.hero-white .breadcrumb .breadcrumb-item a {
    color: #366cc1
}

section.hero-section.hero-light .hero-titles, section.hero-section.hero-white .hero-titles {
    color: #606060
}

section.hero-section.hero-light .hero-bookmark, section.hero-section.hero-light .hero-titles .title, section.hero-section.hero-white .hero-bookmark, section.hero-section.hero-white .hero-titles .title {
    color: #366cc1
}

section.hero-section.hero-light .hero-bookmark .far:hover, section.hero-section.hero-light .hero-bookmark .fas, section.hero-section.hero-white .hero-bookmark .far:hover, section.hero-section.hero-white .hero-bookmark .fas {
    color: #cea416
}

section.hero-section.hero-light .hero-share, section.hero-section.hero-light .hero-share i, section.hero-section.hero-white .hero-share, section.hero-section.hero-white .hero-share i {
    color: #366cc1
}

section.hero-section.hero-light .hero-share i:hover, section.hero-section.hero-white .hero-share i:hover {
    color: #cea416
}

section.hero-section.hero-light .hero-admin, section.hero-section.hero-light .hero-admin i, section.hero-section.hero-white .hero-admin, section.hero-section.hero-white .hero-admin i {
    color: #366cc1
}

section.hero-section.hero-light .hero-admin i:hover, section.hero-section.hero-white .hero-admin i:hover {
    color: #cea416
}

section.hero-section.hero-light .overlay, section.hero-section.hero-white .overlay {
    display: none
}

@media (max-width: 767px) {
    section.hero-section.hero-light, section.hero-section.hero-white {
        height: auto !important;
        padding-bottom: 30px
    }
}

section.hero-section.hero-light {
    background-color: #f5f5fa;
    color: #606060
}

section.no-pad {
    padding-top: 0;
    padding-bottom: 0
}

section.pad-top {
    padding-top: 30px
}

section.pad-btm {
    padding-bottom: 90px
}

section.bg-light {
    background-color: #f5f5fa !important
}

section.bg-dark {
    background-color: #606060 !important;
    color: #fff !important
}

.map {
    width: 100%;
}
#itinerari-map-div .map {
    width: 100%;
    height: 100% !important;
}

.yellow{
    color: #cea416;
}

#start {
    position: relative
}

input.form-control {
    border-left: none;
    border-right: none;
    border-radius: 0
}

.input-group-append .btn-rounded {
    border-radius: 27px !important;
    margin-left: -15px
}

.col-form-label :not(custom-control-label), .custom-control .custom-control-input:checked ~ .custom-control-label, label :not(custom-control-label) {
    color: #366cc1;
    font-weight: 500
}

.form-group label{
    font-weight: bold;
}

.custom-control .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #366cc1;
    background-color: #366cc1
}

.custom-control.text-pink .custom-control-label:before {
    border-color: #af259a
}

.custom-control.text-pink .custom-control-input:checked ~ .custom-control-label {
    color: #af259a
}

.custom-control.text-pink .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #af259a;
    background-color: #af259a
}

.custom-control.text-mint .custom-control-label:before {
    border-color: #15aa99
}

.custom-control.text-mint .custom-control-input:checked ~ .custom-control-label {
    color: #15aa99
}

.custom-control.text-mint .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #15aa99;
    background-color: #15aa99
}

.custom-control.text-brown .custom-control-label:before {
    border-color: #9b4d01
}

.custom-control.text-brown .custom-control-input:checked ~ .custom-control-label {
    color: #9b4d01
}

.custom-control.text-brown .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #9b4d01;
    background-color: #9b4d01
}

.bootstrap-select .dropdown-toggle.bs-placeholder, .bootstrap-select .dropdown-toggle.bs-placeholder:active, .bootstrap-select .dropdown-toggle.bs-placeholder:focus {
    border: none;
    background: #fff;
    color: #606060;
    border-radius: 15px;
    outline: none !important
}

.bootstrap-select.show .dropdown-toggle, .bootstrap-select.show:active {
    border: none;
    background: #fff;
    color: #606060;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    outline: none !important
}

.bootstrap-select.show > .dropdown-menu {
    border: none;
    border-top: 1px solid #ddd;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
    margin-top: 0;
    color: #606060
}

.bootstrap-select.show .dropdown-menu .dropdown-item {
    color: #606060;
    outline: none
}

.bootstrap-select.show .dropdown-menu .dropdown-item.active, .bootstrap-select.show .dropdown-menu .dropdown-item:active {
    background-color: #366cc1;
    color: #fff
}

.bootstrap-select.show.dropup > .dropdown-menu {
    border-top: none;
    border-bottom: 1px solid #ddd;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, .15);
    margin-bottom: 0
}

.bootstrap-select.show.dropup .dropdown-toggle, .bootstrap-select.show.dropup:active {
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
    outline: none !important
}

.carousel {
    margin-bottom: 15px
}

.carousel .carousel-indicators {
    bottom: 15px
}

.carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.carousel .carousel-inner {
    width: 100%;
    height: 100%
}

.carousel .carousel-inner .carousel-item {
    width: 100%;
    height: 100%;
    border-radius: 15px
}

.carousel.caption-top .carousel-inner .carousel-caption {
    top: 20px;
    left: 20px;
    text-align: left;
    width: calc(100% - 40px);
    display: flex !important;
    justify-content: space-between
}

.carousel.map-carousel .carousel-item {
    height: 120px;
    border-radius: 0
}

.carousel.caption-top .carousel-inner .carousel-caption .carousel-title {
    color: #fff
}

.carousel.caption-top .carousel-inner .carousel-caption .carousel-link {
    color: #fff;
    text-decoration: none;
    min-width: 110px;
    padding: 10px 10px 0;
    text-align: right
}

.carousel.caption-top .carousel-inner .carousel-caption .carousel-link i {
    padding-left: 3px
}

.carousel.caption-top .carousel-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3)
}

.carousel.caption-btm .carousel-indicators {
    bottom: 0
}

.carousel.caption-btm .carousel-inner img {
    border-radius: 15px
}

.carousel.caption-btm .carousel-inner .carousel-caption {
    text-align: left;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 15px 15px 50px;
    border-radius: 0 0 15px 15px
}

.carousel.caption-btm .carousel-inner .carousel-caption .carousel-title {
    color: #fff
}

.home-slider {
    position: relative
}

.home-slider .home-content {
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: left;
    width: calc(100% - 40px);
    display: flex !important;
    justify-content: space-between;
    z-index: 10
}

.home-slider .home-content .home-title {
    color: #fff
}

.home-slider .home-content .home-link {
    color: #fff;
    text-decoration: none;
    min-width: 110px;
    padding: 10px 10px 0;
    text-align: right
}

.home-slider .home-content .home-link i {
    padding-left: 3px
}

@media (max-width: 767px) {
    .home-slider .home-content {
        position: relative;
        width: 100%;
        display: block !important;
        top: 0;
        left: 0
    }

    .home-slider .home-content .home-title {
        color: #366cc1;
        margin-bottom: 15px
    }

    .home-slider .home-content .home-link {
        color: #606060;
        display: block;
        margin-bottom: 30px;
        text-align: left;
        padding: 0
    }
}

.slider-min {
    height: 384px
}

@media (max-width: 767px) {
    .slider-min {
        height: 230px
    }
}

.slider-max {
    height: 786px
}

@media (max-width: 991px) {
    .slider-max {
        height: 384px
    }
}

@media (max-width: 767px) {
    .slider-max {
        height: 230px
    }
}

#home-map {
    height: 763px;
    position: relative
}

.map-overlay {
    position: absolute;
    top: 15%;
    z-index: 1000;
    width: 450px;
    margin-left: 8%;
    transition: all, .25s
}

.map-overlay .map-form {
    background: #fff;
    width: 100%;
    border-radius: 15px;
    padding: 15px 30px
}

.map-overlay .map-form #details-block, .map-overlay .map-form #search-block {
    display: none
}

@media (max-width: 767px) {
    .map-overlay {
        top: 0;
        margin-left: 0;
        width: 100%
    }

    .map-overlay .map-form {
        border-radius: 0 0 15px 15px
    }

    .map-overlay .btn-itinerari {
        display: none
    }
}

.map-overlay.full {
    height: 763px;
    top: 0;
    width: calc(8% + 450px);
    max-width: 100%;
    margin-left: 0
}

.map-overlay.full .map-form {
    height: 763px;
    border-radius: 0
}

.map-overlay.full .map-form #init-block, .map-overlay.full .map-form h3 {
    display: none
}

.map-overlay.full .map-form #search-block {
    display: block;
    overflow: auto;
    height: 662px
}

.map-overlay.full .map-form #search-block:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .4) 0, #fff)
}

.map-overlay.full .map-form #search-block .search-list {
    padding-bottom: 20px
}

.map-overlay.full .map-form #search-block .search-list li {
    font-size: 26px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0
}

.map-overlay.full .map-form #search-block .search-list li .name {
    color: #366cc1;
    font-weight: 500
}

.map-overlay.full .map-form #search-block .search-list li .name:after {
    content: " - ";
    display: inline;
    color: #606060;
    font-weight: 400
}

.map-overlay.full .map-form #search-block .search-list li i {
    color: #366cc1;
    float: right;
    position: relative;
    top: 7px;
    cursor: pointer
}

.map-overlay.full .map-form #search-block .search-list li:first-child {
    font-size: 34px;
    border-top: 1px solid #ddd
}

.map-overlay.full .map-form #search-block .search-list li:first-child .name:after {
    content: " | ";
    color: #366cc1
}

.map-overlay.full .map-form #search-block .search-list li:first-child i {
    top: 8px
}

.map-overlay.full.details .map-form #search-block {
    display: none
}

.map-overlay.full.details .map-form #details-block {
    display: block;
    overflow: hidden;
    height: 662px
}

.map-overlay.full.details .map-form #details-block #close-details {
    position: absolute;
    right: 30px;
    font-size: 25px;
    color: #366cc1;
    cursor: pointer;
    z-index: 10
}

.map-overlay.full.details .map-form #details-block .location-data {
    display: none
}

.map-overlay.full.details .map-form #details-block .film-item {
    width: 215px
}

.map-overlay.full.details .map-form #details-block .film-item .film-cover {
    width: 200px;
    height: 275px
}

.map-overlay.full.details .map-form #details-block .film-item .film-direction, .map-overlay.full.details .map-form #details-block .film-item .film-genre, .map-overlay.full.details .map-form #details-block .film-item .film-title {
    display: none
}

.bando-slider .bando-item {
    padding: 0 15px 15px 0;
    display: block
}

.bando-item {
    display: block;
    margin-bottom: 30px
}

.bando-item, .bando-item:hover {
    text-decoration: none
}

.card {
    border-radius: 7px;
    border: 1px solid #ddd
}

.card.bando .card-header {
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    padding: .4rem 1.25rem
}

.card.bando .card-body {
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    height: 120px;
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 312px
}


.card.bando .card-footer {
    background-color: #fff;
    border-top: none;
    border-radius: 0 0 6px 6px
}

.card.bando.bg-pink .card-header {
    background-color: #af259a
}

.card.bando.bg-mint .card-header {
    background-color: #15aa99
}

.card.bando.bg-brown .card-header {
    background-color: #9b4d01
}

.card.bando.bg-orange .card-header {
    background-color: #fc7f03;
}

#slider_news .carousel-indicators {
    width: 25%;
    left: 22%;
    bottom: -45px
}

#slider_news .carousel-indicators li {
    background-color: #366cc1
}

#slider_news .carousel-item .carousel-img {
    width: 47%;
    height: 450px;
    position: absolute;
    top: 0;
    right: 45px;
}

#slider_news .carousel-item .carousel-body {
    width: 49%;
    display: flex;
    padding: 15px 60px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 450px
}

#slider_news .carousel-item .carousel-body .news-title {
    color: #366cc1;
    font-weight: 500;
    margin-bottom: 15px
}

#slider_news .carousel-item .carousel-body .news-date {
    font-size: 18px;
    font-weight: 900
}

#slider_news .carousel-item .carousel-body .news-intro {
    font-size: 20px
}

#slider_news .carousel-item .carousel-body .news-tag {
    padding-top: 15px;
    padding-bottom: 15px
}

#slider_news .carousel-item .carousel-body .news-tag a {
    display: inline;
    padding: 3px 9px;
    color: #cea416;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none
}

#slider_news .carousel-item .carousel-body .carousel-link {
    text-decoration: none;
    font-weight: 900
}

#slider_news .carousel-control-prev {
    width: 3%;
    left: 0;
    color: #366cc1;
    font-size: 30px;
    justify-content: flex-start
}

#map-gallery_2 .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#map-gallery_2 .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

#slider_news .carousel-control-prev .carousel-control-prev-icon {
    background-image: none
}

#slider_news .carousel-control-next {
    width: 3%;
    right: 0%;
    color: #366cc1;
    font-size: 30px;
    justify-content: flex-end
}


#slider_news .carousel-control-next .carousel-control-next-icon {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;*/
    background-image: none
}


@media (max-width: 991px) {
    #slider_news .carousel-indicators {
        display: none
    }

    #slider_news .carousel-item .carousel-body, #slider_news .carousel-item .carousel-img {
        width: 100%;
        height: 340px;
        z-index: 0;
        display: block
    }

    #slider_news .carousel-item .carousel-body {
        max-width: 100% !important;
        flex: 1;
        z-index: 1;
        margin-top: 350px;
        min-height: auto;
        position: relative;
        padding: 15px 0
    }

    #slider_news .carousel-item .carousel-body .news-title {
        height: auto
    }

    #slider_news .carousel-control-next, #slider_news .carousel-control-prev {
        top: 0
    }

    #slider_news .carousel-control-next span, #slider_news .carousel-control-prev span {
        position: absolute;
        top: 145px;
        color: #fff
    }

    #slider_news .carousel-control-prev {
        left: 15px
    }

    #slider_news .carousel-control-next {
        right: 15px
    }
}

@media (max-width: 767px) {
    #slider_news .carousel-item .carousel-img {
        height: 240px
    }

    #slider_news .carousel-item .carousel-body {
        margin-top: 250px
    }

    #slider_news .carousel-control-next span, #slider_news .carousel-control-prev span {
        top: 100px
    }
}

.box-registrazione {
    background-color: #f5f5fa;
    padding: 60px 30px;
    display: flex;
    align-items: center;
    border-radius: 15px
}

.box-registrazione .reg-icon {
    color: #366cc1;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    display: none
}

.box-registrazione .reg-text-cont {
    width: 50%
}

.box-registrazione .reg-text-cont .reg-text {
    width: 80%;
    float: right
}

.box-registrazione .reg-btn {
    padding: 0 30px
}

.box-registrazione .reg-btn a {
    font-weight: 500;
    min-width: 180px
}

@media (max-width: 991px) {
    .box-registrazione {
        padding: 40px 20px;
        display: block
    }

    .box-registrazione .reg-icon {
        display: block
    }

    .box-registrazione .reg-text-cont {
        width: 100%
    }

    .box-registrazione .reg-text-cont .reg-text {
        width: 100%;
        text-align: center;
        float: none;
        font-size: 20px
    }

    .box-registrazione .reg-btn {
        display: block;
        margin: 30px auto 0;
        text-align: center
    }
}

#fa-container {
    background: #366cc1;
    color: #fff;
    font-size: 20px;
    text-align: center
}

#fa-container #fa-btn i.fas {
    padding-left: 10px;
    padding-right: 10px;
    transition: all, .25s
}

#fa-container.collapsed #fa-btn i.fas {
    padding-left: 10px;
    transform: rotate(180deg)
}

#fa-container #fa-panel {
    color: #606060;
    position: absolute;
    z-index: 10;
    left: 0;
    margin-top: 15px;
    width: 100%;
    border-radius: 0;
    height: 100%;
    visibility: collapse
}

#fa-container #fa-panel .card-body {
    text-align: left;
    height: 771px;
    border-radius: 0;
    overflow: hidden
}

#fa-container #fa-panel .card-body ul.dropdown-list {
    font-size: 18px;
    overflow: auto
}

#fa-container #fa-panel .card-body ul.dropdown-list li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#fa-container #fa-panel .card-body ul.dropdown-list li i.fas {
    padding-left: 10px;
    padding-right: 10px;
    transition: all, .25s;
    color: #366cc1
}

#fa-container #fa-panel .card-body ul.dropdown-list li.collapsed > i.fas {
    padding-left: 10px;
    transform: rotate(180deg)
}

#fa-container #fa-panel .card-body ul.dropdown-list li .dropdown-check {
    width: 100%;
    padding-left: 15px
}

#fa-container #fa-panel .card-body ul.dropdown-list li .dropdown-check .form-check {
    width: 100%;
    justify-content: start
}

#fa-container #fa-panel .card-body ul.dropdown-list li .dropdown-check.collapse.show, #fa-container #fa-panel .card-body ul.dropdown-list li .dropdown-check.collapsing {
    display: block
}

#fa-container #fa-panel .card-body ul.dropdown-list li .dropdown-check.collapse.show:before, #fa-container #fa-panel .card-body ul.dropdown-list li .dropdown-check.collapsing:before {
    content: "";
    flex-basis: 100%;
    height: 0
}

@media (max-width: 767px) {
    #fa-container #fa-panel .card-body {
        height: 408px
    }
}

.location-form {
    background: #fff
}

.location-form .fa-col {
    padding-top: 15px;
    padding-bottom: 15px
}

.location-form label:not(.custom-control-label) {
    color: #366cc1;
    font-weight: 500
}

.location-form input {
    flex-grow: 1
}

@media (max-width: 767px) {
    .location-form .btn {
        display: block;
        width: 100%
    }
}

#location-map {
    height: 763px;
    position: relative
}

@media (max-width: 767px) {
    #location-map {
        height: 400px
    }
}

.list-view {
    position: absolute;
    background-color: #fff;
    height: calc(100% - 68px);
    min-width: 350px;
    z-index: 1;
    overflow: auto;
    scroll-behavior: smooth
}

.list-view .list-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #ced4da;
    display: flex;
    justify-content: space-between;
    align-content: center
}

.list-view .list-header #show-list {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    padding: 16px 15px
}

.list-view .list-header #show-list .fas {
    cursor: pointer;
    line-height: 22px
}

.list-view .list-header .filter-list {
    background-color: #f5f5fa;
    color: #6d767f;
    padding: 16px 15px;
    margin-left: 10px;
    display: block;
    text-decoration: none
}

.list-view .list-header .filter-list i {
    margin-left: 5px
}

.list-view .list-header .filter-list:hover {
    background-color: #d3d3e9;
    color: #6d767f
}

.list-view .list-body .list-element {
    padding: 16px 0;
    margin: 0 15px;
    border-bottom: 1px solid #ced4da;
    display: flex
}

.list-view .list-body .list-element .list-image {
    height: auto;
    width: 92px;
    cursor: pointer
}

.list-view .list-body .list-element .list-content {
    margin-left: 10px;
    margin-right: 10px
}

.list-view .list-body .list-element .list-content .list-title {
    font-size: 14px;
    font-weight: 500;
    color: #366cc1;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    width: 210px
}

.list-view .list-body .list-element .list-content .list-title:hover {
    color: #2b5699
}

.list-view .list-body .list-element .list-content .list-region, .list-view .list-body .list-element .list-content .list-type {
    font-size: 12px;
    font-weight: 500;
    color: #6c757e;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    width: 210px
}

.list-view .list-body .list-element .list-content .list-region .fas, .list-view .list-body .list-element .list-content .list-type .fas {
    margin-right: 4px
}

.list-view .list-body .list-element .list-bookmark {
    cursor: pointer;
    font-size: 12px;
    color: #cea416;
    margin-top: 1px
}

.list-view.collapsed {
    height: 57px
}

.list-view.collapsed .list-header #show-list .fas {
    transform: rotate(180deg);
    padding-right: 15px
}

@media (max-width:767px) {
    .list-view {
        display: none
    }
}

.lv-element {
    display: flex;
    margin: 0 auto 30px
}

.lv-element .carousel {
    height: 224px;
    flex-grow: 0
}

.lv-element .carousel .carousel-inner {
    width: 398px
}

.lv-element .carousel .carousel-inner .carousel-item {
    border-radius: 15px;
    width: 100%;
    height: 224px;
    margin-bottom: 15px;
    cursor: pointer
}

.lv-element .carousel .carousel-inner .location-bookmark {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
    cursor: pointer
}

.lv-element .carousel .carousel-inner .location-bookmark .far:hover, .lv-element .carousel .carousel-inner .location-bookmark .fas {
    color: #cea416
}

.lv-element .lv-content .lv-title {
    font-size: 32px;
    font-weight: 500;
    color: #366cc1;
    margin-bottom: 10px;
    display: block;
    text-decoration: none
}

.lv-element .lv-content .lv-details {
    font-size: 16px;
    font-weight: 500;
    color: #6c757e;
    margin-bottom: 15px
}

.lv-element .lv-content .lv-details .lv-det {
    display: inline-block;
    margin-right: 15px
}

.lv-element .lv-content .lv-description {
    position: relative;
    max-height: 120px;
    overflow: hidden;
    padding-right: 1rem
}

.lv-element .lv-content .lv-description:before {
    position: absolute;
    content: "...";
    bottom: 0;
    right: 15px
}

@media (max-width:991px) {
    .lv-element .carousel .carousel-inner {
        width: 100%
    }
}

.view-btn {
    background-color: #f5f5fa;
    color: #6d767f;
    padding: 22px 25px !important;
    cursor: pointer;
    transition: all, .25s
}

.view-btn i.fas {
    padding-left: 10px;
    transition: all, .25s
}

.view-btn.active, .view-btn.active:hover {
    background-color: #6d767f;
    color: #fff
}

.view-btn:hover {
    background-color: #d3d3e9;
    color: #6d767f
}

.module-title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #707070;
    padding-bottom: 8px
}

.module-title .mt-previous {
    font-weight: 300;
    margin-bottom: 0;
    padding-right: 6px
}

.module-title .mt-element {
    margin-bottom: 0
}

.module-title .divider {
    height: 28px;
    width: 2px;
    background: #366cc1;
    margin: 0 12px;
    display: inline-block
}

@media (max-width: 767px) {
    .module-title {
        flex-wrap: wrap
    }

    .module-title .mt-previous {
        flex: 0 0 100%
    }
}

.location-slider {
    padding-top: 30px;
    padding-bottom: 30px
}

.location-slider .location-item {
    padding-right: 15px
}

.location-slider .location-item .location-gallery .carousel .carousel-inner {
    width: 398px
}

.location-slider .location-item .location-gallery .carousel .carousel-inner .carousel-item {
    border-radius: 15px;
    width: 100%;
    height: 224px;
    margin-bottom: 15px
}

.location-slider .location-item .location-gallery .carousel .carousel-inner .location-bookmark {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
    cursor: pointer
}

.location-slider .location-item .location-gallery .carousel .carousel-inner .location-bookmark .far:hover,
.location-slider .location-item .location-gallery .carousel .carousel-inner .location-bookmark .fas {
    color: #cea416
}

.bookmark-icon {
    color: #69b7d6 !important;
}

.location-slider .location-item .location-name {
    font-size: 22px;
    color: #366cc1;
    font-weight: 500;
    width: 398px;
    text-decoration: none;
    display: block
}

.location-slider .location-item .location-name:hover {
    color: #cea416
}

.location-slider .location-item .location-data {
    font-size: 14px;
    width: 398px
}

.location-slider .location-item .location-data span {
    display: block
}

.location-slider .slick-arrow {
    top: 151px
}

.location-slider .slick-arrow:before {
    color: #606060
}

@media (max-width: 767px) {
    .location-slider .location-item .location-data, .location-slider .location-item .location-gallery .carousel .carousel-inner, .location-slider .location-item .location-name {
        width: 310px
    }
}

.link_up{
    position:absolute; top:-200px;
}

.slick-prev:before,
.slick-next:before {
    color:#366cc1;
}

.show-more {
    background: #f5f5fa;
    width: 100%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    margin-top: 50px
}

.show-more i {
    padding-left: 10px
}

.show-more:hover {
    background: #e4e4f2
}

.st-list dt {
    color: #366cc1;
    border-top: 1px solid #707070;
    padding-top: 8px
}

#position-map {
    height: 450px;
    margin-bottom: 30px
}

#btn-pm-itinerari {
    position: absolute;
    bottom: 50px;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.route-content .row:not(:last-child) {
    padding-bottom: 90px
}

.note-area {
    height: 450px;
    overflow: auto
}

.note-area:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .4) 0, #fff)
}

@media (max-width: 991px) {
    .note-area {
        padding-bottom: 50px
    }

    .note-area:after {
        bottom: 0
    }
}

#scheda_gallery {
    height: 377px
}

#scheda_gallery .carousel-item {
    height: 100%;
    width: 100%
}

#video_gallery {
    height: 377px
}

#video_gallery .carousel-item {
    height: 100%;
    width: 100%
}

@media (max-width: 1199px) {
    #scheda_gallery {
        height: 253px
    }

    #video_gallery {
        height: 253px
    }
}

@media (max-width: 991px) {
    #scheda_gallery {
        height: 377px
    }

    #video_gallery {
        height: 377px
    }
}

.film-slider {
    padding-top: 30px;
    padding-bottom: 30px
}

.film-slider .film-item {
    width: 280px;
    padding-right: 15px;
    margin-bottom: 30px
}

.film-slider .film-item .film-cover {
    width: 245px;
    height: 370px;
    border-radius: 15px;
    margin-bottom: 10px
}


.film-slider .film-item .film-title {
    color: #366cc1;
    font-weight: 500;
    display: block;
    text-decoration: none
}

.film-slider .film-item .film-title:hover {
    color: #cea416 !important
}

.film-item {
    width: 280px;
    padding-left: 15px;
    margin-bottom: 30px
}

.film-item .film-cover {
    width: 245px;
    height: 370px;
    border-radius: 15px;
    margin-bottom: 10px
}

.film-item .film-title {
    color: #366cc1;
    font-weight: 500;
    display: block;
    text-decoration: none
}

.film-item .film-title:hover {
    color: #cea416 !important
}

.partner-slider {
    padding-top: 30px;
    padding-bottom: 30px
}

.partner-slider .partner-item {
    width: 280px;
    padding-right: 15px;
    margin-bottom: 30px
}

.partner-slider .partner-item .partner-cover {
    width: 245px;
    height: 200px;
    border-radius: 15px;
    margin-bottom: 10px
}


.partner-slider .partner-item .partner-title {
    color: #366cc1;
    font-weight: 500;
    display: block;
    text-decoration: none
}

.partner-slider .partner-item .partner-title:hover {
    color: #cea416 !important
}

.partner-item {
    width: 280px;
    padding-left: 15px;
    margin-bottom: 30px
}

.partner-item .partner-cover {
    width: 245px;
    height: 370px;
    border-radius: 15px;
    margin-bottom: 10px
}

.partner-item .partner-title {
    color: #366cc1;
    font-weight: 500;
    display: block;
    text-decoration: none
}

.partner-item .partner-title:hover {
    color: #cea416 !important
}

.news-slider {
    padding-top: 30px;
    padding-bottom: 30px
}

.news-slider .news-item {
    padding-right: 15px;
    width: 398px
}

.news-slider .news-item .news-cover {
    border-radius: 15px;
    width: 100%;
    height: 224px;
    margin-bottom: 15px
}

.news-slider .news-item .news-date {
    font-size: 14px
}

.news-slider .news-item .news-title {
    color: #366cc1;
    font-weight: 500;
    display: block;
    text-decoration: none
}

.news-slider .news-item .news-title:hover {
    color: #cea416 !important
}

.news-slider .news-item .news-tags {
    padding-top: 15px;
    padding-bottom: 15px
}

.news-slider .news-item .news-tags a {
    display: inline;
    padding: 3px 9px;
    color: #cea416;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none
}

.pagination .page-item .page-link {
    border: none;
    border-radius: 15px;
    margin: 0 3px;
    text-decoration: none;
    color: #606060;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 12px 0 0;
    font-size: 20px;
    transition: all, .25s
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
    background: #366cc1;
    color: #fff
}

.pagination .page-item:first-child {
    margin-right: 30px
}

.pagination .page-item:last-child {
    margin-left: 30px
}

@media (max-width: 767px) {
    .pagination .page-item:first-child {
        margin-right: 0
    }

    .pagination .page-item:last-child {
        margin-left: 0
    }
}

.fsg-list dt {
    color: #366cc1
}

.fsg-list dd {
    padding-bottom: 10px
}

.fsg-list dd p {
    margin-bottom: 0;
}

#film-map {
    height: 760px
}

.location-scroller {
    height: 760px;
    overflow: auto;
    padding-top: 30px
}

.location-scroller .location-fsg-item {
    padding-right: 15px;
    margin-bottom: 30px
}

.location-scroller .location-fsg-item .location-gallery .carousel {
    margin-bottom: 0
}

.location-scroller .location-fsg-item .location-gallery .carousel .carousel-inner .carousel-item {
    border-radius: 15px;
    width: 100%;
    height: 180px;
    margin-bottom: 15px
}

.location-scroller .location-fsg-item .location-gallery .carousel .carousel-inner .location-bookmark {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
    cursor: pointer
}

.location-scroller .location-fsg-item .location-gallery .carousel .carousel-inner .location-bookmark .far:hover, .location-scroller .location-fsg-item .location-gallery .carousel .carousel-inner .location-bookmark .fas {
    color: #cea416
}

.location-scroller .location-fsg-item .location-name {
    font-size: 22px;
    color: #366cc1;
    font-weight: 500;
    text-decoration: none;
    display: block
}

.location-scroller .location-fsg-item .location-name:hover {
    color: #cea416
}

.location-scroller .location-fsg-item .location-data {
    font-size: 14px;
    width: 398px
}

.location-scroller .location-fsg-item .location-data span {
    display: block
}

@media (max-width: 1199px) {
    .location-scroller {
        height: auto
    }

    .location-scroller .location-fsg-item {
        display: inline-block;
        width: calc(100vw - 254px)
    }
}

@media (max-width: 991px) {
    .location-scroller .location-fsg-item {
        width: calc(100vw - 286px)
    }
}

@media (max-width: 650px) {
    .location-scroller .location-fsg-item {
        width: calc(100vw - 186px)
    }
}

@media (max-width: 540px) {
    .location-scroller .location-fsg-item {
        width: calc(100vw - 15px)
    }
}

#routes-map {
    height: 760px
}

.route-item {
    height: 320px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

.route-item, .route-item .route-text {
    width: 100%;
    display: block;
    transition: all, .25s
}

.route-item .route-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    padding: 15px 15px 30px;
    border-radius: 0 0 15px 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.route-item:hover .route-text {
    background: #366cc1;
    border-radius: 15px
}

.route-item:hover .route-text:after {
    content: "Scopri l'itinerario";
    display: block;
    color: #fff;
    font-style: italic;
    padding: 10px 0 0;
    text-transform: none;
    font-size: 14px
}

.map-bg, .map-bg .h1 {
    color: #fff !important
}

#inner-route-map {
    min-height: 460px;
    height: calc(100% - 38px)
}

@media (max-width: 767px) {
    #inner-route-map {
        min-height: 400px;
        height: 400px
    }
}

.film-item-single {
    max-width: 264px;
    margin: 15px auto
}

.film-item-single .film-cover {
    height: 375px;
    border-radius: 15px
}

.film-item-single .film-data {
    margin: 15px auto
}

.location-item-single {
    max-width: 398px;
    margin: 15px auto
}

.location-item-single .location-gallery .carousel .carousel-inner {
    width: 398px
}

.location-item-single .location-gallery .carousel .carousel-inner .carousel-item {
    border-radius: 15px;
    width: 100%;
    height: 224px;
    margin-bottom: 15px
}

.location-item-single .location-gallery .carousel .carousel-inner .location-bookmark {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
    cursor: pointer
}

.location-item-single .location-gallery .carousel .carousel-inner .location-bookmark .far:hover, .location-item-single .location-gallery .carousel .carousel-inner .location-bookmark .fas {
    color: #cea416
}

.location-item-single .location-name {
    font-size: 22px;
    color: #366cc1;
    font-weight: 500;
    width: 398px;
    text-decoration: none;
    display: block
}

.location-item-single .location-name:hover {
    color: #cea416
}

.location-item-single .location-data {
    font-size: 14px;
    width: 398px
}

.location-item-single .location-data span {
    display: block
}

.section-list {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin-bottom: 30px
}

.section-list a {
    color: #606060;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    font-weight: 500
}

.section-list a:hover {
    color: #366cc1
}

.text-container {
    height: 368px;
    overflow: auto
}

.text-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .4) 0, #fff)
}

@media (max-width: 767px) {
    .text-container {
        height: 210px;
        overflow: hidden
    }

    .text-container.show-all {
        height: auto
    }

    .text-container:after {
        bottom: 40px
    }
}

.bg-light .text-container:after {
    background: linear-gradient(180deg, rgba(245, 245, 250, .4) 0, #f5f5fa)
}

.show-text {
    display: none
}

/*EDITOR*/
figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}


/*
 Alignment using classes rather than inline styles
 check out the "formats" option
*/

img.align-left {
    float: left;
}

img.align-right {
    float: right;
}

/* Basic styles for Table of Contents plugin (toc) */
.mce-toc {
    border: 1px solid gray;
}

.mce-toc h2 {
    margin: 4px;
}

.mce-toc li {
    list-style-type: none;
}


/*
* Premium Plugins CSS
*/

/* The Checklist Plugin */

.tox-checklist > li:not(.tox-checklist--hidden) {
    list-style: none;
    margin: 0.25em 0;
    position: relative;
}
.tox-checklist > li:not(.tox-checklist--hidden)::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
    cursor: pointer;
    height: 1em;
    margin-left: -1.5em;
    margin-top: 0.125em;
    position: absolute;
    width: 1em;
}
.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}


/* The Page Embed plugin */

.tiny-pageembed--21by9,
.tiny-pageembed--16by9,
.tiny-pageembed--4by3,
.tiny-pageembed--1by1 {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.tiny-pageembed--21by9 {
    padding-top: 42.857143%;
}

.tiny-pageembed--16by9 {
    padding-top: 56.25%;
}

.tiny-pageembed--4by3 {
    padding-top: 75%;
}

.tiny-pageembed--1by1 {
    padding-top: 100%;
}

.tiny-pageembed--21by9 iframe,
.tiny-pageembed--16by9 iframe,
.tiny-pageembed--4by3 iframe,
.tiny-pageembed--1by1 iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* The Media Embed plugin */

.ephox-summary-card {
    border: 1px solid #AAA;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 10px;
    overflow: hidden;
    margin-bottom: 1em;
}

.ephox-summary-card a {
    text-decoration: none;
    color: inherit;
}

.ephox-summary-card a:visited {
    color: inherit;
}

.ephox-summary-card-title {
    font-size: 1.2em;
    display: block;
}

.ephox-summary-card-author {
    color: #999;
    display: block;
    margin-top: 0.5em;
}

.ephox-summary-card-website {
    color: #999;
    display: block;
    margin-top: 0.5em;
}

.ephox-summary-card-thumbnail {
    max-width: 180px;
    max-height: 180px;
    margin-left: 2em;
    float: right;
}

.ephox-summary-card-description {
    margin-top: 0.5em;
    display: block;
}

@media (max-width: 767px) {
    .show-text {
        margin-top: 40px;
        display: block
    }
}

.pagination.routes .page-item .page-link {
    color: #366cc1;
    width: auto;
    height: auto;
    text-align: left;
    padding: 12px 20px;
    font-size: 20px;
    transition: all, .25s
}

.pagination.routes .page-item .page-link small {
    font-size: 13px;
    display: block
}

.pagination.routes .page-item.active .page-link, .pagination.routes .page-item:hover .page-link {
    background: #366cc1;
    color: #fff
}

.pagination.routes .page-item:first-child {
    margin-right: 0
}

.pagination.routes .page-item:last-child {
    margin-left: 0
}

.breadcrumb.news {
    background: transparent;
    padding-left: 0
}

.breadcrumb.news .breadcrumb-item a {
    color: #366cc1;
    text-decoration: none
}

.breadcrumb.news .breadcrumb-item:before {
    color: #366cc1;
    font-weight: 400
}

.breadcrumb.news .breadcrumb-item.active {
    color: #366cc1;
    font-weight: 900
}

.breadcrumb.news .breadcrumb-item.active:before {
    color: #366cc1;
    font-weight: 400
}

.news-item {
    margin-bottom: 60px
}

.news-item .news-cover {
    border-radius: 15px;
    width: 100%;
    height: 185px;
    margin-bottom: 15px
}

.news-item .news-date {
    font-size: 14px
}

.news-item .news-title {
    color: #366cc1;
    font-weight: 500;
    display: block;
    text-decoration: none
}

.news-item .news-title:hover {
    color: #cea416 !important
}

.news-item .news-tags {
    padding-top: 15px;
    padding-bottom: 15px
}

.news-item .news-tags a {
    display: inline;
    padding: 3px 9px;
    color: #cea416;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none
}

.news-item.main-news .news-cover {
    height: 420px
}

@media (max-width: 991px) {
    .news-item.main-news .news-cover {
        height: 265px
    }
}

@media (max-width: 767px) {
    .news-item.main-news .news-cover {
        height: 185px
    }
}

.news-page .news-date {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 30px
}

.news-page .news-title {
    color: #366cc1;
    font-weight: 500
}

.news-page .news-tags {
    padding-top: 15px;
    padding-bottom: 15px
}

.news-page .news-tags a {
    display: inline;
    padding: 3px 9px;
    color: #cea416;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none
}

.news-bookmark {
    height: 60px;
    text-align: center;
    cursor: pointer;
    margin-right: 70px;
    color: #366cc1;
    margin-top: 15px
}

.news-bookmark, .news-bookmark i {
    display: inline-block
}

.news-bookmark .far:hover, .news-bookmark .fas {
    color: #cea416
}

.news-share {
    height: 60px;
    text-align: center;
    cursor: pointer;
    margin-top: 15px
}

.news-share, .news-share i {
    display: inline-block;
    color: #366cc1
}

.news-share i:hover {
    color: #cea416
}

.news-admin {
    height: 60px;
    text-align: center;
    cursor: pointer;
    margin-left: 70px;
    color: #366cc1;
    margin-top: 15px
}

.news-admin, .news-admin i {
    display: inline-block;
    color: #366cc1
}

.news-admin i:hover {
    color: #cea416;
}

.comment {
    border-top: 1px solid #707070;
    padding-top: 15px;
    padding-bottom: 15px
}

.comment .comment-profile {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #afafaf;
    margin-bottom: 15px;
    align-items: center;
    margin-right: 15px
}

.comment .comment-user {
    color: #366cc1;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 5px
}

.comment .comment-user .comment-date {
    color: #606060;
    font-size: 14px;
    padding-left: 15px
}

@media (max-width: 767px) {
    .comment .comment-profile {
        width: 60px;
        height: 60px;
        align-items: flex-start;
        margin-right: 15px
    }

    .comment .comment-user {
        font-size: 20px;
        margin-bottom: 15px
    }

    .comment .comment-user .comment-date {
        display: block;
        padding-left: 0;
        font-size: 12px
    }
}

#italy-map path {
    fill: #ddd;
    stroke: #fff;
    stroke-width: 2px;
    cursor: pointer
}

#italy-map path:hover {
    fill: #afafaf
}

#italy-map path.active {
    fill: #366cc1
}

#italy-map path.active:hover {
    fill: #2b5699
}

.area-container {
    background: #f5f5fa;
    padding: 60px 0;
    border-radius: 0 0 15px 15px
}

.userpage-profile {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #afafaf;
    align-items: center;
    margin: 5px auto 0
}

.userpage-profile .fake-btn {
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    padding: 46px 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .35);
    z-index: 1;
    transition: all, .25s
}

.userpage-profile .fake-btn i {
    color: #fff
}

.userpage-profile .fake-btn input {
    display: none
}

.userpage-profile.loaded .fake-btn {
    opacity: 0
}

.userpage-profile.loaded:hover .fake-btn {
    opacity: 1
}

.module-title i {
    padding-left: 15px
}

.module-title.collapsed i {
    transform: rotate(180deg);
    padding-right: 15px
}

.routes-slider {
    padding-top: 30px;
    padding-bottom: 30px
}

.routes-slider .route-item {
    margin-right: 15px;
    width: 398px
}

footer .top-footer {
    background-color: #606060;
    color: #fff;
    padding: 50px 0;
    font-size: 12px
}

footer .top-footer .border-col {
    border-right: 1px solid #fff
}

footer .top-footer .footer-link a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

footer .top-footer .footer-link a:hover {
    color: #cea416
}

footer .top-footer .social-icons {
    text-transform: uppercase
}

footer .top-footer .social-icons a {
    display: inline-block;
    margin: 0 0 10px auto
}

footer .top-footer .social-icons a.social {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 3px 0;
    text-align: center;
    color: #606060;
    font-size: 16px
}

footer .top-footer .social-icons a.social:hover {
    background: #366cc1;
    border-color: #366cc1;
    color: #fff
}

footer .top-footer .social-icons a.app {
    color: #fff;
    font-size: 25px;
    padding: 8px
}

footer .top-footer .social-icons a.app:hover {
    color: #cea416
}

footer .btm-footer {
    padding-top: 30px;
    padding-bottom: 30px
}

footer .btm-footer a img {
    display: inline;
    padding-right: 60px;
    max-height: 44px
}

footer .btm-footer a:last-child {
    padding-right: 0
}

@media (max-width: 991px) {
    footer .top-footer .border-col {
        border-right: none
    }

    footer .top-footer .footer-link {
        padding-top: 30px;
        padding-bottom: 30px
    }

    footer .top-footer .social-icons {
        padding-top: 30px
    }

    footer .btm-footer {
        padding-top: 30px;
        padding-bottom: 30px
    }

    footer .btm-footer img {
        padding-right: 30px
    }

    footer .btm-footer img:last-child {
        padding-right: 0
    }
}

@media (max-width: 767px) {
    footer .top-footer .border-col {
        border-right: none;
        padding-bottom: 30px
    }

    footer .top-footer .footer-link {
        padding-top: 0;
        padding-bottom: 0
    }

    footer .top-footer .social-icons {
        padding-top: 30px
    }

    footer .btm-footer img {
        padding-right: 15px;
        max-width: 80px
    }

    footer .btm-footer img:last-child {
        padding-right: 0
    }
}

.modal .modal-dialog .modal-content {
    border-radius: 15px
}

.modal .modal-dialog .modal-content, .modal .modal-dialog .modal-content .modal-header {
    background-color: transparent;
    border: none
}

.modal .modal-dialog .modal-content .modal-header .close {
    color: #fff;
    text-shadow: 0 1px 0 #606060;
    opacity: 1
}

.modal .modal-dialog .modal-content .modal-body {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 15px
}

.modal .modal-dialog .modal-content .modal-body label {
    color: #366cc1;
    font-weight: 500
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-content .modal-body {
        background-color: #f5f5fa
    }
}

@media print {
    .breadcrumb, .no-print, button, footer, form, header {
        display: none
    }

    body {
        padding-top: 0
    }

    .hero-section {
        background: none !important;
        height: auto !important;
        display: block
    }

    .hero-section .container {
        display: block !important
    }

    .hero-section .container .row .col-md {
        width: 100%;
        display: block !important
    }

    .hero-titles h1 {
        color: #606060 !important
    }

    .hero-actions, .hero-titles .btn {
        display: none
    }

    h1, h2, h3 {
        color: #606060 !important
    }

    .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-7 {
        max-width: 100% !important;
        flex: 1
    }

    .offset-md-1, .offset-md-2 {
        margin-left: 0
    }

    .text-container {
        height: auto !important
    }

    .show-text {
        display: none
    }

}

/*# sourceMappingURL=style.css.map */

.requisiti-container p {
    display: inline;
}

.descrizione-container span {
    font-size: 16px !important;
}
