@charset "utf-8";
/* CSS Document */

html {
	overflow:hidden;
}
body {
	background-color: #000;
	background-attachment:fixed;
	background-position:center;
	overflow:hidden;
}

#contenitore {
	position:absolute;
	width:70%;
	height:60%;
	left:50%;
	top:20%;
	margin-left:-35%;
	text-align: center;
}

#contenitore p{
	position:absolute;
	color:#fff;
	font-size:45px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	bottom:0;
	margin-left:30.5%;
}

.logo {
    position: absolute;
    z-index: 13;
    width: 50%;
    top: 0;
    left: 50%;
    margin-left: -25%;
}

.magazine_wrapper {
	position: relative;
	width: 100%;
	height: 100%; 
	margin: 0px auto;
	text-align: center;
	padding-left: 13%;
}

.img{
	position:relative;
	width:10%;
	float:left;
	margin-top:15%;
	margin-left:4%;
	box-shadow:5px 5px 25px 1px #fff;
	text-align: center;
}

#footer{
	position:absolute;
	width:100%;
	height:8%;
	bottom:35px;
	left:0;
	z-index:3000000;
	line-height:23px;
	
}

#footer p{
	float:left;
	color:#fff;
	font-size:12px;
	font-family:"Century Gothic";
	margin-left:40px;	
	bottom:0;
	width:89%;
	margin-top:0px;
}

#logo-g{

	margin-right:30px;	
	width:4%;
}


@media only screen and (max-device-width: 1921px){
.testi {
font-size:20px;
}

#footer{
	height:6%;
}
}

/*@media only screen and (max-width: 1681px){
.testi {
font-size:16px;
}

#footer{
	height:7%;
}

#header {
margin-left:35px;
}

}*/


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

.testi {
font-size:14px;
line-height:18px;
}
#footer{
	height:8%;
}

#header {
margin-left:-70px;
}


}



@media only screen and (max-device-width: 1367px){
.testi span{
font-size:24px;
}

#footer{
	height:10%;
	
}
#header {
font-size:14px;
margin-left:-70px;
}

#header  span{
font-size:22px;
}


}

@media only screen and (max-device-width: 1281px){
.testi {
font-size:12px;
}

#footer{
	height:9%;
	
}

#header {

width:500px;
height:550px;
margin-left:82px;
}

}

@media only screen and (max-device-width: 1153px){
#header {
margin-left:10px;
}

}
@media only screen and (max-device-width: 1025px){
#footer{
	height:10%;	
}

#header {
width:400px;
height:550px;
margin-left:10px;

}

.logo {

	width:300px;
	top:5%;
	right:50%;
	margin-right:-150px;
	
}

}

@media only screen 
and (min-device-width : 460px) 
and (max-device-width : 1024px) 
and (orientation : portrait){

#header {
margin-left:-300px;
width:600px;
height:1000px;
font-size:24px;
color:#fff;
margin-top:-600px;
}

#header span{
font-size:30px;
}

.logo {

	width:300px;
	top:5%;
	right:50%;
	margin-right:-150px;
	
}

#footer p{
width:70%;	
}

.sfondo {
left:-15%;
max-width:250%;	
}

}


@media only screen 
and (min-device-width : 460px) 
and (max-device-width : 1023px) 
and (orientation : landscape){

#header {
width:400px;
height:350px;
font-size:10px;
margin-top:-190px;
margin-left:-150px;
line-height:12px;


}

#header p{
margin-top:70px;
}

#header span{
font-size:14px;
}

.logo {
	width:150px;
	top:5%;
	right:50%;
	margin-right:-75px;
	
}

#footer p{
width:80%;	
}

.prodotti {
	width:100%;
	
}

#footer {
height:14%;	
bottom:20px;
}

}


