@charset "UTF-8";
/* CSS Document */
.gplus{ color: rgb(102,204,204); }

 .linkedin{
	color: rgb(153,204,102);
	
}
.mail{ color: rgb(255,153,51); }

.fg {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	opacity: 1;
    filter: alpha(opacity=100);
}

.fg:hover {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	 opacity: 0.4;
    filter: alpha(opacity=40);
}
.titFG{
	font-weight: 500;
	color: rgb(102,102,102);
}
.anzianiContatti{
	background-image: url(../images/parallasse/coppiaAnzianiContatti.jpg);}

.main-color {
    background-color: #548096;
    color: #fff;
}h1, h2, h3, h4, h5, h6 {
    color: #558297;
}