/*Colori*/


/*
super-header - link: #297A38 - fondo #fff
testo default: #333
link hover - hover icona social: #035011 - fondo #fff
link active - active icona social:#03440E - fondo #fff
(invertiti per btn-primary)
link header-top: #666 - fondo #fff
link header-top hover: #666 - fondo #eee (default bootstrap nav)

fondo contattaci mobile:#fff - testo #000

fondo menu a tendina: #F0F0F0 - testo #000
bordi grigi - separatore menu: #ccc

fondo blu cerca e footer: #00264d - testo #fff
fondo controlli form cerca #eee testo #000

fondo azzurro dettaglio: #cdf1ff

fondo notizie fuxia #a30055
fondo notizie verde #00766e
fondo notizie blu #003056
fondo notizie celeste #00569c

sondaggio: #004D99 fondo: #d1e7ff biordo: #0066cc

Bando progress aperto: fondo: #9edea9 progress: #0D8630 
Bando progress chiuso: fondo: #de9e9e progress: #E60405

icona youtube:#CC1A26
icona twitter:#41A6DE
icona facebook#2C66A5
*/


/*bootstrap theme*/

body,
.calendar-content .item-date,
.section-header .header-info,
.section-newsletter-archivio-item .header-data,
.section .section-header .header-subtitle {
    font-family: 'Titillium Web', 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sidebar-menu,
.breadcrumbs,
.footer,
.slide-title,
.btn,
.navbar,
.item-date,
.header-texts,
.tweet-links,
.section .section-header,
.videoplayer-tutti-video,
.section-content .content-date .date-box,
.media-heading,
.date-dettaglio-col .heading-04,
.section-content .content-date .date-dettaglio .addtocal .item-link,
.calendar-date-box,
.pagination,
.section-content .heading-03,
.heading-13,
.heading-18,
.cerca-risultato .item-type,
.section-mappa-sito {
    font-family: 'Titillium Web', 'Lato', sans-serif;
}


/*h1, h2, h3, h4, h5, h6{text-transform:uppercase;}*/

#content:focus {
    outline: none;
}


/*.dropdown-toggle:focus{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}*/

.dropdown-toggle:focus {
    outline: none;
}


/*Inizio Modifica RL_04*/

@media screen {
    .row-6px-gutter {
        margin-left: -3px;
        margin-right: -3px;
    }
    .col-6px-gutter {
        padding-left: 3px;
        padding-right: 3px;
    }
    .row-15px-gutter {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .col-15px-gutter {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}


/*END Modifica RL_04*/

@media screen and (min-width:768px) {
    /*Modifica RL_04*/
    .row-table-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row-table-wrapper-6px-gutter {
        margin-left: -6px;
        margin-right: -6px;
    }
    .row-table-wrapper-15px-gutter {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .row-table {
        display: table;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .row-table-15px-gutter {
        border-spacing: 15px;
        margin-bottom: -15px;
    }
    .row-table-15px-gutter:first-child {
        margin-top: -15px;
    }
    .row-table:before,
    .row-table:after,
    .row-table-sm-to-up:before,
    .row-table-sm-to-up:after {
        content: none;
    }
    .col-table-cell {
        display: table-cell;
        float: none;
    }
    .col-table-cell-15px-gutter {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    /*.container {width: 720px;}*/
}

@media screen and (min-width: 992px) {
    /*Modifica RL_04*/
    .row-table-wrapper-sm-to-up {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row-table-sm-to-up {
        display: table;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .row-table-sm-to-up-15px-gutter {
        border-spacing: 10px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    /*.row-table-sm-to-up-15px-gutter:first-child{ margin-top:-15px;}*/
    .col-table-cell-sm-to-up {
        display: table-cell;
        float: none;
    }
    .container {
        width: 940px;
    }
}

@media screen and (min-width: 1200px) {
    /*Modifica RL_04*/
    .container {
        width: 1140px;
    }
}

.collapse.width {
    height: auto;
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}

.collapsing.width {
    height: auto;
    width: 0;
    -webkit-transition-property: width, visibility;
    -o-transition-property: width, visibility;
    transition-property: width, visibility;
}

.label-bando {
    font-size: 17px;
    border-radius: 0;
    padding: 0 15px;
}

.label-bando-aperto {
    background-color: #0D8630;
}

.label-bando-chiuso {
    background-color: #E60405;
}


/*FORM*/

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    width: 19px;
    height: 19px;
    margin-left: -32px;
    margin-top: 2px;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
}


/*Modifica CAP_56 SCDRL-944*/

.checkbox label,
.radio label,
.checkbox-inline,
.radio-inline {
    padding-left: 32px;
}

.checkbox input[type="checkbox"]:before,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:before,
.checkbox-inline input[type="checkbox"]:after {
    border-radius: 1px;
}

.radio input[type="radio"]:before,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:before,
.radio-inline input[type="radio"]:after {
    border-radius: 100%;
}


/*Inizio Modifica CAP_56 SCDRL-944*/

.checkbox input[type="checkbox"]:before,
.checkbox-inline input[type="checkbox"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
    position: relative;
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #808080;
    content: "";
    background-color: #FFF;
    cursor: pointer;
}

.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after,
.radio-inline input[type="radio"]:after,
.radio input[type="radio"]:after {
    position: relative;
    display: block;
    left: 1px;
    top: -18px;
    width: 17px;
    height: 17px;
    border: 6px solid transparent;
    background-color: #fff;
    content: "";
}


/*END Modifica CAP_56 SCDRL-944*/

.checkbox input[type="checkbox"]:disabled:before,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:before,
.checkbox-inline input[type="checkbox"]:disabled:after,
.radio input[type="radio"]:disabled:before,
.radio input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:before,
.radio-inline input[type="radio"]:disabled:after {
    opacity: 0.4;
}

.checkbox input[type="checkbox"]:not(:disabled):hover:before,
.checkbox-inline input[type="checkbox"]:not(:disabled):hover:before,
.radio input[type="radio"]:not(:disabled):hover:before,
.radio-inline input[type="radio"]:not(:disabled):hover:before {
    border-color: #333;
}


/*Form - progress*/

.glyphicon-spin {
    -webkit-animation: glyphicon-spin 600ms infinite linear;
    animation: glyphicon-spin 600ms infinite linear;
}

@-webkit-keyframes glyphicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.btn .glyphicon-spin {
    margin-right: 5px;
    font-size: 18px;
}

#nprogress .bar {
    z-index: 915;
    height: 20px;
    background-color: #5cb85c;
}


/*Modifica CAP_60*/

#nprogress .peg {
    box-shadow: 0 0 10px #5cb85c, 0 0 5px #5cb85c;
}

#nprogress .spinner {
    z-index: 915;
    top: 30px;
    right: 30px;
    display: none;
}


/*Modifica SCDRL-977 e CAP_60*/

#nprogress .spinner-icon {
    border-top-color: #5cb85c;
    border-left-color: #5cb85c;
    width: 50px;
    height: 50px;
}


/*END Form*/


/* Paginazione*/

.pagination {
    margin: 30px 0 15px 0;
    border-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
    border: 0;
    color: #333;
    font-size: 16px;
    padding: 0px 5px;
    margin: 0 5px;
}


/*Modifica per CAP_46*/

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination .icons-chevron {
    font-size: 14px;
}

.pagination .chevron {
    display: inline-block;
    line-height: 22px;
}


/*Modifica SCDRL-794*/

.pagination .chevron+.chevron {
    margin-left: -7px;
}


/*END Paginazione*/


/*.btn-group-justified solo per versioni superiori a mobile*/

@media (min-width:768px) {
    .btn-group-justified-sm {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
    }
    .btn-group-justified-sm>.btn,
    .btn-group-justified-sm>.btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }
    .btn-group-justified-sm>.btn-group .btn {
        width: 100%;
    }
    .btn-group-justified-sm>.btn-group .dropdown-menu {
        left: auto;
    }
}


/*END .btn-group-justified*/


/*collapse solo per mobile*/

@media (min-width:768px) {
    .collapse-xs {
        display: block!important;
        height: auto!important;
    }
}


/*END collapse per mobile*/

.img-fill {
    width: 100%;
    height: auto;
}

.img-floated {
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .img-floated {
        margin-bottom: 5px;
    }
    .img-floated.pull-right {
        padding-right: 0;
    }
    .img-floated.pull-left {
        padding-left: 0;
    }
}

@media (max-width:767px) {
    .img-fill-xs {
        width: 100%;
        height: auto;
    }
    .img-fill-xs.img-floated {
        padding-left: 0;
        padding-right: 0;
    }
    .sr-only-xs {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    .media-xs,
    .media-body-xs {
        overflow: hidden;
        zoom: 1;
    }
    .media-left-xs {
        padding-right: 10px;
    }
    .media-left-xs,
    .media-body-xs {
        display: table-cell;
        vertical-align: top;
    }
    .media-object-xs {
        display: block;
        width: 135px;
        max-width: none;
    }
    .media-body-xs {
        width: 10000px;
    }
}

@media (max-width:991px) {
    .media-sm,
    .media-body-sm {
        overflow: hidden;
        zoom: 1;
    }
    .media-left-sm {
        padding-right: 10px;
    }
    .media-left-sm,
    .media-body-sm {
        display: table-cell;
        vertical-align: top;
    }
    .media-object-sm {
        display: block;
        width: 135px;
        max-width: none;
    }
    .media-body-sm {
        width: 10000px;
    }

    a.header-title {
        white-space: break-spaces;
    }

}

.arrow {
    width: 0;
    height: 0;
    position: absolute;
}

.arrow:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
}

.arrow-wrapper {
    position: relative;
    overflow: hidden;
}


/*Modifica MEV Dettaglio sede UTR*/

.arrow-bottom,
.arrow-bottom:before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #000;
    bottom: 0;
    left: 5px;
}

.arrow-bottom:before {
    border-bottom-color: #fff;
    bottom: -10px;
    left: -10px;
}

.sections-zebra .component-control:nth-child(2n) .section .arrow-bottom:before,
.sections-inverted-zebra .component-control:nth-child(2n+1) .section .arrow-bottom:before {
    border-bottom-color: #eee;
}

@media (max-width: 767px) {
    .sections-xs-zebra .component-control:nth-child(2n+1) .section .arrow-bottom:before,
    .sections-xs-inverted-zebra .component-control:nth-child(2n) .section .arrow-bottom:before {
        border-bottom-color: #fff;
    }
    .sections-xs-zebra .component-control:nth-child(2n) .section .arrow-bottom:before,
    .sections-xs-inverted-zebra .component-control:nth-child(2n+1) .section .arrow-bottom:before {
        border-bottom-color: #eee;
    }
    .arrow-bottom-xs,
    .arrow-bottom-xs:before {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #000;
        bottom: 0;
        left: 5px;
    }
    .arrow-bottom-xs:before {
        border-bottom-color: #fff;
        bottom: -10px;
        left: -10px;
    }
}

@media (max-width: 991px) {
    .arrow-right-sm-to-down,
    .arrow-right-sm-to-down:before {
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-right: 10px solid #000;
        top: 5px;
        right: 0;
    }
    .arrow-right-sm-to-down:before {
        border-right-color: #fff;
        top: -10px;
        right: -10px;
    }
    .sections-zebra .component-control:nth-child(2n) .section .arrow-right-sm-to-down:before,
    .sections-inverted-zebra .component-control:nth-child(2n+1) .section .arrow-right-sm-to-down:before {
        border-right-color: #eee;
    }
    .arrow-bottom-sm-to-down,
    .arrow-bottom-sm-to-down:before {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #000;
        bottom: 0;
        left: 5px;
    }
    .arrow-bottom-sm-to-down:before {
        border-bottom-color: #fff;
        bottom: -10px;
        left: -10px;
    }
    .sections-zebra .component-control:nth-child(2n) .section .arrow-bottom-sm-to-down:before,
    .sections-inverted-zebra .component-control:nth-child(2n+1) .section .arrow-bottom-sm-to-down:before {
        border-bottom-color: #eee;
    }
}

@media (max-width: 767px) {
    .sections-xs-zebra .component-control:nth-child(2n+1) .section .arrow-right-sm-to-down:before,
    .sections-xs-inverted-zebra .component-control:nth-child(2n) .section .arrow-right-sm-to-down:before {
        border-right-color: #fff;
    }
    .sections-xs-zebra .component-control:nth-child(2n) .section .arrow-right-sm-to-down:before,
    .sections-xs-inverted-zebra .component-control:nth-child(2n+1) .section .arrow-right-sm-to-down:before {
        border-right-color: #eee;
    }
    .sections-xs-zebra .component-control:nth-child(2n+1) .section .arrow-bottom-sm-to-down:before,
    .sections-xs-inverted-zebra .component-control:nth-child(2n) .section .arrow-bottom-sm-to-down:before {
        border-bottom-color: #fff;
    }
    .sections-xs-zebra .component-control:nth-child(2n) .section .arrow-bottom-sm-to-down:before,
    .sections-xs-inverted-zebra .component-control:nth-child(2n+1) .section .arrow-bottom-sm-to-down:before {
        border-bottom-color: #eee;
    }
}

@media (min-width: 992px) {
    .arrow-bottom-sm-to-up,
    .arrow-bottom-sm-to-up:before {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #000;
        bottom: 0;
        left: 5px;
    }
    .arrow-bottom-sm-to-up:before {
        border-bottom-color: #fff;
        bottom: -10px;
        left: -10px;
    }
    .sections-zebra .component-control:nth-child(2n) .section .arrow-bottom-sm-to-up:before,
    .sections-inverted-zebra .component-control:nth-child(2n+1) .section .arrow-bottom-sm-to-up:before {
        border-bottom-color: #eee;
    }
    .arrow-right-sm-to-up,
    .arrow-right-sm-to-up:before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #000;
        top: 50px;
        right: 0;
    }
    .arrow-right-sm-to-up:before {
        border-right-color: #fff;
        top: -10px;
        right: -10px;
    }
    .sections-zebra .component-control:nth-child(2n) .section .arrow-right-sm-to-up:before,
    .sections-inverted-zebra .component-control:nth-child(2n+1) .section .arrow-right-sm-to-up:before {
        border-right-color: #eee;
    }
    .arrow-right-sm-to-up-preview {
        top: 20px;
    }
    .arrow-right50-sm-to-up {
        top: 50%;
        margin-top: -10px;
    }
}

@media (min-width: 768px) {
    .arrow-left-top-xs-to-up,
    .arrow-left-top-xs-to-up:before {
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-left: 10px solid #000;
        top: 13px;
        left: 0;
    }
    .arrow-left-top-xs-to-up:before {
        border-left-color: #fff;
        top: -10px;
        left: -10px;
    }
    .sections-zebra .component-control:nth-child(2n) .section .arrow-left-top-xs-to-up:before,
    .sections-inverted-zebra .component-control:nth-child(2n+1) .section .arrow-left-top-xs-to-up:before {
        border-left-color: #eee;
    }
}

.heading-01 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.heading-02 {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2em;
}

.heading-03 {
    font-size: 20px;
    /*font-weight:700;*/
    font-weight: 600;
    margin: 0;
    line-height: 1.2em;
    /*text-transform:uppercase;*/
}

.heading-04 {
    font-size: 17px;
    font-weight: 900;
    margin: 0;
    line-height: 1.2em;
}

.heading-05 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    line-height: 1.2em;
}

.heading-06 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 1.05em;
}

.heading-07 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.heading-08 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.heading-09 {
    font-size: 20px;
    /*font-weight:700;*/
    font-weight: 600;
    margin: 0;
    line-height: 1.2em;
}

.heading-10 {
    /*font-size: 18px;*/
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2em;
}

.heading-11 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2em;
}

.heading-12 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 30px;
    line-height: 1.4em;
    text-transform: none;
}


/*Modifica IT*/

.heading-13 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4em;
    /*text-transform:uppercase;*/
}

.heading-14 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    line-height: 1em;
}

.heading-15 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    line-height: 1.2em;
}


/*.heading-18{text-transform:uppercase;}*/

.text-01 {
    font-size: 18px;
    line-height: 1.5em;
}

.text-02 {
    font-size: 18px;
    line-height: 1.3em;
}

.text-03 {
    font-size: 17px;
    line-height: 1.4em;
}

.text-04 {
    font-size: 20px;
    line-height: 1.4em;
}

.text-05 {
    font-size: 18px;
    line-height: 1em;
}

.text-06 {
    font-size: 16px;
    line-height: 1em;
}

.text-07 {
    font-size: 24px;
    line-height: 1em;
}

.text-08 {
    font-size: 15px;
    line-height: 1.5em;
}

@media (min-width: 768px) {
    .heading-06 {
        font-size: 32px;
    }
    .text-05 {
        font-size: 17px;
    }
    /*.heading-12{font-size:18px;}*/
    .text-02 {
        line-height: 1.5em;
    }
}

