/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
/fileadmin/sitoV3/img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'roboto';
    src: url('/fileadmin/sitoV3/fonts/Roboto-Regular.ttf');
}


.tip {
    display: none;
    max-width: 300px;
    line-height: 2em;
    margin: 2em auto;
    text-align: left;
}












/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * No Margin
 * Elimina i margini laterali, usa !important
 *
 *
 */

.no-side-margin {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href*="#"]:after,
    a[href*="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*************/
/** TABELLE **/
/*************/

table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-radius: 10px;
    margin: 0px -1px 24px 0px;
    text-align: left;
    width: 100%;
    cellspacing: 0;
}
table td, table th {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 6px 12px;
    vertical-align: middle;
}
table td:last-child {border-right: none !important;}
table tr.tr-odd {background: #ededed;}
table tr.tr-0 th {
    border-top: 1px solid #931E1F;
    border-left: 1px solid #931E1F;
    border-right: 1px solid #931E1F;
    border-bottom: 2px solid #931e1f;
    background: #ae1516; 
    color: white;
}
table tr.tr-0 td {border-top: none !important;}

/***********/
/** liste **/
/***********/

dt {margin: 1.5em 0 .5em 0;}
dd {margin-bottom: 1.5em; line-height: 1.2em;}
ul, li {
        margin: 0;
        padding: 0;
    }
body, html {
    margin: 0;
    width: 100%;
    text-align: center;
}
body {
    font-family: 'roboto', sans-serif;
    font-size: 100%;
}
img {
    border: 0;
    outline: none;
}
h1 {
    line-height: 1.2em;
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
    margin: 1em 0 .5em;
}
h3 {
    font-size: 1.6em;
}
h4, h5, h6 {
    font-size: 1.2em;
}

.center {
    text-align: center;
}

.clearfix {
    clear: both;
    height: 0;
}




/*** main setup ***/

.fascia {
    padding-top: 1px;
    margin-top: -1px;
    width: 100%;
}
#wrapper {
    height: 100%;
    text-align: left;
}
#content,
.main-logo,
#nav_menu,
#footer_content {
    margin: 0 auto;
    width: 980px;
}
#footer_content {
    text-align: center;
}
#torna_su {
    
    background: #222;
    bottom: 30px;
    cursor: pointer;
    height: 30px;
    position: fixed;
    right: 30px;
    width: 30px;
    z-index: 300;
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
}
#torna_su:hover {
    bottom: 35px;
}
/*** paragrafi ***/
#primario [class*="ial-par"]:last-child, 
#content [class*="ial-par"]:last-child, 
.indicedx_centro_template #content [class*="ial-par"]:last-child {
    margin-bottom: 0; 
}
[class*="ial-par"], [class*="ial-par"] p {
    /*border-radius: 8px;*/
    position: relative;
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
}
[class*="ial-par"]:after, [class*="ial-par"]:before {
    content: '';
    display: block;
    position: relative;
}
#content [class*="ial-par"] li {
    margin: 1em 0 .5em 1em;
}
#content [class*="ial-par"] p {
    margin: 1em 0 .5em 0;
    z-index: 20;
}
[class*="ial-par"]:hover {
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    /*transform: translateY(-4px) translateX(4px);*/
}

#secondario [class*="ial-par"] {
    border-radius: 3px;
    font-size: .95em;
    line-height: 1.4em;
    /*margin: 0 1em 2em 1em;*/
    padding: .5em 1.5em;
}
#secondario [class*="ial-par"] h1 {font-size: 1.4em;}
#secondario [class*="ial-par"] h1, #secondario [class*="ial-par"] h2, #secondario [class*="ial-par"] h3 {
    margin: .5em 0;
    line-height: 1.4em;

}
#secondario [class*="ial-par"] p {font-size: 1em; }

