/*
#15854B		verde scuro
#9EBF63		verde chiaro
#2E6526		verde 3
#082603   SCURO


*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
@import url(http://fonts.googleapis.com/css?family=Bitter:400);
@import url(http://fonts.googleapis.com/css?family=Arizonia:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:400);
@import url(http://fonts.googleapis.com/css?family=Architects+Daughter:400);


@import url(http://fonts.googleapis.com/css?family=Cookie:400);
@import url(http://fonts.googleapis.com/css?family=Courgette:400);
@import url(http://fonts.googleapis.com/css?family=Roboto:400);


/*
Per corsivo prova uno tra questi due, quello che a tuo parere è più leggibile e non crea confusione:
Cookie Ania Kruk
Courgette Karolina Lach

Invece per resto volevo chiederti se potevamo usare uno tra questi:
- Roboto Christian Robertson
- Lato
- Source Serif Pro
- Nunito
- Crimson Text Sebastian Kosch

*/
/*************************** header *****************************/
.letteraWrite{	
	font-family: "Courgette";
	font-size:14px;	
}
.navbar-trans {
	background: linear-gradient(to bottom, #000000 0%, #dddddd 100%);
    border-width:0;
}

.navbar-trans .navbar-brand, .navbar-trans >.container-fluid .navbar-brand {
    padding: 14px;
	color:red;
}

.navbar-trans li>a:focus,.navbar-trans li.active {
	background-color:red;  /* menu selected */
}

.navbar-trans li>a:hover {
	background-color:red;  /* hover menu */
	color:white;
	opacity:1;
}

.navbar-trans a{
    color:#ddd;  			/*   text menu */
    letter-spacing:1px;
}

.navbar-trans .form-control:focus {
	border-color: #eee;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
}

.navbar {
	min-height: 80px;
}

.navbar-brand {
	padding: 0 15px;
	height: 80px;
	line-height: 80px;
}

.navbar-toggle {
	/* (80px - button height 34px) / 2 = 23px */
	margin-top: 23px;
	padding: 9px 10px !important;
	
}

/* NON MOBILE */
@media (min-width: 768px) {
	.navbar-nav > li > a {
		/* (80px - line-height of 27px) / 2 = 26.5px */
		padding-top: 26.5px;
		padding-bottom: 26.5px;
		line-height: 27px;
	}

	#img_home_standard{
		
	}
	#img_home_mobile{
		display:none;
		visibility:hidden;
	}
	#home_right{		
		width:100%;
	}
	.fb_frame_std{

	}	
	.fb_frame_mobile{
		display:none;		
	}
}

/* MOBILE */
@media only screen and (max-width: 768px) {
	.navbar-trans .navbar-toggle {
		border-color: white;		/* border  button menu mobile */	
		background-color:red;  /* background button menu mobile */
	} 
	.navbar-trans a {
		color:#fff;					/*   text menu mobile*/
	}
	.navbar-trans li {
		color:#fff;
		background-color: gray;
		opacity:0.9;
	}
	.navbar-trans li>a:hover {
		background-color: red;  	/* hover menu mobile */
		color:white;
		opacity:0.8;
	}

	#img_home_standard{
		display:none;
		visibility:hidden;
	}
	#img_home_mobile{
	}
	#home_right{		
		width:58%;
	}
	.fb_frame_std{
		display:none;
	}
	.fb_frame_mobile{
			
	}
}



#carousel-custom {
    margin: 20px auto;
    width: 100%;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: 200px;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}


.carousel-inner {
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: #fff;
    border-style: solid;
}

.carousel-caption h5 {
  font: 150 25px/1.3 'Arizonia', Helvetica, sans-serif;
  color: #c5253d;
  text-shadow: 4px 4px 0px rgba(0,0,0,0.1); 
  right: 20%;
  text-align: center;
}
.carousel img {
     width: 50%;
     height: auto;
}

.carousel img {
     margin: auto;
}


/*************************** end header *****************************/
.black{
    color:black;
}
.white{
    color:white;
}
.color{
    color:gray;
}
.color2{
	color:red;
}

.bold{
	font-weight:bold;
}

