html, body {
  overflow: auto;
  margin-top: 0 !important;
  margin: 0;
}
body, p, li, span {
  font-family: Raleway !important;
  font-size: 12px;
}
.body *, .page * {
  font-family: Raleway, sans-serif, Arial;
  box-sizing: border-box;
}
a {
  color: #fff;
  padding: 10px;

  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
}
#mobile_logo {
  margin: auto;
  display: block;
  height: 46px;
  margin: 2px auto;
}

#mobile_content {
  height: calc(100vh - 110px);
  border: 0;
  width: 100vw;
  margin: 0;

}
#mobile_load {
  height: calc(100vh - 50px);
  border: 0;
  width: 100vw;
  margin: 0;
  position: fixed;
  top:50px;
  left: 0;
  background: transparent url(../img/sfondo-prenotazione.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  transition: all 0.5s ease-in;
}
#mobile_load.loaded {
  opacity: 0;
}

#mobile_links {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}

#mobile_links a {
  position: relative;
  width: calc(25vw - 4px);
  margin: 0 2px !important;
  display: block;
  right: 0;
  padding: 6px;
  box-sizing: border-box;
  float: left;
  border: 0px solid #F7C500;
  border-bottom: 0;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #0A6DB1;
  letter-spacing: 1px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 3vw;
  line-height: 20px;
}
@media (min-width:500px) {
  #mobile_links a {
    font-size: 18px;
    line-height: 20px;
  }

}
#mobile_links a i {
  display: block;
  font-size: 34px;
  line-height: 34px;
}

#mobile_links a:hover, #mobile_links a.active {
  transform: none;
  background: #F7C500;
  color: #0A6DB1;
}
.button_map {
    color: #0a6db1;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    position: fixed;
    font-size: 30px;
    padding: 0;
    text-align: center;
    line-height: 40px;
}
.button_map:hover, .button_map.active {
  color:#F7C500;
}

#map_mobile, #reservation_content, #companies_content, #reserved_content, #search_content {
    height: calc(100vh - 110px);
    border: 0;
    width: 100vw;
    margin: 0;
    /* position: fixed!important; */
    /* top: 50px; */
    /* left: 0; */

    display: none;
    transition: all 0.5s ease-in;
}

.btn-primary {
    background-color: #33559f;
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 12px;
    display: inline-block;
}


