@charset "UTF-8";
	@import url(http://fonts.googleapis.com/css?family=Open+Sans);
html { height: 100% }
body
{
    background-color: rgb(255,255,255);
    margin: 0;
    padding: 0;
    height: 100%;
}
img {
	max-width:90%;
	}

.mainbodycontainer
{
 /*margin: 0 auto -40px; 
 
 min-height: 100%;
 height: auto !important;
  display:block;
  height: 100%;*/ 
   width:70%;
  position:relative; 
 padding-bottom:130px;
   font-family: 'Open Sans', sans-serif;
   text-align:center;
   min-height: 85%;
	height: auto !important;
	height: 85%;
	margin: 0 auto -60px;
}
.icone {
	position:absolute;
	bottom:85px;
	height:50px;
	width:100%;
	background:url(img/icone.png) no-repeat bottom center;
	background-size:auto;
	}

    .footercontainer, .push {
    height: 40px;
    }

.footercontainer
{
  background:#212558;
  width: 100%;
  height:40px;
  left:0;
  position: fixed;
  bottom: 0;
  text-align:center;
  padding:20px 0;
  color:white;
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
}
.footercontainer a{
	color:white;
	}

.mainbody
{
  margin: 0px auto;
  width: 999px;
}
.social{
	float: right;
	padding-top:80px;
	height: 40px;
	}
.top {
	position:absolute;
	top:0;
	background:url(img/lampada.png) no-repeat top center;
	width:100%;
	height:71px;
	}
.left {
	position:absolute;
	bottom:85px;
	left:0;
	background:url(img/left.png) no-repeat bottom left;
	width:50%;
	height:100%;
	}
.right {
	position:absolute;
	bottom:85px;
	right:0;
	background:url(img/right.png) no-repeat bottom right;
	width:50%;
	height:100%;
	}
.form{
	padding:20px;
	background:#999;
	width:80%;
	margin:0 auto;
	height:auto;
	overflow:auto;
	}
.widthHalf{
	float:left;
	width:49%;
	margin-right:1%;
	height:auto;
	overflow:auto;
	}
.widthHalf input{
	width:90%;
	float:left;
	background:white;
	line-height:25px;
	border:1px solid #333;
	margin-top:5px;
	padding:5px;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	}
.widthHalf textarea{
	width:90%;
	float:left;
	background:white;
	border:1px solid #333;
	padding:5px;
	margin-top:5px;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	height:90px;
	}
.widthHalf .invia{
	float:right;
	background:url(img/invia.png) no-repeat;
	width:109px;
	height:33px;
	border:0;
	margin-right:10%;
	}
#risposta{
	display: none;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
}
#risposta p{
	margin:0;
	font-size:14px;
	line-height:18px;
	padding:0;
	}
a {
	color:#212558;
		font-family: 'Open Sans', sans-serif;
		text-decoration:none;
	}
@media screen and (max-width:500px){
	.right{
		display:none;
		}
	.left,
	.widthHalf,
	.form {
		width:100%;
		}
	/*.footercontainer {
		position:relative;
		float:left;
		display:block;
		}
	.mainbodycontainer{
		min-height:40%;
		float:left;
		display:block;
		overflow:visible!important;
		}*/
	}