#footer [class*="ial-par"] {
    margin: .5em auto;
    padding: 0;
    overflow: visible;
}
#footer [class*="ial-par"] p {
    color: #757A80;
    line-height: 1.8em;
}
.ial-par-norm,
.ial-par-norm-bordo,
.ial-par-chiaro,
.ial-par-chiaro-bordo,
.ial-par-scuro,
.ial-par-scuro-bordo,
.ial-par-postit,
.ial-par-evidenza,
.ial-par-news {
    border-radius: 10px;
    margin: 0 auto 2em auto;
    padding: 1em 2em;
    overflow: auto;
    line-height: 1.6em;
}
#secondario > .ial-par-norm {padding: 0 0 0 1em;}
.ial-par-norm-bordo {
    border: 1px solid #e2e2e2;
}
.ial-par-scuro, .ial-par-scuro-bordo {
    background: /*#DEE2E7 #eaecef*/ #E7E9EE;
}
.ial-par-scuro-bordo {
    border: 1px solid /*#bbbec7*/ #d1d2d3;
}
.ial-par-postit, .ial-par-news {
    
    border-top: 0px;
    border-right: 0px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    
    border-style: solid;
    overflow: visible;
    border-radius: 10px 10px 10px 0;
}
.ial-par-postit {background: #F6EEDC;border-color: #E2D7C2;}
.ial-par-news {background: #f2f4f4;border-color: #d9dbdb}

.read-more-news {
    border-radius: 30px;
    border: 2px solid;
    border-color: #ccd0d9;
    color: #1B6A9B;
    display: inline-block;
    font-size: .8em;
    margin: 1em 0;
    overflow: hidden;
}
#content .read-more-news a {
    background: url('/fileadmin/sitoV3/img/icone/di-qua.png') -26px 50% no-repeat;
    border-bottom: 0px;
    padding: 8px 24px;
    display: block;
    transition-duration: .1s;
    -moz-transition-duration: .1s;
    -o-transition-duration: .1s;
}
#content .single-news-main .read-more-news a {
	background: url('/fileadmin/sitoV3/img/icone/di-la.png') 120% 50% no-repeat;
}
.news-latest-date, .news-latest-morelink, .news-latest-category {font-size: .8em;}
.news-cat {background-color: #ddd;}
#content .read-more-news a:hover {background-position: -10px 50%; border-bottom: 0px;}
#content .single-news-main .read-more-news a:hover {background-position: 105% 50%; border-bottom: 0px;}
.data-DNMY {background: #FBF3E1; display:inline-block; font-size: .8em; margin-top: 1em; padding: 2px 8px; }
#primario .data-DNMY {margin-bottom: 1em;}
#content .data-DNMY a, #content .data-DNMY a:hover {border-bottom: 0px;}

.ial-par-postit:after, .ial-par-news:after {

    
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-radius: 10px 0 10px 10px;
    border-right: 1px solid;
    border-top: 2px solid;
    
    bottom: -2px;
    content: '';
    display: block;
    height: 80%;
    left: -13px;
    position: absolute;
    width: 10px;
    z-index: 999;
}
.ial-par-postit:after {background: #F2E6CD;border-color: #E2D7C2;}
.ial-par-news:after {background: #E7E9EE; border-color: #d9dbdb;}
.ial-par-postit:before, .ial-par-news:before {
    
    
    border-bottom: 2px solid;
    
    bottom: -2px;
    content: '';
    display: block;
    height: 12px;
    left: -5px;
    position: absolute;
    width: 10px;
    z-index: 888;
}
.ial-par-postit:before {background: #F6EEDC;border-color: #E2D7C2;}
.ial-par-news:before {background: #f2f4f4; border-color: #d9dbdb;}
.ial-par-evidenza {
    background: white;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid #cb2026;
    box-shadow: 0 0 2px #cb2026;
    left: -4em;

    margin-bottom: 4em;
    margin-right: 0;
    margin-top: 4em;
    position: relative;
    padding-left: 2em;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    overflow: visible;
}
.ial-par-evidenza:before {
    top: -1px;
    left: -1px;
    right: auto;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent transparent #cb2026;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.ial-par-evidenza:after {
    position: absolute;
    left: -1px;
    bottom: -12px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 32px 12px 0;
    border-color: transparent #cb2026 transparent transparent;
   
}

.sx_centro_template #primario .ial-par-evidenza {
    margin: 4em 0;
    padding-right: 1.5em;
}
.sx_centro_template #primario .ial-par-evidenza:after {
    border-width: 12px 32px 0 0;
}

#secondario .ial-par-evidenza, .sx_centro_template .ial-par-evidenza {
    border-radius: 4px 0px 0px 4px;
    left: inherit;
    margin: 0 0 2em 1em;
    width: 100%;
    overflow: visible;
}
#secondario .ial-par-evidenza p {
    padding-right: 5em;
}
#secondario .ial-par-evidenza:before, .sx_centro_template .ial-par-evidenza:before {
    top: -1px;
    right: 0px;
    left: auto;
    border-width: 0 40px 40px 0;
    border-color: transparent #cb2026 transparent transparent;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
#secondario .ial-par-evidenza:after, .sx_centro_template .ial-par-evidenza:after {
    position: absolute;
    left: auto;
    right: -1px;
    bottom: -12px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 30px 0 0;
    border-color: #cb2026 transparent transparent transparent;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.sx_centro_template .ial-par-evidenza:after {right: 0px;}
.sx_centro_template #secondario .ial-par-evidenza {
    border-radius: 0 3px 3px 0;
    left: -4em;
    margin-left: 0px;
    padding-left: 2em;
    padding-bottom: 20px;
    padding-top: 20px;

}
.sx_centro_template #secondario .ial-par-evidenza:before {
    border-width: 40px 40px 0 0;
    border-color: #cb2026 transparent transparent #cb2026;
    left: 0px;
    right: inherit;
}
.sx_centro_template #secondario .ial-par-evidenza:after {
    border-width: 0px 28px 12px 0px;
    border-color: transparent #cb2026 transparent transparent;
    left: 0px;
    
}
#content .news-title a {
    border-style: dashed;
    line-height: 1.4em;
    padding-bottom: 2px;

}
.news-title {
}
#secondario [class*="ial-par"] h3.news-title {
    display: inline-block;
    margin-bottom: 0em;
    font-size: 1.4em;
}
#content #secondario .news-img a {
    line-height: auto;
    overflow: auto;
    display: inline;
}
#secondario #SX_menu {padding-right: 1em;}