@media (min-width: 992px) {
    .text-03 {
        font-size: 20px;
        line-height: 1.7em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-04 {
        font-size: 16px;
    }
    .heading-07 {
        font-size: 14px;
        font-weight: 600;
    }
    .heading-08 {
        font-size: 18px;
    }
    .heading-09 {
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-04 {
        font-size: 18px;
    }
    .heading-07 {
        font-size: 20px;
    }
    .heading-08 {
        font-size: 24px;
    }
    .heading-09 {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .heading-07 {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dl-horizontal dt {
        float: left;
        clear: left;
    }
}

.dl-align-left dt {
    text-align: left;
}

@media (min-width: 768px) {
    .dl-view-all dt {
        text-overflow: clip;
        white-space: normal;
        overflow: visible;
    }
    .dl-view-all dt,
    .dl-view-all dd {
        line-height: 1em;
    }
    .dl-view-all dd {
        padding-bottom: 0.428571em
    }
    .dl-view-all .dd-quad-space {
        padding-bottom: 1.714284em
    }
}

@media (min-width: 768px) {
    a .item-img-hover-opacity,
    .item-row .item-img-hover-opacity,
    .section-wide-preview .sub-section .item-img-hover-opacity {
        opacity: 1;
        -webkit-transition: opacity 300ms ease-in-out;
        -moz-transition: opacity 300ms ease-in-out;
        -o-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
    }
    a:hover .item-img-hover-opacity,
    .item-row:hover .item-img-hover-opacity,
    .section-wide-preview .sub-section:hover .item-img-hover-opacity {
        opacity: 0.7;
    }
}

.embed-responsive-3by2 {
    padding-bottom: 66.666666%;
}

.embed-responsive-5by1 {
    padding-bottom: 20%;
}

.panel-body .embed-responsive {
    margin-bottom: 10px;
}


/*Modifica CAP_37*/

.form-control,
.btn {
    border-radius: 0;
}


/*.btn{text-transform:uppercase;}*/

.btn-lg {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
}

.btn-lg2 {
    font-size: 20px;
    font-weight: 700;
    padding: 6px 15px;
}

.btn-lg2 .glyphicon-spin {
    -webkit-transform-origin: 52% 50%;
    transform-origin: 52% 50%;
    -ms-transform-origin: 52% 50%;
}

.btn-primary {
    border-radius: 200px;
}

.btn-primary-sondaggio {
    color: #fff;
    background-color: #004d99;
    border-color: #004d99;
}

.btn-primary-sondaggio:hover,
.btn-primary-sondaggio:focus {
    color: #fff;
    background-color: #074486;
    border-color: #074486;
}

.btn-primary-sondaggio.active.focus,
.btn-primary-sondaggio.active:focus,
.btn-primary-sondaggio.active:hover,
.btn-primary-sondaggio:active.focus,
.btn-primary-sondaggio:active:focus,
.btn-primary-sondaggio:active:hover {
    background-color: #033874;
    border-color: #033874;
}

.btn-xl {
    font-size: 24px;
    padding: 6px 10px 10px;
    font-weight: 700;
    min-width: 190px;
}

.btn-submit-form {
    min-width: 110px;
}

.btn-submit-form-wide {
    min-width: 170px;
}

.btn-reset {
    background-color: #fff;
    color: #333;
    border-color: #ccc;
}

.btn-reset:hover,
.btn-reset:focus {
    background-color: #eee;
    border-color: #bbb;
}

.btn-reset.active.focus,
.btn-reset.active:focus,
.btn-reset.active:hover,
.btn-reset:active.focus,
.btn-reset:active:focus,
.btn-reset:active:hover {
    background-color: #ddd;
    border-color: #aaa;
}

.btn-reset-icon {
    font-size: 0.7em;
    padding-left: 0.6em;
}

.btn-feed {
    width: 100%;
    white-space: normal;
}

.btn-newsletter {
    padding-left: 20px;
    padding-right: 20px;
}

.btn-newsletter-archivio {
    width: 100%;
    text-align: center;
    white-space: normal;
}

@media (min-width:768px) {
    .btn-feed,
    .btn-newsletter-archivio {
        min-width: 360px;
        width: auto;
    }
    .btn-newsletter {
        min-width: 170px;
    }
}

.nl-separator {
    margin-bottom: 15px;
}

.nl-separator-big {
    margin-bottom: 40px;
}

.btn-contatti {
    font-size: 18px;
    font-weight: 600;
    padding: 11px 10px;
    text-align: left;
    line-height: 1.1em;
}

.btn-contatti .btn-icon {
    font-size: 30px;
    margin: -5px 15px 0 0;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}

@media (min-width:768px) and (max-width:991px) {
    .btn-contatti {
        font-size: 14px;
        white-space: normal;
    }
    .btn-contatti .btn-icon {
        font-size: 20px;
        line-height: 14px;
    }
}

.btn-numerotelefono {
    font-size: 28px;
    font-weight: 700;
    padding: 5px 3px;
    text-align: left;
    line-height: 1;
    color: #333;
}

.btn-numerotelefono:focus,
.btn-numerotelefono:hover {
    color: #000;
}

.btn-numerotelefono:active {
    box-shadow: none;
}

.btn-numerotelefono .btn-icon {
    font-size: 44px;
    margin: -5px 10px 0 0;
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
}

.btn-numeroverde {
    color: #297a38;
}

.btn-numeroverde:focus,
.btn-numeroverde:hover {
    color: #035011;
}

.btn-numeroverde:active {
    color: #03440E;
}

@media (min-width:992px) and (max-width:1199px) {
    .btn-numerotelefono {
        font-size: 24px;
        padding: 8px 3px;
    }
    .btn-numerotelefono .btn-icon {
        font-size: 40px;
        line-height: 24px;
    }
}


/*Inizio Modifica per RL_04*/

.btn-print {
    font-size: 16px;
    line-height: 30px;
}

.btn-print .print-icon {
    font-size: 30px;
    margin-left: 15px;
    vertical-align: middle;
}

.btn-print,
.btn-print:active:focus,
.btn-print:active:hover {
    color: #333;
}

.btn-print:hover,
.btn-print:focus {
    background-color: #f0f0f0;
}

@media (min-width:768px) {
    .btn-print {
        margin-top: -11px;
        margin-bottom: -11px;
    }
}


/*END  Modifica per RL_04*/


/*main border*/

html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
    /* padding-top:140px;*/
}

@media (min-width:992px) {
    body,
    html {
        overflow-x: hidden;
    }
    body {
        padding-top: 0;
    }
}


/*navbar*/

.navbar {
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
    -webkit-transform: scale3d(1, 1, 1);
    /*position: fixed;*/
    right: 0;
    left: 0;
    top: 0;
    z-index: 900;
}

.dropdown-menu {
    z-index: 850;
}


/*Super header*/

.navbar-superheader {
    background-color: #297A38;
    min-height: 20px;
    z-index: 910;
}

.superheader-lombardia .navbar-superheader {
    min-height: 45px;
}

.navbar-superheader,
.navbar-superheader a {
    color: #fff;
}

.navbar-superheader .nav>li>a:hover,
.navbar-superheader .nav>li>a:focus,
.navbar-superheader .nav>li>a:active:focus,
.navbar-superheader .nav>li>a:active:hover {
    background-color: transparent;
}

.navbar-superheader a:hover,
.navbar-superheader a:focus,
.navbar-superheader a:active:focus,
.navbar-superheader a:active:hover {
    text-decoration: underline;
    color: #fff;
}

.navbar-superheader .navbar-toggle .navbar-superheader-caret-up {
    display: inline-block;
}

.navbar-superheader .navbar-toggle .navbar-superheader-caret-down {
    display: none;
}

.navbar-superheader .navbar-toggle.collapsed .navbar-superheader-caret-up {
    display: none;
}

.navbar-superheader .navbar-toggle.collapsed .navbar-superheader-caret-down {
    display: inline-block;
}

@media (max-width: 991px) {
    .navbar-superheader .navbar-header:before,
    .navbar-superheader .navbar-header:after {
        content: none;
    }
    .navbar-superheader .navbar-header-table {
        display: table;
        width: 70%;
    }
    .navbar-superheader-title,
    .navbar-superheader-toggle {
        display: table-cell;
        vertical-align: middle;
        height: 45px;
        float: none;
    }
    .navbar-superheader-toggle:focus {
        background-color: #236830;
    }
    .navbar-superheader-title {
        text-align: left;
        padding: 2px 15px;
    }
    .navbar-superheader-toggle {
        cursor: pointer;
        width: 66px;
        text-align: center;
        border: none;
        margin: 0;
        padding: 0;
        border-radius: 0;
        font-size: 18px;
        line-height: 13px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .navbar-superheader {
        font-size: 14px;
        line-height: 21px;
        min-height: 20px;
    }
    .navbar-superheader .navbar-nav>li>a,
    .navbar-superheader .navbar-superheader-title {
        display: block;
        padding: 7px 10px 7px 0;
    }
    .navbar-superheader .navbar-nav>li>a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        height: 14px;
        margin-top: -1px;
        width: 1px;
        background-color: #fff;
    }
    .navbar-superheader .navbar-nav>li>a:hover {
        text-decoration: underline;
    }
    .navbar-superheader.affix-header {
        position: absolute;
    }
}


/*men� principale*/

.navbar-principale {
    border-bottom-color: #ccc;
    /*background-color:#fff;*/
    /*top:20px;*/
    z-index: 900;
}

.superheader-lombardia .navbar-principale {
    /*top:45px;*/
    top: 0;
}

.lite-theme .navbar-principale .navbar {
    border-bottom-color: transparent;
}

.navbar-principale .navbar-brand {
    height: 70px;
}

@media (max-width:374px) {
    .navbar-brand>img {
        max-height: 50px;
        height: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width:375px) and (max-width:991px) {
    .navbar-brand>img {
        max-height: 70px;
        height: 100%;
    }
}

@media (max-width:991px) {
    .navbar-brand:focus {
        outline: 0;
    }
    .navbar-brand:focus img {
        -webkit-box-shadow: 0 0 1px 1px #297A38;
        box-shadow: 0 0 1px 1px #297A38;
    }
    .navbar-brand>img {
        width: auto;
        display: inline-block;
    }
    .navbar-brand {
        padding: 0 0 0 10px;
    }
    .navbar-superheader.affix-header,
    .navbar-was-affixed .navbar-superheader {
        position: absolute;
    }
    .navbar-top.container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-top.container .row-table {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-main-row>.container {
        width: 100%;
    }
}

@media (min-width:992px) {
    .navbar-principale {
        background-color: #fff;
    }
    .navbar-principale,
    .superheader-lombardia .navbar-principale {
        top: 0;
    }
    .navbar-top .col-table-cell {
        vertical-align: middle;
    }
    .navbar-principale .navbar-brand,
    .navbar-principale .navbar-logo {
        padding: 0 15px;
        height: auto;
    }
    .navbar-principale .navbar-brand img,
    .navbar-principale .navbar-logo img {
        height: 70px;
        width: auto!important;
        display: block;
    }
    .navbar-principale-tall .navbar-brand img,
    .navbar-principale-tall .navbar-logo img {
        height: 80px;
    }
    .navbar-principale-tall.affix .navbar-brand img,
    .navbar-principale-tall.affix .navbar-logo img {
        height: 70px;
    }
    .navbar-principale .navbar-loghi {
        display: table;
        float: left;
        padding: 0;
        margin: 0;
    }
    .navbar-principale .navbar-logo {
        display: table-cell;
    }
    .navbar-principale .navbar-logo a {
        display: block;
    }
    .navbar-principale.affix-top {
        margin-bottom: 50px;
    }
}

.navbar-principale .navbar-toggle {
    float: none;
    margin: 0 0 0 15px;
    border-radius: 0;
}

.navbar-principale .navbar-toggle:focus {
    background-color: #eee;
    border: 1px solid #777;
}

.navbar-principale .navbar-toggle .navbar-toggle-bar {
    background-color: #000;
    display: block;
    width: 28px;
    height: 4px;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


/*.navbar-toggle:focus .navbar-toggle-bar{ background-color:#666;}*/

.navbar-principale .navbar-toggle .top-bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 3px 5px;
    transform-origin: 3px 5px;
}

.navbar-principale .navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-principale .navbar-toggle .bottom-bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 2px -1px;
    transform-origin: 2px -1px;
}

.navbar-principale .navbar-toggle.collapsed .top-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.navbar-principale .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-principale .navbar-toggle.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.navbar-principale .navbar-toggle .navbar-toggle-bar+.navbar-toggle-bar {
    margin-top: 5px;
}

.navbar-collapse {
    border-top: none;
}

.navbar-main {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-main>li>a {
    width: 100%;
    padding: 0;
    display: table;
    line-height: 1;
    height: 60px;
    font-size: 16px
}

.navbar-main>li>a,
.navbar-main>li>a:hover,
.navbar-main>li>a:focus,
.navbar-main>li>a:active {
    color: #fff;
}

.navbar-main>li>a>.align {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.navbar-main>li.dropdown>a.navbar-main-1lev-title>.align {
    padding-right: 15px;
}

.navbar-main>li>a.navbar-main-1lev-title:hover,
.navbar-main>li>a.navbar-main-1lev-title:focus {
    text-decoration: underline;
}

.navbar-main>li>a.navbar-main-1lev-caret {
    width: 47px;
    float: right;
    margin-top: -60px;
}

.navbar-main>li>a.navbar-main-1lev-caret>.align {
    text-align: center;
}

.navbar-main>li.navbar-main-login>a,
.navbar-main>li.navbar-main-login>a:hover,
.navbar-main>li.navbar-main-login>a:focus,
.navbar-main>li.navbar-main-login>a:active {
    background-color: #fff;
    color: #000;
}

.navbar-main>li.navbar-main-login>a.navbar-main-1lev-caret:focus {
    background-color: #eee;
    color: #000;
}

.navbar-main>li>a.navbar-main-1lev-title-with-caret .navbar-main-1lev-caret {
    width: 45px;
    text-align: center;
}

.navbar-main>li>a.navbar-main-1lev-title-with-caret:hover,
.navbar-main>li>a.navbar-main-1lev-title-with-caret:focus {
    text-decoration: none;
}

.navbar-main>li>a.navbar-main-1lev-title-with-caret:hover>.navbar-main-1lev-title,
.navbar-main>li>a.navbar-main-1lev-title-with-caret:focus>.navbar-main-1lev-title {
    text-decoration: underline;
}

.navbar-main>li>a.navbar-main-1lev-caret {
    border-left: 2px solid #fff;
}

.navbar-main .navbar-main-caret:before {
    display: block;
}

.navbar-main .navbar-main-caret-up {
    display: none;
}

.navbar-main .open .navbar-main-caret-down {
    display: none;
}

.navbar-main .open .navbar-main-caret-up {
    display: inline-block;
}

.navbar-main .open:first-child>a.navbar-main-1lev-title:before,
.navbar-main .open:last-child>a.navbar-main-1lev-title:after {
    background-color: #F0F0F0!important;
    border-top: 2px solid #000;
}

.navbar-main .open>a.navbar-main-1lev-caret:focus>.align {
    background-color: #e0e0e0!important;
}

.navbar-main .dropdown-group-list a {
    color: #000;
}

.main-search-row a,
.main-search-row a:hover,
.main-search-row a:focus,
.main-search-row a:active:focus,
.main-search-row a:active:hover {
    color: #fff;
}

.main-search-mobile {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.main-search-form {
    border: none;
    margin: 12px 0;
    padding: 0;
}

.main-search-form .form-control,
.main-search-form .btn {
    border-color: #fff;
    background-color: #fff;
}

.main-search-form .btn {
    width: 38px;
    padding: 2px 0 0 0;
    font-size: 24px;
    position: relative;
    color: #222;
}

.main-search-form .btn .glyphicon {
    margin-right: 0;
    position: absolute;
    left: -27px;
    top: 9px;
    font-size: 18px;
}

.main-search-form .btn .glyphicon-spin {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
}

@media (min-width:992px) {
    .main-search-form .btn .glyphicon {
        top: 5px;
        left: -14px;
    }
    .main-search-form .btn .glyphicon-spin {
        -webkit-transform-origin: 48% 50%;
        transform-origin: 48% 50%;
        -ms-transform-origin: 48% 50%;
    }
}


/*END Modifica CAP_57*/

.main-search-form>.form-group {
    float: left;
    width: 100%;
    margin-right: -38px;
}

.main-search-form .form-control,
.main-search-form .btn {
    height: 38px;
}

.main-search-form .form-control {
    width: 100%;
}

@media (max-width:991px) {
    .main-search-form .form-control {
        border-radius: 0;
        padding-right: 38px;
        line-height: 1
    }
}

.main-search-form .form-control::-webkit-input-placeholder {
    font-size: 25px;
    font-weight: 300;
}

.main-search-form .form-control::-moz-placeholder {
    font-size: 25px;
    font-weight: 300;
}

.main-search-form .form-control:-ms-input-placeholder {
    font-size: 25px;
    font-weight: 300;
}

.main-search-form .form-control:-moz-placeholder {
    font-size: 25px;
    font-weight: 300;
}

#mainSearchTextMobile::-webkit-input-placeholder {
    font-size: 20px;
    font-weight: 300;
}

#mainSearchTextMobile::-moz-placeholder {
    font-size: 20px;
    font-weight: 300;
}

#mainSearchTextMobile:-ms-input-placeholder {
    font-size: 20px;
    font-weight: 300;
}

#mainSearchTextMobile:-moz-placeholder {
    font-size: 20px;
    font-weight: 300;
}


/*Autocomplete ovverride stili originali di jqueryUi*/

.ui-autocomplete {
    z-index: 910;
}


/*Modifica CAP_60*/

.ui-widget-content {
    background: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid transparent;
    background: #eee;
    font-weight: normal;
    color: #000;
}


/*End autocomplete*/


/*Social*/

.footer-social {
    margin-top: 15px;
    margin-left: -5px;
}

.footer-social-title {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 15px 0;
}

.social-list-inline {
    display: inline;
    margin: 0;
}

.social-list-inline>li {
    vertical-align: middle;
}

@media (min-width:992px) {
    .footer-social {
        margin-top: 0;
        margin-left: 0;
    }
    .social-list-inline {
        display: inline-block;
        vertical-align: top;
    }
    .social-list-inline>li {
        display: block;
    }
}

.social-icon {
    display: inline-block;
    color: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
}

.social-icon:hover,
.social-icon:focus {
    text-decoration: none!important;
}

.social-icon .icomoon {
    line-height: 36px;
}


/*youtube*/

.youtube2-social-icon {
    font-size: 16px;
}

.youtube-social-icon:hover,
.youtube-social-icon:focus,
.youtube2-social-icon:hover,
.youtube2-social-icon:focus {
    background-color: #CC1A26!important;
}


/*twitter*/

.twitter-social-icon:hover,
.twitter-social-icon:focus,
.twitter2-social-icon:hover,
.twitter2-social-icon:focus {
    background-color: #41A6DE!important;
}

/*.twitter-social-icon .icomoon,
.twitter2-social-icon .icomoon {
    position: relative;
    bottom: -1px;
    right: -1px;
}*/


/*Facebook*/

.facebook-social-icon,
.facebook2-social-icon {
    font-size: 22px;
}

.facebook-social-icon:hover,
.facebook-social-icon:focus,
.facebook2-social-icon:hover,
.facebook2-social-icon:focus {
    background-color: #2C66A5!important;
}

.facebook-social-icon .icomoon,
.facebook2-social-icon .icomoon {
    position: relative;
    top: -2px;
    left: -2px;
}


/*Google plus*/

.google-plus-social-icon:hover,
.google-plus-social-icon:focus {
    background-color: #D54D42!important;
}


/*Google drive*/

.google-drive-social-icon:hover,
.google-drive-social-icon:focus {
    background-color: #1EA362!important;
}


/*Instagram*/

.instagram-social-icon:hover,
.instagram-social-icon:focus {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}


/*whatsapp*/

.whatsapp-social-icon:hover,
.whatsapp-social-icon:focus {
    background-color: #25D366!important;
}


/*vine*/

.vine-social-icon:hover,
.vine-social-icon:focus {
    background-color: #00B386!important;
}


/*twitch*/

.twitch-social-icon:hover,
.twitch-social-icon:focus {
    background-color: #6441A4!important;
}


/*vimeo*/

.vimeo-social-icon:hover,
.vimeo-social-icon:focus {
    background-color: #1AB7EA!important;
}


/*lanyrd*/

.lanyrd-social-icon:hover,
.lanyrd-social-icon:focus {
    background-color: #3C80CA!important;
}


/*flickr*/

.flickr-social-icon:hover,
.flickr-social-icon:focus {
    color: #0063DB!important;
    background-color: #FFF!important;
    position: relative;
    box-shadow: inset 0 0 0 2px #aaa;
}

.flickr-social-icon:hover:after,
.flickr-social-icon:focus:after {
    content: " ";
    width: 0.405em;
    height: 0.405em;
    background: #ff0084;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    margin-top: -0.17em;
    right: 22.2%;
}


/*dribbble*/

.dribbble-social-icon:hover,
.dribbble-social-icon:focus {
    background-color: #E84C88!important;
}


/*behance*/

.behance-social-icon:hover,
.behance-social-icon:focus {
    background-color: #000!important;
}


/*deviantart*/

.deviantart-social-icon:hover,
.deviantart-social-icon:focus {
    background-color: #01D13C!important;
}


/*500px*/

.i500px-social-icon:hover,
.i500px-social-icon:focus {
    background-color: #00AEEF!important;
}


/*steam*/

.steam-social-icon:hover,
.steam-social-icon:focus {
    background-color: #231F20!important;
}


/*dropbox*/

.dropbox-social-icon:hover,
.dropbox-social-icon:focus {
    background-color: #007EE5!important;
}


/*onedrive*/

.onedrive-social-icon:hover,
.onedrive-social-icon:focus {
    background-color: #094AB1!important;
}


/*github*/

.github-social-icon:hover,
.github-social-icon:focus {
    background-color: #000!important;
}


/*npm*/

.npm-social-icon:hover,
.npm-social-icon:focus {
    background-color: #CB3837!important;
}


/*basecamp*/

.basecamp-social-icon:hover,
.basecamp-social-icon:focus {
    background-color: #66CC66!important;
}


/*trello*/

.trello-social-icon:hover,
.trello-social-icon:focus {
    background-color: #008FE3!important;
}


/*wordpress*/

.wordpress-social-icon:hover,
.wordpress-social-icon:focus {
    background-color: #464442!important;
}


/*joomla*/

.joomla-social-icon:hover,
.joomla-social-icon:focus {
    background-color: #5D95D0!important;
}


/*ello*/

.ello-social-icon:hover,
.ello-social-icon:focus {
    background-color: #000!important;
}


/*blogger*/

.blogger-social-icon:hover,
.blogger-social-icon:focus {
    background-color: #FE6700!important;
}


/*tumblr*/

.tumblr-social-icon:hover,
.tumblr-social-icon:focus {
    background-color: #36465D!important;
}


/*yahoo*/

.yahoo-social-icon:hover,
.yahoo-social-icon:focus {
    background-color: #45029D!important;
}


/*soundcloud*/

.soundcloud-social-icon:hover,
.soundcloud-social-icon:focus {
    background-color: #F14F23!important;
}


/*reddit*/

.reddit-social-icon:hover,
.reddit-social-icon:focus {
    background-color: #FF4500!important;
}


/*wikipedia*/

.wikipedia-social-icon:hover,
.wikipedia-social-icon:focus {
    background-color: #000!important;
}


/*linkedin*/

.linkedin-social-icon:hover,
.linkedin-social-icon:focus {
    background-color: #0274B3!important;
}


/*linkedin2*/

.linkedin2-social-icon:hover,
.linkedin2-social-icon:focus {
    background-color: #0274B3!important;
}


/*lastfm*/

.lastfm-social-icon:hover,
.lastfm-social-icon:focus {
    background-color: #D21309!important;
}


/*delicious*/

.delicious-social-icon:hover,
.delicious-social-icon:focus {
    background-color: #1A77ED!important;
}


/*stumbleupon*/

.stumbleupon-social-icon:hover,
.stumbleupon-social-icon:focus {
    background-color: #EB4924!important;
}


/*stackoverflow*/

.stackoverflow-social-icon:hover,
.stackoverflow-social-icon:focus {
    background-color: #FFA500!important;
}


/*pinterest*/

.pinterest-social-icon:hover,
.pinterest-social-icon:focus {
    background-color: #CB1F27!important;
}


/*xing*/

.xing-social-icon:hover,
.xing-social-icon:focus {
    background-color: #015F5E!important;
}


/*flattr*/

.flattr-social-icon:hover,
.flattr-social-icon:focus {
    background-color: #84B24F!important;
}


/*foursquare*/

.foursquare-social-icon:hover,
.foursquare-social-icon:focus {
    background-color: #EF4B78!important;
}


/*yelp*/

.yelp-social-icon:hover,
.yelp-social-icon:focus {
    background-color: #BF2519!important;
}


/*paypal*/

.paypal-social-icon:hover,
.paypal-social-icon:focus {
    background-color: #11559D!important;
}


/*skype*/

.skype-social-icon:hover,
.skype-social-icon:focus {
    background-color: #00AFF0!important;
}


/*END social*/

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #222;
    padding: 40px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.footer-title {
    font-size: 20px;
    /*text-transform:uppercase;*/
    font-weight: bold;
    line-height: 1.2em;
}

.footer-navigation {
    /*text-transform:uppercase;*/
    font-weight: bold;
}

.footer-navigation .list-inline {
    margin: 10px 0;
}

.footer-navigation li {
    padding: 0;
}

.footer-social li {
    padding: 5px;
}

.lite-theme .footer {
    background-color: #fff;
    color: #333;
}

.footer-navigation {
    font-size: 16px;
}

@media (min-width:992px) {
    .footer {
        font-size: 16px
    }
    .footer-navigation li {
        display: block;
    }
    .footer-social {
        text-align: right;
    }
    .footer-navigation li {
        padding: 5px 0;
    }
    /*SCDMINSITI-461 28/03/2019*/
    .footer-navigation .footer-social li {
        padding: 5px 0;
    }
}

@media (max-width:767px) {
    .lite-theme .footer {
        padding: 0 0 15px 0;
    }
}

.footer-poweredby {
    font-weight: 600;
    font-style: italic;
}

.footer a {
    color: #fff;
}

.footer-social {
    color: #000;
}

.footer a:hover,
.footer a:focus {
    color: #fff;
    text-decoration: underline;
}

.lite-theme .footer a,
.lite-theme .footer a:hover,
.lite-theme .footer a:focus {
    color: #333;
}

.footer-row+.footer-row {
    margin-top: 30px;
}

@media (max-width:991px) {
    .footer-links li:after {
        content: "|";
        display: inline-block;
        padding-left: 6px;
        padding-right: 6px;
    }
    .footer-links li:last-child:after {
        content: none;
    }
    .footer-links {
        margin: 15px 0;
    }
    /*.footer-navigation .list-inline{margin-bottom:15px;}
    .footer-navigation .list-inline:last-child{margin-bottom:10px;}*/
}

.footer-links ul,
.footer-social ul {
    padding: 0;
    list-style: none;
}


/*Navbar*/

@media (max-width:991px) {
    .navbar-principale .navbar-header,
    .navbar-principale .navbar-nav {
        background-color: #fff;
    }
    .navbar-main-collapse {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 0;
        position: absolute;
        width: 100%;
    }
    .navbar-main .dropdown-group {
        max-height: none!important;
        border-radius: 0;
        padding: 0;
    }
    /*.navbar-principale .nav li a{text-transform:uppercase;}*/
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 15px 15px 15px 30px;
        font-size: 16px;
        white-space: break-spaces;
    }
    .navbar-main-area_riservata .open .dropdown-menu>li>a {
        padding-left: 45px;
    }
    .navbar-nav .dropdown-menu {
        padding: 0;
    }
    ul.dropdown-menu.show {
        overflow-y: auto !important;
    }
    li.dropdown.open {
        overflow-y: auto !important;
    }
}

@media (min-width:992px) {
    .navbar {
        border-bottom: none;
        border-radius: 0;
        position: relative;
    }
    .navbar.affix {
        border-bottom: 1px solid #ccc;
    }
    .lite-theme .navbar-principale .navbar-header {
        float: none;
    }
    .navbar-principale.affix {
        position: fixed;
    }
    .navbar-principale.affix .navbar-desktop-brand {
        height: 0!important;
    }
    .navbar-main-collapse,
    .navbar-main-collapse.collapse {
        display: none!important;
    }
    .main-search-collapse {
        border-radius: 55px 0 0 55px;
        position: relative;
        padding-left: 30px;
        padding-right: 12px;
    }
    .main-search-row:before {
        content: "";
        position: absolute;
        right: -100%;
        height: 100%;
        width: 100%;
        background-color: #ccc;
    }
    .navbar-principale.affix .main-search-form-collapse {
        float: right;
        margin: 0;
        overflow: hidden;
    }
    .navbar-principale.affix-top .main-search-form-collapse {
        width: auto!important;
        float: none;
        display: block;
        margin-right: 166px;
    }
    .navbar-principale.affix .btn-open-search {
        display: inline-block;
    }
    .navbar-principale.affix .main-search-form .form-control {
        width: 300px;
    }
    .navbar-principale.affix-top {
        margin-bottom: 30px;
    }
    /*Aggiunta da IT*/
    .main-search-form {
        margin: 0;
        padding: 11px 0;
    }
    .main-search-form>.form-group {
        margin-right: -40px;
    }
    .main-search-form .form-control,
    .main-search-form .btn {
        height: 28px;
    }
    .main-search-form .form-control {
        border-radius: 12px;
        font-size: 13px;
        padding-right: 40px;
    }
    .main-search-form .btn {
        width: 40px;
        background-color: transparent;
        border-color: transparent;
        line-height: 26px;
        font-size: 18px;
    }
    .navbar-area_riservata {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
    }
    .navbar-area_riservata>li>a {
        padding: 15px 15px;
    }
    .navbar-area_riservata>li>a:hover,
    .navbar-area_riservata>li>a:focus,
    .navbar-area_riservata .open>a,
    .navbar-area_riservata .open>a:hover,
    .navbar-area_riservata .open>a:focus {
        background-color: transparent;
        text-decoration: underline;
    }
    .navbar-area_riservata-caret {
        color: #fff;
        font-size: 14px;
        margin-left: 10px;
        position: relative;
        top: 2px;
    }
    .navbar-area_riservata-caret-down {
        display: inline-block;
    }
    .navbar-area_riservata-caret-up {
        display: none;
    }
    .dropdown.open .navbar-area_riservata-caret-down {
        display: none;
    }
    .dropdown.open .navbar-area_riservata-caret-up {
        display: inline-block;
    }
    .navbar-area_riservata-icon {
        margin-right: 8px;
    }
    .navbar-area_riservata .dropdown-menu {
        border-top-color: transparent!important;
        border-radius: 0;
        color: #fff;
        font-size: 12px;
        padding: 15px 0;
    }
    .navbar-area_riservata .dropdown-menu a {
        color: #fff;
        padding: 5px 30px;
    }
    .footer {
        padding: 60px 0;
    }
    .lite-theme .footer {
        padding: 30px 0;
    }
}

.navbar.affix {
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-animation: toggle-sticky-menu 0.3s ease-out;
    -moz-animation: toggle-sticky-menu 0.3s ease-out;
    -o-animation: toggle-sticky-menu 0.3s ease-out;
    animation: toggle-sticky-menu 0.3s ease-out;
}

@-webkit-keyframes toggle-sticky-menu {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes toggle-sticky-menu {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes toggle-sticky-menu {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes toggle-sticky-menu {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.main-search-collapse .btn {
    border: none;
}


/*Navbar affix*/

.navbar-principale.affix,
.navbar-was-affixed .navbar-principale {
    border-top: 15px solid #297A38;
    position: fixed;
}

.navbar-principale .affix-mobile-title {
    display: none
}

.navbar-principale.affix .affix-mobile-title {
    display: block;
    float: left;
}

.navbar-principale.affix .navbar-top {
    position: relative;
}

.navbar-principale.affix .col-md-7 {
    width: 100%;
}

.navbar-principale.affix .header-center {
    display: table;
}

.navbar-principale.affix .header-center .navbar-brand,
.navbar-principale.affix .header-center .navbar-loghi,
.navbar-principale.affix .header-center .navbar-brand-title {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.btn-open-search {
    display: none;
    float: right;
}

.btn-open-search.collapsed .icon-verifica-x {
    display: none;
}

.btn-open-search.collapsed .icon-cerca2 {
    display: inline-block;
}

.btn-open-search .icon-cerca2 {
    display: none;
}

.navbar-principale .header-center .navbar-brand-title {
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    /*text-transform:uppercase;*/
    line-height: 1.2em;
}

@media (max-width: 450px) {
    .navbar-principale .header-center .navbar-brand-title {
        padding: 10px 45px 10px 10px;
    }
}

@media (min-width:375px) and (max-width:768px) {
    .navbar-principale .header-center .navbar-brand-title {
        font-size: 14px;
    }
}

@media (min-width:992px) {
    .navbar-principale.affix .col-md-5 {
        width: auto;
        position: absolute;
        right: 0;
        top: -1px;
        max-height: 70px;
    }
    .navbar-principale.affix .col-md-7 {
        padding-right: 160px;
    }
    .navbar-principale.affix .navbar-area_riservata>li>a,
    .navbar-principale.affix .main-search-row a.btn {
        padding: 9px 5px 11px 5px;
    }
    .navbar-principale.affix .navbar-area_riservata .navbar-area_riservata-icon,
    .navbar-principale.affix .main-search-row .btn-open-search .icon-cerca2,
    .navbar-principale.affix .main-search-row .icon-verifica-x {
        padding: 8px;
        background-color: #fff;
        color: #222;
        border-radius: 20px;
        font-size: 14px;
    }
    .navbar-principale.affix .navbar-area_riservata .text,
    .navbar-principale.affix .navbar-area_riservata .navbar-area_riservata-caret {
        display: none;
    }
    .navbar-principale.affix .main-search-row:before {
        width: 1000px;
        right: -1000px;
    }
    /*.navbar-principale.affix .main-search-form.open{width:300px;}*/
    .navbar-principale .header-center .navbar-brand-title {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    /*.navbar-principale.affix{border-top:none;}*/
    .navbar-principale .row-table-wrapper {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-principale .row-table {
        display: block;
    }
    .navbar-principale .col-table-cell {
        display: block;
        width: 100%;
        padding: 0;
        min-height: 0;
    }
    .navbar-principale .affix-mobile-title {
        display: table-cell;
    }
    .navbar-principale .navbar-header,
    .navbar-principale .navbar-header .header-center {
        display: table;
        width: 100%;
    }
    .navbar-principale .navbar-header:before,
    .navbar-principale .navbar-header:after {
        content: none;
    }
    .navbar-principale .navbar-header .navbar-toggle-wrapper,
    .navbar-principale .navbar-header .header-center-wrapper,
    .navbar-principale .header-center .navbar-brand,
    .navbar-principale .header-center .navbar-brand-title {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    .navbar-principale .navbar-header .navbar-toggle-wrapper,
    .navbar-principale .header-center .navbar-brand {
        width: 1%;
    }
    .navbar-main-area_riservata .navbar-area_riservata-icon {
        font-size: 14px;
        margin-right: 16px
    }
    .navbar-collapse .navbar-loghi {
        text-align: center;
        margin: 0;
        margin: 0 -15px;
        padding: 0 15px
    }
    .navbar-collapse .navbar-loghi img {
        max-height: 110px;
        width: auto;
    }
    .navbar-main-area_riservata {
        border-top: 4px solid #fff;
    }
}

@media (min-width:768px) {
    .navbar-principale .header-center .navbar-brand-title {
        font-size: 20px;
    }
}


/*Navbar Desktop Brand*/

.navbar-desktop-brand {
    height: 125px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    /*text-transform:uppercase;*/
    background-image: url(../tema/img/navbar-desktop-brand.png);
    background-repeat: repeat;
    background-position: center center;
}

.navbar-desktop-brand-background {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.navbar-desktop-brand .container,
.navbar-desktop-brand-overlay {
    height: 100%;
}

.navbar-principale-tall .navbar-desktop-brand {
    height: 300px;
    font-size: 36px;
    line-height: 1.1em;
}


/*.navbar-desktop-brand-background{ position:relative; height:100%;top:-87.5px; padding:87.5px 0;}*/

.navbar-principale-tall .navbar-desktop-brand-background {
    top: 0;
    padding: 0;
}

.navbar-desktop-brand-overlay {
    position: relative;
}

.navbar-desktop-brand-overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.66);
    position: absolute;
    height: 100%;
    width: 100%;
    left: -100%;
}

.navbar-desktop-brand .title-wrap {
    display: table;
    height: 100%;
    width: 300px;
}

.navbar-principale-tall .navbar-desktop-brand .title-wrap {
    width: 665px;
}

.navbar-desktop-brand .title-wrap>.align {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 15px;
}

.navbar-desktop-brand,
.navbar-desktop-brand a,
.navbar-desktop-brand a:active,
.navbar-desktop-brand a:hover,
.navbar-desktop-brand a:focus {
    color: #fff;
}

.navbar-desktop-brand a:hover,
.navbar-desktop-brand a:focus {
    text-decoration: underline;
}

.navbar-desktop-brand a:active {
    text-decoration: none;
}

.navbar-desktop-brand a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

body.affix-padded {
    padding-top: 92px;
}

body.affix-padded.superheader-lombardia {
    padding-top: 118px;
}

@media (max-width:991px) {
    body.navbar-was-affixed {
        padding-top: 92px;
    }
    body.navbar-was-affixed.superheader-lombardia {
        padding-top: 118px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    body.affix-padded {
        padding-top: 275px;
    }
    body.affix-padded.navbar-tall {
        padding-top: 480px;
    }
    body.affix-padded.navbar-tall.superheader-lombardia {
        padding-top: 505px;
    }
}

.navbar-desktop-brand-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.66+0,0.6+33,0+53 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iNTMlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a8000000', endColorstr='#00000000', GradientType=1);
    /* IE6-8 */
}

.navbar-principale-tall .navbar-desktop-brand-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.66+0,0.6+50,0+70 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a8000000', endColorstr='#00000000', GradientType=1);
    /* IE6-8 */
}

@media (min-width:1200px) {
    body.affix-padded {
        padding-top: 275px;
    }
    /*cambiato per adeguarsi all'altezza dell'header del mr1 sommato all margin-bottom dell'header e all'altezza del superheader*/
    body.affix-padded.navbar-tall {
        padding-top: 480px;
    }
    body.affix-padded.navbar-tall.superheader-lombardia {
        padding-top: 505px;
    }
    .navbar-desktop-brand-overlay {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.66+0,0.6+25,0+45 */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iNDUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a8000000', endColorstr='#00000000', GradientType=1);
        /* IE6-8 */
    }
    .navbar-principale-tall .navbar-desktop-brand-overlay {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.66+0,0.6+40,0+60 */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a8000000', endColorstr='#00000000', GradientType=1);
        /* IE6-8 */
    }
}


/*END Navbar Desktop Brand*/


/*END Navbar*/


/*breadcrumbs*/


/*.breadcrumbs{text-transform:uppercase;}*/

.breadcrumbs .container {
    padding: 0;
}

.breadcrumbs a,
.breadcrumb>.active,
.breadcrumb>li+li:before {
    color: #000;
}

.breadcrumb>.active {
    font-weight: 600;
}

.breadcrumb>.active:before {
    font-weight: normal;
}

.canale-servizi .breadcrumbs {
    background-color: #d42828;
}

.canale-servizi .breadcrumbs a,
.canale-servizi .breadcrumb>.active,
.canale-servizi .breadcrumb>li+li:before {
    color: #fff;
}

.canale-istituzione .breadcrumbs {
    background-color: #186a9c;
}

.canale-istituzione .breadcrumbs a,
.canale-istituzione .breadcrumb>.active,
.canale-istituzione .breadcrumb>li+li:before {
    color: #fff;
}

.canale-scopri-la-lombardia .breadcrumbs {
    background-color: #297a38;
}

.canale-scopri-la-lombardia .breadcrumbs a,
.canale-scopri-la-lombardia .breadcrumb>.active,
.canale-scopri-la-lombardia .breadcrumb>li+li:before {
    color: #fff;
}

.canale-lombardia-notizie .breadcrumbs {
    background-color: #cfd3d4;
}

.breadcrumb {
    padding: 0px 15px;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
}

@media (min-width:768px) {
    .breadcrumbs {
        margin-bottom: 35px
    }
}


/*sidebar-layout*/

@media (max-width:991px) {
    .col-sidebar {
        min-height: 0;
    }
}


/*section*/

.section {
    padding-bottom: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sections-zebra .component-control:nth-child(2n) .section {
    background-color: #eee;
}

.sections-inverted-zebra .component-control:nth-child(2n+1) .section {
    background-color: #eee;
}

@media (max-width:991px) {
    body:not(.lite-theme) .component-control:first-child .header-title {
        padding-top: 20px;
    }
    body:not(.lite-theme) .component-control:first-child .header-image+.header-title {
        padding-top: 0px;
    }
}

@media (min-width:768px) {
    .col-main .sections-zebra .component-control:nth-child(2n):last-child .section:not(.section-transparent),
    .col-main .sections-inverted-zebra .component-control:nth-child(2n+1):last-child .section:not(.section-transparent) {
        margin-bottom: 0px;
    }
    /**/
}

@media (max-width:767px) {
    .sections-xs-zebra .component-control:nth-child(2n) .section {
        background-color: #eee;
    }
    .sections-xs-zebra .component-control:nth-child(2n+1) .section {
        background-color: transparent;
    }
    .sections-xs-inverted-zebra .component-control:nth-child(2n+1) .section {
        background-color: #eee;
    }
    .sections-xs-inverted-zebra .component-control:nth-child(2n) .section {
        background-color: transparent;
    }
}


/*.component-control+.component-control .section{ padding-top:40px;/*padding-bottom:40px;}*/

.section-transparent {
    background-color: transparent!important;
}

.sections-zebra .component-control:nth-child(2n+1)+.component-control .section-transparent,
.sections-inverted-zebra .component-control:nth-child(2n)+.component-control .section-transparent {
    padding-top: 0;
}

.sections-zebra .component-control-transparent:nth-child(2n)+.component-control .section,
.sections-inverted-zebra .component-control-transparent:nth-child(2n+1)+.component-control .section {
    padding-top: 0;
}

@media (max-width:767px) {
    .sections-xs-zebra .component-control:nth-child(2n+1)+.component-control .section-transparent {
        padding-top: 0;
    }
    .sections-xs-zebra .component-control:nth-child(2n)+.component-control .section-transparent {
        padding-top: 40px;
    }
    .sections-xs-inverted-zebra .component-control:nth-child(2n)+.component-control .section-transparent {
        padding-top: 0;
    }
    .sections-xs-inverted-zebra .component-control:nth-child(2n+1)+.component-control .section-transparent {
        padding-top: 40px;
    }
    .sections-xs-zebra .component-control-transparent:nth-child(2n)+.component-control .section {
        padding-top: 0;
    }
    .sections-xs-zebra .component-control-transparent:nth-child(2n+1)+.component-control .section {
        padding-top: 40px;
    }
    .sections-xs-inverted-zebra .component-control-transparent:nth-child(2n+1)+.component-control .section {
        padding-top: 0;
    }
    .sections-xs-inverted-zebra .component-control-transparent:nth-child(2n)+.component-control .section {
        padding-top: 40px;
    }
}

.component-control-transparent+.component-control-transparent .section-transparent {
    padding-top: 0!important;
}

.component-control .section-no-upper-space,
.component-control+.component-control .section-no-upper-space {
    padding-top: 0;
    margin-top: -40px
}

.component-control .section-upper-space,
.component-control+.component-control .section-upper-space {
    padding-top: 0;
    margin-top: 40px
}

.component-control .section-no-lower-space {
    padding-bottom: 0;
}

.component-control .section-no-vertical-space,
.component-control+.component-control .section-no-vertical-space {
    padding-top: 0;
    padding-bottom: 0;
}


/*.component-control:first-child .section .section-header{ padding-top:30px;}*/

.lite-theme .component-control:first-child .section .section-header {
    padding-top: 0;
}

.component-control:first-child .section .row .section-header,
.col-main .component-control:first-child .section .section-header {
    padding-top: 15px;
}


/*SCDMINSITI-461 28/03/2019*/

.section-header+.section-content {
    margin-top: 35px;
}

.section-header .header-subhead {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.section-header .header-subhead .label {
    margin-left: 5px;
}

.section-header .header-title {
    font-size: 22px;
    font-weight: 900;
    margin: 0;
    line-height: 1.2;
}

.section-header .header-title>.header-icon {
    font-size: 40px;
    vertical-align: middle;
    margin: -10px 20px -10px 0;
    display: inline-block;
}

.section-header .header-title>.icon-cronometro {
    margin-top: -24px;
}

.section-header .header-title-big,
.section-header .header-title-medium,
.section-header .header-title-small {
    font-size: 24px;
}

@media (min-width:992px) {
    .section-header .header-title-big {
        font-size: 30px;
    }
    .section-header .header-title-medium {
        font-size: 24px;
    }
    .section-header .header-title-small {
        font-size: 18px;
    }
}

.section-header .header-title .header-carica {
    display: block;
    font-size: 0.8em;
    color: #186a9c;
}

.section-header .header-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    text-transform: none;
}

.section-header .header-data {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

.section-header .header-info {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    font-style: italic;
    text-transform: none;
}

.section-header .header-info-list {
    margin: 0;
}

.section-header .header-info-list li+li {
    margin-top: 0.5em;
}

@media (min-width:768px) {
    .section-header .header-info-list li {
        display: inline;
    }
    .section-header .header-info-list li+li {
        margin-top: 0;
    }
    .section-header .header-info-list li+li:before {
        content: "\2013";
        margin: 0 0.6em;
    }
}

.section-header .header-title+.header-subtitle {
    margin-top: 10px;
}

.section-header .header-title+.header-data,
.section-header .header-subtitle+.header-data {
    margin-top: 30px;
}

.section-header .header-data+.header-more-infos {
    margin-top: 15px;
}


/*modifica CAP_26*/

.section-header .header-subhead+.header-title {
    margin-top: 30px;
}

.section-header .header-title+.header-more-infos,
.section-header .header-subtitle+.header-more-infos,
.section-header .header-more-infos+.header-image {
    margin-top: 30px;
}

.section-header .header-more-infos .header-infos+.header-tools,
.section-header .header-row .header-more-infos .header-infos+.header-tools {
    margin-top: 15px;
}

.section-header .header-row .col-table-cell+.col-table-cell {
    margin-top: 15px;
}

.section-header .header-more-infos {
    margin-top: 15px;
}

@media (min-width:768px) {
    .section-header .header-more-infos {
        display: table;
        width: 100%;
    }
    .section-header .header-row .col-table-cell {
        vertical-align: top;
    }
    .section-header .header-row .col-table-cell+.col-table-cell {
        margin-top: 0;
    }
    .section-header .header-more-infos .header-infos,
    .section-header .header-more-infos .header-tools {
        display: table-cell;
        vertical-align: top;
    }
    .section-header .header-more-infos .header-infos+.header-tools {
        margin-top: 0;
    }
    .section-header .header-row .header-more-infos,
    .section-header .header-row .header-more-infos .header-infos,
    .section-header .header-row .header-more-infos .header-tools {
        display: block;
    }
    .section-header .header-row .header-tools {
        position: absolute;
        bottom: -6px;
        right: 0;
        width: 200%;
    }
    /*modifica CAP_09*/
    .section-header .header-row .header-more-infos {
        margin-bottom: 40px;
    }
    .section-header .header-row .header-more-infos .header-infos+.header-tools {
        margin-top: 0;
    }
}

.section-content-gray {
    background-color: #eee;
    padding-bottom: 30px;
}

.section-footer {
    border-top: 1px solid #fff;
    background-color: #eee;
    padding: 15px;
}

.section-footer-transparent {
    border-top: none;
    background-color: transparent;
    padding: 30px 0 15px 0;
}

.section-footer .footer-title {
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
}

.section-footer a,
.section-footer a:hover,
.section-footer a:focus,
.section-footer a:active {
    color: #333;
}

.section-limited-width {
    max-width: 960px;
}


/* inizio modifica CAP_09*/

.header-more-infos .header-tools-list {
    margin: -6px 0 0 0;
    white-space: nowrap;
}

.header-more-infos .header-tools-list>li {
    vertical-align: top;
    padding-top: 6px;
    padding-bottom: 6px;
}


/*fine modifica CAP_09*/

.header-more-infos .header-tools {
    text-align: right;
}

.header-more-infos .share-collapse.collapsing,
.header-more-infos .share-collapse.collapse.in {
    display: inline-block;
    vertical-align: top;
}

.header-more-infos .header-tools-share-list {
    white-space: nowrap;
    margin: 0 0 0 15px;
}

.header-more-infos .header-tools-share-list>li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.header-more-infos .header-tools-share-list>li+li {
    margin-left: 10px;
}

.header-more-infos .header-tools-share-list>li>a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #777777;
}

.header-more-infos .header-tools-share-list>li.facebook>a {
    background-color: #2d66a5;
}

.header-more-infos .header-tools-share-list>li.twitter>a {
    background-color: #000000;
}

.header-more-infos .header-tools-share-list>li.linkedin>a {
    background-color: #0073B1;
}

.header-more-infos .header-tools-share-list>li>a:hover,
.header-more-infos .header-tools-share-list>li>a:focus,
.header-more-infos .header-tools-share-list>li>a:active {
    text-decoration: none;
    background-color: #035011;
}

.header-more-infos .header-tools-share-list>li.facebook .share-icon {
    margin-left: -1px;
}

.header-more-infos .header-tools-share-list>li.twitter .share-icon {
    font-size: 10px;
}

.header-more-infos .header-tools-share-list>li.mail .share-icon {
    font-size: 8px;
}

.header-more-infos .header-tools-list>.header-tool-like {
    margin-top: -1px;
    padding: 0;
}


/*modifica CAP_09*/

.header-more-infos .header-tool-like-btn {
    color: #297A38;
    background-color: #fff;
    padding: 3px 5px;
    display: inline-block;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
    -o-transition: background-color 300ms ease-out, color 300ms ease-out;
    transition: background-color 300ms ease-out, color 300ms ease-out;
}

.header-more-infos .header-tool-like-btn:hover,
.header-more-infos .header-tool-like-btn:focus,
.header-more-infos .header-tool-like-btn:active {
    text-decoration: none;
}

.header-more-infos .header-tool-like-btn:focus,
.header-more-infos .header-tool-like-btn:active {
    outline: 2px solid black !important;
    background-color: #eee;
}

.header-more-infos .header-tool-like-btn .like-icon {
    font-size: 20px;
    vertical-align: text-bottom;
}

.header-more-infos .header-tool-like-btn .like-number {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 5px;
}

.header-more-infos .header-tool-like-btn .glyphicon-spin {
    margin-left: 3px;
    top: 3px;
    font-size: 14px;
    -webkit-transform-origin: 52% 50%;
    transform-origin: 52% 50%;
    -ms-transform-origin: 52% 50%;
}

.header-more-infos .header-tool-like-btn.liked {
    background-color: #297A38;
}

.header-more-infos .header-tool-like-btn.liked {
    color: #fff;
}

.header-more-infos .header-tool-like-btn.liked:focus,
.header-more-infos .header-tool-like-btn.liked:active {
    outline: none;
    background-color: #035011;
}

.header-more-infos .tool-icon {
    font-size: 20px;
}

.header-more-infos .tool-link {
    color: #333;
}

.header-more-infos .tool-link:hover,
.header-more-infos .tool-link:focus,
.header-more-infos .tool-link:active {
    text-decoration: none;
    color: #000;
}

.header-more-infos .rsbtn {
    padding: 0;
    margin: 0;
    height: auto;
}

.header-more-infos .rsexpanded {
    margin-top: -3px;
}

.sub-section {
    padding-bottom: 15px;
}


/*Modifica IT*/

.sub-sections-zebra .sub-section:nth-child(odd) {
    background-color: #eee;
}


/*Modifica CAP_34*/

.section .sub-section:last-child {
    padding-bottom: 0;
}

.section+.sub-section,
.sub-section+.sub-section {
    padding-top: 15px;
}


/*Modifica IT*/

.section-preview .sub-section+.sub-section {
    border-top: 1px solid #ccc;
}

.section-preview .sub-section img {
    cursor: pointer;
}


/*serve per indicare che si pu� cliccare sull'immagine anche se non c'� href ma solo javascript*/

.section-wide-preview .sub-section+.sub-section {
    border-top: none;
    padding-top: 0;
}

.section-preview .item-link,
.section-preview .item-link:hover,
.section-preview .item-link:focus,
.section-preview .item-link:active {
    color: #333;
}

.section-preview .item-link:hover,
.section-preview .item-link:focus,
.section-preview .item-link:active {
    text-decoration: none;
}

.section-preview .item-link .item-title {
    /* text-decoration: underline;*/
}

.section-preview .item-link:hover .item-title,
.section-preview .item-link:focus .item-title,
.section-preview .item-link:active .item-title {
    color: #000;
}

.section-preview a.external-link .item-title,
.calendar-content-item a.external-link {
    /* position: relative;*/
    padding-right: 40px;
}

.section-preview a.external-link .item-title:before,
.calendar-content-item a.external-link .item-title-text:before {
    content: "\e93d";
    position: absolute;
    right: 25px;
    font-size: 30px;
    text-decoration: none;
    /*modifica CAP_12*/
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.calendar-content-item a.external-link .item-title-text:after {
    content: "\e93d";
    position: absolute;
    font-size: 30px;
    text-decoration: none;
    /*modifica CAP_12*/
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
}

.section-preview a.external-link:hover .item-title:before,
.section-preview a.external-link:focus .item-title:before {
    text-decoration: none;
}

@media (min-width:768px) {
    /*per avere sia testo che descrizione linkate con unico <a>  ma allo stesso tempo non avere linkato la parte senza testo*/
    /*Inizio modifica CAP_19 rettificate da CAP_27*/
    /* .section-preview .item-link{ display:inline-table;} */
    .section-preview .item-title,
    .section-preview .item-description {
        display: table;
    }
    .section-preview a.external-link .item-title:before,
    .calendar-content-item a.external-link:before {
        /* top:-4px;*/
    }
    .section-preview .item-main-preview .item-link {
        display: block;
    }
    .section-preview .item-main-preview .item-title,
    .section-preview .item-main-preview .item-description {
        display: block;
    }
    .section-preview .item-main-preview a.external-link .item-title:before {
        top: 0;
    }
    /*Fine modifica CAP_19 rettificate da CAP_27*/
}

.section-preview .item-title,
.section-preview .item-data {
    /* margin-bottom:15px;*/
    margin-bottom: 5px;
}


/*.section-preview.section-link .item-title,
.section-preview.section-bandi .item-title{ margin-bottom:5px;}*/

.section-preview .item-title-2h {
    min-height: 56px;
}

.section-wide-preview .item-img {
    margin-bottom: 15px;
}

.section-preview .item-info {
    font-style: italic;
    line-height: 1.2;
}


/*Modifica per CAP_05*/

.section-preview .item-allegato-icon {
    font-size: 41px;
}

.section-preview .list-social {
    font-size: 0;
    margin-left: -15px;
}

.section-preview .list-social li {
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
}

.section-preview .list-social .social-icon {
    width: 56px;
    height: 56px;
    font-size: 28px;
}

.section-preview .list-social .social-icon .icomoon {
    line-height: 56px;
}

.section-preview .list-social .youtube-social-icon {
    font-size: 21px;
}

.section-preview .item-main-preview+.row {
    margin-top: 40px;
}

.section-preview .item-main-preview .item-col+.item-col {
    padding-top: 15px;
}


/*Modifica per CAP_27*/

.section-preview-horizontal .item-texts {
    margin-top: 15px;
}

@media (min-width:992px) {
    /*Inizio Modifiche per CAP_27*/
    .section-preview .item-main-preview {
        background-color: #eee;
    }
    .section-preview .item-main-preview .arrow-right-sm-to-up:before {
        border-right-color: #eee;
    }
    .section-preview .item-main-preview .item-col {
        vertical-align: middle;
    }
    .section-preview .item-main-preview .item-col+.item-col {
        padding-top: 0;
    }
    /*END Modifiche per CAP_27*/
    .section-preview-horizontal .row+.row {
        margin-top: 15px;
    }
    .section-preview-horizontal .item-preview+.item-preview {
        margin-top: 0;
    }
}

@media (max-width:991px) {
    .section-preview-horizontal .item-preview {
        padding: 10px;
    }
    .section-preview-horizontal .row:nth-child(2n) .item-preview:nth-child(2n),
    .section-preview-horizontal .row:nth-child(2n+1) .item-preview:nth-child(2n+1) {
        background-color: #eee;
    }
    .section-preview-horizontal .row:nth-child(2n) .item-preview:nth-child(2n) .arrow-right-sm-to-down:before,
    .section-preview-horizontal .row:nth-child(2n+1) .item-preview:nth-child(2n+1) .arrow-right-sm-to-down:before {
        border-right-color: #eee;
    }
}

.section-allegati .media-left {
    padding-right: 25px;
}

.section-ultimo-aggiornamento {
    font-size: 16px;
    font-style: italic;
    background-color: transparent!important;
}

.section-ultimo-aggiornamento .sub-section {
    padding-top: 30px;
    border-top: 1px solid #ccc;
}

.sections-zebra .component-control+.component-control:nth-child(2n) .section-ultimo-aggiornamento .section-content,
.sections-inverted-zebra .component-control+.component-control:nth-child(2n+1) .section-ultimo-aggiornamento .section-content {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 50px;
    border-top: 1px solid #ccc;
}


/*Inizio Modifica per RL_04*/

@media (max-width:767px) {
    .section-ultimo-aggiornamento .col-aggiornamento+.col-stampa {
        margin-top: 15px;
        text-align: left;
        margin-left: -15px;
    }
}


/*END Modifica per RL_04*/

.sections-zebra .component-control+.component-control:nth-child(2n) .section-ultimo-aggiornamento,
.sections-inverted-zebra .component-control+.component-control:nth-child(2n+1) .section-ultimo-aggiornamento {
    padding-top: 0;
}

@media (max-width:767px) {
    .sections-zebra.sections-xs-inverted-zebra .component-control+.component-control:nth-child(2n) .section-ultimo-aggiornamento,
    .sections-inverted-zebra.sections-xs-zebra .component-control+.component-control:nth-child(2n+1) .section-ultimo-aggiornamento {
        padding-top: 40px;
    }
    .sections-xs-zebra .component-control+.component-control:nth-child(2n) .section-ultimo-aggiornamento,
    .sections-xs-inverted-zebra .component-control+.component-control:nth-child(2n+1) .section-ultimo-aggiornamento {
        padding-top: 0;
    }
}

.sub-section:first-child .section-header {
    padding-top: 0;
}

.sub-section .section-header+.section-content {
    margin-top: 30px;
}

.sub-section .section-header .header-title {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
}

.sub-section .section-header .header-title-small {
    font-size: 20px;
}

.sub-section .section-header .header-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

.sub-section .section-header .header-title+.header-subtitle {
    margin-top: 10px;
}

.header-links ul {
    font-size: 0;
    margin-bottom: 0;
}

.header-links li {
    font-size: 14px;
    font-weight: 600;
}

.header-links li+li:before {
    content: "";
    border-left: 1px solid #333;
    display: inline-block;
    margin-left: 5px;
    padding-left: 15px;
    height: 1em;
    vertical-align: middle;
}

.header-links a {
    color: #333;
    text-decoration: underline;
}

.header-links a.external-link:after {
    content: "\e93d";
    font-size: 27px;
    line-height: 18px;
    position: relative;
    top: 6px;
    margin-left: 7px;
    display: inline-block;
    text-decoration: none;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width:768px) {
    .header-links a:hover,
    .header-links a:focus,
    .header-links a:active {
        color: #000;
    }
    .header-links li {
        font-size: 16px;
    }
    .header-links a.external-link:after {
        line-height: 20px;
        margin-left: 13px;
    }
}

.section-header .header-title-btn {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    color: #333;
    background-color: #eee;
    padding: 15px;
    position: relative;
}

.section-header .header-title-btn,
.section-header .header-title-btn:active {
    color: #333;
}

@media (max-width:767px) {
    .section-header .header-title-btn:hover,
    .section-header .header-title-btn:focus {
        text-decoration: none;
    }
    .section-xs-collapsed {
        padding-bottom: 0;
    }
    .section+.section-xs-collapsed {
        padding-top: 0;
        margin-top: 15px;
    }
    .section-xs-collapsed .section-header+.section-content {
        margin-top: 0;
    }
}

.header-accordion,
.section-header .header-accordion {
    position: relative;
}

.header-accordion {
    padding-right: 58px;
}

.header-accordion-caret-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 58px;
}

.section-header .header-accordion {
    padding-right: 45px;
}

.section-header .header-accordion-caret-wrap {
    width: 45px;
}

.header-accordion .header-accordion-caret {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.header-accordion.collapsed .header-accordion-caret-up,
.btn-group .header-accordion .header-accordion-caret-up {
    opacity: 0;
}

.header-accordion.collapsed .header-accordion-caret-down,
.btn-group .header-accordion .header-accordion-caret-down {
    opacity: 1;
}

.header-accordion .header-accordion-caret-up,
.btn-group.open .header-accordion .header-accordion-caret-up {
    opacity: 1;
}

.header-accordion .header-accordion-caret-down,
.btn-group.open .header-accordion .header-accordion-caret-down {
    opacity: 0;
}

.header-accordion-title-with-icon {
    display: table;
    width: 100%;
}

.header-accordion-title-with-icon .header-accordion-icon,
.header-accordion-title-with-icon .header-accordion-title {
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-accordion-title-with-icon .header-accordion-icon {
    width: 50px;
    height: 53px;
    padding-top: 12px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    vertical-align: top;
}

.header-accordion-title-with-icon .header-accordion-icon.icon-diploma {
    font-size: 23px;
}

.header-accordion-title-with-icon .header-accordion-icon.icon-omino {
    font-size: 38px;
}

.header-accordion-title-with-icon .header-accordion-icon.icon-Impreseditrasporto {
    font-size: 22px;
}

.header-accordion-title-with-icon .header-accordion-icon.icon-Territorio {
    font-size: 26px;
}

.header-accordion-title-with-icon .header-accordion-icon.icon-Autonomielocali {
    font-size: 24px;
}

.header-accordion-title-with-icon .header-accordion-icon.icon-mountain {
    font-size: 20px;
}

.header-accordion-title-with-icon .header-accordion-icon.icon-Trasportilogistica {
    font-size: 22px;
}

.header-accordion-title-with-icon .header-accordion-title {
    padding-left: 15px;
}

@media (max-width:767px) {
    .header-accordion-title-with-icon .header-accordion-title {
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}

@media (max-width:991px) {
    .section-header-col+.section-header-col {
        margin-top: 20px;
    }
    .section-header-col.text-right {
        text-align: left;
    }
}

.col-main .section>.section-header,
.col-main .section>.section-content,
.col-main .section>.section-footer {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
}


/*SCDMINSITI-461 28/03/2019*/

.col-main .section.section-avvisi>.section-content,
.col-main .section.section-pubblicazioni>.section-content {
    padding: 0;
}

.col-main .section>.section-footer {
    margin: 0 15px;
}

@media (min-width:768px) {
    .col-main .section>.section-header.section-no-horizontal-space,
    .col-main .section>.section-content.section-no-horizontal-space {
        padding-left: 0;
        padding-right: 0;
    }
    .col-main .section-content .content-date {
        margin-left: -15px;
        margin-right: -15px;
    }
    .section-content .content-date .date-box {
        padding: 0;
    }
    .col-main .section-content .content-image {
        margin-left: -15px;
        margin-right: -15px;
    }
    .col-main .section-content .cover-image-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
    .section-content .content-date .col-data-al,
    .section-content .content-date .col-data-rivolto {
        text-align: right;
    }
    .section-content .content-date .text-data {
        white-space: nowrap;
    }
    .col-main .section-video>.section-content {
        padding: 0px 0px 15px 0px;
    }
    .col-main .section>.section-footer {
        margin: 0;
    }
}

.section-content .content-date .date-box {
    font-size: 17px;
    font-weight: 600;
}

.section-content .content-date .item-rivolto {
    font-style: italic;
}

.section-content .content-date-evento .date-box {
    padding: 15px;
    color: #fff;
}

.section-content .content-date-evento .text-data {
    font-size: 17px;
    line-height: 1;
    color: #fff;
}

.section-content .content-date-evento .text-data strong {
    font-weight: 600;
}

.section-content .content-date .date-box+.date-progress {
    margin-top: 1px;
}

.section-content .content-date .date-progress {
    height: 30px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.section-content .content-date .date-progress .progress-bar {
    text-align: left;
    font-size: 17px;
    line-height: 30px;
}

.section-content .content-date .date-progress .progress-bar-text {
    padding-left: 15px;
}

.section-content .content-date .date-progress-state-aperto {
    background-color: #9edea9;
}

.section-content .content-date .date-progress-state-aperto .progress-bar {
    background-color: #0D8630;
}

.section-content .content-date .date-progress-state-chiuso {
    background-color: #de9e9e;
}

.section-content .content-date .date-progress-state-chiuso .progress-bar {
    background-color: #E60405;
}

.section-content .content-date .date-dettaglio {
    padding: 30px 15px;
}

.section-content .content-date .date-dettaglio .media+.media,
.section-content .content-date .date-dettaglio .date-dettaglio-col+.date-dettaglio-col {
    margin-top: 5px;
}

.section-content .content-date .date-dettaglio .media-left {
    padding-right: 15px;
}

.section-content .content-date .date-dettaglio .media-left .icon {
    font-size: 30px;
    display: block;
    width: 30px;
    text-align: center;
}

.section-content .content-date .date-dettaglio .media-left .icon-pin-stella-3 {
    font-size: 34px;
}

.section-content .content-date .date-dettaglio .media-left .icon-aggiungi-calendario {
    font-size: 26px;
}

.section-content .content-date .date-dettaglio .media-heading {
    margin-bottom: 3px;
    /*text-transform:uppercase;*/
}

.section-content .content-date .date-dettaglio strong {
    font-weight: 600;
}

.section-content .content-date .date-dettaglio .addtocal .item-link {
    text-decoration: none;
}

.section-content .content-date .date-dettaglio .addtocal .item-link:hover .media-body,
.section-content .content-date .date-dettaglio .addtocal .item-link:focus .media-body,
.section-content .content-date .date-dettaglio .addtocal .item-link:active .media-body {
    text-decoration: underline;
}

.section-content .content-date .date-dettaglio .addtocal .item-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.section-content .content-date .date-dettaglio .addtocal .item-link div {
    vertical-align: middle;
}

@media (min-width:768px) {
    .section-content .content-date .date-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-content .content-date .date-dettaglio .date-dettaglio-col+.date-dettaglio-col {
        margin-top: 0;
    }
    .section-content .content-date .date-dettaglio .addtocal .item-link {
        float: right;
    }
    .section-content .content-date .date-dettaglio .addtocal .media-left,
    .section-content .content-date .date-dettaglio .addtocal .media-body {
        display: block;
        width: 95px;
        text-align: center;
        font-size: 10px;
        line-height: 1.2em;
        padding: 0;
    }
    .section-content .content-date .date-dettaglio .addtocal .icon {
        font-size: 45px;
        width: auto;
        margin-bottom: 10px;
    }
}

.section-content .content-date+.content-text,
.section-content .content-date+.content-image,
.section-content .content-text+.content-btn-group,
.section-content .content-image+.content-text {
    margin-top: 30px;
}

.section-content .content-text+.content-text {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}

.section-content .content-text p {
    margin-bottom: 30px;
}

.section-content .content-text a {
    text-decoration: underline;
}

.section-content .content-text p:last-child {
    margin-bottom: 0;
}

.section-content .content-text-firma p:last-child {
    margin-top: -30px;
}


/*Modifica CAP_36*/

.section-content .content-text h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 30px 0;
    line-height: 1;
}

.section-content .content-text.content-secondary-text h2 {
    font-size: 20px;
    margin: 0 0 5px 0;
    line-height: 1em;
}

.section-content .content-text.content-answer-text .answer-icon {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    background-color: #42AF00;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
}

.section-content .content-text h2:last-child {
    margin-bottom: 0;
}

.section-content .content-btn-group .btn+.btn,
.section-content .content-btn-group .btn+.btn-group,
.section-content .content-btn-group .btn-group+.btn,
.section-content .content-btn-group .btn-group+.btn-group {
    margin-left: 15px;
}

.section-content .content-btn-group .btn-block+.btn-block {
    margin-left: 0px;
}

.section-content .content-dati-luogo+.content-text {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}

.section-content .dati-luogo-block {
    padding: 15px 0;
}

.section-content .dati-luogo-block-evidenza {
    padding: 15px;
    background-color: #eee;
}

.section-content .dati-luogo-block-evidenza .dati-luogo-content {
    font-weight: bold;
}

.section-content .dati-luogo-block-evidenza .dati-luogo-header+.dati-luogo-content {
    margin-top: 15px;
}

.section-content .dati-luogo-map+.dati-luogo-block {
    margin-top: 15px;
}

.section-content .dati-luogo-block .icon {
    font-size: 28px;
    vertical-align: middle;
    margin-right: 10px;
}

.section-content .dati-luogo-block .icon-PEC,
.section-content .dati-luogo-block .icon-busta-chiusa-2 {
    font-size: 18px;
}

.section-content .dati-luogo-block li {
    margin-top: 10px;
}

.section-content .content-info {
    font-style: italic;
    font-weight: bold;
}

.section-content .content-text div[class^="heading-"] {
    margin-bottom: 10px;
}

.section-content .dati-luogo-block li.dati-luogo-telefono {
    padding-right: 15px;
}

.section-content .dati-luogo-block li.dati-luogo-telefono,
.section-content .dati-luogo-block li.dati-luogo-telefono+li.dati-luogo-fax {
    display: inline-block;
    min-width: 170px;
}

.section-content .dati-luogo-block .dati-luogo-mail a {
    color: #333;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

@media (max-width:767px) {
    .section-content a[href^="mailto"] {
        /*section-content mail address too long for mobile*/
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}

.section-content .content-dl dl {
    font-size: 18px;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .section-content .content-dl .dl-horizontal dt {
        width: 220px;
        line-height: 1.5em;
    }
    .section-content .content-dl .dl-horizontal dd {
        margin-left: 240px;
        line-height: 1.5em;
    }
}

.section-content .content-panels:last-child {
    margin-bottom: 0;
}

.section-content .content-text+.content-panels {
    margin-top: 30px;
}

.section-content .content-panels .panel {
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

@media (min-width:768px) {
    .section-content .content-panels .panel {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.section-content .content-panels .panel {
    margin-top: 10px;
}

.section-content .content-panels .sottoparagrafo .panel {
    margin-top: 0;
}

.section-content .content-panels .panel-heading {
    border-radius: 0;
    padding: 0;
}

.section-content .content-panels .panel-title {
    display: table;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.section-content .content-panels .panel-body a {
    text-decoration: underline;
}

.section-content .content-panels .panel-body {
    padding: 25px 15px;
}

.section-content .content-panels .panel-extra {
    padding: 0 15px 25px 15px;
}

.section-content .content-panels .panel-extra.sottoparagrafo {
    padding-bottom: 0;
}

.section-content .content-panels .panel-extra>.sub-section+.sub-section {
    border-top: 1px solid #ccc;
}

.section-content .content-panels .header-accordion {
    display: table-cell;
    padding: 5px 50px 5px 15px;
    height: 58px;
    vertical-align: middle;
    color: #333;
}

@media (max-width:767px) {
    .section-content .content-panels .header-accordion {
        padding-left: 10px;
    }
    .section-content .content-panels .panel-body {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* END Section */


/*Sidebar Menu*/


/*.sidebar-menu{text-transform:uppercase;}*/

@media (max-width:991px) {
    .sidebar-menu {
        padding: 0 15px;
        max-height: none!important;
    }
}

.sidebar-menu .panel-title,
.sidebar-menu .list-group-item {
    display: table;
    width: 100%;
    line-height: 1;
    padding: 0;
}

.sidebar-menu .panel-title>.header-title,
.sidebar-menu .list-group-item a {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px 5px 10px;
    word-break: break-word;
}

.sidebar-menu .panel-title>.header-title,
.sidebar-menu .list-group-item a,
.sidebar-menu .header-accordion-caret-wrap {
    height: 50px;
}

@media (min-width:992px) {
    .sidebar-menu .panel-title>.header-title,
    .sidebar-menu .list-group-item a,
    .sidebar-menu .header-accordion-caret-wrap {
        height: 60px;
    }
    .sidebar-menu {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
}

.sidebar-menu .panel-title>.header-accordion {
    display: table-cell;
    padding-right: 0;
}

.sidebar-menu .panel-title>.header-accordion,
.sidebar-menu .header-accordion-caret-wrap {
    width: 40px;
}

.sidebar-menu .header-accordion .header-accordion-caret {
    font-size: 18px;
    margin-top: -9px;
    margin-left: -9px;
}

.sidebar-menu .panel-heading {
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sidebar-menu .panel-body {
    padding: 0;
}

.sidebar-menu .panel {
    border: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 0;
}

.sidebar-menu .panel-group {
    margin-bottom: 0;
    padding: 0;
}

.sidebar-menu .panel-group .panel {
    border-radius: 0;
}

.sidebar-menu .panel-group .panel+.panel {
    margin-top: 0;
}

.sidebar-menu .panel-group .panel-heading+.panel-collapse>.list-group,
.sidebar-menu .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}


/*default*/

.sidebar-menu .panel-title,
.sidebar-menu .list-group-item {
    font-size: 16px;
}


/*@media (min-width:768px) and (max-width:991px){
        .sidebar-menu .panel-title, .sidebar-menu .list-group-item{ font-size:14px;}
}*/

.sidebar-menu .panel-heading {
    border-bottom: 1.1px solid #eee;
    position: relative;
}

.sidebar-menu .panel:first-child .panel-heading {
    border-top: 1px solid #eee;
}

.sidebar-menu .list-group-item {
    position: relative;
}

.sidebar-menu>.panel:first-child>.panel-heading {
    border-top: 1px solid #eee;
}

.sidebar-menu .panel-heading.current > a:first-child:after,
.sidebar-menu .list-group-item.current:after {
    content: "";
    position: absolute;
    height: 32%;
    display: block;
    width: 3px;
    background-color: #222;
    left: 0;
    top: 0;
}

.sidebar-menu .header-accordion {
    border-left: 1px solid #eee;
}

/*.sidebar-menu .panel-heading.activated:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -8px;
    z-index: 1;
    left: 24px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 8px solid #000;
}*/

.sidebar-menu .panel-heading.active > .header-title,
.sidebar-menu .panel-heading.current > .header-title,
.sidebar-menu .list-group-item.current {
    font-weight: 700;
}

.sidebar-menu .panel-heading .header-title:hover,
.sidebar-menu .panel-heading .header-accordion:hover {
    background-color: #f8f8f8;
}

@media (max-width:991px) {
    .sidebar-menu>.panel-group>.panel:not(.current-root-panel) {
        display: none;
    }
    .sidebar-menu .current-root-panel>.panel-heading>.panel-title>.header-title {
        font-weight: 700;
    }
}


/*secondo livello*/

.sidebar-menu .panel .panel .panel-title>.header-title,
.sidebar-menu .list-group-item a {
    padding-left: 20px
}


/*terzo livello*/

.sidebar-menu .panel .panel .panel .panel-title>.header-title,
.sidebar-menu .panel .list-group-item a {
    padding-left: 30px
}


/*quarto livello*/

.sidebar-menu .panel .panel .panel .list-group-item a {
    padding-left: 40px
}


/*main-panel-heading*/

.sidebar-menu .main-panel-heading .panel-title {
    font-size: 24px;
}

.sidebar-menu .main-panel-heading.active .header-title,
.sidebar-menu .main-panel-heading.current .header-title {
    font-weight: normal
}

.sidebar-menu .main-panel-heading a,
.sidebar-menu .main-panel-heading a:hover,
.sidebar-menu .main-panel-heading a:focus {
    color: #fff;
}

.sidebar-menu .panel>.panel-heading.main-panel-heading {
    background-color: #666666;
}

.sidebar-menu .panel>.panel-heading.main-panel-heading.active:before {
    border-top-color: #666666;
}

.sidebar-menu .main-panel-heading .header-title:hover,
.sidebar-menu .panel>.main-panel-heading.active .header-title:hover {
    background-color: transparent;
}


/*Sidebar menu affix*/


/*Inizio Modifica Blocco scorrimento al cambio orientamento device*/

@media (min-width:992px) {
    .container-sidebar-layout .col-sidebar {
        position: static!important;
    }
    .container-sidebar-layout .col-sidebar.animate {
        -webkit-transition: top 0.3s ease-out;
        transition: top 0.3s ease-out;
    }
    .container-sidebar-layout .col-sidebar .sidebar-menu.is_stuck {
        position: fixed;
    }
    .container-sidebar-layout .col-sidebar .sidebar-menu.is_stuck_bottom {
        position: absolute;
    }
}


/*END Modifica Blocco scorrimento al cambio orientamento device*/


/*inizio modifica per DMD_02*/

@media (min-width:992px) and (max-width:1199px) {
    .sidebar-menu-spacer {
        width: 216.25px!important;
    }
    .sidebar-menu {
        width: 216px!important;
    }
}

@media (min-width:1200px) {
    .sidebar-menu-spacer {
        width: 266.25px!important;
    }
    .sidebar-menu {
        width: 266px!important;
    }
}


/*fine modifica per DMD_02*/


/*Inizio Modifica Blocco scorrimento al cambio orientamento device*/

@media (max-width:991px) {
    .sidebar-menu-spacer {
        position: static!important;
        width: auto!important;
        height: auto!important;
        display: block!important;
        vertical-align: baseline!important;
        float: none!important;
    }
    .sidebar-menu {
        top: auto!important;
        width: auto!important;
        bottom: auto!important;
    }
    ;
}


/*END Modifica Blocco scorrimento al cambio orientamento device*/


/*END Sidebar Menu*/


/*embed video player fastweb*/

.section-video {
    background-color: transparent!important;
    margin-bottom: 15px !important;
}


/*SCDMINSITI-461 28/03/2019*/

.embed-responsive-fastweb-player-with-playlist {
    padding-bottom: 48.25%;
}

@media screen and (max-width:767px) {
    /*Modifica RL_04*/
    .embed-player-video {
        margin-right: -15px;
        margin-left: -15px;
    }
    .container-sidebar-layout>.row>.col-sidebar,
    .container-sidebar-layout>.row>.col-main {
        padding-left: 0;
        padding-right: 0;
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .container-sidebar-layout .embed-player-video {
        margin-right: 0;
        margin-left: 0;
    }
    .embed-responsive-fastweb-player-with-playlist {
        padding-bottom: 152.67%;
    }
    /*Modifica CAP_31*/
}


/*END embed video player fastweb*/

.section .date {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.carousel-control.left,
.carousel-control.right {
    background: initial;
}


/* header fullwidth image */

.header-fullwidth-image .header-image {
    margin: 30px 0;
}


/* END header fullwidth image*/

@media (min-width: 768px) {
    .col-main .section-video-youtube>.section-content {
        padding-left: 0;
        padding-right: 0;
    }
    .header-fullwidth-image .header-image {
        margin: 30px -15px;
    }
}

@media (max-width:991px) {
    .container-lg-to-md {
        width: 100%;
        padding: 0;
    }
    .container-lg-to-md .row-15px-gutter {
        margin: 0;
    }
    .container-lg-to-md .row-15px-gutter .col-15px-gutter {
        padding: 0;
    }
    .container-lg-to-md.container-sidebar-layout>.row>.col-main {
        margin: 0;
    }
}

.component-control+.component-control .section-newsletter-item {
    padding-top: 10px;
}

.section-newsletter-archivio-item {
    margin-bottom: 0;
    padding: 40px 0;
    margin: 0 15px;
}

.section-newsletter-archivio-item h3 {
    text-transform: none;
}

.section-newsletter-archivio-item .section-header .header-data {
    text-transform: none;
    margin-top: 10px;
    font-size: 20px;
}

.section-newsletter-archivio-item .section-header+.section-content {
    margin-top: 0px;
}


/*Modifica IT*/

@media (min-width: 768px) {
    .component-control .section-newsletter-item .section-content {
        margin-top: 80px;
    }
    .section-newsletter-archivio-item {
        margin: 0;
    }
}

.section-newsletter-item .btn-group-newsletter {
    max-width: 360px;
}


/*rss*/

.section-feed-item .item-type {
    color: #1c2024;
    font-weight: 900;
    margin-bottom: 10px;
}

.section-feed-item {
    margin: 0 15px;
}

@media (min-width: 768px) {
    .section-feed-item {
        margin: 0;
    }
}

.section-pagina-servizio {
    padding-top: 50px;
    padding-bottom: 50px;
}

.container-loghi {
    background-color: #fff;
    background-image: url(../tema/img/bg_partners.png);
    background-position: center top;
    background-repeat: repeat-x;
    padding: 40px 0;
}

.container-loghi .section-header h2 {
    margin-bottom: 15px;
}

.partner-list {
    padding: 0;
    margin: 0 -10px;
}

.partner-list-compact {
    margin: 0 -5px;
}

.partner-list .partner {
    display: inline-block;
    margin: 0 10px;
    height: 80px;
}

.partner-list-compact .partner {
    display: inline-block;
    margin: 0 5px;
}

.partner-list .partner a {
    display: inline-block;
    height: 80px;
}

.partner-list .partner img {
    height: 100%;
    width: auto;
}

@media (min-width:1200px) {
    .partner-list {
        margin: 0 -30px;
    }
    .partner-list-compact {
        margin: 0 -15px;
    }
    .partner-list .partner {
        margin: 0 30px;
        height: 100px;
    }
    .partner-list-compact .partner {
        margin: 0 15px;
    }
    .partner-list .partner a {
        height: 100px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .partner-list {
        margin: 0 -24px;
    }
    .partner-list-compact {
        margin: 0 -10px;
    }
    .partner-list .partner {
        margin: 0 24px;
        height: 85px;
    }
    .partner-list-compact .partner {
        margin: 0 10px;
    }
    .partner-list .partner a {
        height: 85px;
    }
}

.superheader-lombardia #superheader .navbar-collapse {
    margin-top: 5px;
}


/*Print CSS Inizio Modifica RL_04*/

@media print {
    /*Tema*/
    body,
    html {
        min-height: 0!important;
        overflow: initial!important;
        padding: 0!important;
        margin: 0px 0px 0px 0px!important;
    }
    /*	body>*:not(.header-print):not(#content):not(.footer){ display:none!important;} */
    .header-print {
        border-top: 1cm solid #297A38;
    }
    .footer {
        position: static;
        border-bottom: none;
        padding: 0;
    }
    .footer .footer-social,
    .footer .footer-english,
    .footer hr,
    .footer .footer-links,
    .footer .footer-navigation,
    .footer .footer-title {
        display: none!important;
    }
    #content>h1.sr-only {
        font-size: 28px;
        font-weight: bold;
        line-height: 1;
        position: static;
        width: auto;
        height: auto;
        margin: 0 0 30px 0;
        padding: 0 15px;
        overflow: visible;
        clip: rect(auto, auto, auto, auto);
        border: 0;
    }
    /*Pagine a due colonne*/
    .container-sidebar-layout .col-sidebar {
        display: none;
    }
    .container-sidebar-layout .col-main {
        width: auto!important;
        margin-top: 0!important;
    }
    .col-main .section>.section-header,
    .col-main .section>.section-content {
        padding-left: 0;
        padding-right: 0;
    }
    /*Pagine interne*/
    .container {
        width: 100%!important;
        margin: 0!important;
        padding-top: 50px;
    }
    .section-header+.section-content {
        margin-top: 30px!important;
    }
    .section-ultimo-aggiornamento {
        font-size: 16px;
        background-color: transparent!important;
        padding-top: 100px;
    }
    /*Dettagli*/
    .header-tools {
        display: none!important;
    }
    .header-more-infos>.header-tools:first-child {
        margin-top: -30px;
        display: block!important;
    }
    .header-more-infos>.header-tools:first-child>* {
        display: none;
    }
    .section-content .content-date .col-data-il,
    .section-content .content-date .col-data-rivolto {
        float: none;
        width: auto;
        text-align: left;
    }
    .section-content .content-date .date-dettaglio .addtocal {
        display: none;
    }
    .header-image,
    .section-preview .item-img,
    .section-main-article .cover-image-wrap {
        max-width: 50%;
    }
    .section-preview a.external-link .item-title:before {
        content: none;
    }
    .section-content .content-panels .panel {
        margin-left: -15px;
        margin-right: -15px;
    }
    /*.component-control:not(:first-child) .section, .sub-section, .content-panels .panel{page-break-inside: avoid;}*/
    /*Dettagli bando*/
    .section-content .content-date .date-box {
        padding-top: 0;
        padding-bottom: 0;
    }
    .section-content .content-date .date-box+.date-progress {
        margin: 0;
    }
    .section-content .content-date .date-progress {
        height: auto;
        margin: 0;
    }
    .section-content .content-date .date-progress .progress-bar {
        width: auto!important;
        line-height: 1.42857143;
    }
    .section-content .content-date .col-data-al,
    .section-content .content-date .col-data-rivolto {
        text-align: left;
    }
    /*Dettagli sede*/
    .section-content .dati-luogo-map {
        display: none;
    }
    .section-content .dati-luogo-map+.dati-luogo-block {
        margin-top: 0;
    }
    .section-content .dati-luogo-block {
        padding-top: 0;
    }
    .section-content .dati-luogo-block-evidenza {
        padding: 0;
    }
    /*Scheda persona*/
    .section-social .list-social li {
        display: block;
    }
    .section-social .list-social li+li {
        margin-top: 15px;
    }
    .section-social .list-social .social-icon {
        width: auto;
        height: auto;
        text-align: left;
        line-height: normal;
    }
    .section-social .list-social .social-icon .icomoon {
        line-height: normal;
    }
    .section-social .list-social .social-icon .sr-only {
        position: static;
        font-size: 16px;
        font-weight: bold;
        width: auto;
        height: auto;
        margin: 0 0 0 16px;
        padding: 0;
        overflow: visible;
        clip: rect(auto, auto, auto, auto);
        border: 0;
    }
    /*Accordion*/
    .collapse {
        display: block;
        height: auto!important;
    }
    .header-accordion-caret-wrap {
        display: none;
    }
    /*Sezioni da non stampare mai*/
    .section-foto-gallery,
    .section-video-gallery,
    .section-video,
    .section-video-youtube,
    .section-media-gallery,
    .section-sondaggio,
    .section-siti-utili,
    .section-a-portata-di-mano {
        display: none;
    }
    /*Elementi da non stampare mai*/
    .arrow,
    .header-links,
    .print-btn,
    .embed-player-youtube,
    .alert-dismissible .close,
    .cerca-pagination,
    .container-loghi {
        display: none;
    }
    /*Link*/
    a[href^="tel:"]:after,
    a[href^="mailto:"]:after,
    .btn[href]:after {
        content: none;
    }
    /*Solo per testing*/
    /*
    a[href="#"]:after{ content:" (http://www.regione.lombardia.it/path_dell_indirizzo/il_quale_potrebbe_essere_molto_lungo/questo/_e_un_test_per_verificare_la_compatibilita_dei_fogli_di_stile_della_stampa_relativamente_alla_larghezza_del_contenitore)";}
    */
    a[href]:after {
        content: none;
        /*Previsto ma non attivo*/
        display: block;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        font-style: normal;
        line-height: 16px;
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    /*Swiper*/
    .swiper-container {
        overflow: visible;
    }
    .swiper-wrapper {
        height: auto;
        display: block;
    }
    .swiper-container-android .swiper-slide,
    .swiper-wrapper {
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -o-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }
    .swiper-slide {
        margin-right: 0!important;
        height: auto;
        display: block;
    }
    .swiper-slide+.swiper-slide {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #eee;
    }
    .swiper-play-pause,
    .swiper-pagination,
    .swiper-button-prev,
    .swiper-button-next,
    .swiper-controls {
        display: none;
    }
    /*Normalizzazione titoli e testi*/
    .heading-01,
    .heading-02,
    .heading-03,
    .heading-04,
    .heading-05,
    .heading-06,
    .heading-07,
    .heading-08,
    .heading-09,
    .heading-10,
    .heading-11,
    .heading-12,
    .heading-13,
    .heading-14 {
        font-size: 22px;
        font-weight: 600;
        margin: 0;
        line-height: 1.4em;
    }
    .text-01,
    .text-02,
    .text-03,
    .text-04,
    .text-05,
    .text-06,
    .text-07 {
        font-size: 18px;
        line-height: 1.4em;
    }
}

@media print and (max-width:767px) {
    .section-content .content-date .date-box,
    .section-content .content-date .date-dettaglio {
        padding: 0;
    }
    .section-content .content-date .date-box+.date-dettaglio {
        margin-top: 15px;
    }
    .section-content .content-date .date-progress .progress-bar-text {
        padding-left: 0;
    }
    .section-ultimo-aggiornamento {
        font-size: 16px;
        background-color: transparent!important;
        padding-top: 100px;
    }
    .container {
        width: 100%!important;
        margin: 0!important;
        padding-top: 100px;
    }
}


/*Extra space & overflow bugfix */

@media print {
    div {
        overflow: initial !important;
    }
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        float: none;
        width: auto;
    }
    .container:before,
    .container:after,
    .row:after,
    .row:before {
        content: none;
    }
}


/*END Modifica RL_04*/


/* modifica T1 per readspeaker */

.list-inline.header-tools-list {
    min-height: 38px;
}

.header-tool-readspeaker2 {
    position: relative;
    bottom: 2px;
}

.img-brand {
    position: absolute;
    /*    height: 100%;*/
    right: 0;
    width: auto;
    /*    bottom: 0;*/
}


/* css stampa: margine */

@page {
    margin: 10%;
}


/* modifica css per readspeaker che va a capo */

@media screen and (max-width: 767px) {
    .header-tool-readspeaker2 {
        float: right;
        display: block;
    }
    .section-main-article .section-header {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 400px) {
    .rsexpanded #readspeakerLink .rsbtn_left.rsimg.rspart {
        visibility: hidden;
    }
}


/* Modifica allineamento icona like */

.header-more-infos .header-tool-like-btn {
    padding-top: 6px;
}


/* Modifica testo External Link english in sovrapposizione */

@media screen and (max-width: 480px) {
    .risultato-rl .item-type .external {
        display: block !important;
        position: inherit !important;
        width: max-content;
        padding-top: 5%;
    }
}

@media screen and (max-width: 768px) {
    .section.section-registrazione-utente,
    .section.section-form-registrazione-utente {
        padding-left: 15px;
    }
}


/* modifiche per icona ricerca */

.icon-cerca {
    color: white;
    margin-left: 15px;
    margin-top: 15px;
    font-size: 28px;
    font-weight: 600;
}

#iconaCerca {
    height: 4.3em;
    width: 4.3em;
    /* background-color: #003366; */
    border-radius: 100%;
    /* float: right; */
    position: absolute;
    padding: 0px;
    margin-right: 10px;
    position: fixed;
    z-index: 100;
    bottom: 4%;
    right: 1%;
    opacity: 0;
}

#main-search-mobile {
    position: fixed;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 5000;
}

#search-block-mobile {
    box-shadow: none;
}

#search-block-mobile button:nth-child(1) {
    padding: 0px;
}

.form-group {
    width: 90% !important;
}

#bottoneExit {
    background-color: transparent;
    border-width: 0px;
    color: white;
    left: 5px;
    width: 8%;
    font-size: 19px;
}

#didascalia_img_main {
    font-family: 'Titillium Web', 'Lato', sans-serif;
}


/*  MULTILINGUA  */


/* .navbar-superheader > .container > div:first-child, */


/* .navbar-superheader > div > div:first-child{ */


/*     margin-right: auto; */


/* } */

.navbar-superheader>.container,
.navbar-superheader>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inherit;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
}

#superheader .navbar-header.navbar-header-table {
    float: right;
}

.wrap-multilanguage.navbar-nav .open .dropdown-menu {
    border-top: 0;
}

.wrap-multilanguage span,
.wrap-multilanguage a,
.wrap-multilanguage p {
    font-size: 14px;
}

.wrap-multilanguage {
    float: right;
    padding: 0;
    font-weight: 400;
}

.wrap-multilanguage>li>a {
    width: auto;
    height: 35px;
}

.wrap-multilanguage .navbar-nav>li>a:active,
.wrap-multilanguage .navbar-nav>li>a:focus,
.wrap-multilanguage .navbar-nav>li>a:hover,
.wrap-multilanguage .navbar-nav>li>a:active:hover,
.wrap-multilanguage .navbar-nav>li>a:focus:active {
    background-color: #eeeeee;
    color: #333;
    text-decoration: none;
    padding: 8px 10px 8px 0;
}

.wrap-multilanguage.navbar-nav>li>a {
    background-color: #246c31;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.wrap-multilanguage.navbar-nav>li>a:focus,
.wrap-multilanguage.navbar-nav>li>a:hover {
    text-decoration: none;
}

.wrap-multilanguage.navbar-nav>li>a>span:first-child {
    padding-right: 10px;
}

.navbar-nav .open .dropdown-menu {
    clear: both;
}

.wrap-multilanguage.navbar-nav .open .dropdown-menu>li>a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 0 15px;
}

.wrap-multilanguage li {
    list-style: none;
    margin: 0;
}

.wrap-multilanguage.navbar-nav .open .dropdown-menu.dropdown-menu-right {
    position: absolute;
    background: #eeeeee;
}

.wrap-multilanguage.navbar-nav .dropdown.open a {
    color: #333333;
    text-decoration: none;
    background-color: #eeeeee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

.wrap-multilanguage.navbar-nav .dropdown.open li a p {
    padding: 15px 0;
    margin: 0;
}

.wrap-multilanguage.navbar-nav .dropdown.open li:not(:first-child) a p {
    border-top: 1px solid #c0bebe;
}

@media (min-width: 992px) {
    .navbar-superheader .wrap-multilanguage.navbar-nav>li>a,
    .navbar-superheader .wrap-multilanguage.navbar-superheader-title {
        padding: 7px 10px 11px 0;
    }
    .navbar-superheader .navbar-nav.wrap-multilanguage>li>a:before {
        width: 0;
    }
}

.overEffect {
    padding-left: 15px !important;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    font-weight: bold;
}

.language-element {
    display: flex !important;
}

.language-element>p {
    margin-top: 4px;
    margin-right: 20px;
}

.flag-current .flag-icon {
    margin-left: -15px;
}

.affix-top .wrap-multilanguage {
    display: none;
}

.affix .wrap-multilanguage {
    margin-top: 15px;
    margin-left: 25px;
}

.affix .wrap-multilanguage .dropdown-toggle {
    padding-top: 10px;
}

.affix .wrap-multilanguage .dropdown-toggle span {
    color: #fff;
}

.affix .wrap-multilanguage .dropdown.open .dropdown-toggle span {
    color: #333333;
}


/* modifiche mev t1 */

.section-vertical-timeline {
    font-family: 'Titillium Web', 'Lato', sans-serif;
}

.section-in-evidenza .contenuto-item-title {
    font-family: 'Titillium Web', 'Lato', sans-serif;
}

#countdown-rl {
    font-family: 'Titillium Web', 'Lato', sans-serif;
}

.section-a-portata-di-mano .item-text {
    font-family: 'Titillium Web', 'Lato', sans-serif;
}


/* titolo timeline */

.section-vertical-timeline.section-vertical-timeline .section-header .header-title {
    color: #000;
}


/* mev section in evidenza: titolo */

.section-in-evidenza .section-evidenza-titolo {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}


/* mev spaziatura T1 */

.section {
    padding-bottom: 0px;
    padding-top: 0px !important;
    margin-bottom: 15px;
}

.component-control {
    padding: 0 0 0px !important;
}

.section-header .header-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    margin-top: 5px;
}

.section-lista-foto .col-table-cell-sm-to-up.lista-foto-item {
    padding: 10px;
    background-color: #ffffff;
    margin: 0 15px 0;
}

.section-lista-foto .col-table-cell-sm-to-up.lista-foto-item {
    padding: 0px;
    background-color: #ffffff;
    margin: 0 15px 0;
}

.section.section-doppio-banner {
    margin-bottom: 30px;
}

.section-header+.section-content {
    margin-top: 0px;
}

.section.section-lista-foto {
    /*SCDMINSITI-461 28/03/2019*/
    margin-bottom: 15px;
}

.timeline-jtline {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.section.section-timeliner.section-timeliner {
    display: inline-block !important;
}


/*.component-control.id-Z7_98EI0102J8B580ARBANIU80054.component-control-transparent {
    padding: 0 0 0px;
}*/


/*.component-control.id-Z7_98EI0102J8B580ARBANIU80056 {
    padding-bottom: 0px;
}*/

.container-loghi {
    background-color: #fff;
    background-image: url(../tema/img/bg_partners.png);
    background-position: center top;
    background-repeat: repeat-x;
    /* padding: 40px 0; */
    padding-top: 15px;
    padding-bottom: 15px;
}

.container-loghi .section-header h2 {
    /* margin-bottom: 30px; */
}

@media (min-width: 992px) {
    .footer {
        padding: 30px 0;
    }
}

.footer-title {
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: bold;
    line-height: 1.2em;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-row+.footer-row {
    margin-top: 0px;
}

.sub-section {
    padding-bottom: 15px;
}


/*Modifiche CSS spazio T1*/

.section-lista-foto .row-table-sm-to-up-15px-gutter {
    margin-top: -15px;
}

.section.section-siti-utili .row.row-15px-gutter {
    margin-top: 0px;
}

.section.section-box-notizie {
    margin-bottom: 0px !important;
}


/*SCDMINSITI-461 28/03/2019*/

.section.section-siti-utili {
    margin-bottom: 0px !important;
}


/*.component-control.id-Z7_98EI0102JO1630QOMJ8RPS27G2.component-control-transparent {
    padding-bottom:0px;
}*/


/*.component-control.id-Z7_98EI0102J8B580ARBANIU800B3 {
    padding-bottom: 0px;
}*/

.section.section-agenzia-stampa {
    margin-bottom: 0px;
}

.section.section-agenzia-stampa .section-content.bg-white {
    margin-top: 0px;
}

.section-header {
    padding-top: 0px;
}


/*SCDMINSITI-461 28/03/2019*/

.section-home-notizie-primo-piano {
    margin-bottom: 30px;
}


/*SCDMINSITI-461 28/03/2019*/

.section-siti-utili {
    margin-bottom: 15px !important;
}


/*SCDMINSITI-461 28/03/2019*/

.section-lista-no-foto {
    margin-bottom: 30px !important;
}


/*SCDMINSITI-461 28/03/2019*/

.row-notizia-principale {
    margin-top: 15px;
}


/*SCDMINSITI-461 28/03/2019*/

.section-twitter-carousel {
    margin-top: 15px !important;
}


/*SCDMINSITI-461 28/03/2019*/

.section.section-doppio-banner .section-content {
    padding-bottom: 0px !important;
}


/*SCDMINSITI-461 28/03/2019*/

@media (max-width: 992px) {
    .section.section-lista-foto .section-content {
        padding-top: 10px;
    }
}


/*SCDMINSITI-461 28/03/2019*/

@media (max-width: 991px) {
    .section-doppio-banner .banner-item {
        /* margin-bottom: 10px !important; */
    }
    /*SCDMINSITI-461 28/03/2019*/
}


/*ricerca generica */

.cerca-risultato.text-02 .item-title.heading-12 {
    padding-top: 0px !important;
}


/*SCDMINSITI-461 28/03/2019*/

.section.sub-section.section-feed-item.text-02 .section-header {
    padding-top: 15px;
}


/*SCDMINSITI-461 28/03/2019*/

.section.sub-section.section-feed-item.text-02 .item-title.heading-12 {
    padding-top: 0px;
}


/*SCDMINSITI-461 28/03/2019*/

.section.sub-section.section-feed-item.text-02 .section-content {
    margin-top: 0px;
}


/*SCDMINSITI-461 28/03/2019*/


/* registrazione */

.section.section-form-registrazione-utente .form-group {
    margin-bottom: 0px;
}


/*SCDMINSITI-461 28/03/2019*/


/*archivio newsletter*/

.section.sub-section.section-newsletter-archivio-item .section-header {
    padding-top: 15px !important;
}


/*SCDMINSITI-461 28/03/2019*/

.section.sub-section.section-newsletter-archivio-item {
    padding-bottom: 0px!important;
}

.section-newsletter-archivio-item h3.header-title.header-title-small {
    padding-top: 0px !important;
}


/*pagina tematica*/

.section-content.contenuti_tematici h3.item-title.heading-12 {
    padding-top: 0px !important;
}


/*SCDMINSITI-461 28/03/2019*/


/*contenitore avvisi*/

.section.section-avvisi h2.item-title.heading-12 {
    padding-top: 0px !important;
    margin-top: 0px !important;
}


/*SCDMINSITI-461 28/03/2019*/


/*contenitore pubblicazioni*/

.section.section-pubblicazioni h2.item-title.heading-12 {
    padding-top: 0px !important;
    margin-top: 0px !important;
}


/*SCDMINSITI-461 28/03/2019*/


/*contenitore eventi*/

.group-filtri .btn-group-filtri-wrap {
    margin-top: 15px;
}


/*SCDMINSITI-461 28/03/2019*/


/* Redazionale */

@media (min-width: 768px) {
    .header-fullwidth-image .header-image {
        margin: 30px -15px;
    }
}

@media only screen and (min-width: 1100px) {
    .jtline {
        margin: 1em auto;
    }
}

.section.section-foto-gallery.section-transparent .section-content {
    margin-top: 0px;
}

.section.section-foto-gallery.section-transparent .section-content {
    margin-top: 0px;
    padding-bottom: 0px;
}

.section.section-video-gallery.section-transparent .section-content {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
}

.section-content.section-content-allegati .item-title.heading-12 {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.section.section-preview.section-link .item-title.heading-12 {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.section-content.section-content-link {
    margin-bottom: 0px !important;
}

.section-content.section-content-faq .item-title.heading-12 {
    padding-top: 0px !important;
}

@media (min-width: 768px) {
    .section-sondaggio .sondaggio-panel {
        padding: 20px 0 !important;
    }
}

.section.section-video-gallery.section-transparent {
    margin-bottom: 0px !important;
}

.section.section-preview.section-allegati {
    margin-bottom: 0px !important;
}

.section.section-preview.section-faq {
    margin-bottom: 0px !important;
}

.section.section-main-chart.section-transparent {
    margin-bottom: 0px !important;
}

.section.section-preview.section-allegati .section-content.section-content-allegati {
    padding-bottom: 0px;
}

@media (max-width: 768px) {
    .section.section-preview.section-faq .section-header {
        padding-top: 0px !important;
    }
    .section.section-preview.section-link .section-header {
        padding-top: 0px !important
    }
    .section.section-preview.section-allegati .section-header {
        padding-top: 0px !important;
    }
    .section.section-foto-gallery.section-transparent {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 768px) {
    .section.section-foto-gallery.section-transparent {
        margin-bottom: 15px !important;
    }
}

.timeline-jtline .section-header {
    padding-top: 0px !important;
}

section#jtlinesection {
    margin-bottom: 0px !important;
}

.section.section-jtline.section-jtline.section-jtlineT2.rows {
    margin-bottom: 0px !important;
}

.section.section-video-youtube.section-transparent {
    margin-bottom: 15px;
}

.section.section-video-youtube.section-transparent .section-content.section-no-horizontal-space {
    padding-bottom: 0px;
}

@media (max-width: 768px) {
    .section.section-video-youtube.section-transparent .section-header {
        padding-top: 0px !important;
    }
}

.section.section-video-gallery.section-transparent .videoplayer-with-playlist {
    margin-bottom: 15px;
}

.section.section-preview.section-link .section-content.section-content-link {
    padding-bottom: 15px;
}


/*Evento*/

.section.section-preview.section-allegati {
    padding-top: 15px!important;
}

.section.section-preview.section-link {
    padding-top: 15px!important;
}


/*Politiche in evidenza*/

.bhoechie-tab-container {
    margin-top: 15px;
}


/*A portata di mano*/

.section-a-portata-di-mano.section-a-portata-di-mano.rows .section-header {
    padding-bottom: 5px;
}


/*Vertical Timeline*/

.wrapper-timeline .header-title {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}


/*Countdown*/

.section.section-countdown.section-countdown.rows .section-header {
    padding-top: 0px;
}

.section.section-countdown.section-countdown.rows .section .section-content {
    padding-bottom: 0px;
}


/* external links */

.section-preview a.external-link .item-title,
.calendar-content-item a.external-link {
    position: relative;
    padding-right: 40px;
}

.section-preview a.external-link .item-title:before,
.calendar-content-item a.external-link:before {
    right: 0px;
}

@media(min-width:768px) {
    .section.section-servizi-cerca .section-content {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media(max-width:768px) {
    .section.section-servizi-cerca .section-content {
        padding-right: 0px;
        padding-left: 15px;
    }
}

.section.section-main-article {
    margin-bottom: 0px !important;
}

@media(max-width:992) {
    .form-group {
        width: 90% !important;
    }
}


/*newsletter*/

.section.sub-section.section-newsletter-item {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.section.section-preview.section-allegati .section-header {
    padding-top: 0px !important;
}

.section.section-preview.section-link .section-header {
    padding-top: 0px !important;
}

.section.section-in-evidenza.section-in-evidenza.rows .section-header {
    margin-bottom: 0px !important;
}

@media (max-width: 991px) {
    .section-doppio-banner .banner-item:last-child {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 992px) {
    .section.section-lista-foto {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .section.section-lista-no-foto {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    body:not(.lite-theme) .component-control:first-child .header-title {
        padding-top: 0px;
    }
}

.section.sub-section.section-feed-item.text-02 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 991px) {
    .section.section-preview.section-faq {
        padding-top: 15px !important;
    }
}

.col-main .component-control .section .section-header {
    padding-top: 15px;
}

.section-header.spacing-title {
    padding-top: 15px !important;
}

@media (max-width: 768px) {
    .section.section-video-youtube.section-transparent .section-header.spacing-title {
        padding-top: 15px !important;
    }
}

@media (max-width: 991px) {
    .section.section-lista-no-foto .riga-lista {
        padding-top: 0.5px;
    }
}

.section.section-doppio-banner {
    margin-bottom: 15px;
}

.section.section-doppio-banner {
    padding-top: 15px !important;
}

@media (max-width: 991px) {
    ul.nav.navbar-nav.wrap-multilanguage li.dropdown {
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .dropdown-menu-right {
        margin-right: 30px;
    }
}

.sub-section-allegati-paragrafi h3 {
    margin-top: 0px;
    padding-top: 0px;
}

.item-allegato-icon {
    min-width: 42px;
}

.media {
    padding-bottom: 5px;
    padding-top: 5px;
}

@media screen and (max-width: 767px) {
    .section-allegati .section-header {
        padding-bottom: 0px;
    }
}


/* Modifica a portata di mano */

.section-a-portata-di-mano .col-6px-gutter:nth-child(4n) {
    clear: both;
}

#main-search {
    display: table !important;
    min-height: 110px;
    max-height: 110px;
}

.navbar-servizio {
    display: table-cell;
    vertical-align: middle;
}


/*.navbar-servizio > li {
    vertical-align: middle;
    display: inline;
}*/

.navbar-servizio .dropdown-toggle {
    height: 100%;
    display: block;
    border-radius: 5px;
    padding: 4px 20px 8px 20px;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    outline: none;
}

@media (max-width: 450px) {
    .navbar-servizio .dropdown-toggle {
        padding: 0px;
    }
    .navbar-servizio.multilanguage .dropdown {
        padding-left: 0px;
        padding-right: 1px;
    }
}

.affix .navbar-servizio .dropdown-toggle {
    height: 70px;
    display: block;
    border-radius: 5px;
    padding: 4px 20px 8px 20px;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

.main-search-form {
    padding: 60px 0;
}

#search-block-collapse {
    background-color: #eee;
}

#search-block-collapse .form-control {
    border-radius: 0;
    border: none;
    height: 80px;
    padding-right: 80px;
    padding-left: 36px;
    font-size: 20px;
}

#search-block-collapse .form-group {
    margin: 0 -80px 0 0;
    float: left;
    width: 100% !important;
}

#search-block-collapse .btn {
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    font-size: 36px;
    line-height: 80px;
    background-color: transparent;
    border: none;
    display: block;
    position: relative;
}

#search-block-collapse .btn .glyphicon-spin {
    margin-right: 0;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -30px;
    -webkit-transform-origin: 49% 50%;
    transform-origin: 49% 50%;
    -ms-transform-origin: 49% 50%;
}

#search-block-collapse .btn {
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    font-size: 36px;
    line-height: 80px;
    background-color: transparent;
    border: none;
    display: block;
    position: relative;
}

#search-block-collapse .form-control {
    width: 100% !important;
    text-decoration: none;
}

.navbar-principale-tall #main-search .dropdown-toggle[aria-expanded="true"] {
    background-color: #EDEDED;
    height: 100%;
    display: block;
    border-radius: 5px;
    padding: 4px 20px 8px 20px;
    color: black;
}

#main-search .dropdown-toggle[aria-expanded="true"] {
    background-color: #EDEDED;
    height: 100%;
    display: block;
    border-radius: 5px;
    padding: 4px 20px 4px 20px;
    color: black;
}

@media (min-width: 2110px) {
    .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 300px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 30%;
        right: 0;
        max-height: 110px;
        z-index: -1;
    }
    .affix .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 70px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 30%;
        right: 0;
        max-height: 70px;
        z-index: -1;
    }
}

@media (min-width: 2070px) and (max-width: 2410px) {
    .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 300px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 27%;
        right: 0;
        max-height: 110px;
        z-index: -1;
    }
    .affix .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 70px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 27%;
        right: 0;
        max-height: 70px;
        z-index: -1;
    }
}

@media (min-width: 2070px) and (max-width: 2410px) {
    .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 300px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 27%;
        right: 0;
        max-height: 110px;
        z-index: -1;
    }
    .affix .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 70px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 27%;
        right: 0;
        max-height: 70px;
        z-index: -1;
    }
}

@media (min-width: 1830px) and (max-width: 2070px) {
    .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 300px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 24%;
        right: 0;
        max-height: 110px;
        z-index: -1;
    }
    .affix .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 70px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 24%;
        right: 0;
        max-height: 70px;
        z-index: -1;
    }
}

@media (min-width: 1590px) and (max-width: 1830px) {
    .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 300px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 20%;
        right: 0;
        max-height: 110px;
        z-index: -1;
    }
    .affix .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 70px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 20%;
        right: 0;
        max-height: 70px;
        z-index: -1;
    }
}

@media (min-width: 1370px) and (max-width: 1590px) {
    .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 300px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 15%;
        right: 0;
        max-height: 110px;
        z-index: -1;
    }
    .affix .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 70px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 16%;
        right: 0;
        max-height: 70px;
        z-index: -1;
    }
}

@media (min-width: 1200px) and (max-width: 1370px) {
    .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 300px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 12%;
        right: 0;
        max-height: 110px;
        z-index: -1;
    }
    .affix .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 70px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 12%;
        right: 0;
        max-height: 70px;
        z-index: -1;
    }
}

