/*
 * 
 * Ronda della Carità
 * BY ing. Nicolò Chiellini
 * n.chiellini@4sigma.it
 * 05/01/2017
 * 
 */
.montserrat {
    font-family: 'Montserrat', sans-serif;
}
html { 
    border: none; 
    padding: 0px; 
    margin: 0px;   
    float: left;
    color: #808080; 
    background-color: #fff;    
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
body {    
    border: none; 
    padding: 0px; 
    margin: 0px; 
    width: 100%;
    min-height: 100%;    
    font-size: 15px;    
    line-height: 18px;
    float: left;
    -webkit-text-size-adjust: 100%;
    color: #808080; 
}
td {
    border: none;
    text-align: left;    
    margin: 0px;
    padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul, 
footer, header, nav, article, main {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;    
    text-align: left;    
    text-decoration: none;    
    -webkit-text-size-adjust: 100%;
}

img {
    text-decoration: none;
    border: none; 
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;    
    text-decoration: none;    
    color: #1D1A81;
    font-weight: bold;
}

li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    font-family: 'Montserrat', sans-serif;
}
*::-webkit-input-placeholder
{
    font-family: 'Montserrat', sans-serif;
}

*::-moz-placeholder
{
    font-family: 'Montserrat', sans-serif;
}
*:-moz-placeholder
{
    font-family: 'Montserrat', sans-serif;
}

*:-ms-input-placeholder
{
    font-family: 'Montserrat', sans-serif;
}

input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {    
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;    
}
input[type="checkbox"] {
    vertical-align: top;
}
button {
    cursor: pointer;
}
.hidden {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.inline-block {
    display: inline-block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.light {
    font-weight: 200;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold,
strong, 
b {    
    font-weight: 700;
}
.extrabold {
    font-weight: 800;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;    
}
.green {
    color: green;
}
.red {
    color: #fe0001;
}
.white,
.whitelnk,
.white_black_lnk,
.whitelnk:visited {
    color: #FFFFFF;
}
.grigio {
    color: #808080;        
}
.grigio_scuro {
    color: #4d4d4d;        
}
.blu {
    color: #1D1A81;
}
.giallo {
    color: #ECF640;
}

.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.bb_gray {
    border-bottom: 1px solid #d9d9d9;
}
.bt_gray {
    border-top: 1px solid #d9d9d9;
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
}
.tobedotted {
    overflow:hidden;
}
/* MAIN */
#header {
    height: 150px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}
#header-row {
    height: 50px;
    border-bottom: 1px solid #d9d9d9;
}
#header-menu-cont {
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    height: 150px;
    top: 0px;
}
#header-logo {
    display: block;
    float: left;
    background-color: white;
    width: 127px;
    height: 127px;
    padding: 11.5px 16.5px;
}
#header-menu {
    display: block;
    float: left;
    width: 840px;
    margin-top: 20px;
    height: 30px;
}
#header-menu li {
    display: block;
    float: left;
    width: auto;
}
.menu-liv1 {
    font-size: 13px;
    line-height: 16px;    
    padding: 0px 15px 0px 0px;
    position: relative;
}
.menu-liv1 a {
    font-weight: 900;
    display: block;    
    float: left;
    width: auto;
    padding: 0px 0px 0px 0px;
}
.menu-liv1 .sub-menu {
    display: none;
    float: left;
    position: absolute;
    top: 19px;
    left: 0px;
    width: 165px;
    background-color: transparent;
/*     top: 15px; */
    padding-top: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    z-index: 1000;
}
.menu-liv1 .sub-menu li {
    display: block;
    float: left;
    width: 100%;
    background-color: white;
}
.menu-liv1 .sub-menu li a {
    display: block;
    float: left;
    width: 150px;
    padding: 0px 5px 0px 10px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid rgba(29,26,129,0.25);
    font-weight: normal;
    font-size: 12px;    
    color: #1D1A81;
}
.menu-liv1 .sub-menu li .noborder,
#slider-cta-cont .noborder {
    border: none;
}
#header-bottom {
    display: block;
    float: left;
    width: 840px;
    margin-top: 25px;
    height: 74px;
}
#header-bottom div {
    width: 33%;
    font-size: 12px;
    line-height: 14px;
    height: 74px;
}
#header-bottom div:last-child {
    border-left: 1px solid rgba(125,125,125,0.5);
}
#header-bottom .header-bottom-txt {
    height: 50px;
    box-sizing: border-box;
    padding: 0px 10px;    
}
.btn-base {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;    
}
.btn-blu {
    background-color: #1D1A81;
    color: white;
}
.btn-giallo {
    background-color: #ECF640;
    color: #1D1A81;
}
#main {
    float: left;
}
#footer {
    border-top: 1px solid #d9d9d9;
}
#footer-center {
    float: none;
    margin: 20px auto;
    width: 1000px;
}
.page {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    float: none;
}
.sld-text {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -500px;    
}
.sld-text h2, .sld-text p {
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}
.el-slider, #slider-cont {
    max-height: 700px;
}
#slider-cont {
    height: 300px;
}
#slider-cta-cont {
    width: 767px;
    height: 92px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -384px;
    padding: 0px 0.5px;
    z-index:  100;
}
.slider-cta,
.slider-cta-sel {
    height: 92px;
    width: 254px;   
    display: block;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(29, 26, 129, 0.5);
}
.slider-cta-sel {
    background-color: #ECF640;
    color: #1D1A81;
}
.slider-cta-sel .slider-cta-title,
.slider-cta-sel .slider-cta-txt{
    color: #1D1A81;
}
.slider-cta-sel .slider-cta-img {
    background-position: top left;
}
.slider-cta-img {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    background-position: top right;
    margin: 15px;
}
.slider-cta-title {
    display: block;
    float: left;
    width: 176px;
    margin-top: 15px;
    color: white;
    line-height: 15px;
}
.slider-cta-txt {
    display: block;
    float: left;
    width: 176px;
    margin-top: 5px;
    color: white;
    font-weight: 200;
    font-size: 12px; 
    line-height: 15px;
}
#slider-cta-img0 {
    background-image: url("/static/sito/img/dona_ora_rollover.c0b64ec0530a.png");
}
#slider-cta-img1 {
    background-image: url("/static/sito/img/diventa-volantario_rollover.ef895721f312.png");
}
#slider-cta-img2 {
    background-image: url("/static/sito/img/regala-coperta_rollover.274a40f9349f.png");
}
.cta {
    width: 320px;
    height: 200px;
    position: relative;
    display: block;
    float: left;    
}
.cta span {
    display: block;
    float: left;
    width: 100%;
}
.cta-info {
    position: absolute;
    bottom: 0px;
    height: 60px;
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: rgba(29, 26, 129, 0.5);
}
.cta-title {    
    color: white;
    height: 15px;
    line-height: 15px;
    margin-bottom: 5px;
}
.cta-txt {    
    color: white;
    font-weight: 200;
    font-size: 12px; 
    line-height: 15px;
    height: 15px;  
}
#newsletter-left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
}
#newsletter-right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    display: block;
    float: left;
}
.input-grande {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    border: 1px solid #d9d9d9;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 900;
    font-size: 15px;
}
.select-grande {
    background-color: white;
    color: #4d4d4d; 
}
#colonna-sx {
    width: 330px;
}
#colonna-dx {
    width: 630px;
    float: right;
}
#colonna-sx-half,
#colonna-dx-half {
    width: 495px;
}
#colonna-dx-half {
    float: right;
}
#csx-newsletter {
    width: 330px;
    float: left;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
}
.csx-azione {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
}
.csx-azione span {
    display: block;
    float: right;
    width: 250px;
}
.csx-azione img {
    display: block;
    float: left;
    margin-right: 10px;
}
#csx-azioni .noborder {
    border: none;
    margin-bottom: 0px;
}
#csx-banner {
    height: 310px;
    width: 310px;
    position: relative;
    padding: 10px;
}
#csx-banner p {
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}
#csx-banner a {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.hp-news-data {
    width: 60px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    color: #4d4d4d;
    border-right: 1px solid #d9d9d9;
    height: 80px;
}
.hp-news-info {
    width: 548px;
    float: right;
    padding-left: 10px;    
    height: 80px;
    overflow: hidden;
}
.progetti-list-info {
    width: 338px;
    float: right;
    padding-left: 10px;    
    padding-bottom: 20px;
    height: 120px;
    overflow: hidden;
    position: relative;
}
.progetti-list-lnk {
    position: absolute;
    bottom: 0px;
}
.titolo-categoria {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 0px;
    color: #1D1A81;
}
.hp-news-titolo {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #808080;
    font-weight: bold;
}
.gallery_lnk {
    display: block;
    float: left;
    height: 200px;
    position: relative;
    width: 25%;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.progetti-list-immagine {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 200px;
    height: 140px;
    margin-left: 10px;
}
.csx-files-list {
    display: block;
    float: left; 
    height: 80px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-left: 38px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.csx-files-list img {
    display: block;
    float: left;
    width: 28px;    
    position: absolute;
    left: 0px;
    top: 3px;
}
.csx-files-list-title {
    display: block;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
    color: #1D1A81;
    font-weight: bold;
}
.csx-files-list-text {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    max-height: 30px;
    overflow:hidden;
    color: #808080;
    font-weight: 400;
}
#csx-files-list-last {
    margin-bottom: 40px;
}
.paginator-lnk {
    display: block;
    float: left;
    color: white;
    background-color: #1D1A81;
    width: 50px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
}
#paginator-selected {    
    color: #1D1A81;
    background-color: #ECF640;
}
#id_messaggio {
    height: 150px;
    padding: 15px 10px;
    line-height: 20px;
}
.sponsor-partners {
    display: block;
    float: left;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
}
.ddn-accordion-lnk {
    display: block;
    float: left;
    width: 100%;
    height: 20px;
    padding: 20px 0px;
    border-top: 1px solid #d9d9d9;
}
.ddn-accordion-lnk span {
    display: block;
    font-size: 20px;
    line-height: 20px;
}
.ddn-accordion-els-wrapper {
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.rassegna-acc-info {
    padding-left: 58px;
    box-sizing: border-box;
    position: relative;
    width: 550px;
    float: right;
}
.rassegna-acc-info img {
    position: absolute;
    top: 3px;
    left: 0px;
}
.rassegna-acc-vid {
    width: 550px;
}
.force-iframe iframe {
    width: 550px !important;
}
.documento-istituzionale {
    display: block;
    width: 100%;
    padding: 20px 0px 20px 60px;    
    margin-bottom: 20px;
    box-sizing: border-box;
    min-height: 93px;
    position: relative;    
}
.documento-istituzionale span {
    display: block;
    float: left;
    width: 100%;
}
.documento-istituzionale img {
    display: block;
    position: absolute;
    left: 0px;
    top: 21px;
}
.riga-metodo-pagamento {
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
    min-height: 40px;
}
.selezione-pagamento {
    width: 39px;
    height: 39px;
    border: 1px solid #d9d9d9;
    line-height: 40px;
    display: block;
    float: left;
    left: 0px;
    top: 0px;
    text-align: center;
    position: absolute;
    border-radius: 5px;
    cursor:pointer;
}
#bg-over {
    position: fixed;
    display: none;
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.modal {
    position: fixed;
    display: none;
    z-index: 10001;
    top: 30%;
    left: 50%;
    margin-left: -150px;
    width: 288px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background-color: white;
}
.modal-body {
    padding: 10px 0px;
}
.modal-footer {
    padding: 20px 0px 10px 0px;
    border-top: 1px solid #d9d9d9;
}
.pg-testo ul,
.pg-testo ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 18px;
}
.pg-testo li {
    float: left;
    width: 100%;
}
#burger-menu {
    display: none;
}
.hp-news-info-big {
    width: 559px;
}
#contatti-top-pad {
    display: none;
}
#id_importo_chiudi {
/*     display: inline-block; */
    display: none;
    float: right;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    a:hover {
        color: #4d4d4d;
    }    
    .menu-liv1:hover a {
        border-bottom: 3px solid #1D1A81;
        color: #4d4d4d;
    }
    .menu-liv1:hover .sub-menu {
        display: block;
    }
    .menu-liv1 .sub-menu li:hover {
        background-color: #1D1A81;
    }
    .menu-liv1 .sub-menu li:hover a {
        color: white;
    }
    .menu-liv1 .sub-menu a:hover {
        color: white;
    }
    .btn-giallo:hover {
        background-color: #1D1A81;
        color: white;
        font-weight: 700;
    }
    .btn-blu:hover {
        background-color: #ECF640;
        color: #1D1A81;
        font-weight: 700;
    }
    .slider-cta-sel:hover,
    .slider-cta:hover {
        background-color: #ECF640;
        color: #1D1A81;
    }
    .slider-cta-sel:hover .slider-cta-title,
    .slider-cta-sel:hover .slider-cta-txt,
    .slider-cta:hover .slider-cta-title,
    .slider-cta:hover .slider-cta-txt {
        color: #1D1A81;
    }
    .slider-cta:hover .slider-cta-img,
    .slider-cta-sel:hover .slider-cta-img {
        background-position: top left;
    }
    .cta:hover .cta-info,
    .gallery_lnk:hover .cta-info {
        background-color: #ECF640;
        color: #1D1A81;        
    }
    .cta:hover .cta-txt, .cta:hover .cta-title,
    .gallery_lnk:hover .cta-title, 
    .gallery_lnk:hover .cta-txt {
        color: #1D1A81;
    }
    .csx-files-list:hover .csx-files-list-title {
        color: #4d4d4d;        
    }
    .paginator-lnk:hover,
    #paginator-selected:hover {    
        color: #1D1A81;
        background-color: #ECF640;
    }

}
/* ALL MOB */
@media only screen and (min-width:320px) and (max-width:1024px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }    
    #burger-menu {
        display: block;
    }
    #header {
        position: static;
    }
    #header-logo {
        position: relative;
        z-index: 50;
    }
    #header-row {
        display: none;
    }
    #header-menu-cont {
        width: 100%;
        max-width: 1000px;
        position: static;
        margin: 0px;
    }
    #header-menu {
        display: none;
    }
    #header-bottom {
        display: block;
        float: left;
        width: 100%;
        margin-top: 0px;
        height: 110px;
        padding-left: 160px;
        box-sizing: border-box;
        position: absolute;
        top: 20px;
    }
    #header-bottom-txt-info {
        display: none;
    }
    #header-bottom .header-bottom-txt {
        height: auto;
        box-sizing: border-box;
        padding: 0px;    
    }
    #header-bottom div:last-child {
        border-left: none;
    }
    #header-bottom div {
        width: auto;
    }
    #header-bottom-btn-cont {
        float: left;
        margin-right: 0px;
        margin-top: 0px;
        position: absolute;
        bottom: 0px;
        left: 160px;
    }
    #burger-menu {
        position: absolute;
        top: 45px;
        right: 10px;        
        font-size: 40px;
        z-index: 999;
        padding: 10px;
        background-color: white;        
    }
    .closed .fa-times {
        display: none;
    }
    .opened .fa-bars {
        display: none;
    }
    .opened {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    }
    #header-menu { 
        display: none;
        float: left;
        width: 250px;
        height: auto;
        position: absolute;
        z-index: 1000;
        background-color: white;
        right: -260px;
        top: 0px;
        margin: 0px;
        min-height: 100%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    }
    #header-menu .menu-liv1 {
        width: 100%;
        font-size: 13px;
        line-height: 16px;    
        padding: 0px;
        position: relative;
        text-align: right; 
        background-color: white;
        /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);*/
    }
    #header-menu .menu-liv1 .lnk-menu-liv1 {
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid rgba(29,26,129,0.25);
/*         border-top: 1px solid rgba(29,26,129,0.25); */
    }    
    .menu-liv1 .sub-menu {
        display: block;
        position: static;
        width: 100%;
        background-color: white;       
        box-shadow: none;
    }
    #header-menu .menu-liv1 .sub-menu li {
        display: block;
        float: left;
        width: 100%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(29,26,129,0.25);
    }
    .menu-liv1 .sub-menu li a {
        display: block;
        float: left;
        width: 100%;
        padding: 0px 30px 0px 10px;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
        border-bottom: none;
        font-weight: normal;
        font-size: 12px;    
        color: #1D1A81;
        text-align: right;
    }
    #footer-center {
        width: 100%;
        position: relative;
    }
    #footer-logo {
        display: none;
    }
    .page,
    #hp-newseventi-cont {
        width: 100%;
        max-width: 1000px;
    }
    #breadcrumb {
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .hp-news {
        position: relative;
    }
    .hp-news-data {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .hp-news-info,
    .hp-news-info-big {
        width: 100%;
        padding-left: 80px;
        box-sizing: border-box;
    }
    .progetti-list-info {
        width: auto;
        height: auto;
        margin-top: 10px;
    }
    .progetti-list-info .h_100 {
        margin-bottom: 5px;
        height: auto;
    }
    .rassegna-acc {
        position: relative;
    }
    .rassegna-acc-info img {
        left: 80px;
    }
    .rassegna-acc-info {
        padding-left: 140px;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        float: right;
    }
    .rassegna-acc .w_487 {
        width: 100%;
        padding-left: 85px;
        box-sizing: border-box;
    }
    .rassegna-acc-vid {
        width: 100%;
    }
    .rassegna-acc-vid-top {
        width: 100%;
        padding-left: 85px;
        box-sizing: border-box;
        min-height: 80px;
    }
    .force-iframe iframe {
        width: 100% !important;
    }
}
/* PAD */
@media only screen and (min-width:768px) and (max-width:1024px) {        
    #footer-colum1 {     
        width: 100%;
        padding-right: 520px;
        box-sizing: border-box;
        float: left;
    }
    #footer-colum2 {
        width: 510px;
        float: right;
        position: absolute;
        right: 0px;
    }
    #footer-colum1 p {
        width: 100%;
        padding-left: 10px;
        box-sizing: border-box;
        font-size: 11px;
    }
    .sld-text {
        position: absolute;
        top: 40%;
        left: 5%;
        margin-left: 0px;    
    }
    .cta {
        width: 33%;
        margin-right: 0px;
    }
    #cta2 {
        width: 34%;
    }
    #newsletter-left {
        padding: 0px 10px;
    }
    #newsletter-right {
        padding: 0px 10px;
    }
    #colonna-sx {
        width: 33%;
        box-sizing: border-box;
        padding-left: 10px;
    }
    #colonna-dx {
        width: 66%;
        float: right;
        box-sizing: border-box;
        padding-right: 10px;
    }

    #csx-newsletter {
        width: 100%;
        padding: 0px 0px 20px 0px;
        box-sizing: border-box;
    }
    #csx-banner {
        width: 100%;
        max-width: 310px;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    #contatti-iframe-cont {
        width: 100%;
    }
    #contatti-iframe-cont iframe {
        width: 100%;
    }
    #form-contatto-cont {
        margin-top: 9px;
    }
    #colonna-dx-half, #colonna-sx-half {
        width: 100%;
        padding: 10px 40px;
        box-sizing: border-box;
    }
    #diventa-volontario-txt {
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
    }
    #contatti-top-pad {
        display: block;
        position: absolute;
        left: 450px;
        top: 52px;
        font-size: 12px;
    }

}
/* Phone */
@media only screen and (min-width:320px) and (max-width:767px) {
    /* PASS */
    #footer-colum1 {     
        width: 100%;
        float: left;
    }
    #footer-colum1 p {
        width: 100%;
        padding-left: 10px;
        box-sizing: border-box;
        font-size: 13px;
    }
    #footer-colum2 {
        display: none;
    }
    #header-bottom img {
        display: none;
    }
    #burger-menu {
        top: 5px;
        right: 0px;
    }
    #cta-cont .cta { 
        float: none;
        margin: 0px auto;
    }
    #newsletter-left {
        display: none;
    }
    #newsletter-right {
        width: 100%;
        padding: 0px 10px;
    }
    #colonna-sx {
        display: none;
    }
    #colonna-dx {
        width: 100%;
    }
    .pg-testo,
    .titolo-categoria,
    #colonna-dx h1,
    .pagination {
        width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }
    .ddn-accordion-lnk {
        width: 92%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .hp-news-info-big .titolo-categoria,
    .rassegna-acc-info .titolo-categoria {
        padding-left: 0px;
        padding-right: 0px;
    }
    #colonna-dx .w_410 {
        width: 100%;
    }    
    .pg-testo iframe {
        max-width: 100%;
    }
    #slider-cont {
