body {
  font-family: 'Roboto', sans-serif;
   font-size: 14px;

}
#testata {
  padding:28px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  margin-bottom: 25px;
  background: white;
}
#testata .container {
  padding: 0 15px;
}
.contenitore-img {
  background: none;
}
a {
  color: #000;
}
 a:hover {
  text-decoration: underline;
}
h1 {
  color: #1068B2;
  font-size:25px;
}
h2 {
  color: #5FA345;
  font-size: 20px;
}
h3 {
  color: #5FA345;
  font-size: 18px;
}
.separator-internal {
    border-bottom: 1px solid #5FA345;
}
#basicform {
  padding: 4rem 0;
}
legend {
font-size: 25px;
line-height: normal;
height: auto;
color: #5FA345;
border:none;
}
.pull-left {
  font-size:16px;
  margin-bottom: 20px;
}
label {
  font-weight: 400;
  max-width: 90%;
}
.titolo-sezione {
  float: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
}
.help-inline-error {
  color: rgb(248,56,61);
}
#wrapper-10oct-pickup span.help-inline-error,
#wrapper-9oct-pickup span.help-inline-error {
  float: right;
}
span.required {
color: #5FA345;
}
.control-group {
    margin-bottom: 30px;
}
.activities label {
  margin-bottom: 25px;
}
.alert {
  font-size: 25px;
  /*font-weight: bold;*/
  padding: 4rem 0;
}
.btn {
  font-size: 30px;
}
.text-center .btn {
  width: auto;
  margin: 0 auto;
}
.submit {
  text-align: center;
}
#singlebuttonsito, #singlebuttonsito2 {
  display: inline-block;
  width: auto;
}
.btn-primary {
  background: #5FA345;
  border:none;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 200;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #1068B2;
    border-color: #1068B2;
    color: #fff;
}
input[type=checkbox] {
  margin-right:0.5rem;
  vertical-align: top;
}
.logo-wrapper {
  text-align:right;
}
.logo-wrapper a {
  margin-left: 1rem;
}
footer {
  padding: 30px 0;
  border-top:1px solid #ccc;
  clear: both;
}

footer p {
  color:#989898;
}
footer p strong {
  font-size: 20px;
  color:#000;
}
footer .logo-wrapper {
}
footer .logo-wrapper img{
  vertical-align: middle;
  padding: 0 0 0 5rem;
  float: right;
}
@media only screen and (min-width:48em) {
  .logo-wrapper { float: right; }
  .title-wrapper { float: left; }
  .logo-wrapper img { float: right;margin-bottom:0; }
}