@media (max-width: 1370px) {
    .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 300px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 12%;
        right: 0;
        max-height: 110px;
        z-index: -1;
    }
    .affix .full-div:after {
        content: " ";
        background-color: #004a4d;
        height: 70px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 12%;
        right: 0;
        max-height: 70px;
        z-index: -1;
    }
}

@media (max-width: 991px) {
    .full-div:after {
        content: " ";
        background-color: transparent !important;
        height: 300px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 12%;
        right: 0;
        max-height: 110px;
        z-index: -1;
    }
    .affix .full-div:after {
        content: " ";
        background-color: transparent !important;
        height: 70px;
        content: ' ';
        position: absolute;
        top: 0;
        width: 12%;
        right: 0;
        max-height: 70px;
        z-index: -1;
    }
}

#main-search {
    float: right;
}

.navbar-principale.affix #main-search {
    max-height: 70px;
    min-height: 70px;
    top: 1px;
}

.navbar-principale.affix .navbar-servizio {
    height: 70px;
}

@media (max-width: 991px) {
    #main-search {
        display: none !important;
    }
}

.navbar-principale-tall .navbar-desktop-brand {
    height: 460px;
    font-size: 62px;
    line-height: 1.1em;
}

.navbar-header .multilanguage .dropdown-toggle {
    color: black;
    margin-left: -70px;
}

