/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Amaranth:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);


@media (max-width: 768px){
  .home_icone .span1 {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 769px) {
 .home_icone {
		margin-left:30px;
	} 
	
	.home_icone .span1  {
    width: 11.285714285714285714285714285714% !important;
    *width: 11.285714285714285714285714285714% !important;
  }
}

@media (min-width: 980px) {
 .home_icone {
		margin-left:30px;
	} 
	
	.home_icone .span1  {
    width: 11.285714285714285714285714285714% !important;
    *width: 11.285714285714285714285714285714% !important;
  }
}


@media (min-width: 1200px) {
	
	.home_icone {
		margin-left:30px;
	}
	
  .home_icone .span1  {
    width: 11.285714285714285714285714285714% !important;
    *width: 11.285714285714285714285714285714% !important;
  }
}


#facebook-wrapper {
	margin: 0 auto;
	position: relative;
	margin:0px;
	padding: 0px;
	text-align:right;
	
	}

#facebook-content {
	position:absolute;
	color: #999;
	height:50px;
	margin-top: 0px;
	margin-right:35px;
	padding-top: 5px;
	width: 200px;
	display:block;
	top: 0px;
	right: 0px;
	font-size:0.8em;
	
	
	}

@media (min-width: 0px) and (max-width: 1023px) {
	
#facebook-wrapper {
	margin: 0 auto;
	position: relative;
	margin:0px;
	padding: 0px;
	text-align:left;
	z-index:9999;
	}

#facebook-content {
	position:absolute;
	color: #fff;
	height:50px;
	margin-top: 5px;
	margin-left:10px;
	padding-top: 5px;
	width: 200px;
	display:block;
	top: 0px;
	left: 0px;
	font-size:0.8em;

	
	
	}	
	
}





.img_youtube {
	/*box-shadow:0px 0px 15px rgba(0,0,0,0.5);*/
	border: 2px solid #ddd;
	
	  




	
	
	
}



#footer img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}



#footer img:hover {
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
}



#header_fixed {
	position:fixed;
	width: 100%;
	top: 0px; 
	left:0px;
	right:0px;
	background-color: #fff;
	height: 120px;
/*	z-index: 99999999999999999999999;*/
	z-index: 7999;
	border-bottom: 1px solid #ffffff;
	box-shadow: 0px 0px 40px rgba(0,0,0,.50);
	
	
	
	}

.header_wrapper {
	width: 100%;
	margin:0px;
	padding:0px;
	}

.logoheader > img {position: absolute;
top: 10px;}



.sfondo-menu {
/*	box-shadow: 0px 0px 40px rgba(255,255,255,.50);
	border-bottom: 1px solid #FFF;
	background-color: #ffffff;*/

	
	
	}


body {
	margin-top: 120px !important;
	
	}



#sep-home {
	background-color: rgba(205,5,65,1);
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	height: 15px;
}




#sfondo-clean-line {
	
	height: 450px;
	}

@media (min-width: 768px) and (max-width: 979px) {
	
#sfondo-clean-line {
	
	height: 350px;
	}	
}




#footerSlideContainer {
	position: fixed;
	bottom:0;
	width: 100%;
	}
#footerSlideButton {
	background: url(../../images/sliderButton.png) top left no-repeat transparent;
	margin: 0 auto;
	position: absolute;
	top: -55px;
	left: 0px; 
	right: 0px;
	width:50px;
	height:50px;
	border: none;
	cursor: pointer;
}
#footerSlideContent {
	width: 100%;
	height: 0px;
	 background-color:rgba(0,0,0,0.7);
	/*color: #CCCCCC;*/

	border: none;
	overflow:auto;

}


#footerSlideText {
	padding: 0px;
}



.sfondo_icone {
	
	
/*background-color: rgba(0,0,0,0.7);*/
padding-top: 20px;

	
	
	}




.icone-home {
	/*box-shadow:0px 0px 15px rgba(0,0,0,0.5);*/
	border: 5px solid #ce0641;
	
	  


/* Firefox v3.5+ */
-moz-box-shadow:-3px 4px 10px rgba(0,0,0,0.4);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:-3px 4px 10px rgba(0,0,0,0.4);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:-3px 4px 10px rgba(0,0,0,0.4);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=-3,OffY=4,Color=#66000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=-3,OffY=4,Color=#66000000,Positive=true);


	
	
	
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}


.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}




body {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size:18px;
  color: #fff;

}

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

a:hover,
a:focus {
  color: #ddd;
  text-decoration: none;
}


.thumbnail {
  display: block;
  padding: 0px;
  line-height: 20px;
  border: none;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: none;
     -moz-box-shadow:  none;
          box-shadow:  none;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition:  none;
          transition:  none;
}

a.thumbnail:hover ,
a.thumbnail:focus  {
  border-color: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

a.thumbnail:hover h4,
a.thumbnail:focus h4 {
  border-color: none;
  color: #ddd;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
		  
}





.thumbnail img {
  display: block;
  padding: 0px;
  line-height: 20px;
  border: 2px solid #fff;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
     -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover img,
a.thumbnail:focus img {
  border-color: #d41242;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
     -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

/*thumbnail consigli inizio */
.thumbnail-consigli {
	min-height: 350px;
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail-consigli:hover,
a.thumbnail-consigli:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail-consigli > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail-consigli .caption {
  padding: 9px;
  color: #555555;
}

/*thumbnail consigli fine*/


.caption-consigli {
	  margin-top: 10px;}



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




h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:"Amaranth", Arial, sans-serif !important;
  margin: 10px 0;
  
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  text-rendering: optimizelegibility;
}


.colore-pippo {
	
	color: #CD0541;
	
	}


h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}











#footer a {
		color: #fff;
	}

#footer a:hover {
	text-decoration: none;
	color: #d00a44;
 
	}



.footer-back {
	height: 60px;
	padding-top:10px;
	       
			color: #fff;
			
			}
			
.footer-back a {
	color: #fff;
}


.home_icone  {
	color: #fff;
	
	
	}

.home_spazio {
	height:400px;
}


.home_spazio_tablet {
	height:250px;
}

.scuro {
	
	 background-color: rgba(0,0,0,.50);
	}
.well-scuro {
  min-height: 20px;
  background-color: rgba(0,0,0,.50);
  border: none;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}


.well-scurissimo {
  min-height: 20px;
  background-color: rgba(0,0,0,0.9);
  border: none;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
	
