﻿@import url(https://fonts.googleapis.com/css?family=Muli);

#maincontainer
{
  margin: 0 auto;
  width: 1110px;
  left: 0;
}
#loading
{
overflow: hidden; position: absolute; top:0; bottom:0; left:0; right:0; background-image:url(images/ajax-loader1.gif); background-position:center center; background-repeat:no-repeat;	box-shadow: 2px 2px 8px #333333;
}


table
{
	font-family: 'Muli', Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}
#yellow-page-search-form{
	height:100px;
}
.centraforminput{
	margin:0 auto;
}
#divScorrevole {
	display: none;
	border: 1px solid #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 90px;
	width: 250px;
	text-align: justify;
	position: absolute;
	right: 170px;
	background-color: #FFFFFF;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
	color: #333333;
	font-weight: bold;
	height: 400px;
	overflow: auto;
}
.linqu
{
	color: #FFFFFF;
	text-decoration: none;
}
/***************************** facebook **********************************/
#facebook{
	float:left;
}
.facebook_block{
	background-color:#9FC0FF;
	border:1px solid #3B5998;
	float:left;
	height:8px;
	margin-left:1px;
	width:2px;
	-webkit-animation-name: bounce;
 	-webkit-animation-duration: 1s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-direction: linear;
	opacity:0.1;
	-webkit-transform:scale(0.7);
	}
#block_1{
 	-webkit-animation-delay: .3s;
 }
#block_2{
 	-webkit-animation-delay: .4s;
}
#block_3{
 	-webkit-animation-delay: .5s;
}
@-webkit-keyframes bounce{
	0%{-webkit-transform: scale(1.2);opacity:1;}
	100%{-webkit-transform: scale(0.7);opacity:0.1;}
}