.navbar-principale-tall .navbar-desktop-brand-background {
    position: relative;
    height: 100%;
}

.navbar-desktop-brand-background {
    position: relative;
    height: 300px;
    top: -87.5px;
    padding: 87.5px 0;
}

.navbar-principale .img-brand {
    position: absolute;
    height: 100%;
    right: 0;
    width: auto;
    bottom: 0;
}

.multilanguage .dropdown-menu>li>a:hover {
    font-weight: 700;
    background-color: #eee;
    padding-left: 30px !important;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    font-weight: bold;
}

.navbar-servizio .dropdown-menu,
.navbar-servizio .dropdown-collapse {
    background-color: #eee;
    border-radius: 0;
    margin-top: 1px;
    right: 8px;
    font-size: 14px;
    border: none;
    padding: 15px 0;
    min-width: 160px;
    max-width: 200px;
    border-top: 2px solid;
}

.multilanguage .dropdown-menu {
    padding: 0;
    font-size: 14px;
    min-width: 160px;
    z-index: 999;
}

.multilanguage .dropdown-menu>li {
    padding: 0;
    font-size: 14px;
    list-style: none;
    margin: 0;
}

.multilanguage .dropdown-menu>li>a {
    padding: 10px 0;
    padding-left: 15px;
    text-align: left;
}