/**
 ** titoli
 **/

[class*="ial-tit"] {font-size:2em; padding-left: 34px;text-transform: uppercase;}
#secondario [class*="ial-tit"] {font-size: 1.4em;}
.ial-tit-notizia {background: url(/fileadmin/sitoV3/img/icone/ico-notizie.png) left center no-repeat; margin: 1em;}
#secondario [class*="ial-par"] .ial-tit-notizia {margin: 1em;}
.ial-tit-email {background: url(/fileadmin/sitoV3/img/icone/ico-mail.png) left center no-repeat;}
.ial-tit-notizia {background: url(/fileadmin/sitoV3/img/icone/ico-notizie.png) left center no-repeat;}
.ial-tit-tip {background: url(/fileadmin/sitoV3/img/icone/ico-tip.png) left center no-repeat;}
.ial-tit-form {background: url(/fileadmin/sitoV3/img/icone/ico-form.png) left center no-repeat;}
.ial-tit-comserv {background: url(/fileadmin/sitoV3/img/icone/ico-servizi.png) left center no-repeat;}
.ial-tit-pagina {background: url(/fileadmin/sitoV3/img/icone/ico-pagina.png) left center no-repeat;}
.ial-tit-tempo {background: url(/fileadmin/sitoV3/img/icone/ico-tempo.png) left center no-repeat;}
.ial-tit-ora {background: url(/fileadmin/sitoV3/img/icone/ico-ora.png) left center no-repeat;}
/************/
/** HEADER **/
/************/

.main-logo {
    margin: 16px auto;
}
#header {
    margin-bottom: 10px;
}
/**** MENU ****/



