
#Telephone_Number, #Surname {
  width:49% ;
  margin: 1% 0 1% 1%;
  float: left;
  height: 45px;
  padding: 0 5px;
  font-size: 20px;
}

#Full_Name, #Email_Address {
  width:49% ;
  margin: 1% 1% 1% 0;
  float: left;
  height: 45px;
  padding: 0 5px;
  font-size: 20px;
}

#Richiesta {
  width:100%;
  clear: both;
  min-height: 180px;
  padding: 5px;
  margin-top: 1%;
  font-size: 20px;
}

.numberinfo {
  margin-top: 10px;
}

.numberinfo input {
  text-align: center;
}

.antispammessage {
  margin-bottom: 30px;
}

.antispammessage p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 20px;
}

#mc_embed_signup {
    background: transparent !important;
    clear: left !important;
    font-size: 14px !important;
}

#mc_embed_signup input.email {
    display: block;
    margin: 10px auto !important;
    min-width: 130px;
    padding: 8px 0;
    text-align: center !important;
    text-indent: 5px;
    width: 50% !important;
}

#mc_embed_signup input.button {
    display: block;
    margin: 10px auto !important;
    min-width: 90px;
    width: 30%;
    transition: all 0.3s ease 0s;
}

#mc-embedded-subscribe-form h3 {
	text-align:center !important;
}


@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
    float: right;
    position: absolute;
    right: 0;
  }
  .navbar-brand {
    float: left;
    font-size: 16px;
    line-height: 20px;
    width: 270px;
    padding: 0 4px;
	}
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
  .collapse {
    display: block;
}
}

@media (min-width: 768px) {
  .antispammessage p {
    font-size: 18px;
  }
