/***************************************/
/***************************************/
/* Copyright LP-Studio.it di Luca Poli */
/***************************************/
/***************************************/

html { width: 100%; height: 100%; height: auto; }

body {
	background-color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
}

#bg {
width: 100%; height: 100%; top: 0; left: 0;
background: url(../images/bg.jpg) no-repeat center center; position: fixed; z-index: -1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

img {
	border: 0px;
}

#logo {
	margin-top: 2%;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	font-size: 20px;
	line-height: 1.5em;
}

/****************************/
/*********** LINK ***********/
/****************************/
a:link {
	color: #3b4f93;
	text-decoration: none;
}

a:active {
	color: #3b4f93;
	text-decoration: none;
}

a:visited {
	color: #3b4f93;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

/***************************/
/*********** DIV ***********/
/***************************/
#container {
	margin-top: 5%;
}

h1 {
	font-size: 40px;
	font-weight: lighter;
	color: #ff9900;
	margin-bottom: 50px;
}

h2 {
	font-size: 30px;
	font-weight: lighter;
	color: #ff9900;
}

.lightbox {
	display: none;
}

/*#footer {
	margin-top: 6%;
}*/

.pin {
	margin-bottom: -2px;
}

/***************************/
/* ADATTAMENTO DISPOSITIVI */
/***************************/
@media (max-width: 767px) {
	.img_custom {
		width: 350px;
		height: 174px;
	}
	
	h1 {
		font-size: 35px;
		margin-bottom: 35px;
	}
	
	#container {
		margin-top: 8%;
	}
	
/*	#footer {
		margin-top: 10%;
	}*/
}

@media (max-width: 480px) {
	.img_custom {
		width: 300px;
		height: 149px;
	}
	
	h1 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	
	#container {
		margin-top: 15%;
	}
	
/*	#footer {
		margin-top: 15%;
	}*/
}

@media (max-width: 360px) {
	.img_custom {
		width: 280px;
		height: 139px;
	}
	
	h1 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	
	#container {
		margin-top: 15%;
	}
	
/*	#footer {
		margin-top: 20%;
	}*/
}