html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: transparent;
  text-shadow: none;
}

::selection {
  background: transparent;
  text-shadow: none;
}

h1::-moz-selection {
  background: #6513e1;
  color: #FFF;
}

h1::selection {
  background: #6513e1;
  color: #FFF;
}

h2::-moz-selection {
  background: #6513e1;
  color: #FFF;
}

h2::selection {
  background: #6513e1;
  color: #FFF;
}

h3::-moz-selection {
  background: #6513e1;
  color: #FFF;
}

h3::selection {
  background: #6513e1;
  color: #FFF;
}

h4::-moz-selection {
  background: #6513e1;
  color: #FFF;
}

h4::selection {
  background: #6513e1;
  color: #FFF;
}

h5::-moz-selection {
  background: #6513e1;
  color: #FFF;
}

h5::selection {
  background: #6513e1;
  color: #FFF;
}

h6::-moz-selection {
  background: #6513e1;
  color: #FFF;
}

h6::selection {
  background: #6513e1;
  color: #FFF;
}

p::-moz-selection {
  background: #6513e1;
  color: #FFF;
}

p::selection {
  background: #6513e1;
  color: #FFF;
}










.dietalab-orange ::-moz-selection {
  background: transparent;
  text-shadow: none;
}

.dietalab-orange ::selection {
  background: transparent;
  text-shadow: none;
}

.dietalab-orange h1::-moz-selection {
  background: #401f19;
  color: #FFF;
}

.dietalab-orange h1::selection {
  background: #401f19;
  color: #FFF;
}

.dietalab-orange h2::-moz-selection {
  background: #401f19;
  color: #FFF;
}

.dietalab-orange h2::selection {
  background: #401f19;
  color: #FFF;
}

.dietalab-orange h3::-moz-selection {
  background: #401f19;
  color: #FFF;
}

.dietalab-orange h3::selection {
  background: #401f19;
  color: #FFF;
}

.dietalab-orange h4::-moz-selection {
  background: #401f19;
  color: #FFF;
}

.dietalab-orange h4::selection {
  background: #401f19;
  color: #FFF;
}

.dietalab-orange h5::-moz-selection {
  background: #401f19;
  color: #FFF;
}

.dietalab-orange h5::selection {
  background: #401f19;
  color: #FFF;
}

.dietalab-orange h6::-moz-selection {
  background: #401f19;
  color: #FFF;
}

.dietalab-orange h6::selection {
  background: #401f19;
  color: #FFF;
}

.dietalab-orange p::-moz-selection {
  background: #401f19;
  color: #FFF;
}

