@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900i");
body {
  background-color: #fff;
  padding: 80px 0 0 0;
}
body.monopage {
  padding: 0;
}

* {
  line-height: 1.8em;
  font-size: 16px;
  color: #333;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.btn-cstm {
  display: inline-block;
  border-radius: 1px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  border-width: 0px;
  line-height: 1em;
  padding: 5px 15px 5px 15px;
  background-color: #ff8002;
}

.section {
  padding: 100px 0px;
}
.section.grey {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+53,dddddd+100 */
  background: white;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, white 53%, #dddddd 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, white 53%, #dddddd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 53%, #dddddd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#dddddd",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.section.white {
  background-color: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2) inset, 0px -1px 10px rgba(0, 0, 0, 0.2) inset;
}
.section .sottotitolo {
  font-size: 26px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  color: #222;
  position: relative;
  display: block;
}
.section .titolo {
  font-size: 42px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #222;
  position: relative;
  display: inline-block;
}
.section .titolo.white {
  color: #fff;
}
.section .titolo.mb-50 {
  margin-bottom: 100px !important;
}
.section .titolo.lined {
  margin-bottom: 30px;
}
.section .titolo.lined:after {
  display: block;
  content: "";
  width: 28px;
  height: 4px;
  background-color: #ff8002;
  bottom: -5px;
  position: absolute;
  left: 0px;
  z-index: 1;
}

.iframecss {
  width: 100%;
  margin: 0 0 1em;
  border: 0;
  min-height: 800px;
}

.header-navbar {
  box-shadow: 0 0 10px 0 rgba(22, 34, 64, 0.6);
  border-width: 0px;
  min-height: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-navbar .container-page {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  max-width: 1140px;
}
.header-navbar .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-navbar .navbar .navbar-brand {
  width: 214px;
  height: 60px;
  background-image: url("../img/studiomontenero-100.png");
  background-position: center;
  background-size: 214px 60px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-navbar .navbar .navbar-toggler {
  border-width: 0px;
}
.header-navbar .navbar .navbar-toggler i {
  color: #222;
  font-size: 22px;
}
.header-navbar .navbar .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #000;
  padding: 45px 15px 25px 15px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-navbar .navbar .navbar-nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 128, 2, 0.6);
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-navbar .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  display: block;
  margin-left: 0px;
  vertical-align: auto;
  border: none !important;
}
.header-navbar .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fff !important;
}
.header-navbar .navbar .navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
  height: 80%;
}
.header-navbar .navbar .navbar-nav .nav-item.active .nav-link {
  color: #ff8002 !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
}
.header-navbar .navbar .navbar-nav .nav-item.active .nav-link:hover {
  color: #fff !important;
}
.header-navbar .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  background-color: #333;
  border-radius: 0px;
  padding: 0px;
}
.header-navbar .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  background-color: transparent;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding: 25px 15px;
  text-transform: uppercase;
}
.header-navbar.topping {
  background-color: transparent !important;
  box-shadow: none;
}
.header-navbar.topping .container-page {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  max-width: 100%;
}
.header-navbar.topping .navbar .navbar-toggler i {
  color: #fff;
}
.header-navbar.topping .navbar .navbar-brand {
  margin-top: 10px;
  background-image: url("../img/studiomontenero-h100.png");
  background-position: center;
  background-size: 336px 100px;
  width: 336px;
  height: 100px;
}
.header-navbar.topping .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 600;
}

footer {
  background-color: #222;
  display: block;
  padding: 55px 0;
}
footer .logo-brand {
  height: 40px;
}
footer .btn-modal {
  color: #fff;
}
footer .btn-modal:hover {
  cursor: pointer;
}

