@charset "utf-8";
/* CSS Document */

body {

    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
    color: #484b4f;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #005887;
    font-weight: bold;
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 10px;
    background: url(./img/menu_active.png) no-repeat left bottom;
    margin-bottom: 30px;
}

.bluetto {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #005887;
    font-weight: bold;
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 10px;
    
    margin-bottom: 30px;
}
a {
    color: #484b4f;
}

a:hover {
    color: #484b4f;
}

p a {
    text-decoration: underline;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.w-70 {
    width: 70% !important;
}

.barlow {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.blu {
    color: #005887;
}

.blu a {
    color: #005887;
}

.blu a:hover {
    color: #005887;
}

a.blu {
    color: #005887;
}

a:hover.blu {
    color: #005887;
}

.btnBlu {
    background-color: #005887;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.btnBlu:hover {
    background-color: #005887;

    color: #fff;
    text-decoration: none;
}

.container ul {
    margin-left: -25px;
}

/**header**/

header .container {
    position: relative;
}

.btn-header {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}

.btn-nverde {
    font-family: 'Barlow Semi Condensed', sans-serif;
    display: inline-block;
    color: #40a110;
    background: #d9eccf url(./img/ico_tel.png) no-repeat;
    background-position: 15px center;
    padding: 5px 15px 5px 60px;
    font-size: 17px;
    line-height: 17px;
    border-radius: 30px;
    margin-right: 0px; 
    height: 55px;
}

.btn-nverde:hover {
    color: #40a110;
    text-decoration: none;
}

.btn-dona {
    font-family: 'Barlow Semi Condensed', sans-serif;
    display: inline-block;
    color: #005887;
    background: #ccdee7 url(./img/ico_dona.png) no-repeat;
    background-position: 15px center;
    padding: 8px 20px 8px 75px;
    font-size: 17px;
    line-height: 17px;
    border-radius: 30px;
    vertical-align: top;
    height: 55px;
}

.btn-dona:hover {
    color: #005887;
    text-decoration: none;
}



.riso {
	  padding: 8px 20px 8px 60px;
    background: #ccdee7 url(./img/ico_riso.png) no-repeat;
    background-position: 15px center;

}


.btn-nverde:hover {
    text-decoration: none;
}

.btn-txtbig {
    font-weight: bold;
    font-size: 30px;
    line-height: 20px;
}

.ls-1 {
    letter-spacing: 0.02rem;
}


/***lingua***/

.slected {
    color: #005887; 
	font-weight: bold;
}

.lang {
    display:inline-block; 
	font-family: 'Barlow Semi Condensed', sans-serif; 
	font-size: 16px; 
	line-height: 16px; 
	color: #484b4f;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:-65px;
}

.lang a {
    color: #484b4f;

}

.lang a.selected {
    color: #005887;
	font-weight: bold;
}

.lang a.selected:hover {
    color: #005887;
	text-decoration: none;
}

/***menu***/

header {
    background-color: #fff;
}

.navbar {
    padding-bottom: 20px;
}

.navbar-nav {
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    padding-bottom: 0;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 14px;
	line-height: 16px;
    color: #484b4f;
}

.navbar-light .account .nav-link {
    color: #898989;
    padding-right: 0;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #000;
    background: url(./img/menu_active.png) no-repeat center top;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #000;
    background: url(./img/menu_active.png) no-repeat center top;
}

.navbar-light .account .nav-link:hover, .navbar-light .account .nav-link:focus {
    color: #484b4f;
    background: none;

}

.navbar-light .navbar-toggler {
    background-color: #fff;
    margin-top: auto;
    margin-bottom: 2px;
    color: #005887;
    border-color: #005887;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 104, 169, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown-menu {
    font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: normal;
    font-size: 14px;
    text-transform: none;
}

.dropdown-item {
    padding: 0.25rem 0.8rem;
}

.sottomenuTitoletto {
    padding: 0.25rem 0.8rem;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #005887;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #005887;
}

/**footer**/

footer {
    background-color: #484b4f;
    color: #fff;
}

footer .newsletter .tit {
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    font-family: 'Barlow Semi Condensed', sans-serif;

}

footer .form-control {
    display: inline-block;
    margin-right: 15px;
    vertical-align: bottom;
    width: 70%;
}

footer .form-group .btn {
    padding: 0.375rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 20px;

}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .form-group .btn-primary {
    color: #fff;
    background-color: #008751;
    border-color: #008751;
	text-decoration: none;
}

footer hr {
    border: 0;
    height: 1px;
    background-color: #fff;
}

footer .privacy {
    font-size: 14px;
}

/***home page***/

/**carousel**/

#carouselHome .carousel-inner {
    height: 400px;
    background-color: #fff;
}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #005887;
    border: 1px solid #fff;
}