.multilanguage .dropdown-menu>li:not(:first-child) {
    border-top: 1px solid #c0bebe;
}

#main-search-mobile .main-search-form {
    padding: 0;
}

.navbar-servizio .material-icons {
    font-size: 36px;
}

.affix .navbar-servizio .material-icons {
    font-size: 30px;
}

#search-block-collapse .container {
    padding-left: 10%;
    padding-right: 10%;
}

.dropdown-cerca .dropdown-toggle[aria-expanded="true"] .material-icons:first-child {
    display: none;
}

.dropdown-cerca .dropdown-toggle[aria-expanded="false"] .material-icons:nth-child(2) {
    display: none;
}

#search-block-collapse .container {
    padding-left: 10%;
    padding-right: 10%;
}

.dropdown-cerca .dropdown-toggle[aria-expanded="true"] .material-icons:first-child {
    display: none;
}

.dropdown-cerca .dropdown-toggle[aria-expanded="false"] .material-icons:nth-child(2) {
    display: none;
}

.full-div #login {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.full-div #login .nav.navbar-nav .dropdown {
    display: initial;
    padding-left: 5px;
    padding-right: 5px;
}

.full-div #login .nav.navbar-nav .dropdown .dropdown-toggle {
    height: 100%;
    display: block;
    border-radius: 5px;
    padding: 18px 20px 18px 20px;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}