.title_big{
	font-size:18px;
	font-weight:bold;
}
.title_medium{
	font-size:16px;
	font-weight:bold;
}
.title_little{
	font-size:14px;
	font-weight:bold;
}
.title_und_sec{
	font-size:13px;
	font-weight:bold;
	font-style:italic;
}
.nome_tecnico{
	font-weight:bold;
	font-size:16px;
}

html {
  
}

body {
	font-size:13px;
    color:black;
    font-family: 'Roboto', 'Open Sans','Lato', sans-serif;
	background-color:#EDEFFE;
}

.text{
	margin-left:10px;
	margin-right:10px;
}

h1 {
    color:black;     /* page title */
    text-shadow: 1px 1px #C3FDB8;
}

h2 {
    color:black;     /* page title */
    text-shadow: 1px 1px silver;
}

h3 {
    color:black;   /* page sub title */
    text-shadow: 1px 1px #C3FDB8;
    text-align: center;
}

h4{
	text-shadow: 1px 1px #15854B;
}

img.general {
  display: block;
  max-width: 100%;
  height: auto;
}

a.link_principal{
	color:#082603;  			/*   text menu */
    letter-spacing:1px;	
}

/*
@media only screen and (max-width: 600px) {
    body {
   
	background: url('../images/background-chiaro.jpg')  repeat-y;
    background-attachment: initial;
   }
}

@media only screen and (min-width: 600px) {
  body {
    
	background: url('../images/background-chiaro.jpg')  repeat-y;
    background-attachment: initial;
   }
}

@media only screen and (min-width: 768px) {
  body {
   
  background: url('../images/background-chiaro.jpg')  repeat-y;
  }
} 

@media only screen and (min-width: 992px) {
  body {
    
	background: url('../images/background-chiaro.jpg')  repeat-y;
  }
} 

@media only screen and (min-width: 1200px) {
  body {
  
	background: url('../images/background-chiaro.jpg')  repeat-y;

  }
  
}
*/
	
.btn,.well,.panel {
    border-radius:0;
}

.btn-danger {
    background-color:red;
}

.text-danger, a.text-danger {
    color:red;
}

.btn-huge {
    padding:17px 22px;
    font-size:22px;
}

.lato {
    font-family: 'Lato', sans-serif;
}

.bitter {
    font-family: 'Bitter', serif;
}

.icon-bar {
	background-color:#fff;
}


.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-left: -15px;
  display: block;
  padding: 7px;
  text-align: center;
  z-index:-1
}

.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 2em;
  right: 2em;
}

.scroll-up a {
  background-color: rgba(135, 135, 135, 0.5);
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

section {
	padding-top:70px;  
    padding-bottom:50px;
    min-height:100%;
    min-height:calc(100% - 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@media (min-width:768px) {
    .v-center {
        height: 50%;
        overflow: visible;
        margin: auto;
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
    }
}
  
footer {
   
   background: linear-gradient(to bottom, #000000 0%, #dddddd 100%);
  //  background:rgba(0,0,0,0.3);   /* background footer */

    color:#ddd;
    min-height:100px;
    padding-top:20px;
    padding-bottom:40px;
}

footer .nav>li>a {
    padding: 3px;
    color: #c5253d ;
}

footer .nav>li>a:hover {
    background-color:transparent;
	color:#fff;
}

.row {
    margin-right: inherit;
    margin-left: inherit;
}

.left{
	float:left;	
}

.right{
	float:right;	
}

.blocca{
    clear:both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

DIV.alberi_donati{

	display:flex;
	justify-content:center;
	width:189px;
	height:189px;
	border:1px gray solid;
}



img.img_gal {
  width: 100%; /* need to overwrite inline dimensions */
  height: auto;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1em;
}


/* hover styles */
.location-listing {
  position: relative;
}

.location-image {
  line-height: 0;
  overflow: hidden;
}

.location-image img {
  filter: blur(0px);
  transition: filter 0.3s ease-in;
  transform: scale(1.1);
}

.location-title {
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
  background: rgba(90,0,10,0.4);
  color: white;
  
  /* position the text in t’ middle*/
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
.location-listing:hover .location-title {
  opacity: 1;
}

.location-listing:hover .location-image img {
  filter: blur(2px);
}


-- for touch screen devices 
@media (hover: none) { 
  .location-title {
    opacity: 1;
  }
  .location-image img {
    filter: blur(2px);
  }
}
*/