.carousel-indicators .active {

    background-color: #fff;
    border: 1px solid #b2b2b2;
}

.carousel-item {
    color: #fff;
}

.slide1 {
    padding: 40px;
    background-size: cover;
    height: 400px;
}

.slide1 p {
    width: 25%;
}

.carousel-item h1 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    /*text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);*/
    background: none;
    color: #005887;
    margin-bottom: 0;
}

.carousel-item p {
    font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /*text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);	*/
    color: #005887;
}

/**news**/
.box-news {
    font-size: 12px;
}

.anteEvento{
overflow: hidden;
max-height:180px;
margin-bottom: 10px;
}

.img-itaca{
	float: left; margin-right: 10px; margin-bottom: 10px;
}



.box-news .tit {
    font-size: 14px;
    font-weight: bold;
}

.box-news a {
    color: #005887;
    display: block;
    text-align: right;
    text-decoration: underline;
    font-weight: 600;
}

.brd-tratteggio {
    padding-bottom: 15px;
    border-bottom: 1px dashed #dadada;
    margin-bottom: 15px;
}

.box-blog {
    background-color: #005887;
    padding: 15px;
    color: #fff;
}

.box-blog a {
    color: #fff;
}

.box-blog div:last-child {
    margin-bottom: 0;
}

video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: opacity(50%);
    -webkit-filter: opacity(50%);
}

@media all and (-ms-high-contrast: none) {
    video {
        height: auto
    }
}

/***box video***/

.video-home {
    position: relative;
    background-color: #000;
    height: 500px;
    overflow: hidden;
}

.box-blu {
    background-color: #005887;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-top: -220px;
    z-index: 100;
}

