/*stili*/
.paolo_semibold{
	font-family: "regular_font",
	sans-serif;
	font-weight: bolder;
	}
.paolo_italic{
  font-family: "regular_font",
  sans-serif;
  font-style: italic;
  }


.Paolo_piccolo{
	font-size: 15px;;
	}
.Paolo_interlinea80 {
  line-height: 80%;
}
.Paolo_interlinea50 {
  line-height: 50%;
}
iframe
{
  overflow-x:hidden;
  overflow-Y:hidden;
}
/*sezione div*/
div.textBIG {
    font-family: "regular_font";
    font-size: 25px;
    /*font-weight:bolder;*/
    /*text-shadow: 2px 2px 5px #000000;*/
    /*color: rgb(25, 91, 36);*/
}
div.textBIGARTS {
    font-family: "bold_font";
    font-size: 30px;
    font-weight: bolder;
    /*color: rgb(25, 91, 36);*/
}
div.textVERYBIGARTS {
    font-family: "regular_font";
    font-size: 30px;
    /*font-weight: bolder;*/ 
    /*color: rgb(25, 91, 36);*/
}
div.textresponsiveBIG
{
    font-family: "regular_font";
    font-size: 20px;
    /*font-weight: bold;*/
    /*text-decoration: underline;*/
    /*color: rgb(25, 91, 36);*/
}
div.textresponsive {
    font-family: "thin_font";
    font-size: 15px;
    line-height: 130%;
    font-weight: bold;
    /*display: auto;*/
    /*text-align:justify;  
    text-justify:initial;*/
}
div.textresponsiveRegular {
    font-family: "regular_font";
    font-size: 15px;
    /*line-height: 130%;*/
    /*display: auto;*/
    /*text-align:justify;  
    text-justify:initial;*/
}
div.textlogo {
    font-family: "thin_font";
    font-size: 10px;
}
div.textresponsiveFooterLINK {
    font-family: "thin_font";
    font-size: 14px;
    font-weight: bold;
    /*color: white;*/
    /*background-color: rgb(25, 91, 36);*/
    /*line-height: 2;*/
    /*border-radius: 4px;*/
    /*text-decoration: underline overline;*/
    display: initial;
    padding: 2px;
}
/*
Hover
*/
div.textresponsiveRegular:hover {
    cursor: pointer;
    /*text-decoration: underline overline;*/
}
