body {
	background:  #efefef;
}
.animate{
	-webkit-transition: all 0.3s ease-out;
					transition: all 0.3s ease-out;
}
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


/*-----------------------------
header
-----------------------------*/
.headerinf{background: white;}
.header{background: white;}
.header__logo{font-size: 30px;float:left;text-align:center;margin-top:5px;margin-left:20px;margin-bottom:5px;}
.header__logo a:hover{text-decoration: none;}
.header__logo__link{text-decoration: none; color: yellow !important;}
.header__logo2{font-size: 30px;float:right;text-align:center;margin-top:5px;margin-right:20px;margin-bottom:5px;display:block;}
.header__logo2 a:hover{text-decoration: none;}
.header__logo__link2{text-decoration: none; color: yellow !important;}
.header__menu{float:center;margin-left:600px;}
.header__menu__item{display: inline-block;}
.header__menu__item2{display: inline-block;}
.header__menu__item a{font-size: 25px;color:black;display: block;padding:15px;text-decoration: none;}
.header__menu__item2 a{font-size: 25px;color:black;display: block;padding:15px;text-decoration: none;}
.header__icon-bar{display:block; float:right; padding: 20px;display:none}
.header__icon-bar span{display: block; height:3px; width:30px;background: black;margin-bottom: 5px;}

/*-----------------------------
body
-----------------------------*/

#body-area{
	padding: 20px 0 20px 0;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: "Exo", sans-serif;
	color: #fff;
}
.single-body-center{
	text-align: middle;
}
.single-body-right{
	margin-left: 0px;
	padding-bottom: 5px;
}

.facebook-mobile{display: none;}
.facebook{
	
	display: block;
}

.imgpad{
	padding-left: 80px;
}

.progetti_list a{
	text-align:center !important;
	margin-top: 150px;
	margin-bottom: 50px;
	}
	
.link-area-progetti li{
	padding: 25px 5px 15px 0;
	list-style: none;
}
.link-area-progetti li a{
	text-transform: capitalize;
	color: black;
	font-family: Merienda;
}
.link-area-progetti li a i{
	margin-right: 10px;
	color: black;
}
.link-area-progetti{
	padding: 0;
	font-size:24px;
}
h2{
	display:none ;
}

/*-----------------------------
iframe
-----------------------------*/
.iframe-container {
	overflow: hidden;
	position: relative;
	min-height:300px;
	min-width:300px;

}
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	max-height: 300px;
}

/*-----------------------------
footer
-----------------------------*/


#footer-area{
	padding: 20px 0 10px 0;
	background:#cccccc;
	color: #fff;
}

.footer-right p{
	font-family: Merienda;
	font-size: 10px;
	color: black;
}
.footer-left p{
	font-family: Merienda;
	font-size: 14px;
	color: black;
}
.footer-left h4{
	font-weight: 500;
	margin-bottom: 15px;
	color: black;
	font-family: Merienda;
}
.footer-right h4{
	font-weight: 500;
	margin-bottom: 15px;
	color: black;
	font-family: Merienda;
}
.link-area li{
	padding: 5px 5px 5px 0;
	list-style: none;
}
.link-area li a{
	text-transform: capitalize;
	color: black;
	font-family: Merienda;
}
.link-area li a i{
	margin-right: 10px;
	color: black;
}
.link-area{
	padding: 0;
	font-size:14px;
}
.link-area img{
	padding: 0px 0px 20px 0px;
	margin: 0 0 0 40px;
}
.copyright-area{
	background: black;
	padding: 10px 0;
	margin-top: 30px 0;
}
.copyright-area p{
	font-weight: 600;
	color: #fafafa;
	text-align:center !important;
}
.widget li{
	float: left;
	width: 50%;
}
.widget li a img{
	margin-bottom: 10px;
	width: 100%;
	height: 100%;
}
.footer-immage{
	
}

.fa-address-card{
	color:black;
}
.fa-mobile{
	color:black;
}
.fa-phone{
	color:black;
}
.fa-long-arrow-right{
	color:black;
}


/*-----------------------------
cards
-----------------------------*/

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
}

.title {
  color: white;
  font-size: 18px;
  padding: 10px;
  background-color: green;
}
.text2 {
	color: black;
	font-size: 16px;
}

.info{
	color: black;
	font-size: 14px;
}
.infodonation{
	color: white;
	font-size: 14px;
}
.titledonation {
  color: white;
  font-size: 30px;
  padding: 10px;
  background-color: #000;
} 
.cardonation {
  border: 10px solid ;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  background: black;

}

button {
  border: none;
  border: none;
  outline: 0;
  display: inline-block;
  padding: 20px;
  color: white;
  background-color: green;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  
}

