@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);
/* font-family: 'Open Sans', sans-serif; */
a:hover {
  text-decoration: none;
}
body {
  padding-bottom: 20px;
  color: #5a5a5a;
  background: #f3f1f2 url('../img/brushed.png') repeat;
}
a {
    color:#D9534F;
}
a:hover {
    color:#FFF;
    text-decoration: none;
}
/* stili titolo
------------------------- */
.jumbotron {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.jumbotron h1 {
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
  margin-top: -40px;
  margin-bottom: -30px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 40px;
}
.jumbotron h2 {
  margin-top: 40px;
  margin-bottom: -40px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 10px;
}
.jumbotron h3 {
  margin-top: 40px;
  margin-bottom: -40px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 10px;
}
.jumbotron h3 a {
  color: #fff;
}
.jumbotron h3 a:hover {
  color: #D9534F;
}
/* stili immagine full screen
------------------------- */
.main-img {
  margin-bottom: 50px;
}
.main-img {
  height: 200px;
}
.main-img > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  z-index: -10;
}
/* stili immagine normale
------------------------- */
.main-pic {
  margin-bottom: 10px;
  margin: 0 auto;
  text-align: center;
}
/* Stili testo e form
------------------------- */
.text-and-more {
  margin-top: 10px;
}
.page-text {
  padding: 20px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.page-text h3.lead {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.page-text p {
  font-size: 14px;
}
.page-form {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;
  min-height: 120px;
  margin-bottom: 20px;
}
.page-form button {
  margin-top: 3px;
  font-size: 22px;
  padding: 20px;
}
.page-form h4 {
  color: #FFF;
  font-size: 24px;
  text-align:center;
  margin-top: 0px;
  margin-bottom:20px;
}
.page-form label {
  color: #FFF;
}
.page-text-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 32px;
  margin-top: 0px;
}
/* Landscape phone to portrait tablet */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .jumbotron {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .jumbotron h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 36px;
  }
  .jumbotron h2 {
    margin-top: 20px;
    margin-bottom: -30px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
  }
}
/* phones and down */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 480px) and (orientation: portrait) {
  .jumbotron {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .jumbotron h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
  }
  .jumbotron h2 {
    margin-top: 20px;
    margin-bottom: -30px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
  }
}
#recaptcha_logo {
    visibility:hidden;
}

#recaptcha_reload_btn {
    visibility:hidden;
}
 #recaptcha_switch_audio_btn{
    visibility:hidden;
}

#recaptcha_switch_img_btn {
    visibility:hidden;
}

#recaptcha_whatsthis_btn {
    visibility:hidden;
}
#recaptcha_table {
    border: 0px solid #dfdfdf !important;
    line-height: normal;
}
#recaptcha_response_field {
   background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}