
@font-face {
    font-family: 'HelveticaNeueLTPro45Light';
    src: url('helveticaneueltpro-lt.eot');
    src: url('helveticaneueltpro-lt.eot') format('embedded-opentype'),
         url('helveticaneueltpro-lt.woff') format('woff'),
         url('helveticaneueltpro-lt.ttf') format('truetype'),
         url('helveticaneueltpro-lt.svg#HelveticaNeueLTPro45Light') format('svg');
}


html {
  background: url(images/body-bg.gif) center 0 repeat !important;
  font-size:0.7em;
  letter-spacing: 0.2em;
  font-family: 'HelveticaNeueLTPro45Light';
}

	
.fotorama__wrap { margin: auto; }

#logo { padding: 20px 20px 30px 50px; }

#rana {
	position:absolute;
	z-index:-10;
	text-align:right;
	top:0px;
	width:100%
}

#logodiv {
  /*background: #000;*/
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(64, 64, 64, 0.1));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(64, 64, 64, 0.1)); 
  margin-bottom: 20px;
}

.menu {
	position:relative;
	float:left;
}
	
.menu1 {
	margin: 50px 0 0 60px;
	-webkit-border-radius: 40px 0px 40px 0px;
	-moz-border-radius: 40px 0px 40px 0px;
	border-radius: 40px 0px 40px 0px;
	border:1px solid #333;
	background-color:#222222;
	-webkit-box-shadow: #000 3px 3px 3px;
	-moz-box-shadow: #000 3px 3px 3px; 
	box-shadow: #000 3px 3px 3px;
	margin-right:30px;
	height: 325px;
	width: 120px;
}

.menu2 {
	margin: 50px 0 0 60px;
	-webkit-border-radius: 40px 0px 40px 0px;
	-moz-border-radius: 40px 0px 40px 0px;
	border-radius: 40px 0px 40px 0px;
	border:1px solid #333;
	background-color:#222222;
	-webkit-box-shadow: #000 3px 3px 3px;
	-moz-box-shadow: #000 3px 3px 3px; 
	box-shadow: #000 3px 3px 3px;
	margin-right:30px;
	height: 180px;
	width: 120px;
}

#button {
	min-width:120px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'HelveticaNeueLTPro45Light';
	text-transform:uppercase;
	text-align: right;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#button li {
	border-bottom: 1px solid #000;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
	
#button li a {
	display: block;
	padding:0.7em 0.5em 0.5em 0.5em;
	border-right: 10px solid #000;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#button li p {
	padding: 5px 5px 5px 0.5em;
	color: #37d722;
	text-decoration: none;
	border-right: 10px solid #222;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-right: 10px solid #fff;
	background-color: #37d722;
	color: #000;
}

#frase {
	font-family: Times, serif; 
	font-style: italic; 
	font-size: 5em; 
	color: #fff;
}

#testo {
	font-family: Times, serif; 
	font-style: italic; 
	font-size: 1.7em; 
	color: #bcbcbc;
	line-height: 1.3em;
	max-width: 1100px;
}

#ideaazione {
	color: #666;
}
	
#ideaazione:hover {
	color: #fff;
}

#elenco {
	color: #888;
	margin-left: auto; 
	margin-right: auto;
}


/*-----------responsive-----------*/

@media only screen and (max-width: 800px) {
	

#logo { padding: 10px;
		width: 250px; }

#rana {
	position:absolute;
	z-index:-10;
	text-align:right;
	top:0px;
	width:100%
}

.ranaimg  {
	width:70%
}

#logodiv {
  /*background: #000;*/
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(64, 64, 64, 0.1));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(64, 64, 64, 0.1)); 
  margin-bottom: 20px;
}

#gallery {
	float: left;
	width: 100%;
}

.menu {
	float: none;
}
	
.menu1 {
	margin: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:0px solid #333;
	background-color:transparent;
	-webkit-box-shadow: #000 0px 0px 0px;
	-moz-box-shadow: #000 0px 0px 0px; 
	box-shadow: #000 0px 0px 0px;
	margin-right:0px;
	height: auto;
	width: auto;
}

.menu2 {
	margin: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:0px solid #333;
	background-color:transparent;
	-webkit-box-shadow: #000 0px 0px 0px;
	-moz-box-shadow: #000 0px 0px 0px; 
	box-shadow: #000 0px 0px 0px;
	margin-right:0px;
	height: auto;
	width: auto;
}

#button {
	min-width:120px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'HelveticaNeueLTPro45Light';
	text-transform:uppercase;
	text-align: left;
	float:left;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;

}
		
#button li {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin: 0;
	list-style: none;
	list-style-image: none;
	float: left;

}
	
#button li a {
	display: block;
	padding:0.7em 0.5em 0.5em 0.5em;
	border-right: 5px solid #000;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#button li p {
	padding: 0.7em 0.5em 0.5em 0.5em;
	color: #37d722;
	text-decoration: none;
	border-right: 0px solid #222;
	display:none;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	display: block;
	border-right: 5px solid #fff;
	background-color: #37d722;
	color: #000;
}

#biografia {
	color: #37d722;
}

#biografia:hover {
	color: #fff;
}

#contatti {
	color: #37d722;
}

#contatti:hover {
	color: #fff;
}

#frase {
	font-family: Times, serif; 
	font-style: italic; 
	font-size: 3em; 
	color: #fff;
}

#testo {
	font-family: Times, serif; 
	font-style: italic; 
	font-size: 1.3em; 
	color: #bcbcbc;

}

}