#menu_container {
    clear: both;
    background: #F1F2F4;
    border-bottom: 1px solid #cecece;
    box-shadow: 0px 2px 20px rgba(0,0,0,0);
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;

}
#menu_container.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 2px 20px rgba(0,0,0,0.2);
    border-bottom: 1px solid transparent;
}
.no-boxshadow #menu_container.sticky {
    border-bottom: 4px solid #cecece;
}
#navLogo {
    display: inline-block;
    margin-top: -14px;
    margin-right: 20px;
    height: 10px;
    position: relative;
    width: 28px;

}
#nav_menu #navLogo a {
    margin-top: -14px;
    height: 28px;
    left: 0;
    position: absolute;
    top: 50%;
    padding: 0;
}
.no-cssanimations #navLogo:before {
    display: none;
}
#navLogo:before {
    content: '';
    display: block;
    height: 26px;
    width: 26px;
    border: 1px solid red;
    position: absolute;
    top: -9px;
    border-radius: 14px;
    left: 50%;
    margin-left: -14px;
    opacity: 0;
    transition: all .3s cubic-bezier(0.68, 0.55, 0.265, 1.55);
    -webkit-transition: all .3s cubic-bezier(0.68, 0.55, 0.265, 1.55);
    -moz-transition: all .3s cubic-bezier(0.68, 0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, 0.55, 0.265, 1.55);
    -ms-transition: all .3s cubic-bezier(0.68, 0.55, 0.265, 1.55);
}
#nav_menu #navLogo:hover:before {
    transform: translateY(-6px) translateX(-6px);
    -webkit-transform: translateY(-6px) translateX(-6px);
    -moz-transform: translateY(-6px) translateX(-6px);
    -o-transform: translateY(-6px) translateX(-6px);
    -ms-transform: translateY(-6px) translateX(-6px);
    width: 38px;
    height: 38px;
    border-radius: 20px;
    opacity: 1;
}
#nav_menu {position: relative;}

#nav_menu a {
    color: black;
    display: block;
    padding: 20px 16px;
    text-decoration: none;
}
#nav_menu > ul > li > a:after {

    background: #cb2027;
    bottom: 0px;
    content: '';
    display: inline-block;
    height: 4px;
    left: -1px;
    right: 0;
    position: absolute;
    width: 0;
    -moz-transition: all .1s cubic-bezier(.2,.9,.6,.9);
    -ms-transition: all .1s cubic-bezier(.2,.9,.6,.9);
    -o-transition: all .1s cubic-bezier(.2,.9,.6,.9);
    -webkit-transition: all .1s cubic-bezier(.2,.9,.6,.9);
    transition: all .1s cubic-bezier(.2,.9,.6,.9);
}
.sticky #nav_menu > ul > li > a:after {bottom: -1px;}
#nav_menu > ul {
    display: inline-block;
}
#nav_menu ul * {
    transition: all .2s cubic-bezier(.2,.9,.6,.9);
    -webkit-transition: all .2s cubic-bezier(.2,.9,.6,.9);
    -moz-transition: all .2s cubic-bezier(.2,.9,.6,.9);
    -o-transition: all .2s cubic-bezier(.2,.9,.6,.9);
    -ms-transition: all .2s cubic-bezier(.2,.9,.6,.9);
}
#nav_menu li {
    list-style: none;
}
#nav_menu > ul > li {
    background: url('/fileadmin/sitoV3/img/li.png') right center repeat-y;
    display: inline-block;
    padding: 0 2px 0 0;
    position: relative;
    /*margin: 0 0 0 -4px;*/
    font-size: 1.2em;
}
#nav_menu > ul > li:first-child{background: ;}
#nav_menu > ul > li > ul {
    background: url('/fileadmin/sitoV3/img/drop-top-bk.png') 29px 3px no-repeat;
    position: absolute;
    display: none;
    /*left: -9999px;*/
    left: 0px;
    width: 200px;
    padding-top: 10px;
    z-index: 10000;
    
    opacity: 0;
    overflow: hidden;
    border-radius: 4px;
}
#nav_menu > ul > li > ul > li {
    font-size: .8em;
    background: #222;
    background: rgba(0,0,0,0.9);

}
#nav_menu > ul > li > ul > li:first-child {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
#nav_menu > ul > li:hover > ul {
    display: block;
    opacity: 1;
    /*left: 0;*/
}

#nav_menu > ul > li:hover > a, 
#nav_menu > ul > li.actual > a, 
#nav_menu > ul > li.current > a {color: #ae1516;}
/** drop sub menu **/
#nav_menu > ul > li.actual > ul > li.current a,
#nav_menu > ul > li.actual > ul > li.actual a
 {color: white;}

#nav_menu > ul > li:hover > ul > li > a {
    padding: 14px 7px;
    color: #999;
    background: url(/fileadmin/sitoV3/img/sub-menu-hover-drk.png) no-repeat -15px center;
}
#nav_menu > ul > li:hover > a:after {width: 100%;}
#nav_menu > ul > li > ul > li {border-bottom: 2px solid #111;}
#nav_menu > ul > li > ul > li:hover {background: #ae1516;border-bottom: 2px solid #680c0d;}
#nav_menu > ul > li > ul > li:hover > a {
    background: url(/fileadmin/sitoV3/img/sub-menu-hover-drk.png) no-repeat 0px center;
    color: white;
    padding-left: 14px;

}

