/* pulsanti home */
 .btn_home {
    cursor:pointer;
    line-height:1.5em;
    text-align:center;
    background:black;
	border: 1px solid #000000;
    color: white;
    text-decoration:none;
    padding: 10px 30px;
    font-family:"verdana";
    font-size: 14px;
    font-weight: none;
	float: center;
    transition: all 0.4s ease-in;
    border-radius: 4px;
}
.btn_home:hover {
    background: white;
    border: 1,5px solid #000000;
    color:black;
	font-size: 15px;
}

 .btn_home2 {
    cursor:pointer;
    line-height:1.5em;
    text-align:center;
    background:white;
	border: 1px solid #000000;
    color: black;
    text-decoration:none;
    padding: 10px 30px;
    font-family:"verdana";
    font-size: 14px;
    font-weight: none;
	float: center;
    transition: all 0.4s ease-in;
    border-radius: 4px;
}
.btn_home2:hover {
    background: black;
    border: 1,5px solid #000000;
    color:white;
	font-size: 15px;
}

 .btn_home3 {
    cursor:pointer;
    line-height:1.5em;
    text-align:center;
    background: transparent;
    border: transparent;
    color: black;
    text-decoration:none;
    padding: 10px 20px;
    font-family:"ubuntu";
    font-size: 18px;
    font-weight: none;
    transition: all 0.4s ease-in;
    border-radius: 4px;
}
.btn_home3:hover {
    background:transparent;
    border-color: transparent;
    font-family:"ubuntu";
    font-size: 20px;
    font-weight: none;
    color:gray;
}
.btn_home4 {
    cursor:pointer;
    line-height:1.5em;
    text-align:center;
    background: transparent;
    border: 2.5px solid #FFFFFF;
    color: #000000;
    text-decoration:none;
    padding: 10px 20px;
    font-family:"ubuntu";
    font-size: 18px;
    font-weight: none;
    transition: all 0.4s ease-in;
    border-radius: 4px;
}
.btn_home4:hover {
    background-color:transparent;
    border-color: black;
    color:black;
}
.btn_home5 {
    cursor:pointer;
    line-height:1.5em;
    text-align:center;
    background: transparent;
    border: 2.5px solid transparent;
    color: white;
    text-decoration:none;
    padding: 10px 20px;
    font-family:"ubuntu";
    font-size: 18px;
    font-weight: none;
    transition: all 0.4s ease-in;
    border-radius: 4px;
}
.btn_home5:hover {
    background-color:transparent;
    border-color: black;
    color:gold;