.full-div #login .navbar-area_riservata-icon {
    margin-right: 0px;
    margin-top: 2px;
    margin-bottom: 17px;
    font-size: 24px;
}

.full-div #login .dropdown-toggle {
    text-align: center;
}

.navbar-principale .full-div #login .dropdown-toggle[aria-expanded="true"] {
    background-color: #EDEDED;
    height: 100%;
    display: block;
    border-radius: 5px;
    padding: 4px 5px 8px 5px;
    color: black;
}

.full-div #login>li>a:hover,
.full-div #login>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.navbar-principale-tall .full-div #login .dropdown-toggle[aria-expanded="false"] {
    height: 100%;
    display: block;
    border-radius: 5px;
    padding: 4px 5px 8px 5px;
    color: white;
}

.navbar-principale .full-div #login .dropdown-toggle[aria-expanded="false"] {
    height: 100%;
    display: block;
    border-radius: 5px;
    padding: 4px 5px 8px 5px;
    color: white;
}

.full-div #login .open .dropdown-menu {
    border-top: 2px solid;
    left: -100%;
    width: 200px;
}

.affix .navbar-servizio.multilanguage.list-inline {
    display: none;
}

.navbar-top #login .dropdown-menu>li>a {
    color: #333;
    padding: 10px 0;
    padding-left: 15px;
    text-align: left;
}