#pg-monopage .home-img-bg {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/bg_home.jpg");
  text-align: center;
}
#pg-monopage .home-img-bg .brand-logo {
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
#pg-monopage .box-white {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+51,dddddd+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 51%, #dddddd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 51%, #dddddd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 51%, #dddddd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#dddddd",GradientType=0 );
  /* IE6-9 */
  padding: 150px 80px;
  text-align: center;
}
#pg-monopage .box-white .logo-mobile {
  display: none;
}
#pg-monopage .box-white .logo-mobile img {
  max-width: 100%;
  margin-bottom: 50px;
}
#pg-monopage .box-white .sottotitolo {
  font-size: 20px;
  color: #999;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
#pg-monopage .box-white .titolo {
  font-size: 65px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
#pg-monopage .box-white .description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 16px;
  text-shadow: 0px 1px 0px #fff;
  text-align: center;
  font-style: italic;
}
#pg-monopage .box-white .btn-areariservata {
  display: inline-block;
  border-radius: 1px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  padding: 10px 25px;
  background-color: #ff8002;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#pg-monopage .box-white .btn-areariservata i {
  color: inherit;
}
#pg-monopage .box-white .btn-areariservata:hover {
  margin-top: 10px;
  background-color: #222;
  text-decoration: none;
  padding: 10px 40px;
}
#pg-monopage .box-white .lista-contatti {
  list-style: none;
  padding: 0px;
  margin: 30px auto;
  display: inline-block;
}
#pg-monopage .box-white .lista-contatti li {
  display: block;
  font-family: "Poppins", sans-serif;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: left;
  position: relative;
}
#pg-monopage .box-white .lista-contatti li a {
  font: inherit;
  color: #ff8002;
}
#pg-monopage .box-white .lista-contatti li i {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background-color: #333;
  margin-right: 10px;
  font-size: 12px;
  color: #fff;
}

#pg-home {
  background-image: url("../img/home_slide.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: relative;
  padding: 20% 0 0 0;
  margin-top: -80px;
}
#pg-home .btn-cstm-home {
  display: inline-block;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  border-width: 0px;
  line-height: 1.5em;
  padding: 12px 25px 12px 25px;
  background-color: #ff8002;
  margin-top: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#pg-home .btn-cstm-home i {
  color: inherit;
}
#pg-home .btn-cstm-home:hover {
  background-color: #222;
  margin-top: 25px;
  padding: 12px 25px 12px 25px;
}
#pg-home .btn-cstm-home .small {
  font: inherit;
  color: inherit;
  font-size: 14px;
  text-transform: uppercase;
}
#pg-home .btn-cstm-home .fattelettronicaico {
  height: 30px;
  margin: 10px 0 0px 0;
}
#pg-home h1 {
  font-size: 85px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  text-align: center;
  font-family: "Poppins", sans-serif;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}
#pg-home .list-h2 {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
#pg-home .list-h2 li {
  display: inline-block;
  padding: 0 30px 0 15px;
  position: relative;
}
#pg-home .list-h2 li h2 {
  color: #efefef;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-transform: capitalize;
}
#pg-home .list-h2 li:after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "•";
  display: inline-block;
  color: #fff;
  font-size: 20px;
}
#pg-home .list-h2 li:last-child:after {
  content: "";
}
#pg-home .mouse {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#pg-home .mouse img {
  height: 50px;
}
#pg-home .mouse:hover {
  bottom: 30px;
  cursor: pointer;
}

#pg-professionisti .box-staff {
  display: block;
  text-align: center;
  margin: 20px 0;
  border-bottom: 4px solid #dbdbdb;
  padding-bottom: 30px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#pg-professionisti .box-staff .img-holder {
  display: block;
  margin: 0 auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#pg-professionisti .box-staff .img-holder img {
  height: 100px;
}
#pg-professionisti .box-staff .nome {
  font-size: 26px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  color: #222;
  position: relative;
  display: block;
  margin: 20px 0 15px 0;
}
#pg-professionisti .box-staff .qualifica {
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #222;
  position: relative;
  display: block;
}
#pg-professionisti .box-staff .descrizione {
  display: block;
  margin-top: 10px;
  line-height: 1.6em;
  text-align: justify;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  color: #666;
}
#pg-professionisti .box-staff:hover {
  margin-top: -10px;
  border-bottom-color: #ff8002;
}
#pg-professionisti .box-staff:hover .img-holder {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

