body{
  padding: 0;
  margin: 0;  
  width: 100%;
  height: auto;
  background-color: #fff;
}
#content-top{
  width: 100%;
  height: auto;
  float: left;
 background: url(../img/background-top.jpg) no-repeat  ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 position: relative;
}
#content-bottom{
  width: 100%;
  height: auto;
  float: left;
 background: url(../img/background-down.jpg) no-repeat  ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 position: relative;
}
#logo{
  float: left;
  width: 100%;
  height: auto;
  padding: 1% 0;
}
#sottotitolo{
  width: 100%;
  height: auto;
  float: left;
  font-family: verdana;
  margin-top: 24%;
  font-size: 30px;
  text-align: center;
  color: #4e5051;
}
.titolo{
  float: left;
  width: 100%;
  height: auto;
  background: #f3f3f3;
  font-family: verdana;
  font-size: 35px;
  text-align: center;
  padding: 3px 0;
  margin-top: 3px;
  color: #c16627;
}
#bottone{
  font-family: verdana;
  width: 100%;
  height: auto;
  text-align: center;
   font-size: 35px;
   padding-bottom: 12%;
   color:#c16627;
}
#freccia{
}
#left{
  float: left;
  width: 50%;
  height: auto;
  padding-bottom: 10px;
}
#right{
  width: 40%;
  float: right;
  height: auto;
  font-family: verdana;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
#testo{
  width: 80%;
  height: auto;
  font-family: verdana;
  font-size: 23px;
  float: left;
  text-align: center;
  padding: 4% 0;
  color: #fff;
}
#tabella{
  width: 80%;
  height: auto;
  float: left;
  padding: 0 0 2% 0 ;
}
#checks{
  float: left;
  height: auto;
  width: 80%;
  font-family: verdana;
  font-size: 24px;
}
.select{
width: 24px;
height: 24px;
background: #c16627;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
float: left;
margin-left: 8%;
margin-right: 3%;
margin-top: 20px;
}
.testoselect{
margin-top: 15px;
font-size: 23px;
color: #fff;
}
#form{
  width: 340px;
  height: 390px;
  float: right;
  background-color: #fff;
  border: solid 3px #c16627;
  border-radius: 10px;
  margin-right: 25%;
  font-size: 18px;
  color: #7f7f7f;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
}
#footer{
  background-color: #fff;
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: center;
  font-size: 14px;
  font-family: 'Duru Sans', sans-serif;
  color:#4e5051;
  float: left;
  height: auto;
}
.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width:942px) and (max-width: 1151px) {
  #checks{
    width: 100%
  }
}
@media screen and (min-width:588px) and (max-width: 941px) {
  #checks{
    width: 100%
  }
  #left{
    width: 100%
  }
  #right{
    width: 100%;
    float: left;
  }
  #form{
    float: left;
    margin-left: 3%;
  }
}
@media screen and (min-width:355px) and (max-width: 587px) {
  #checks{
    width: 100%
  }
  #left{
    width: 100%
  }
  #right{
    width: 100%;
    float: left;
  }
  #form{
    float: left; 
  } 
#content-top{
  padding-bottom: 30%
}
}
@media screen and (min-width:300px) and (max-width: 354px) {
  #checks{
    width: 100%
  }
  #left{
    width: 100%
  }
  #right{
    width: 100%;
    float: left;
  }
  #form{
    float: left; 
  }
#content-top{
  padding-bottom: 110%;
  background: #fff
}
}