@charset "utf-8";
/* CSS Document */




body {
	background-image:url(../images/bkg.jpg);
	background-repeat:repeat-x;
	background-color:#b61318;
	margin:0px;
	font-family: 'Source Sans Pro', sans-serif;
	
	
}

#contenitore {
	width:100%;
	margin:0 auto;
	height:100%;
	/*background-image:url(../images/pattern.png);
	background-repeat:repeat-y;
	background-position:670px top;*/
	
	position:relative;
}
#header {
	
	position:relative;
	
	
}
#logo {
	width:270px;
	height:135px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin-left:70px;
	background-size:270px 135px;
}
#content {
	width:100%;


	
	
	
}

#headquarter {
	width:250px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:11px;
	color: #666;
	position:absolute;
	text-align:left;
	left: 30px;
	bottom: 30px;
}
#headquarter h2{
	font-family: 'Source Sans Pro', sans-serif;
	margin:0px;
	padding:0px;
	font-size:17px;
	font-weight: normal;
	letter-spacing:-1px;
	
}

#footer {
	width:100%;
	
	
}
#copyright {
	
	
	font-size:12px;
	color: #fff;
	
	
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing:0px;
	position:absolute;
	bottom:20px;
	left:30px;
}
#copyright a{
	color:#fff;
	text-decoration:none;
}
#copyright a:hover{
	color:#fff;
	text-decoration:underline;
}
/*#cuore {
	position:absolute;
	width:71px;
	height:27px;
	background-image:url(../images/cuore.png);
	background-repeat:no-repeat;
	left: 948px;
	top: 11px;
}*/

#country {
	width:350px;
	position:absolute;
	right: 0px;
	top: 0px;
	z-index:800;
	background: rgba(255,255,255,.9);
	height:100%;
	font-size:14px;

}
#country ul{
	list-style-type:none;
}

#country li{
	color:#666;
	margin-bottom:3px;
}
#country li a{
	color:#333;
	text-decoration:none;
}
#country li a:hover{
	color:#c4151c;
	text-decoration:none;
}


h1 {
	color:#c4151c;
	font-weight:300;
	margin-bottom:25px;
	font-size:36px;
	letter-spacing:-1px;
}
h2 {
	color:#333;
	font-weight:400;
	margin-bottom:10px;
	margin-top:20px;
}






#pattern {
	position:absolute;
	width:271px;
	height:100%;
	background-image:url(../images/pattern.png);
	background-repeat:repeat-y;
	right:88px;
	top:0px;
	z-index:500;
	
}


@media screen and (max-width:768px){
	#logo {
	width:270px;
	height:135px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin-left:0px;
	background-size:270px 135px;
	text-align:center;
	margin:0 auto;
}


#country {
	width:100%px;
	position:relative;
	
	z-index:800;
	background: rgba(255,255,255,.9);
	height:auto;
	font-size:14px;
	margin:0 auto;
	margin-top:40px;

}
#headquarter {
	width:auto;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:11px;
	color: #666;
	position:relative;
	text-align:left;
	margin-top:50px;
	border-top:1px solid #ccc;
	left:0;
	padding:30px;
	
}
#copyright {
	
	
	font-size:12px;
	color: #fff;
	
	
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing:0px;
	position:relative;
	margin:0 auto;
	left:0;
	text-align:center;
	margin-top:60px;

}
	
}