#pg-servizi {
  background-image: url("../img/servizi_slide.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#pg-servizi .box-servizio {
  display: block;
  border-radius: 3px;
  margin: 10px 0;
  padding: 15px 10px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.9);
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#pg-servizi .box-servizio:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 4px;
  background-color: #ff8002;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#pg-servizi .box-servizio .titolo {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  color: #222;
  position: relative;
  display: block;
  margin: 20px 0;
  min-height: 80px;
}
#pg-servizi .box-servizio .icona {
  display: block;
  font-size: 26px;
  color: #ff8002;
}
#pg-servizi .box-servizio .descrizione {
  line-height: 1.3em;
  display: none;
}
#pg-servizi .box-servizio:hover {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
#pg-servizi .box-servizio:hover:after {
  width: 100%;
}

#pg-circolari .img-top {
  background-image: url("../img/bg_circolari.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: relative;
  padding: 20% 0 0 0;
  margin-top: -80px;
}
#pg-circolari .box-circolare-row {
  display: block;
  padding: 60px 25px 80px 25px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
#pg-circolari .box-circolare-row .titolo {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 600;
  color: #222;
  text-align: center;
  text-transform: none;
  margin-bottom: 10px;
}
#pg-circolari .box-circolare-row .identificativo {
  display: inline-block;
  font-size: 16px;
  color: #ff8002;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid #ff8002;
  text-align: center;
  padding: 7px 25px;
  line-height: 1.4em;
  margin: 0px;
}
#pg-circolari .box-circolare-row .identificativo .nid {
  font: inherit;
  color: inherit;
  font-weight: 600;
}
#pg-circolari .box-circolare-row .data {
  display: block;
  font-size: 12px;
  color: #9f9f9f;
  padding: 5px 0;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-style: italic;
}
#pg-circolari .box-circolare-row .data i {
  color: inherit;
  font-size: 14px;
}
#pg-circolari .box-circolare-row .descrizione {
  text-align: justify;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
#pg-circolari .box-circolare-row .btn-download {
  display: inline-block;
  font-size: 14px;
  background-color: #fff;
  font-weight: 600;
  border-radius: 0px;
  margin: 0 auto;
  padding: 8px 30px;
  text-transform: uppercase;
  color: #ff8002;
  border: 1px solid #ff8002;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#pg-circolari .box-circolare-row .btn-download i {
  color: inherit;
  font-size: 13px;
}
#pg-circolari .box-circolare-row .btn-download:hover {
  background-color: #ff8002;
  color: #fff;
}
#pg-circolari .box-circolare {
  display: block;
  padding: 20px 25px;
  margin: 20px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
}
#pg-circolari .box-circolare .icona {
  display: block;
  text-decoration: none;
}
#pg-circolari .box-circolare .icona i {
  display: block;
  border-radius: 50%;
  font-size: 22px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #ff8002;
  margin: 0px auto 5px auto;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#pg-circolari .box-circolare .icona i:hover {
  color: #ff8002;
  background-color: #efefef;
}
#pg-circolari .box-circolare .titolo {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  text-align: center;
}
#pg-circolari .box-circolare .data {
  display: block;
  font-size: 14px;
  color: #999;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
#pg-circolari .box-circolare .data i {
  color: inherit;
}
#pg-circolari .box-circolare .descrizione {
  text-align: justify;
  color: #666;
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 14px;
}
#pg-circolari .box-circolare .btn-download {
  display: inline-block;
  font-size: 12px;
  background-color: #ff8002;
  font-weight: 600;
  border-radius: 4px;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#pg-circolari .box-circolare .btn-download:hover {
  background-color: #333;
}

#pg-sede .gmap-iframe {
  height: 800px;
}

#pg-contatti .list-contatti {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#pg-contatti .list-contatti li {
  display: block;
  padding: 10px 0 10px 45px;
  position: relative;
}
#pg-contatti .list-contatti li .label {
  color: #666;
  font-size: 14px;
  line-height: 1em;
  display: block;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
