@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFF;
}

img {
	display:block;
}



/* Typography */

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover 	{
	color: #F39;
}

a:active	{
	outline: none;
}
	
	
/*headings*/

h1 {
	font-size: 42px;
	line-height: 42px;
	color:#009036;
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	color: #009036;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	margin:0;
	
}


.colored-h2 {
	color: #E20615;
	font-weight: 700;
}

#light-h2 {
	font-weight: 400;
}

.color-dark-h2 {
	color: #000;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	color: #000;
font-family: "Quicksand", sans-serif;
	font-weight: 400;
	margin:0;
	
}


.evidenza-Title-Box-h3{
	color: #FFF;
		font-weight: 400;
}

.evidenza-h4-F{
	font-weight: 500;
}

.evidenza-h4-F-B{
	font-weight: 500;
	color: #37b306;
}

.evidenza-Verde-B{
	font-weight: 700;
	color: #009035;
}


.colored-h4{
	color: #FFF;
}
.colored-h4 a{
	color: #37b306;
}
.colored-h4 a:hover{
	color: #FFF;
}



h4 {
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	font-family: "Quicksand", sans-serif;
	font-weight: 300;
	margin:0;	
}

.testoInfo {
	font-size: 16px;
	line-height: 20px;
	font-family: "Quicksand", sans-serif;
	font-weight: 300;
	margin:0px;
	color:#000000;
}

.testoInfoSpace {
	font-size: 16px;
	line-height: 20px;
	font-family: "Quicksand", sans-serif;
	font-weight: 300;
	margin:0px;
	color:#000000;
}


.testo-Lgt {
	font-weight: 300;
	color:#000;
	font-style:normal;
}

h5 {
	font-size: 16px;
	line-height: 20px;
	color: #009036;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	margin:0;	
}

h6 {
	
}	


p {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-family: "Quicksand", sans-serif;
	font-weight: 300;
	margin:0px;
	padding:0px;
}