.navbar-top #login .dropdown-menu {
    background-color: #eee;
}

.navbar-top #login .dropdown-menu>li:not(:first-child) {
    border-top: 1px solid #c0bebe;
}

.navbar-top #login .text {
    font-size: 16px;
}

.affix #login .dropdown-toggle {
    display: block !important;
    border-radius: 5px !important;
    padding: 4px 20px 8px 20px !important;
    color: white !important;
    text-decoration: none !important;
    text-align: center !important;
    font-size: 14px !important;
}

.affix #login .navbar-area_riservata-icon {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 22px;
}

.cerca-risultato .item-type {
    font-weight: 600 !important;
}

@media (min-width: 992px) {
    .col-md-5-fix {
        width: 40.666667% !important;
    }
}

.cerca-riassunto.text-02 .heading-04 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2em;
    font-family: 'Titillium Web', 'Lato', sans-serif;
}

.affix .navbar-loghi {
    display: none !important;
}

@media (max-width: 1320px) {
    .navbar-principale-tall .navbar-brand img,
    .navbar-principale-tall .navbar-logo img {
        height: 70px !important;
    }
}

@media (max-width: 800px) {
    .section-video-youtube-playlist-netflix .playlist-thumbails {
        margin-left: 15px !important;
    }
}

@media screen and (max-width: 767.5px) {
    .section-video-hero .hero-title {
        padding-left: 30px;
    }
}