.box-blu .tit {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.box-blu .btn {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}

/**social**/

.box-social {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #005887;
    font-size: 14px;
}

.box-social a {
    color: #005887;
    text-decoration: none;
}

.box-social svg {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 40px;
    display: inline-block;
}

/**sostienici**/

.box-sostienici {
    background: url(./img/fondo_sostienici_home.png) no-repeat;
    background-size: cover;
    padding: 40px;
}

.box-sostienici .tit {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.box-sostienici p {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    display: block;
    width: 60%;
    margin: auto;
	font-weight: normal;
}

.box-bianco {
    background-color: #fff;
    padding: 15px;
    color: #484b4f;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    text-shadow: none;
}

.box-bianco .tit {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #484b4f;
    text-shadow: none;
}

.box-bianco p {
    color: #484b4f;
    text-shadow: none;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
    width: auto;
}

.box-bianco .btn {
    display: inline-block;
    padding: 5px 15px;
    background-color: #484b4f;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}

.box-bianco a.btn {
    text-decoration: none;
    color: #fff;
}

.box-bianco a:hover.btn {
    text-decoration: none;
    color: #fff;
}

.box-riso {
    background-color: #fff;
    padding: 15px;
    color: #484b4f;
    font-size: 14px;
    line-height: 18px;
    text-shadow: none;
}

.box-riso .tit {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #484b4f;
    text-shadow: none;
}

.box-riso p {
    color: #484b4f;
    text-shadow: none;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
    width: auto;
}

.riso-tab{
	color: #484b4f;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px;
}

.riso-tab .tit{
	color: #009744;
}

.riso-tab .data{
	color: #005887;
}

.riso-tab p{
	margin-bottom: 10px;
}


/*progetti*/

.headProg {
    background: url(./img/fondo_progetti.png) no-repeat;
    background-size: cover;
    padding: 40px 30px 60px;
    min-height: 400px;
    background-position: right;
}

.headCosaFare {
    background: url(./img/fondo_progetti.png) no-repeat;
    background-size: cover;
    padding: 40px 30px 60px;
    min-height: 400px;
    background-position: right;
}

.testata h1 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: normal;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    background: none;
    color: #fff;
    margin-bottom: 0;
    max-width: 40%;
}

.testata .btn-dona {
    font-family: 'Barlow Semi Condensed', sans-serif;
    display: inline-block;
    color: #fff;
    background: #005887 url(./img/ico_dona_b.png) no-repeat;
    background-position: 20px center;
    padding: 8px 30px 8px 90px;
    font-size: 22px;
    line-height: 22px;
    border-radius: 40px;
    vertical-align: top;
    height: 70px;
}

.testata .btn-dona:hover {
    text-decoration: none;
}

.mt-100 {
    margin-top: 100px;
}

.boxProg .tit {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 38px;
    line-height: 40px;
    font-weight: bold;
    color: #005887;
}

.boxProg .box-bianco {
    border: 1px solid #dadada;
    padding: 20px 20px 75px;
}

.boxProg .box-bianco .tit {
    color: #484b4f;
    font-size: 24px;
    line-height: 26px;
    min-height: auto;
}

.boxProg .box-bianco p {
    min-height: 100px;
}

.boxProg .box-bianco .btn {

    padding: 5px 20px;
    background-color: #005887;
    color: #fff;
    font-size: 12px;
}

.bkgItaca {
    background-image: url(./img/fondo_pItaca.png);
    background-position: right;
}

.giallo {
    color: #e2bc00;
}

.txtProg h1 {
    margin-bottom: 20px;
}

.moreContent a {
    color: #005887;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
}

.moreContent a:hover {
    color: #005887;
}

.btn-dona-down {
    background-color: #005887;
    font-family: 'Barlow Semi Condensed', sans-serif;
    display: inline-block;
    color: #fff;
    padding: 8px 30px;
    font-size: 22px;
    line-height: 22px;
    border-radius: 40px;
    vertical-align: top;
}

.btn-dona-down:hover {
    color: #fff;
    text-decoration: none;
}

.btn-dona-down .ls-1 {
    letter-spacing: 0.3rem;
}

.boxBlu {
    background-color: #005887;
    padding: 15px;
}

.boxBlu h1 {
    color: #fff;
    background: url(./img/menu_active_b.png) no-repeat left bottom;
}


/*negar*/

.pos-fix {
    position:absolute;
	left:20px;
	right:20px;
	width:150px;
	margin-left:auto;
	margin-right: auto;
	bottom: 35px;
}

.mnhg {
    min-height: 390px
}

#cont iframe .donor .main {max-width: 1210px !important;}
.home .container, .header--home .container, .home + footer .container, .donor .container, .header--plans .container, .header--plans + footer .container, .plans .container {max-width: 1210px !important;}
/*cosa fare*/

.box-menu-blu {
    background-color: #005887!important;
    padding: 15px;
}

.box-menu-blu a {
    color: #fff!important;
    text-decoration: none;
    display: block;
    padding: 15px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
}

.box-menu-blu a:hover {
    color: #005887;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
}

.box-menu-blu a:active {
    color: #005887;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
}

.box-menu-blu a.active {
    color: #005887;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
}

.box-menu-blu .tit {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Barlow Semi Condensed', sans-serif;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.brd-grey {
    border: 1px solid #dadada;
}

.mx-15-neg {
    margin-left: -15px;
    margin-right: -15px;
}

/**dove siamo***/

.mappa .box-blu {
    margin-top: -100px;
    padding-top: 40px;
}

.mappa .box-blu a {
    color: #fff;
    text-decoration: underline;
}

.mappa .box-blu a:hover {
    color: #fff;
    text-decoration: underline;
}

.box-bianco p a {
    color: #484b4f;
    text-decoration: underline;
}

.box-bianco p a:hover {
    color: #484b4f;
    text-decoration: underline;
}

.boxNews .box-bianco {
    border: 1px solid #dadada;
    padding: 20px;
}

.boxNews .box-bianco .btn {
    padding: 5px 20px;
    background-color: #005887;
    color: #fff;
    font-size: 12px;
}

/**blog**/

.box-page-blog {
    background: url(./img/fondo_sostienici_home.png) no-repeat;
    background-size: cover;
    padding: 40px;
    background-position: bottom;
    height: 385px;
    border:1px solid #ccc;
}
.box-page-blog2 {
    background: url(./img/fineco.jpg) no-repeat;
    background-size: cover;
    padding: 40px;
    background-position: bottom;
    height: 385px;
    border:1px solid #ccc;
}
.box-page-blog2 .tit {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.box-page-blog2 p {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    display: block;
    width: 60%;
    margin: auto;
}

.box-page-blog .tit {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.box-page-blog p {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    display: block;
    width: 60%;
    margin: auto;
}



.slideshowlink{
	padding: 20px;
	text-align: center;
}


.slideshowlink a{
	display: inline-block;
	padding: 5px 15px;
background-color: #484b4f;
color: #fff;
border-radius: 20px;
font-size: 14px;
	text-decoration: none;
}

.slideshowlink a:hover{
	display: inline-block;
	padding: 5px 15px;
background-color: #484b4f;
color: #fff;
border-radius: 20px;
font-size: 14px;
	text-decoration: none;
}


/**gallery**/

.boxGallery .tit {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 38px;
    line-height: 40px;
    font-weight: bold;
    color: #005887;
}

.boxGallery .box-bianco {
    border: 1px solid #dadada;
    padding: 20px;
	width: 100%;
}

.boxGallery .box-bianco .tit {
    color: #484b4f;
    font-size: 24px;
    line-height: 26px;
    min-height: auto;
}



.boxGallery .box-bianco .btn {

    padding: 5px 20px;
    background-color: #005887;
    color: #fff;
    font-size: 12px;
}


.blu .btn-primary{
	background-color: #005887;
	
}

.blu .btn-primary:hover{
	background-color: #005887;
	
}

.blu .btn-primary:not(:disabled):not(.disabled).active, .blu .btn-primary:not(:disabled):not(.disabled):active, .blu .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #008751;
    border-color: #008751;
}

.blu .w3eden .btn-primary:focus{
	background-color: #008751;
    border-color: #008751;
}


/*pag newsletter*/
.tnp-subscription label {
	text-align: left;
	font-weight: normal;
}

.tnp-field input[type="submit"] {
    margin-left: auto;
	margin-right: auto;
}

.tnp-subscription {
    max-width: 800px;
}

.tnp-subscription div.tnp-field {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.tnp-subscription div.tnp-field-privacy{
	width: 100%;}

.tnp-subscription div.tnp-field-button{
	width: 100%;
}

.tnp-subscription input[type="text"], .tnp-subscription input[type="email"], .tnp-subscription input[type="submit"], .tnp-subscription select {
    height: 40px;
}

.tnp-submit{
	cursor: pointer;
}

/*** CHECKOUT ***/
.woocommerce-input-wrapper{
	width:100%;
}


/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) {

    .navbar {
        padding-bottom: 10px;
    }

    .navbar-brand img {
        width: 60%;
    }

    .btn-header {
        position: absolute;
       right: 35%; /*  usa questo valore quando riattivi btn dona*/
        right: 22%;
        top: 30px;
        z-index: 10;
    }

    .btn-nverde span {
        display: none;
    }

    .btn-nverde {
        background-position: center;
        padding: 5px 10px 5px 30px;
        border-radius: 35px;
        height: 40px;
        background-size: 65%;
        margin-right: 10px;
    }

    .btn-dona span {
        display: none;
    }

    .btn-dona {
        background-position: center;
        padding: 5px 10px 5px 30px;
        border-radius: 35px;
        height: 40px;
        background-size: 70%;
    }

    .navbar-light .navbar-toggler {
        margin-top: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 5px;
        border-bottom: 1px solid #dadada;
    }

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: #000;
        background: none;
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: #000;
        background-image: none;
        background-color: #dadada;

    }

    /**carousel**/
    #carouselHome .carousel-inner {
        height: 300px;
    }

    .carousel-item h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .carousel-item p {
        font-size: 14px;
        line-height: 16px;
    }
	
	ol{
		margin-bottom: 0;
	}

    .slide1 {
        height: 300px;
    }

    .slide1 p {
        width: 100%;
    }

    /**news**/
    .box-news img {
        display: block;
        width: 100%;
    }
	
	.img-itaca{
		width: 80px !important;
		height: auto;
	}

    .box-blu {
        margin-top: 0;
    }

    /**social**/
    .box-social svg {
        margin-left: 15px;
        margin-right: 15px;
    }

    /**sostienici**/
    .box-menu-blu {
        display: none;
    }

    .box-sostienici p {
        width: 100%;
    }

    /**footer**/
    .small-px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    footer .form-control {
        width: 100%;
        margin-bottom: 15px;
    }

    footer .btn {
        float: right;

    }

    footer .privacy {
        margin-top: -60px;
        width: 60%;
        font-size: 14px;
        padding-bottom: 20px;
    }

    .form-check-label a:hover {
        color: #fff;
    }

    .newsletter .tit {
        padding-left: 15px;
        padding-right: 15px;
    }

    .newsletter form {
        padding-left: 15px;
        padding-right: 15px;
    }

    /**progetto**/
    .boxProg .box-bianco {
        padding: 20px 20px 30px;
    }
	
	.pos-fix {
	bottom: 0px;
    position: relative;
    left: 0px;
    right: 0px;
    }
	
	.mnhg {
    min-height: 370px;
     }
	
	.boxProg .box-bianco p {
    min-height: 60px;
    }

    .testata .btn-dona span {
        display: inline-block;
    }

    .testata h1 {
        font-size: 28px;
        line-height: 28px;
        max-width: none;
    }

    .testata .mt-100 {
        margin-top: 50px;
    }

    .headProg {
        padding: 20px;
        min-height: 150px;
        background-image: none !important;
        background: #005887;
    }

    .headCosaFare {
        display: none;
    }

    .bkgItaca {
        background-position: left;
    }

    .box-page-blog {
        padding: 20px;
        height: 200px;
        background-image: none !important;
        background: #005887;
    }

    .mappa .box-blu {
        margin-top: 0;
    }
	
	.lang {
    font-size: 14px;
    line-height: 14px;
    left: -55px;
    }
	
.tnp-subscription {
    max-width: 100%;
}
	
	.tnp-subscription div.tnp-field {
    float: none;
    width: 100%;
    padding: 0;
}

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

    /*header*/
    .btn-nverde {
        font-size: 14px;
        line-height: 15px;
        height: 45px;
    }

    .btn-dona {
        font-size: 14px;
        line-height: 15px;
        height: 45px;
    }

    .btn-txtbig {
        font-weight: bold;
        font-size: 25px;
        line-height: 20px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 5px;
        border-bottom: 1px solid #dadada;
    }

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: #000;
        background: none;
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: #000;
        background-image: none;
        background-color: #dadada;

    }

    /**carousel**/
    #carouselHome .carousel-inner {
        height: 300px;
    }

    .slide1 {
        height: 300px;
    }

    .slide1 p {
        width: 40%;
    }

    /**box video**/
    .video-home {
        height: 350px;
    }

    /**progetto**/
    .headProg {
        padding: 30px;
        min-height: 250px;
        background-position: center;
    }

    .headCosaFare {
        padding: 30px;
        min-height: 250px;
        background-position: center;
    }

    .testata .mt-100 {
        margin-top: 50px;
    }

    .testata h1 {
        max-width: 50%;
    }

    .boxProg .box-bianco {
        padding: 20px 20px 45px;
    }
	
	.pos-fix {
	bottom: 45px;
    }

    .boxProg .box-bianco .tit {
        font-size: 20px;
        line-height: 22px;
    }

    .box-page-blog {
        padding: 30px;
        height: 250px;
        background-position: left;
    }
	
	.lang {
	font-size: 14px; 
    }
	
	.mnhg {
    min-height: 410px
    }
.tnp-subscription {
    max-width: 100%;
}
	
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #005887 !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce-MyAccount-navigation ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li{
	 display: inline;
	 
}

.woocommerce-MyAccount-navigation{
	margin-bottom: 40px;
	
}

.woocommerce-MyAccount-navigation ul li a{
	display: inline-block;
	background-color: #005887;
	color: #fff;
	padding: 10px;
	border-radius: 3px;
	margin-right: 10px;
}

.woocommerce-MyAccount-navigation ul li a:hover{
	text-decoration: none;
}

.woocommerce-pagination{
	margin-bottom: 40px;
}

.wcppec-checkout-buttons {
    text-align: left;
    margin: 0;
    overflow: hidden;
    float: left;
    width: 100%;
    left: 0;
	margin-top: -40px;
	margin-bottom: 30px;
}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 1200px) {
}

/* Large devices (desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }

}


@media (max-width: 349px) {
	
 .lang {
    font-size: 14px;
    line-height: 14px;
    left: 0px;
    right: 0px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    top: 55px;
   }
	
	.btn-header {
    right: 27%;
    }

}