/*         display: none; */
    }
    .slider-cta, .slider-cta-sel {
        float: none;
        margin: 0px auto;
    }
    #slider-cta-cont {
        width: 100%;
        position: absolute;
        height: auto;
        margin: 0px;
        left: auto;
        top: 50%;
        margin-top: -139px;
    }
    .slider-cta, .slider-cta-sel {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        border-right: none;
/*         background-color: rgba(29, 26, 129, 1); */
    }
    .sld-text {
        display: none;
    }
    #header-bottom-btn-cont {
        float: left;
        margin-right: 0px;
        margin-top: 0px;
        position: absolute;
        bottom: 0px;
        left: auto;
        right: 10px;
    }
    .documento-istituzionale {
        padding-left: 70px;
        padding-right: 10px;
    }
    .documento-istituzionale img {
        left: 10px;
    }
    .gallery-pagina-static-cont,
    #single-news-data {
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .sponsor-partners {
        display: inline-block;
        float: none;
    }
    .sponsor-partner-cont {
        text-align: center;
    }
    #colonna-dx-half, #colonna-sx-half {
        width: 100%;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    #donazione-form .w_341 {
        width: 49%;
    }
    #donazione-form .w_29pe {
        width: 49%;
    }
    #contatti-indirizzi,
    #form-contatto-cont {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;        
    }
    #form-contatto-cont .w_70pe {
        width: 100%;
    }
    .paginator-lnk {
        margin-bottom: 10px;
    }
    
    
} 
@media only screen and (min-width:320px) and (max-width:639px) {
    .gallery_lnk {
        width: 100%
    }
} 
@media only screen and (min-width:640px) and (max-width:959px) {
    .gallery_lnk {
        width: 50%
    }
} 
@media only screen and (min-width:960px) and (max-width:1279px) {
    .gallery_lnk {
        width: 33.3333%
    }
} 
@media only screen and (min-width:1280px) and (max-width:1599px) {
    .gallery_lnk {
        width: 25%
    }
} 
@media only screen and (min-width:1600px) and (max-width:3000px) {
    .gallery_lnk {
        width: 20%
    }
} 
