
/* Footer slide in/out */
div.panelz,p.flip
{
margin:0px;
width: 10px;
float:right;
cursor:pointer;
}
div.panelz
{
height:20px;
display:none;
width: 90px;
float:right;
text-align: right;
cursor:pointer;
padding-left: 20px;
}
/* END */

/*To Top*/
.nav_up{
	padding:7px;
	border:1px solid #ccc;
	border-radius:20px;
	position:fixed;
	background:#fff url(../images/arrow_up.png) no-repeat top left;
	background-position:50% 50%;
	width:20px;
	height:20px;
	bottom:10px;
	opacity:0.7;
	right:30px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.nav_up:hover { border:1px solid #ccc;}
/* END */


#box1 {
    background-color: #F5F5F5;
	border-radius: 20px;
    margin-bottom: 40px;
    padding: 30px 20px;
}
#box2 {
    background-color: #F9F8F0;
	border-radius: 20px;
    margin-bottom: 20px;
    padding: 30px 20px;
}
#box3 {
    background-color: #F5F5F5;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 30px 20px;
}
#callme {
position:absolute;
left:100px;
right:100px
}
a.scaricapdf_en {
    background-image: url("../images/download_pdf_en.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 18px;
    width: 86px;
}
a.scaricapdf_en:hover {
    background-position: 0 -18px;
}
a.scaricapdf_en span {
    display: none;
}
/* Social Media Buttons
------------------------------------------------------------*/

#soc  {
left: 600px;
}
#social .facebookbutton {
	width: 24px;
	height: 24px;
	float: left;
	background: url('../images/facebook.png') bottom;
	text-indent: -99999px;
	outline: none;
}
#social .facebookbutton:hover {
	background-position: 0 0;
}
#social .twitterbutton {
	width: 24px;
	height: 24px;
	float: left;
	background: url('../images/twitter.png') bottom;
	text-indent: -99999px;
	outline: none;
}
#social .twitterbutton:hover {
	background-position: 0 0;
}
#social .googlebutton {
	width: 24px;
	height: 24px;
	float: left;
	background: url('../images/google.png') bottom;
	text-indent: -99999px;
	outline: none;
}
#social .googlebutton:hover {
	background-position: 0 0;
}
#social .rssbutton {
	width: 24px;
	height: 24px;
	float: left;
	background: url('../images/rss.png') bottom;
	text-indent: -99999px;
	outline: none;
}
#social .rssbutton:hover {
	background-position: 0 0;
}
#social .vimeobutton {
	width: 24px;
	height: 24px;
	float: left;
	background: url('../images/vimeo.png') bottom;
	text-indent: -99999px;
	outline: none;
}
#social .vimeobutton:hover {
	background-position: 0 0;