* {
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
	font-family: Arial,Tahoma,Verdana,Trebuchet MS;
}

body, html {
  height: 100%;
	background-image: url(BG-Landing-Page-Promessi-Sposi-2018.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 80%;
}

.logo{
	margin: 20px 0 40px 0;
}

p, span {
	font-size: 14px;
    line-height: 20px;
    color: #434343;
    margin: 0 0 20px 0;
}

#footer{
	padding:20px 0;
}

#footer p{
	font-size:11px;
	line-height: 14px;
}

a {
    color: #434343;
    text-decoration: none;
}

ul{
	margin: 30px 0;
}

ul li {
    line-height: 31px;
    list-style: outside none none;
    margin: 3px 0;
}

ul a{
	background: #c0061f none repeat scroll 0 0;
    color: #fff;
    padding: 5px 10px;
}

ul a:hover{
	background: #f06060 none repeat scroll 0 0;
}

#bg {
  position: fixed;
  top: -60%;
  left: -50%;
  width: 200%;
  height: 200%;
}

#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

#page-wrap {
    background-color: rgba(255, 255, 255, 0.6);
    left: -300px; /*per destra 300px;*/
    margin: 0 auto;
    position: relative;
    width: 440px;
    height: auto;
    min-height: 100%;
}

#contenitore{
	width: 400px;
	margin:0 auto;
}


/*microformati*/
.event-date {font-weight: bold}

@media screen and (max-width: 800px){
	#page-wrap {
		left: 0px;
		width: 280px;
	}
	#contenitore{
		width: 240px;
		margin:0 auto;
	}
	ul a{
		font-size:13px;
	}
}

@media screen and (min-width: 801px) and (max-width: 1023px) {
	#page-wrap {
		left: -160px; /*per destra 160px*/
		width: 360px;
	}
	#contenitore{
		width: 320px;
		margin:0 auto;
	}
}
