@charset "utf-8";
h1, h2, h3, h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 0px;
  /* text-align: center;*/
}
h1 {
  color: #627f9d;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
h2, h4 {
  color: #627f9d;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  float: left;
}
h3 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 50px;
}
h4 {
  text-transform: none;
  color: #ffffff;
}
h5 {
  font-size: 30px;
  text-align: center;
  display: block;
}
.white {
  color: #ffffff;
}
.blue {
  color: #627f9d;
}
.title {
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
  display: block;
  float: left;
  width: 100%;
}
.data {
  font-size: 20px;
  float: right;
  margin-right: 20px;
}
@media screen and (max-width:480px) {
  .title {
    font-size: 20px;
    line-height: 20px;
	  margin-bottom: 5px;
  }
  .data {
    margin-right: 0px;
  }
}
h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h5 small, h5 .small {
  font-family: 'Open Sans', sans-serif;
  font-size: 60%;
  display: inline-block;
  text-transform: none;
  color: #878787;
  margin-left: 50px;
  font-weight: 100;
}
a {
  text-decoration: none;
  color: #383838;
}
p {
  margin: 0px;
}
button {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: transparent;
  cursor: pointer;
  padding: 5px;
}
button.submit, .button {
  min-width: 250px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #627f9d;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0px 10px 0px;
  display: inline-block;
  box-sizing: border-box;
}
a.button.phone::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f095";
  font-weight: 900;
  padding-right: 10px;
  float: left;
  font-size: 24px;
}
a.button.mail::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0e0";
  font-weight: 900;
  padding-right: 10px;
  float: left;
  font-size: 24px;
}
select, input, textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 17px;
  border-radius: 5px;
  color: #707171;
  border: 1px solid #9e9e9e;
  appearance: none;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
}
select {
  cursor: pointer;
}
textarea {
  height: 20rem;
}
.required {
  border-color: #e60104;
  box-shadow: 0 0 10px #e60104;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0px;
  z-index: 2;
}
.check .checkmark {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #5a5a5a;
}
.check input:checked ~ .checkmark::after {
  display: block;
  background-color: #707171;
}
.check .checkmark::after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  background-color: white;
}
.checkmark::after {
  content: "";
  position: relative;
  display: none;
}
.box, .multiselect-label-container {
  position: relative;
  float: left;
  width: 100%;
}
.box::before, .multiselect-label-container::before, .checkbox::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  display: inline-block;
  top: 0;
  right: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  pointer-events: none;
}
.col-1, .col-2, .col-3, .col-4, .col-6, .col-7, .col-12 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  text-align: center;
}
.col-1 {
  width: 08.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25.00%;
}
.col-4 {
  width: 33.33%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 75%;
}
.col-12 {
  width: 100%;
}
@media screen and (max-width:480px) {
  .col-2 {
    width: 33.33%;
  }
  .col-4 {
    margin-bottom: 50px;
  }
  .col-4, .col-6 {
    width: 100%;
  }
}
.row {
  width: 100%;
  float: left;
}
.row.sx {
  text-align: left;
}
.row.dx {
  text-align: right;
}
.blu-content {
  width: 100%;
  min-height: 500px;
  position: relative;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  display: table;
  background: rgba(98, 127, 157, 0.5);
  height: 460px;
}
.black {
  width: 100%;
  min-height: 500px;
  position: relative;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  display: table;
  background: #140b0c;
  height: 460px;
}
.black.news {
  background-image: url(../images/articoli.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.black.news a {
  color: #FFFFFF;
}
.black .player {
  width: 250px;
  height: 150px;
  display: inline-block;
  float: left;
  padding: 0 10px 5px 0;
}
@media screen and (max-width:480px) {
  .black {
    padding-top: 250px;
  }
}
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
html, body {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  background-color: #fff;
  margin: 0px;
  color: #878787;
  font-size: 14px;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  float: left;
}
.push {
  clear: both;
  height: 275px;
}
.header {
  width: 100%;
  height: 426px;
  float: left;
  position: relative;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.container {
  width: 100%;
  position: relative;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  float: left;
  background-image: url(../images/sfondo.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.main {
  width: 1200px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: table;
  box-sizing: border-box;
  padding: 80px 50px 80px 50px;
}
@media screen and (max-width:480px) {
  .header {
    height: 400px;
  }
  .main {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.nav {
  z-index: 1;
  height: auto;
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: block;
  float: left;
  padding: 10px 30px 0px 30px;
  box-sizing: border-box;
}
.nav .logo {
  height: 50px;
  width: 260px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/logo.png);
  padding: 0px;
  display: block;
  float: left;
}
.nav .phone {
  font-family: 'Patua One', cursive;
  font-weight: normal;
  display: inline-block;
  font-size: 30px;
  color: #383838;
  margin-top: 10px;
}
.nav .phone::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f095";
  font-weight: 900;
  padding-right: 10px;
}
.nav a.bars::before {
  content: "\f0c9";
}
.nav #pulsanti {
  width: auto;
  position: relative;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.nav #pulsanti ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.nav #pulsanti li {
  width: auto;
  margin-left: 22px;
  float: left;
}
.nav #pulsanti a, .nav a.icon {
  display: block;
  font-size: 16px;
  position: relative;
  left: 0;
  top: 0;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 30px;
  float: right;
}
.nav a.icon {
  display: none;
}
.nav #pulsanti a:after {
  display: block;
  content: '';
  width: 0px;
  height: 2px;
  background: #fff;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.nav #pulsanti a, .nav #pulsanti a:hover:after, .nav #pulsanti a:hover:before, .nav #pulsanti a.current:after {
  width: 100%;
}
@media screen and (max-width:480px) {
  .nav {
    width: 100%;
    padding: 10px 10px 0px 10px;
  }
  .nav #pulsanti li, .nav .second_level {
    margin: 0;
    width: 100%;
    display: none;
  }
  .nav #pulsanti.puls.responsive, .second_level.responsive {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    margin-right: 0px;
    display: inline;
    background-color: #627F9D;
    animation: fademenu 0.5s;
  }
  @keyframes fademenu {
    from {
      opacity: 0;
      top: -50px;
    }
    to {
      opacity: 1;
      top: 70px;
    }
  }
  .nav #pulsanti.puls.responsive li {
    float: left;
    display: inline;
    width: 100%;
    position: relative;
    height: auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
  }
  .nav #pulsanti.puls.responsive li a, .nav .second_level.responsive {
    font-size: 18px;
    padding: 5px;
    line-height: 40px;
    width: 100%;
    box-sizing: border-box;
  }
  .nav .second_level.responsive button {
    font-size: 18px;
    padding: 20px;
  }
  .nav .logo {
    width: 80%;
  }
  .nav .social {
    display: none;
  }
  .nav a.icon {
    display: block;
    margin: 10px 5px 0 0;
  }
  .nav #pulsanti.puls_responsive a#current {
    border-bottom-style: none;
    border-top-style: none;
    color: #CC9B43;
    border-right-style: none;
    border-left-style: none;
  }
  .nav .second_level {
    margin-right: 0px;
  }
}
.footer {
  background-color: #383838;
  height: auto;
  float: left;
  width: 100%;
  text-align: center;
  background-repeat: repeat-x;
  background-position: top;
  margin: 0px;
}
.footer .content {
  width: 1200px;
  height: 90px;
  position: relative;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  font-size: 14px;
  color: #fffefe;
}
@media screen and (max-width:480px) {
  .footer .content {
    width: 100%;
    padding: 10px;
  }
}
.footer a {
  color: #FFFFFF;
}
.footer .copyright {
  width: auto;
  position: relative;
  font-size: 14px;
  height: auto;
  color: #FFFFFF;
  float: left;
  padding-top: 20px;
  text-align: left;
}
.social {
  width: auto;
  float: right;
}
.social ul {
  list-style-type: none;
  padding-left: 0px;
  text-align: center;
  margin: 0px;
}
.social li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.social a {
  line-height: 40px;
  text-align: center;
  font-family: 'Font Awesome 5 Brands';
  font-size: 20px;
  color: #fff;
}
.nav .social a {
  font-size: 24px;
}
.social a#facebook::before {
  content: "\f39e";
}
.social a#twitter::before {
  content: "\f099";
}
.social a#instagram::before {
  content: "\f16d";
}
.social a#linkedin::before {
  content: "\f0e1";
}
.social a#mail::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0e0";
}
@media screen and (max-width:480px) {
  .footer .social {
    width: 100%;
    padding: 20px 0 20px 0;
  }
  .footer .social a {
    font-size: 30px;
  }
}
.icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  display: block;
  color: #fff;
}
.icon.qualita::before {
  content: "\f164";
}
.icon.esperienza::before {
  content: "\f0b1";
}
.icon.recensioni::before {
  content: "\f086";
}
.icon.servizi::before {
  content: "\f030";
}
.icon.drone::before {
  content: "";
  background-image: url(../images/drone.png);
  background-size: contain;
  width: 160px;
  height: 70px;
  display: inline-block;
}
.cerca {
  color: #FFF;
  font-size: 24px;
}
.cerca input {
  width: 300px;
  margin-left: 50px;
}
@media screen and (max-width:480px) {
  .cerca input {
    width: 100%;
    margin-left: 0;
  }
  .cerca .submit {}
}
.oremagiche {
  color: #FFF;
  /*  width: 50%;*/
  float: left;
  padding: 0 5px 0px 5px;
}
.oremagiche.col-6, .oremagiche .col-4 {
  margin-bottom: 30px;
}
.oremagiche .col-4, .oremagiche .col-6, .oremagiche .col-12 {
  float: left;
  font-size: 15px;
  line-height: 30px;
  color: #FFF;
  text-align: left;
}
.oremagiche .dati {
  padding-right: 20px;
  font-size: 17px;
  text-align: left;
}
@media screen and (max-width:480px) {
  .oremagiche .dati {
    padding-right: 10px;
  }
}
.oremagiche h3 {
  color: #FFF;
  width: 100%;
  margin-right: 0px;
  line-height: normal;
}
.oremagiche .giorno, .oremagiche .notte {
  display: inline-block;
  color: #627f9d;
  background-color: #FFF;
  width: 100%;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.oremagiche .parziale {
  float: left;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
}
.time {
  float: left;
  width: auto;
  display: block;
  padding-left: 10px;
  color: #FFF;
}
.Marte::before, .Sole::before, .Venere::before, .Mercurio::before, .Luna::before, .Saturno::before, .Giove::before {
  content: '';
  float: left;
  display: block;
  width: 33.33%;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
}
.Marte::before {
  background-image: url(../immagini/marte.png);
}
.Sole::before {
  background-image: url(../immagini/sole.png);
}
.Venere::before {
  background-image: url(../immagini/venere.png);
}
.Mercurio::before {
  background-image: url(../immagini/mercurio.png);
}
.Luna::before {
  background-image: url(../immagini/luna.png);
}
.Saturno::before {
  background-image: url(../immagini/saturno.png);
}
.Giove::before {
  background-image: url(../immagini/giove.png);
}
.line, .line-black {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #FFF;
  height: 1px;
  width: 100%;
  float: left;
}
.line-black {
  background-color: #dadada;
}
.portfolio .photo {
  width: 25%;
  height: 300px;
  display: block;
  box-sizing: border-box;
  float: left;
  text-align: left;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.portfolio .photo a {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  top: 0px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.portfolio .photo .mask {
  opacity: 0;
  background-color: #030303;
  display: block;
  height: 300px;
  width: 100%;
  top: 300px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  float: left;
  position: absolute;
}
.portfolio .photo .testo {
  display: block;
  position: relative;
  width: 100%;
  top: 300px;
  text-align: center;
  font-size: 24px;
  color: #FCFCFC;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.portfolio .photo a:hover .testo {
  top: 150px;
}
.portfolio .photo a:hover .mask {
  opacity: 0.8;
  top: 0px;
}
.gallery {
  width: 50%;
  float: left;
  display: inline-block;
  position: absolute;
}
.photo {
  width: 100%;
  height: 240px;
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  background-size: cover;
  margin-bottom: 10px;
}
.photo a {
  width: 100%;
  height: 100%;
  display: block;
}
.gallery .photo, .gallery .txt {
  width: 50%;
  height: 390px;
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  background-size: cover;
}
.gallery .photo {
  background-color: #383838;
}
.gallery .txt {
  padding: 50px;
}
.faq {
  width: 100%;
  margin: 50px 0 50px 0;
  display: inline-block;
}
.faq .row {
  text-align: left;
  padding: 10px 10px 10px 50px;
  position: relative;
  float: left;
  margin: 0px;
}
@media screen and (max-width:480px) {
  .faq .row {
    padding: 10px 10px 10px 10px;
  }
  .faq .row .col-3 {
    width: 100.00%;
  }
}
.faq .row.black {
  color: #383838;
  padding-left: 50px;
  font-weight: bold;
  font-size: 14px;
}
.faq .row.title {
  border-top: 1px solid #dddddd;
  font-size: 18px;
}
.faq .row.white span, .faq .row.black span {
  display: inline-block;
  float: left;
  width: 50%;
}
.faq .row .open::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f067";
  padding-right: 10px;
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  top: 12px;
  right: 0px;
  cursor: pointer;
}
.faq .row.popups {
  border-top: 1px solid #383838;
  position: relative;
  -webkit-animation-name: animatealpha;
  -webkit-animation-duration: 0.4s;
  animation-name: animatealpha;
  animation-duration: 0.4s;
  float: left;
  height: 100;
}
@-webkit-keyframes animatealpha {
  from {
    top: 50px;
    opacity: 0
  }
  to {
    top: 0px;
    opacity: 1
  }
}
@keyframes animatealpha {
  from {
    top: 50px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
.zodiaco .sign {
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
@media screen and (max-width:480px) {
  .oroscopo h1 {
    margin-bottom: 10px;
  }
  .oroscopo .data {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .zodiaco .sign {
    height: 65px;
  }
}
.zodiaco .title::after {
  display: block;
  content: '';
  width: 0px;
  height: 1px;
  background: #bfcbd7;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.zodiaco:hover .sign {
  opacity: 0.7;
}
.zodiaco:hover .title::after {
  width: 100%;
}
.zodiaco a {
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.zodiaco.select .sign {
  opacity: 0.4;
}
.zodiaco.select .title {}
.small-sign {
  display: inline-block;
  height: auto;
}
.small-sign::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f061";
  display: inline-block;
  margin: 0 5px 0 5px;
  line-height: 30px;
  font-size: 18px;
  color: #878787;
}
.zodiaco .Ariete {
  background-image: url(../images/ariete.png);
}
.zodiaco .Toro {
  background-image: url(../images/toro.png);
}
.zodiaco .Gemelli {
  background-image: url(../images/gemelli.png);
}
.zodiaco .Cancro {
  background-image: url(../images/cancro.png);
}
.zodiaco .Leone {
  background-image: url(../images/leone.png);
}
.zodiaco .Vergine {
  background-image: url(../images/vergine.png);
}
.zodiaco .Bilancia {
  background-image: url(../images/bilancia.png);
}
.zodiaco .Scorpione {
  background-image: url(../images/scorpione.png);
}
.zodiaco .Sagittario {
  background-image: url(../images/sagittario.png);
}
.zodiaco .Capricorno {
  background-image: url(../images/capricorno.png);
}
.zodiaco .Acquario {
  background-image: url(../images/acquario.png);
}
.zodiaco .Pesci {
  background-image: url(../images/pesci.png);
}
.signup {
  width: 800px;
  padding-top: 20px;
}
.signup .privacy, .privacy {
  margin-bottom: 20px;
}
.signup #PrivacyTxt, #PrivacyTxt {
  font-weight: bold;
  cursor: pointer;
}
.signup #uname_response {
  width: 100%;
  padding-bottom: 10px;
  float: left;
  text-align: center;
  color: #a42525;
}
@media screen and (max-width:480px) {
  .signup {
    padding: 10px;
    box-sizing: border-box;
  }
  .signup input, .form input {
    width: 90%;
  }
  .signup button, .form button {
    width: auto;
    margin-top: 10px;
  }
  .signup-content {
    width: 100%;
    text-align: center;
  }
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 30%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
@media screen and (max-width:480px) {
  .modal-content {
    width: 90%;
    box-sizing: border-box;
  }
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
/* The Close Button */
.close, .closePrivacy {
  color: #fefefe;
  float: right;
  font-size: 35px;
  padding: 5px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 0px;
}
.close:hover, .close:focus, .closePrivacy:hover, .closePrivacy:focus {
  color: #898989;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 16px;
  margin-bottom: 20px;
  min-height: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #383838;
}
.modal-header #model {
  color: #666;
}
.modal-body {
  padding: 16px;
  text-align: left;
  padding-top: 2px;
  text-align: justify;
}
.modal-footer {
  padding: 2px 16px;
  background-color: #E79319;
  color: white;
}
.modal-body label {
  margin-bottom: 5px;
  display: block;
}
.modal-body input, .modal-body textarea {
  width: 100%;
  height: auto;
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
}
.modal-body .submit {
  font-family: 'Patua One', cursive;
  background-color: #e60104;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 50%;
  box-sizing: border-box;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 18px;
  margin-left: 25%;
  color: #FFF;
  margin-top: 20px;
}
.googlemaps {
  width: 100%;
  float: left;
  height: 500px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.googlemaps #map {
  height: 500px;
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.googlemaps .overlay {
  width: 100%;
  min-height: 500px;
  position: relative;
  top: -500;
}
.contatti .phone, .contatti .adress, .contatti .mail {
  padding-left: 30px;
  margin: 10px 0 20px 0;
  position: relative;
  font-size: 16px;
}
.contatti .phone::before, .contatti .adress::before, .contatti .mail::before {
  font-family: 'Font Awesome 5 Free';
  padding-right: 10px;
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  left: 0px;
}
.contatti .phone::before {
  content: "\f879";
}
.contatti .adress::before {
  content: "\f041";
}
.contatti .mail::before {
  content: "\f0e0";
}