.desc {
  /* Fallback for web browsers that don't support RGBa */
  background-color: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.6);
}

.desc center h2 {
  font-size:50px;
  font-family: 'Sacramento', cursive;
}

#map {
  max-width: 600px;
  margin: 0 auto;
}
a {
  color: white;
}

.zoom:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

.zoom img {
  -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.image {
  z-index: 2;
}

#customLink {
    font-size: 20px;
    text-decoration: none;
    background-color: #fa2133;
    padding: 14px 25px;
    border-radius: 10px;
}

html, body {
    height: 100%;
    background-size: 100% auto;
}

#pulsante {
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font: bold 12px Arial, Helvetica, sans-serif;
 color: #fff;
 padding: 10px 20px;
 border: solid 1px #0076a3;
 background: #0095cd;
}

#total {
  position:relative;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height:100%;
}

header {
  text-align: center;
  height: auto;
  width: 100%;
  height:auto;;
  margin:0 auto;
}

#push {
  height: 30px;
}

footer {
  height:auto;
  position:absolute;
  width:100%;
  text-align: center;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

#social {
    text-align: right;
    padding-right: 20px;
}

.googlemap_wrap  {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

/* iframe posizionato in maniera assoluta */
.googlemap_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bianco {
  color: white;
}

.icon {
  height: 55px;
  width: auto;
}

.logo {
  width: 100px;
}

#customButton {
width: 120px;
height: 50px;
background-image: url('intro-bg2');
background-repeat: no-repeat;
background-position: center center;
}

#griglia {
  padding: 0;
  margin: 0;
}

#griglia  li {
  border: 5px solid #fa2133;
  display: inline-block;
  width:  auto;
  margin: 10px;
  opacity: 1;
  background: #fa2133;
}

#griglia li  p {
  padding: 5px 5px 0 5px;
  margin: 0;
  font-size: 20px;
  color: #fff;
}

#container {
	max-width:95%;
	padding-bottom: 20px;
  padding-bottom: 10px;
	text-align: center;
  padding: 0 0 100px 0;
  margin:0 auto;
}

/* form email */
#email {
  padding-top: 30px;
}

textarea {
    line-height: 150%;
    resize:vertical;
    border-bottom: 5px solid #3f3f48;
    border-right: 1px solid #3f3f48;
    border-radius: 5px;
    width: 250px;
    height: 250px;
    font-size: 25px;
}

input[type="text"] {
  border-bottom: 5px solid #3f3f48;
  border-right: 1px solid #3f3f48;
  border-radius: 5px;
  width: 250px;
  height: 40px;
  font-size: 25px;
}

input[type="email"] {
  border-bottom: 5px solid #3f3f48;
  border-right: 1px solid #3f3f48;
  border-radius: 5px;
  width: 250px;
  height: 40px;
  font-size: 25px;
}

input[type="submit"] {
  border-radius: 5px;
  width: 250px;
  height: 40px;
  font-size: 25px;
  background-color: #006268;
  color: white;
}

input[type="reset"] {
  border-radius: 5px;
  width: 250px;
  height: 40px;
  font-size: 25px;
  background-color: #006268;
  color: white;
}

input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #006268;
  color: white;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #006268;
}