.dietalab-orange p::selection {
  background: #401f19;
  color: #FFF;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " ("attr(href) ")";
  }

  abbr[title]::after {
    content: " ("attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

span.CharOverride-16 {
  color: #401f19;
  font-family: "Born Ready Slanted", sans-serif;
  font-size: 86px;
  font-style: normal;
  font-weight: normal;
}


span.CharOverride-15 {
  color: #401f19;
  font-family: "Born Ready Slanted", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: normal;
}

input {
  color: inherit;
  font: inherit;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  color: inherit;
  font: inherit;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  padding: 10px;
  overflow: visible;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  overflow: visible
}

input::-moz-focus-inner {
  border: 0;
  padding: 0
}

.container-mappa,
main {
  position: relative
}

main {
  min-height: 75vh;
  padding-left: 0;
  background-color: #cde5f6
}

@media (min-width:900px) {
  main {
    padding-left: 0
  }
}

.container-mappa {
  overflow: auto;
  border-radius: 10px;
  height: 70vh;
  /*   -webkit-box-shadow: 17px 12px 55px -22px rgba(0, 0, 0, .4);
  -moz-box-shadow: 17px 12px 55px -22px rgba(0, 0, 0, .4);
  box-shadow: 17px 12px 55px -22px rgba(0, 0, 0, .4) */
}

.mappa {
  position: absolute;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

@media (max-height:601px) {
  .mappa:after {
    content: '';
    position: relative;
    height: 150vh;
    display: block;
    min-height: 670px
  }
}

@media (max-height:601px) {
  .mappa {
    top: 0;
    max-height: none
  }
}

.blocco-cliente {
  z-index: 10;
  position: absolute;
  text-align: center;
  -webkit-transition: transform 1.3s ease-in-out;
  transition: transform 1.3s ease-in-out;
  background-color: #f7f0ea;
  border-radius: 25px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .3);
}

@media (min-width:481px) {
  .blocco-cliente {
    background-color: #f7f0ea;
    max-width: 350px;
    left: 0px;
  }
}

@media (min-width:1100px) {
  .blocco-cliente-testo {
    position: relative;
    overflow: auto;
  }
}

.blocco-cliente-testo {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.blocco-cliente-testo h2 {
  font-size: 20px;
}

.blocco-cliente-header {
  padding: .5rem 2rem;
  border-bottom: 1px solid #ddd;
  background-color: #fff
}

.blocco-cliente-header h1 {
  font-weight: 100;
  font-size: 0.5rem;
  color: #00263b;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  padding-left: 1rem
}

@media (min-height:600px) {
  .blocco-cliente-header {
    padding: 1rem 2rem
  }

  .blocco-cliente-header h1 {
    font: 1em/.3 'Indie Flower', Arial, sans-serif;
    color: #401f19
  }
}

.blocco-cliente-chiudi {
  float: right;
  cursor: pointer;
  top: 0;
  position: absolute;
  right: 0;
  padding-right: 25px;
  padding-top: 10px
}

.blocco-cliente-icona {
  position: absolute;
  left: -10px;
  width: 2rem;
  margin-top: -.9rem
}

#mappa_google {
  height: 100%
}


a,
a:visited {
  text-decoration: none
}

@media screen and (max-width:480px) {
  .desktop-social {
    display: none
  }
}

#container-mappa {
  padding: 1em 4%;
  width: 92%
}

@media screen and (min-width:481px) {
  .mobile-social {
    display: none
  }

  #container-mappa {
    padding: 30px 20px 20px;
    margin: 0 auto;
    max-width: 990px
  }
}

#container-mappa header .top {
  -js-display: flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-box-lines: single;
  -ms-flex-wrap: none;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 10px;
  padding: 0
}

#container-mappa header .top em {
  display: none
}

@media screen and (min-width:481px) {
  #container-mappa header .top em {
    display: flex;
    flex: 0 0 33%;
    color: #1a1a1a;
    font: 1em/1.2 Lato, sans-serif;
    text-align: left;
    font-style: italic
  }
}

#container-mappa header .top .logo {
  flex: 0 0 205px;
  margin: 0 auto;
  padding: 0;
  width: 205px
}

@media screen and (max-width:768px) {
  #container-mappa header .top .logo {
    -js-display: flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -webkit-box-lines: single;
    -ms-flex-wrap: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center
  }
}

@media screen and (min-width:481px) {
  #container-mappa header .top .logo {
    flex: 0 0 33%;
    width: 33%
  }
}

#container-mappa header .top .logo a {
  display: inline-block;
  zoom: 1;
  margin: 0 auto;
  padding: 0;
  width: 174px;
  height: 30px
}

@media screen and (min-width:481px) {
  #container-mappa header .top .logo a {
    display: block;
    width: 390px;
    height: 55px;
    transform: scale(.7)
  }
}

#container-mappa header .top .logo a svg {
  fill: #1d1d1b
}

#container-mappa header .top .social {
  list-style: none;
  margin: 0;
  padding: 0;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-box-lines: single;
  -ms-flex-wrap: none;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  flex: 0 0 87px;
  width: 87px
}

#container-mappa header .top .social li a,
#container-mappa header .top .social li a:visited {
  flex: 0 0 auto;
  display: inline-block;
  zoom: 1;
  margin: 0 .2em;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

#container-mappa header .top .social li a [class^=icon-],
#container-mappa header .top .social li a:visited [class^=icon-] {
  font-size: 2.3em
}