/*************/
/** breadcr **/
/*************/
#bread-sec [class*="ial-par"] {
    margin-bottom: 10px;
    padding: .5em 0;
}
#section_sitepath div[class*='ial-par'] {
    padding: 0 !important;
    width: 100%;
}

.first-bread .icon-bread {margin-right: 0px;}

#breadcrumbs {}

    #breadcrumbs ul {
        font-size: 0;
        margin: 0 auto;
        text-align: left;
        width: 980px;
     }

        #breadcrumbs ul li {
            display: inline-block;
            font-size: 16px;
            line-height: 32px;
            list-style: none;
            padding: 0 6px;
            text-align: center;
            vertical-align: top;
         }

            #breadcrumbs ul li:first-child {padding-left: 0px;}

            #breadcrumbs ul li a {
                color: #666;
                text-decoration: none;
             }

                #breadcrumbs ul li a:hover {color: #cb2027;}

.icon-bread {
    background: url(/fileadmin/sitoV3/img/icone/ico-home.png) center no-repeat;
    height: 32px;
    text-indent: -9999px;
    width: 16px;
 }

#breadcrumbs ul li.segtailseparator {
    background: url(/fileadmin/sitoV3/img/segtail.png) center no-repeat;
    height: 32px;
    padding: 0px;
    width: 16px;
 }

/**** MAIN ****/

#menu_container {
    
}


#content {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 2em;
}
.sx_centro_template #content {border: 0px;padding: 0;}
#content a, #footer_content [class*="ial-par"] a {
    text-decoration: none;
    border-bottom: 1px solid;
    border-bottom-color: #dedede;
    border-bottom-color: rgba(0,0,0,0.1);
    color: #2C8CC9;
    padding-bottom: 2px;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;

}
#footer_content [class*="ial-par"] a {
    border-color: #2a2a2a;
}
#footer_content [class*="ial-par"] a:hover, #content a:hover  {
    border-bottom: 1px solid #2C8CC9;  
    color: #2C8CC9;  
}
#content a:hover {
    
    /*border-bottom: 1px solid #3178a5;
    color: #3178a5;
    border-color: #2a2a2a;*/
}
#content .csc-textpic-imagecolumn a, 
#content .csc-textpic-single-image a, 
#footer .csc-textpic-single-image a{
    border: none;
    display: block;
}
#content ul {
  margin-bottom: 1em;
}
#content li {
    margin: 8px 0px 8px 26px;
}
#content ul > li {
    /*background: url('/fileadmin/sitoV3/img/list-a.png') 0px 7px no-repeat;*/
    list-style: disc;
}

#content ul > li > ul li {
    /*background: url('/fileadmin/sitoV3/img/list-b.png') 0px 7px no-repeat;*/
    list-style: circle;
}
#content ul ul ul {
    margin-left: 26px;
}
#content li.current > a, #content li.actual > a {
    /*border-bottom: 1px solid #3178a5;
    color: #3178a5;*/
    color: #222;
}
#content li.current > a:hover, #content li.actual > a:hover {color:#2C8CC9;}
#primario {
    width: 64.3%;
    float: left;
}
.sx_centro_template #primario {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 2em;
    float: right;
    width: 62.5%;
}
#secondario {
    float: right;
    width: 32.3%;
    margin-left: 2em;  
}
.sx_centro_template #secondario {float: left; margin-left: 0;width: 30.3%;}

/**
 ** NOTIZIE
 **/

.single-news-sub_header h3 {
	color: #66686c;
	font-size: 1.3em;
	font-weight: 100;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #ddd;
}
.single-news-main h2 {
	background-position: left top;
	font-size: 1.5em;
}
.single-news-main .read-more-news {margin: 2em 0 0 0;}
/**************/
/*** FOOTER ***/
/**************/
#footer a {
    border-bottom: #999;
}
#footer [class*="ial-par"] {
    margin-bottom: 0px;
}
#footer .logo-small {
    margin-top: 1.5em;
}
#footer {
    background: #2f2f2f;
    color: #777;
    font-size: 14px;
    margin-top: 4em;
    position: relative;
    text-align: center;
    z-index: 2;
}
#footer_content {
    
    padding-top: 1px;
}