.group-filtri .btn-group-filtri .radio label input:focus, .group-filtri .btn-group-filtri .checkbox label input:focus, .group-filtri .btn-group-filtri .dropdown-menu label:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
}

.label-focus {
    outline: 5px auto -webkit-focus-ring-color !important;
}

#sidebar-menu ul {
    padding-inline-start: 0px;
    margin-bottom: 0px;
}

.sidebar-menu .panel.panel-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebar-menu .panel.panel-heading .header-title {
    display: flex;
    align-items: center;
    flex-basis: 81%;
    flex-grow: 1;
}

.sidebar-menu .panel.panel-heading ul {
    flex-direction: column;
    flex-basis: 100%;
}

.sidebar-menu .panel-heading.activated > .header-title:before {
    top: 60px !important;
    content: "";
    position: absolute;
    display: block;
    z-index: 4;
    left: 24px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 8px solid #000;
}

.sidebar-menu .panel.panel-heading.active > ul {
    border-top: 1px solid white;
}

@media (min-width: 1200px) {
    .sidebar-menu .panel.panel-heading .header-title {
        flex-basis: 14.1em;
    }
}

.sidebar-menu .panel.panel-heading .header-title:only-child {
    flex-basis: 100%;
}

#sidebar-menu .panel.panel-heading > ul .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#sidebar-menu .panel.panel-heading > ul .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.sidebar-menu .panel-heading.active > a {
    color: #fff;
}

.sidebar-menu .panel.panel-heading.active ul ul li.panel-heading {
    background-color: #fff;
}

.sidebar-menu .panel:first-child.panel-heading {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    .sidebar-menu .panel-heading.activated > .header-title:before {
        top: 50px !important;
    }
}

.sidebar-menu ul ul ul .list-group-item.current:after {
    height: 100% !important;
}

a.dropdown-toggle.collapsed:focus{
    outline :2px white solid !important;
}