@media screen and (max-width:320px) {
  #container-mappa header .top .social li.twitter {
    display: none !important
  }
}

@media screen and (min-width:321px) {
  #container-mappa header .top .social {
    flex: 0 0 137px;
    width: 137px
  }
}

@media screen and (min-width:376px) {
  #container-mappa header .top .social {
    flex: 0 0 177px;
    width: 177px
  }
}

@media screen and (min-width:481px) {
  #container-mappa header .top .social {
    flex: 0 0 520px;
    width: 520px
  }
}

#container-mappa header h1.testata {
  font: 3em/1 'Indie Flower', Arial, sans-serif;
  text-shadow: 2px 2px #fff;
  color: #401f19
}

#container-mappa header h2.testata {
  font: 1.2em/1.4 Lato, Arial, sans-serif;
  color: #401f19;
  margin-bottom: 20px;
  margin-top: -15px;
  padding-left: 5%;
  padding-right: 5%
}

#container-mappa h3 {
  font: 0.8em/1.2 Lato, Arial, sans-serif;
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (min-width:481px) {
  #container-mappa header .top .social {
    flex: 0 0 33%;
    width: 33%
  }

  #container-mappa header h1.testata {
    font: 3em/1 'Indie Flower', Arial, sans-serif
  }

  #container-mappa header h2.testata {
    font: 1.1em/1.2 Lato, Arial, sans-serif
  }
}

@media screen and (min-width:1025px) {
  #container-mappa {
    max-width: 1400px
  }

  #container-mappa header h1.testata {
    font: 3.3em/.3 'Indie Flower', Arial, sans-serif;
    margin-top: 50px;
    margin-bottom: 50px
  }
}

@media screen and (max-width:481px) {
  #container-mappa header .top .logo a {
    transform: scale(1.2);
    padding-top: 5px
  }

  #macchinina {
    display: none;
  }
}

.blocco-cliente a.button {
  display: inline-block;
  zoom: 1;
  margin: .5em auto;
  padding: .5em 0;
  background-color: #401f19;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font: 1.2em/1.2 Lato, Arial, sans-serif;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  width: 220px
}

[class^=icon-] {
  font-family: icomoon !important;
  /*   speak: none; */
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-email:before {
  content: "\e0ea"
}

.icon-facebook:before {
  content: "\f051"
}

.icon-twitter:before {
  content: "\f057"
}

.icon-instagram:before {
  content: "\f05e"
}

.icon-whatsapp:before {
  content: "\f232"
}

.icon-posizione:before {
  content: "\e079"
}

.sidebar {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eae4df;
}

.lista-elemento {
  position: relative;
  padding: .6rem 1.5rem .6rem 4.3rem;
  line-height: 1.8;
  text-decoration: none;
  color: #00263b;
  display: flex;
  text-align: left;
  font-weight: 600;
  font-size: 1.1em
}

.lista-elemento:hover {
  color: #401f19;
  cursor: pointer
}

.lista-elemento img {
  position: absolute;
  left: 1.5rem;
  width: 2rem
}

.lista-filtro-inserisci {
  border-radius: 999px;
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #d0d0d0;
  padding: .4rem 1rem .4rem 2.3rem;
  background-image: url(./media/images/icons/search.svg);
  background-repeat: no-repeat;
  background-position: 14px;
  background-size: 13px
}

.lista-filtro-inserisci:focus {
  outline: 0
}

@media (min-width:1025px) {
  .blocco-cliente-header h1 {
    font: 1.3em/.3 'Indie Flower', Arial, sans-serif
  }
}

.scheda-social {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  font-size: 2em;
  padding: 0 0 5px
}

.testata img {
  width: 240px;
  padding-top: 10px
}

.box-ricerca-localita {
  display: flex;
}

.ricerca-localita {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.controls-cerca {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}


#obiettivi {
  scroll-margin-top: 80px;
}

#target {
  scroll-margin-top: 100px;
}

#mappa {
  scroll-margin-top: 50px;
}