@charset "UTF-8";
/* CSS Document */
.bottone_social{
	position: relative;
	float: right;
	margin-right: 10px;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 25px;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
	transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.bottone_social:hover{
	background-position: top;
}
#bottone_fb{
	background-image: url(images/fb_ico.jpg);
}
#bottone_in{
	background-image: url(images/in_ico.jpg);
}
.bottone-menu{
	font-family: 'Open Sans Condensed';
	text-transform: uppercase;
	color: dimgray;
	font-size: 20px;
	cursor: pointer;
}
.bottone-menu:hover{
	color: dimgray;
}
.titolo{
	font-family: 'Baloo';
	color:darkblue;
}
.link_bottom{
	color: darkblue;
}
.link_bottom:hover{
	color: darkblue;
}
.link_contatti{
	color: #FFF;
	font-size: 30px;
}
.link_contatti:hover{
	color: #FFF;
	font-size: 30px;
}
.gotop{
	width:40px;
	height: 40px;
	border-radius: 20px;
	position: fixed;
	bottom: 30px;
	left: 30px;
	background-color: rgba(87,78,84,1);
	z-index: 10000;
	text-align: center;
	line-height: 40px;
	color: #fff;
	display: none;
	font-family: 'Baloo';
}
.mensaje{
	font-size: 30px;
}