button:hover, a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1281px) {
	.header__icon-bar{
		display:block;
	}
	.header__menu__item{
		display:block;
	}
	.header__menu__item2{
		display:block;
	}
	.header__menu__item a{
		padding:5px;
		font-size:25px;
		color: white;
	}	
	.header__menu__item2 a{
		padding:5px;
		font-size:25px;
		color: white;
	}	
	.header{
		z-index: 100;
		width:100%
	}
	.headerinf{
		z-index: 100;
		width:100%
	}
	.header__menu{
		width:100%;
		height:0px; 
		overflow: hidden;
		background: black;
		margin-left:0px;
		float:right;
	}
	.is-open{
		height:200px; 
		overflow: auto;
	}
	
	.galleria{ 
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	max-width: 700px; 
	max-height: 500px; 
}

	
/*-----------------------------
body
-----------------------------*/


	.single-body{
		margin-top:70px;
	}
	.single-body-center{
		margin-top:70px;
	}
	.single-body-right{
		margin-right: 0px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
	.header__icon-bar{
		display:block;
	}
	.header__menu__item{
		display:block;
	}
	.header__menu__item2{
		display:block;
	}
	.header__menu__item a{
		padding:5px;
		font-size:25px;
		color: white;
	}	
	.header__menu__item2 a{
		padding:5px;
		font-size:25px;
		color: white;
	}	
	.header{
		z-index: 100;
		width:100%
	}
	.headerinf{
		z-index: 100;
		width:100%
	}
	.header__menu{
		width:100%;
		height:0px; 
		overflow: hidden;
		background: black;
		margin-left:0px;
		float:right;
	}
	.is-open{
		height:200px; 
		overflow: auto;
	}

	
/*-----------------------------
body
-----------------------------*/

	.single-body{
		margin-top:70px;
	}
	.single-body-center{
		margin-top:70px;
	}
	.single-body-right{
		margin-top:0px;
		margin-right:0px;
		margin-left:0px;
	}
}

@media screen and (max-width: 520px) {
	
	.header__logo{
		font-size: 20px;
		float:left;
		text-align:center;
		margin-top:5px;
		margin-bottom:5px;
		margin-left:0px;
		max-width:125px;
	}


	.header__logo2{
		font-size: 20px;
		float:right;
		text-align:center;
		margin-top:5px;
		margin-bottom:5px;
		margin-left:0px;
		max-width:125px;
		display: block;
		}

	.header__icon-bar{
		display:block;
	}
	.header__menu__item{
		display:block;
	}
	.header__menu__item2{
		display:block;
	}
	.header__menu__item a{
		padding:0px;
		font-size:25px;
		color: white;
	}
	.header__menu__item2 a{
		padding:5px;
		font-size:25px;
		color: white;
	}
	.header{
		position:fixed; 
		z-index: 100;
		width:100%
	}
	.header2{
		position:fixed; 
		z-index: 100;
		width:100%
	}
	.header__menu{
		width:100%;
		height:0px; 
		overflow: hidden;
		background: black;
		margin-left:0px;
		float:right;
	}
	.is-open{
		height:200px; 
		overflow: auto;
	}
	.progetti_list a{
	text-align:center !important;
	margin-left:0px;
	}
	
	h1{
		display:none;
	}
	h2{
		color:black;
		margin-top:100px;
		display:block;
		text-align:center !important;
	}
	
.link-area-progetti li{
	padding: 5px 5px 5px 0;
	list-style: none;
}
.link-area-progetti li a{
	text-transform: capitalize;
	color: black;
	font-family: Merienda;
	text-align: center;
}
.link-area-progetti li a i{
	margin-right: 10px;
	color: black;
}
.link-area-progetti{
	padding: 0;
	font-size:14px;
}

.iframe-container {
	overflow: hidden;
	position: relative;
	min-height:300px;
	min-width:100px;
	max-width:auto;

}

	.galleria{ 
	margin-left:auto;
	margin-right:auto;
	margin-top:110px;
	max-width: 300px; 
	max-height: 500px; 
}

/*-----------------------------
body
-----------------------------*/


	.single-body{
		margin-top: 90px;
	}
	.single-body-right{
		margin-top:10px;
		margin-right:4px;
		margin-left:0px;
	}
.facebook-mobile{display: block;}
.facebook{display: none;}

	
}


@media screen and (min-width: 521px) and (max-width: 779px) {
	
		.header__logo{
		font-size: 20px;
		float:left;
		text-align:center;
		margin-top:5px;
		margin-bottom:5px;
		margin-left:0px;
		max-width:125px;
	}


	.header__logo2{
		font-size: 20px;
		float:right;
		text-align:center;
		margin-top:5px;
		margin-bottom:5px;
		margin-left:0px;
		max-width:125px;
		}
		
.progetti_list a{
	text-align:center !important;
	margin-left:20px;
	}
	
.link-area-progetti li{
	padding: 5px 5px 5px 0;
	list-style: none;
}
.link-area-progetti li a{
	text-transform: capitalize;
	color: black;
	font-family: Merienda;
	text-align: center;
}
.link-area-progetti li a i{
	margin-right: 10px;
	color: black;
}
.link-area-progetti{
	padding: 0;
	font-size:14px;
}

	.galleria{ 
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	max-width: 400px; 
	max-height: 500px; 
}


}

@media screen and (min-width: 1551px) and (max-width: 1990px) {
	.header__menu{float:center;margin-left:500px;}
}

@media screen and (min-width: 750px) and (max-width: 899px) {
	.header__icon-bar{
		display:block;
	}
}


@media screen and (min-width: 1282px) and (max-width: 1550px) {
/*-----------------------------
body - header__menu
-----------------------------*/
	.header__menu{float:center;margin-left:300px;}

	.single-body{
		margin-top:70px;
	}
	.single-body-center{
		margin-top:70px;
	}
	.single-body-right{
		margin-top: 0px;
		margin-right:0px;
	}

.facebook-mobile{display: none;}
.facebook{display: block;}

.galleria{ 
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	max-width: 700px; 
	max-height: 500px; 
}
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 400px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
	left: 0; 
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.responsiveimg{
	max-width: 100%;
	height: auto;
}
/* gallery */

.galleria{ 
	top: 10px;
	bottom: 60px;
	left: 10px;
	right: 10px;
	width: 1200px; 
	height: 600px; 
}
