/*
 * 
 * CSJ MISSIONI ONLUS
 * Francesco Iacovelli
 * f.iacovelli@4sigma.it
 * 
 */
#st-2 {
    width:100px;
}
 html { 
    width: 100%;  
    min-height: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
/*     overflow-x: hidden; */
    font-family: 'IBM Plex Sans', serif;
    background-color:white;
}
body {    
    border: none; 
    padding: 0px; 
    margin: 0px; 
    width: 100%;
    min-height: 100%;    
    height: 100%;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #4d4d4d;
    position: relative;
}

td {
    border: none;
    text-align: left;    
    margin: 0px;
    padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul, 
footer, header, nav, article, main, aside,
section, form {
    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 {
    width: 100%;
    outline: none;    
    text-decoration: none;    
    color: #38668d;
    cursor: pointer;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}

p {
    color: black;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;    
}

header{
    position: fixed;
    z-index: 200;
    display: block;
    background-color: white;
}

main{
    margin-top: 110px;
}

.inline-block {
    display: inline-block;
}

.bold,
strong, 
b {    
    font-weight: bold;
    font-style: inherit;
}

.right{
    float: right;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}
.text-center{
    text-align: center;
}
.pointer{
    cursor: pointer;
}

.uppercase {
    text-transform: uppercase;
}

.grey-base{
    color: #808080;
}

.grey-hover{
    color: #4d4d4d;
}

.white{
    color: white;
}

.hidden {
    display: none;
}

.ritch-cont {
    /* Qua se vogliamo imporre qualcosa */
    font-size: 15px;
    line-height: 18px;
    color: black;
}
.ritch-cont a {
/*    font-style: normal;*/
    font-weight: bold;
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 25px;
}
.ritch-cont ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 18px;
}

.ritch-cont li {
    float: left;
    width: 100%;
    margin-top: 10px;
    list-style-type: disc;
}

.ritch-cont img {
    max-width: 100% !important;
    height: auto !important;
}

textarea {    
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;        
}


.blue-button {
    width: 120px;
    height: 60px;
    font-size: 12px;
    line-height: 60px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    background-color: #38668d;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.dona-ora {
    font-size: 18px!important;
}

li {
    outline: none;
}

.selected{
    font-weight: bold;
}

iframe{
    margin: 0px;
    border: 0px;
    padding: 0px;
    height: 600px;
}

.hide-desktop{
    display: none;
}

.clear{
    clear: both;
}

.none{
    float: none;
}

.blue{
    color: #38668d;
}

.orange{
    color: #db8f36;
}

.green {
    color: #719629;
}

.light-grey {
    color: #e5e5e5;
}

.grey {
    color: #bfbfbf;
}

.relative{
    position: relative;
}



/* MAIN */
/* HEADER */
.header-top {
    width: 100%;
    height: 110px;
    position: relative;
    z-index: 50;
    top: 0px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

.burger-toggle{
    width: auto;
    padding: 0px 20px 0px 20px;
    max-width: 20px;
    text-align: left;
    line-height: 50px;
    display: block;
    cursor: pointer;
}

.main-logo {
    width: auto;
    height: 70px;
    margin: 20px 20px 0px 0px;
}

.header-abstract{
    width: auto;
    display: block;
    margin-top: 20px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.header-top-right{
    width: auto;
    float: right;
    margin-right: 20px;
}

.header-contact{
    width: 105px;
    float: left;
    margin: 40px 10px 20px 10px;
    display: block;        
}
.header-contact i {
    display: none;
}
.header-contact-title{
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-align: left;
}

.header-contact-content{
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.split-line{
    width: 1px;
    height: 60px;
    margin-top: 25px;
    background-color: #e5e5e5;
}

.orange-square{
    width: 60px;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    text-align: center;
    background-color: #db8f36;
    margin-top: 25px;
    margin-right: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#dona-ora{
    margin-top: 25px;
    margin-left: 20px;
}

/* SLIDER */

#home-slider{
    position: relative;
}

.slider-container{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider-item {
    width: 100%;
    height: 800px;
    margin: 0px auto;
    background-size: cover;
    background-position: center center;
    float: none;
    overflow: hidden;
}

.slider-item-text-container{
    width: 50%;
    float: left;
    vertical-align: top;
    margin-top: 250px;
    margin-left: 50px;
}

.slider-item-abstract{
    width: 100%;
    float: none;
    margin: 0 auto;
}

.slider-item-abstract p {
    font-size: 26px;
    line-height: 25px;
    color: white;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.slider-item-link{
    width: auto;
    margin: 10px auto 0px auto;
}

.owl-next {
    position: absolute;
    right: 20px;
    top: 50%;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.owl-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    color:  white;
    font-weight: 600;
    text-align: left;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.owl-nav a {
    width: auto;
}

.slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.15s linear both;
	        animation: slide-in-bottom 0.15s linear both;
}

.transparent-button-container {
    height: 60px; 
    width: 770px; 
    position: absolute;
    bottom: 0px;
    margin-left: calc(50% - 385px);
}

/* .transparent-button:first-child {
    margin-left: 0px;
} */

.transparent-button:last-child {
    margin-right: 0px;
}
.transparent-button{
    display: inline-block;
    width: 150px;
    height: 60px;
    margin: 0px 2.5px;
    cursor: pointer;
    background-color: rgb(56,102,141, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.transparent-button i {
   transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.transparent-button-label{
    width: calc(70% - 10px);
    height: 30px;
    padding: 15px 0px;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;   
    color: white; 
}

.transparent-button-icon{
    width: 30%;
    color: #db8f36;
    line-height: 60px;
    text-align: center;
}

/* NEWS */

#news{
    margin: 40px 0px;
}

.page-container{
    width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.news-card {
    position: relative;
    display: block;
    width: calc((100% - 40px) / 3);
    height: 320px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
}
.news-card:first-child {
    margin-left: 0px;
}

.news-card:nth-child(3n) {
    margin-right: 0px;
}

.card-img{
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    background-image: url('https://cdn.pixabay.com/photo/2019/07/19/19/48/church-4349521_960_720.jpg');
    background-size: cover;
    background-position: center center;
}

.card-text {
    position: absolute;
    display: block;
    width: 100%;
    height: 120px;
    bottom: 0px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

.card-corner {
    width: auto;
    height: 30px;
    padding: 0px 10px;
    color: white;
    background-color: #719629;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
}


.card-data {
    margin: 10px 10px 0px 10px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #bfbfbf;
}

.card-title {
    height: 35px;
    width: calc(100% - 20px);
    font-size: 15px;
    line-height: 15px;
    margin: 0px 10px 10px 10px;
    text-transform: uppercase;
    font-weight: bold;

}

#read-news{
    position: absolute;
    bottom: -30px;
    right: calc(50% - 60px);
}

/* BUTTON BIG */

.button-big{
    width: calc((100% - 20px) / 3);
    height: 250px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
    margin-right: 10px;
}

.btn-big{
    top: calc(50% - 30px);
    right: calc(50% - 75px);
    position: absolute;
}

.button-big:last-child{
    margin-right: 0px;
}


/* NEWSLETTER */

.full-container {
    width: 100%;
    margin-top: 40px;
    height: 280px;
    
}
#newsletter  {
    background-color: #f1f5ea;
}
.half-container {
    position: relative;
    width: calc(50% - 10px);
    margin-top: 40px;
}

.tnx-cont{
    font-size: 25px;
    line-height: 30px;
    color: #38668d;
}

.half-input::placeholder {
    color: #bfbfbf;
}

.half-input{
    width: calc(50% - 8px);
    box-sizing: border-box;
    height: 60px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 12px;
    color: #808080;
    border: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

.full-input {
    width: 100%;
    box-sizing: border-box;
    height: 60px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 12px;
    color: #808080;
    border: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

.full-input::placeholder {
    color: #bfbfbf;
}



.newsletter-title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #38668d;
}

#newsletter .orange-square {
    margin-top: 10px;
}

/* MAIN MENU */

/* Menu che esce da Sinistra
#menu-sidebar {
    position: absolute;
    width: 350px;
    left: -350px;  
    top: 110px; 
    z-index: 10;
    background-color: white; 
}

.first-level{
    margin-top: 20px;
}

.first-level-item{
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.submenu {
    text-transform: none;
    display: none;
    top: -110px;
    position: absolute;
}
*/

div.testata-home {
    width: calc(100%);
    height: 40px;
    background-color: #db8f36;
    font-size: 15px;
    line-height: 20px;
    color: white;
    font-weight: 900;
    margin: 0px;
    margin-bottom: 20px;
    clear:both;
}
div.testata-home span {
    padding: 10px;
    display:block;
}
#menu-sidebar {
    position: fixed;
    left: 200px;
    top: 24px; 
    z-index: 60;
    width: 520px;
}
.first-level-item {
    width: auto;
    display: block;
    float: left;
    padding-right: 20px;
    position: relative;
}
.first-level-item-lnk {
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    margin-right: 10px;    
    padding: 10px;
}
.submenu,
.burger-toggle {
    display: none;
}
.main-logo {
    margin-left: 20px;
}

.submenu {
    display: none;
    position: absolute;
    top: 53.5px;
}

.submenu li {
    background-color: white;
    width: 200px;
    height: 35px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    font-size: 12px;
    line-height: 35px;
    padding-left: 10px;
    font-weight: bold;
}

.submenu li:last-child {
    border: 1px solid #e5e5e5;
}

/* FOOTER */

.footer-container{
    width: 100%;
    height: 110px;
    position: relative;
    bottom: 0px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

footer .main-logo {
    margin-left: 20px;
}

.footer-right{
    width: auto;
    float: left;
    margin-right: 20px;
}

/* PAGINA GENERICA */

.sedi-container{
    min-height: 420px;
    padding: 20px 0px;
    box-sizing: border-box;
}
.sedi-container img{
    width: 250px;
    height: auto;
    max-height: 400px;
}

.page-cover-image{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center; 
}

    /* layout testo generico */
.right-column{
    width: 70%;
    float: right;
    margin-top: 30px;
}

.right-column h1, .full-width h1 {
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: #38668d;
}

.full-width {
    width: 100%;
    margin-top: 30px;
}

.full-width p {
    font-size:  120%;
}
.full-text{
    margin-top: 20px;
}

.left-text-half{
    margin-top: 20px;
    width: calc(50% - 10px);
    margin-right: 10px;
}

.right-text-half{
    float: right;
    margin-top: 20px;
    width: calc(50% - 10px);
    margin-left: 10px;
}

.two-column-text{
    margin-top: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.article-image{
    width: 100%;
    height: 500px;
    background-position: center center;
    background-size: cover;
    margin: 20px 0px;
}

.article-image-half-right{
    width: 50%;
    float: right;
    height: 300px;
    margin-top: 20px;
}

.article-image-half-left{
    width: 50%;
    float: left;
    height: 300px;
    margin-top: 20px;
    background-size: cover;
    background-position: center center;
}

.media-container{
    margin-top: 20px;
}

.gallery-container{
    margin-top: 20px;
}

.gallery-item{
    width: calc((100% - 30px) / 3);
    height: 250px!important;
    /* max-height: 250px; */
    margin-right: 10px;
    margin-bottom: 10px;
    background-position: center center;
    background-size: cover;
}

/* .gallery-item:last-child{
    margin-right: 0px;
} */

.card-list-view{
    width: calc((100% - 20px) / 2)!important;
    margin-left: 10px;
    margin-right: 0px;
}

.download-area{
    margin-top: 40px;
}

.download-area h1{
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #38668d;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.file-row{
    margin-top: 10px;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.download-icon {
    width: 30px;
}

.download-icon i{
    color: #db8f36;
    line-height: 40px;
}

.gp-call-to-action{
    width: 280px!important;
    margin-left: calc(50% - 140px);
}

.file-name-txt{
    width: calc(100% - 30px);
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.file-name-txt-immagine{
    width: calc(100% - 30px);
    padding-top:10px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.left-column{
    width: calc(30% - 20px);
    float: left;
    margin-top: 30px;
    margin-right: 20px;
}

.navigation-menu{
    position: relative;
    margin-bottom: 20px;
}

.navigation-menu-item{
    background-color: white;
    height: 50px;
    font-size: 15px;
    line-height: 48px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}
.navigation-menu-item div{
    padding-left: 10px;
}

.call-to-action-button{
    display: block;
    width: 100%;
    height: 50px;
    cursor: pointer;
    background-color: rgb(56,102,141);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    margin-bottom: 5px;
}

.call-to-action-button i {
    transition: all 0.2s;
     -webkit-transition: all 0.2s;
}
.call-to-action-button-label{
     width: calc(70% - 10px);
     height: 30px;
     padding: 10px 0px;
     font-size: 12px;
     line-height: 30px;
     font-weight: bold;
     text-align: left;
     text-transform: uppercase;   
     color: white; 
}
.call-to-action-button-icon{
     width: 30%;
     color: #db8f36;
     line-height: 50px;
     text-align: center;
}

#last-news{
    position: relative;
    display: block;
    height: 320px;
    margin-bottom: 50px;
    margin-top: 20px;
}

/* CONTATTO */


.form-contatto-container{
    width: 50%;
    margin-top: 40px;
}

.contact-form textarea{
    width: 50%;
    box-sizing: border-box;
    float: right;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 12px;
    color: #808080;
    border: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}


/* PAGINA DONA ORA */

.dona-image{
    width: 100%;
    height: 250px;
    background-position: center center;
    background-size: cover;
}

.donazione-step, 
.contact-form {
    margin-top: 20px;
}

.donazione-step h2,
.contact-form h2{
    color: #38668d;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.donazione-step div,
.contact-form div {
    margin-top: 10px;
}

.donazione-step input[type=text],
.contact-form input[type=text] {
    width: 50%;
    box-sizing: border-box;
    float: right;
    height: 60px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 12px;
    color: #808080;
    border: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

.donazione-step label,
.contact-form label {
    width: 50%;
    line-height: 60px;
    font-size: 15px;
}

#causale{
    line-height: 60px;
    font-size: 18px;
}

#causale-select{
    width: calc(100% - 20px);
}

.donation-select{
    width: 50%;
    box-sizing: border-box;
    float: right;
    height: 60px;
    padding-left: 10px;
    padding-top: 10px;
    margin: 10px 20px;
    margin-right: 0px;
    font-size: 12px;
    color: #808080;
    border: none;
    background: white;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

.donation-span{
    width: 50%;
    float: right;
    font-size: 13px;
}

.privacy-label{
    font-size: 13px;
}



/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {      
    a:hover{
        color: #db8f36;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .blue-button:hover{
        background-color: white;
        color: #38668d;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .orange-square:hover{
        background-color: white;
        color: #38668d;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    .transparent-button:hover {
        background-color: rgb(219,143,54, 0.75);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    .transparent-button:hover i {
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    .call-to-action-button:hover {
        background-color: rgb(219,143,54);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    .call-to-action-button:hover i {
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
}

/* richiesta email aumento card 
@media (min-width: 1280px) {
    #media-container{
        max-width: 100%;
        width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }
    .news-card{
        width: calc((100% - 60px) / 4);
    }
    .news-card:nth-child(3n+1) {
        margin-left: 10px;
    }
    .news-card:nth-child(4n+1) {
        margin-right: 0px;
    }
    .news-card:nth-child(3n) {
        margin-left: 0px;
    }
} */

@media only screen and (min-width:1024px) and (max-width:1279px) {       
    header .header-contact {
        width: 60px;
        height: 60px;
        font-size: 15px;
        line-height: 60px;
        text-align: center;
        background-color: #db8f36;
        margin: 25px 10px 0px 0px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    header .header-contact p,
    header .split-line {
        display: none;
    }
    header .header-contact i {
        display: inline;
        color: white;
        cursor: pointer;
    }
}

@media only screen and (min-width : 1399px) {
    .page-container {
        width: 1400px;
    }
    .page-cover-image{
        height: 800px;
    }
}

/* TABLET */
@media only screen and (min-width:768px) and (max-width:1023px) {   
    
    .page-container {
        width: 100%;
    }
    header .header-contact {
        width: 60px;
        height: 60px;
        font-size: 15px;
        line-height: 60px;
        text-align: center;
        background-color: #db8f36;
        margin: 25px 10px 0px 0px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    header .header-contact p,
    header .split-line {
        display: none;
    }
    header .header-contact i {
        display: inline;
        color: white;
        cursor: pointer;
    }
    .header-abstract {
        display: none;
    }
    #menu-sidebar {
        position: absolute;
        width: 250px;
        left: -250px;  
        top: 110px; 
        z-index: 10;
        background-color: white; 
    }
    
    .first-level-item {
        box-sizing: border-box;
        text-transform: uppercase;
        margin-bottom: 10px;
        padding-left: 10px;
        position: relative;
        display: block;
    }
    .first-level-item-lnk {
        margin-right: 0px;
    }
    .first-level{
        margin-top: 0px;
    }

    .submenu {
        text-transform: none;
        top: 0px;
        position: relative;
        display: block;
        padding-left: 20px;
    }

    .burger-toggle {
        display: block;
    }

    .main-logo {
        margin-left: 0px;
    }
    .first-level-item {
        width: 100%;
    }
    .transparent-button-icon {
        width: 25%;
    }
    .transparent-button {
        width: 130px;
    }
    .transparent-button-container {
        width: 670px;
        margin-left: calc(50% - 335px)
    }
    .news-card {        
        width: calc(100% / 2 - 20px);
        
    }
    .news-card:nth-child(odd) {
        margin-left: 10px;
        margin-right: 10px;
    }
    .news-card:nth-child(even) {
        margin-left: 10px;
        margin-right: 10px;
    }
    #newsletter {
        box-sizing: border-box;
        padding: 0px 10px;
    }

    .card-list-view{
        width: calc(100% - 10px)!important;
    }

    .gallery-item {
        width: 100%;
        margin-bottom: 10px;
    }

    /* PAGINA GENERICA */

    .page-container{
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .left-column{
        width: calc(40% - 10px);
        margin-right: 10px;
    }

    .right-column{
        width: 60%;
    }

    .navigation-menu-item{
        font-size: 12px;
    }
    .call-to-action-button-label{
        font-size: 11px;
    }

    #last-news{
        width: 100%;
    }
}
@media only screen and (min-width:320px) and (max-width:767px) {   
    .header-top {
        height: 60px;
    }
    main {
        margin-top: 60px;
    }
    .article-image-half-right {
        width: 100%;
        float: right;
        min-height: 200px;
        height: 100%;
        margin-top: 20px;
    }

    .article-image-half-left {
        width: 100%;
        float: left;
        min-height: 200px;
        height: 100%;
        margin-top: 20px;
        background-size: cover;
        background-position: center center;
    }

    .right-text-half {
        float: right;
        margin-top: 20px;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .left-text-half {
        float: left;
        margin-top: 20px;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    div.testata-home {
    width: 95%;
    max-width:320px;
    margin: auto;
    margin-top: 30px;
    float: none;
    }

    .page-container {
        width: 100%;
    }
    .page-container {
        width: 100%;
    }
    header .header-contact {
        display: none;
    }
    .header-top-right {
        margin-right: 10px;
    }
    .header-top-right a {
        display: none;
    }
    .header-top-right a:last-child {
        display: block;
    }
    #dona-ora {
        margin: 10px 0px 0px 0px;
        font-size: 14px!important;
        height: 40px;
        line-height: 40px;
    }
    .main-logo {
        height: 50px;
        margin-top: 15px;
        margin-right: 0px;
    }
    .main-logo img {
        height: 30px;
    }
    .burger-toggle{
        padding: 0px 10px 0px 10px; 
    }
    .slider-item-text-container {
        width: 70%;
        margin-top: 30px;
    }
    .slider-item-abstract p {
        font-size: 16px;
        line-height: 18px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
    }
    .split-line {
        display: none;
    }
    .header-abstract {
        display: none;
    }
    #menu-sidebar {
        position: absolute;
        width: 250px;
        left: -250px;  
        top: 60px; 
        z-index: 10;
        background-color: white; 
        overflow-y: scroll;
    }
    
    .first-level-item-lnk {
        margin-right: 0px;
    }
    .first-level{
        margin-top: 0px;
    }

    .first-level-item{
        box-sizing: border-box;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-left: 20px;
        position: relative;
    }

    /* .submenu {
        text-transform: none;
        display: none;
        top: -110px;
        position: absolute;
    } */
    .submenu {
        text-transform: none;
        top: 0px;
        position: relative;
        display: block;
        padding-left: 10px;
    }

    .submenu li{
        border: none;
    }

    .submenu li:last-child{
        border: none;
    }

    .first-level-item {
        box-sizing: border-box;
        text-transform: uppercase;
        margin-bottom: 10px;
        padding-left: 0px;
        position: relative;
        display: block;
    }
    .burger-toggle {
        display: block;
    }
    .main-logo {
        margin-left: 0px;
    }
    .first-level-item {
        width: 100%;
    }
    
    .transparent-button-container {
        width: 305px;
        margin-left: calc(50% - 152.5px);
        height: auto;
    }
    .transparent-button-container .transparent-button:last-child {
        display: none;
    }
    .transparent-button-container .transparent-button {
        margin: 5px 5px 0px 0px;        
    }
    .transparent-button-container .transparent-button:nth-child(even) {
        margin: 5px 0px 0px 0px;        
    }
    .news-card {
        width: 100%;
        max-width: 320px;
        width: 95%;
        float: none;
        margin: 0px auto 50px auto !important;        
    }
    .half-container {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
        margin: 0px 0px 30px 0px;
    }
    
    .left-column-visible{
        width: calc(100% - 10px);
        float: left;
        margin-top: 30px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .left-column{
        display:none;
    }
    
    .right-column, .full-width {
        width: calc(100% - 10px);
        float: right;
        margin-top: 30px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .card-list-view{
        width: 100%!important;
    }

    .gallery-item {
        width: 100%;
        margin-bottom: 10px;
    }

    #form-newsletter {
        margin-top: 20px;
    }
    .half-input {
        width: 100%;
        margin: 0px 0px 10px 0px !important;
    }
    .full-container {
        height: auto;
    }
    .footer-container {
        height: auto;
    }
    footer .header-top-right {
        display: none;
    }
    .footer-right .header-contact {
        margin: 10px 10px 10px 10px;
    }    
    
    .donazione-step input[type=text]{
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }
    
    .donazione-step label{
        width: 100%;
        line-height: 60px;
        font-size: 18px;
    }
        
    #causale-select{
        width: 100%;
        margin-left: 0px;
    }
    
    .donation-select{
        width: 100%;
        padding-left: 0px;
    }
    
    .donation-span{
        width: 100%;
        float: left;
    }

    .button-big{
        width: calc(100% - 20px);
        margin: 20px 10px;
    }
}

.desktop { display:block; }
.mobile { display: none; }

@media only screen and (max-width:480px) {
    .desktop { display:none; }
    .mobile { display:block; }
} 

@media only screen and (min-width:320px) and (max-width:920px) {   
    .header-top {
        height: 60px;
    }
    main {
        margin-top: 60px;
    }
    .burger-toggle{
        padding: 0px 10px 0px 10px; 
    }
    #menu-sidebar {
        position: absolute;
        width: 250px;
        left: -250px;  
        top: 60px; 
        z-index: 10;
        background-color: white; 
        overflow-y: scroll;
    }
    #dona-ora {
        margin: 10px 0px 0px 0px;
        font-size: 14px!important;
        height: 40px;
        line-height: 40px;
    }
    .main-logo {
        height: 50px;
        margin-top: 15px;
        margin-right: 0px;
    }
    .main-logo img {
        height: 30px;
    }
    .orange-square {
        width: 40px;
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        margin-top: 10px;
        margin-right: 10px;
    }
}
/* 
@media only screen and (max-width:1024px) {

    .news-card:last-child{
        display: none;
    }
} */