#pg-contatti .list-contatti li a {
  font: inherit;
  color: #ff8002;
}
#pg-contatti .list-contatti li .icona {
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 22px;
  width: 30px;
  text-align: center;
  color: #ff8002;
}
#pg-contatti .label {
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
  margin: 0px;
  display: block;
  font-size: 12px;
}
#pg-contatti .label .required {
  float: right;
  color: #c00;
}
#pg-contatti .txtsm {
  font-size: 14px;
  color: #666;
  line-height: 1.2em;
}
#pg-contatti .txtsm a {
  font: inherit;
  color: #ff8002;
}
#pg-contatti .btn-modal {
  color: #ff8002;
  font: inherit;
}
#pg-contatti .btn-modal:hover {
  cursor: pointer;
}
#pg-contatti .btn-cstm {
  display: inline-block;
  border-radius: 1px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  border-width: 0px;
  line-height: 1em;
  padding: 5px 15px 5px 15px;
  background-color: #ff8002;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#pg-contatti .btn-cstm i {
  color: inherit;
}
#pg-contatti .btn-cstm:hover {
  background-color: #222;
  text-decoration: none;
  padding: 5px 50px 5px 50px;
  cursor: pointer;
}
#pg-contatti .form-control {
  border-radius: 0px;
  background-color: #efefef;
  border-color: #efefef;
  color: #222;
}

#cookie_avviso {
  display: none;
  z-index: 15000;
  float: left;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 7px 30px;
  color: #fff;
  font-size: 14px;
}
#cookie_avviso a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
#cookie_avviso a:hover {
  cursor: pointer;
  cursor: hand;
  text-decoration: underline;
}
#cookie_avviso .btn-c-accetta {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #fff;
  border-radius: 3px;
  line-height: 1em;
}
#cookie_avviso .btn-c-accetta:hover {
  cursor: pointer;
  background-color: #fff;
  color: #000;
}

#pg-policy .img-top {
  background-image: url("../img/bg_policy.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: relative;
  padding: 20% 0 0 0;
  margin-top: -80px;
}

@media (max-width: 1010px) and (min-width: 768px) {
  .header-navbar {
    min-height: 60px;
  }
  .header-navbar .navbar-brand {
    width: 178px !important;
    height: 50px !important;
    background-size: 178px 50px !important;
  }
  .header-navbar .navbar-nav .nav-item .nav-link {
    padding: 45px 8px 25px 8px !important;
  }
}
@media (max-width: 991px) {
  .header-navbar {
    min-height: 60px;
  }
  .header-navbar .navbar-brand {
    margin-top: 5px;
    width: 178px !important;
    height: 50px !important;
    background-size: 178px 50px !important;
  }
  .header-navbar .navbar-nav .nav-item .nav-link {
    padding: 15px !important;
  }
  .header-navbar.topping .navbar .navbar-collapse {
    margin-top: 10px;
    background-color: #222 !important;
  }
  .header-navbar.topping .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  #pg-monopage .home-img-bg {
    display: none;
  }
  #pg-monopage .box-white {
    padding: 20px 30px 50px 30px;
  }
  #pg-monopage .box-white .logo-mobile {
    display: block;
  }
  #pg-monopage .box-white .titolo {
    display: none;
  }
  #pg-monopage .box-white .sottotitolo {
    font-size: 20px;
  }

  .header-navbar {
    min-height: 60px;
  }
  .header-navbar .navbar-brand {
    margin-top: 5px;
    width: 178px !important;
    height: 50px !important;
    background-size: 178px 50px !important;
  }
  .header-navbar .navbar-nav .nav-item .nav-link {
    padding: 15px !important;
  }
  .header-navbar.topping .navbar .navbar-collapse {
    margin-top: 10px;
    background-color: #222 !important;
  }
  .header-navbar.topping .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-weight: 600;
  }

  #pg-home h1 {
    font-size: 55px;
  }
}

/*# sourceMappingURL=template.css.map */