.testoLinkMail {
	color: #009036;
	text-decoration: none;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.testoLinkMail:hover {
	color: #36b306;
} 


/* UTILITY: Btn TO-TOP */
.Btn-StT {
	width:100%;
	float:left;
	/*background-color: #000;*/
	
}

.scrolltotop {
	width:30px;
	height:30px;
	position:relative;
	float:left;
	display:none;
	text-indent:-1000px;
	opacity:0.8;
	background: url('../images/button_bacTop.png') no-repeat;
	margin-left: 50%;
	left: -15px;	
	margin-top:20px;
	margin-bottom:40px;
}

.scrolltotop:hover {
	opacity:1;
}
/* END */



/* UTILITY:  LOGO-TO-TOP-ON-SCROLL  */
.Logo-Scrolltotop {
	float: right;
	height: 54px;
	width: 15%;
	padding: 0px;
	position:fixed;
	display:none;
	z-index: 1500;
	top: 0px;
	right: 0px;
	background-color: #FFF;
	background-image: url(../images/Logo-Small.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


/* UTILITY: Menu-Block › Position  */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  visibility:visible;
}

/* UTILITY: Filetto-Default  */
hr {
	float: left;
	width:100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 10px;	
}



/* STRUTTURA BASE  */
	
.header {
	width:100%;
	float:left;
	padding: 0px;
	height: 145px;
	background-color: #FFF;
} 
	
.Logo-Hp-Head {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index:9999;
	
	width: 90px;

} 

.LogoOn {
	display:inline-block;
	height: 140px;
	background-color: #FFF;
	margin-left:20px;
}

.LogoSmart {
	display:none;
	height: 120px;
	padding-top:10px;
	padding-left:10px;
}

.buttonDown {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	z-index: 1000;
	bottom: 0px;
	width: 100%;
	text-align: center;
	height: 50px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.buttonDown:hover {
	background-color: rgba(0,0,0,0.7);
	
}


.btnDwn-Ins {
	font-family: "Quicksand", sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	padding: 16px;
	text-align:right;
	float: right;
	line-height: 18px;
}

.btnDwn-Ins-Icon {
	font-size: 36px;
	color: #FFF;
	text-align:center;
	position: absolute;
	left:50%;
	margin-left:-18px;
	line-height: 36px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}



.btn-White-Event{
	width:90%;
	background-color: #FFFFFF;
	float:left;
	margin-right: 5%;
	margin-left: 5%;
	margin-top:-28px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}


.btn-White{
	width:100%;
	background-color: #FFF;
	float:left;
	margin-top:0px;
}

.btn-Wite-Bott{
	width:100%;
	background-color: #FFC845;
	margin-top:auto;
	
}

.btn-Redi{
	width:100%;
	background-color: #009036;
	float:left;
	margin-top:auto;
	
}

.btn-Redi-Style{
	font-size: 18px;
	line-height: 18px;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	transition: .5s ease; 	
	display:block;
	text-transform: uppercase;
	background-image: url('../images/Arrow-TR.png');
  background-repeat: no-repeat; /* Impedisce la ripetizione dell'immagine */
  background-position: left; /* Centra l'immagine */
  background-size: contain;
}

.btn-Redi-Style:hover{
	background-color: #36b306;
	color: #FFFFFF;
}

.btn-Redi-Coll{
	width:100%;
	background-color: #E3F0E4;
	float:left;
	margin-top:auto;
	
}

.btn-Redi-Coll-Style{
	font-size: 18px;
	line-height: 18px;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	color: #009036;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	transition: .5s ease; 	
	display:block;
	text-transform: uppercase;
	background-image: url('../images/Arrow-TR-Light.png');
  background-repeat: no-repeat; /* Impedisce la ripetizione dell'immagine */
  background-position: left; /* Centra l'immagine */
  background-size: contain;
}

.btn-Redi-Coll-Style:hover{
	background-color: #FFF;
	color: #009036;
}



.btn-Redi-Cell{
	width:100%;
	background-color: #009036;
	float:left;
	margin-top:auto;
	
}

.btn-Redi-Cell-Style{
	font-size: 18px;
	line-height: 18px;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	transition: .5s ease; 	
	display:none;
	text-transform: uppercase;
	background-image: url('../images/Arrow-TR.png');
  background-repeat: no-repeat; /* Impedisce la ripetizione dell'immagine */
  background-position: left; /* Centra l'immagine */
  background-size: contain;
}

.btn-Redi-Cell-Style:hover{
	background-color: #36b306;
	color: #FFFFFF;
}


.btn-More{
	width:30%;
	background-color: #009036;
	float:left;
	position:relative;
	left:50%;
	margin-left:-15%;
	margin-top:20px;
}

.btn-More-Style{
	font-size: 18px;
	line-height: 18px;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	transition: 1s ease; 	
	display:block;
	text-transform: uppercase;
	background-image: url('../images/Arrow-TR.png');
  background-repeat: no-repeat; /* Impedisce la ripetizione dell'immagine */
  background-position: left; /* Centra l'immagine */
  background-size: contain;
 
	
}

.btn-More-Style:hover{
	background-color: #36B306;
	color: #FFFFFF;
}


.inner {
	/*width: 100%;*/
	width: 100%;
	height: 20px;
	/*background-color:#FFF;*/
	background-image: url(../images/line_pattern.png);
	background-repeat: repeat;
}


/* BackGround Colours  */
.colorBkg-White{
	background-color: #FFFFFF;
}

.colorBkg-Gray{
	background-color: #E3F0E4;
}

.colorBkg-Trasp{
	background-color: transparent;
}

.colorBkg-Gray-Medium{
	background-color: #EFEFEF;
}

.colorBkg-Cyan{
	background-color: #CFF;
}

.colorBkg-Red{
	background-color: #FCF;
}

.colorBkg-DarkGray{
	background-color: #666;
}


/* FOOTER  */
.footer {
	float:left;
	background-color:#000000;
	color: #FFF;
	
	width: 100%;
}

.footer a{
	color: #36b506;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer a:hover {
	color: #FFFFFF;
}

.footer a:active {
	outline: none;
}


.Container-F {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.Tab-Container-F {
	display: table;
	float: left;
	height: 100%;
	width: 100%;
	min-width:100%;
	min-height:100%;
}

.ColRow-F {
	display: table-row;
	height:100%;
	float: left;
	margin-bottom: 40px;
	width: 100%;
}

.Colonna-F {
	display: table-cell;
	float: left;
	height: 100%;
	width: 25%;
	margin-bottom: 0px;
}

.Colonna-F-Half {
	display: table-cell;
	float: left;
	height: 100%;
	width: 50%;
	margin-bottom: 0px;
}

.Colonna-F-Soc {
	display: table-cell;
	float: left;
	height: 100%;
	width: 100%;
	margin-bottom: 0px;
}

.Colonna-Inside-F {
font-family: "Quicksand", sans-serif;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding:20px;
}


.Footer-Feet {
	background-color: #009036;
	float: left;
	width: 100%;
}

.FF-Left {
	float: left;
	padding:20px;
}

.FF-Right {
	float: right;
	padding:20px;
	margin-right:20px;
}

.contenuto_standard_bold {
	color: #009036; /* colore generico testo */
	font-weight: 600;
}

/* END - FOOTER*/





	
