#block-vlm-specifics-virades-map {
  position: relative;
  font-size: 1em;
}
#block-vlm-specifics-virades-map div[class*="ibani"] > img + div[style*="height"] {
  height: auto !important;
}
.overlay-title {
  display: block;
  margin-bottom: .75em;
  text-transform: uppercase;
}
.overlay-title em {
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 800px) {
  .overlay-container {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    width: 30%;
    pointer-events: none;
  }
}
.overlay-box {
  padding: 15px;
  pointer-events: all;
  background: rgba(255,255,255,0.8);
}
.overlay-box label {
  font-size: 1.154em;
}
.overlay-box [type='text'] {
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 5px;
  border: 1px #00A292 solid;
}
.overlay-box .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.overlay-box .form-type-checkbox {
  position: relative;
  width: 48%;
}
.overlay-box .form-type-checkbox input {
  position: absolute;
  left: -9999rem;
}
.overlay-box .form-type-checkbox input:checked + label::before {
  color: white;
  background-color: #00A292;
}
.overlay-box .form-type-checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: .5em .5em .5em 30px;
  border-radius: 3px;
  cursor: pointer;
  background: #00A292;
  color: white;
}
.overlay-box .form-type-checkbox label::before {
  content: '\f00c';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  height: 16px;
  transform: translate(-50%,-50%);
  font-family: 'FontAwesome';
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  background: white;
  color: transparent;
  border: 1px solid;
  border-radius: 50%;
}
.overlay-box .form-submit,
.overlay-box .form-submit + div a {
  display: block;
  width: 100%;
  margin-top: 15px !important;
  padding: 5px 0;
  border: 0;
  font-size: 1em !important;
  text-align: center;
  cursor: pointer;
}
.overlay-box .form-submit + div a {
  text-decoration: underline;
}
.form-item-address {
  font-weight: 700;
  margin-top: 15px;
  color: #00A292;
}
.form-item-address::before {
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  background: #00A292;
}
.form-item-categories > label {
  display: none;
}
.map-infobubble h3 {
  margin: 0 0 .5em;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.map-infobubble h3 a {
  display: block;
  color: #00A292 !important;
}
.map-infobubble p {
  font-size: 1rem;
}
.map-infobubble a {
  font-weight: 700;
}
.map-infobubble .link a {
  float: right;
  display: inline-block;
  margin-top: 15px;
  padding: 5px 0;
  background: #00A292;
  color: white !important;
  border: 0;
  border-radius: 3px;
  padding: .5em 1em;
  font-size: 1rem;
}
.map-infobubble .link a::before {
  content: '\f101';
  font-family: 'FontAwesome';
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
.map-infobubble .link a:hover,
.map-infobubble .link a:focus {
  background: #008477;
  text-decoration: none;
}
.scrollFix {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap;
}
img[src*="closemap"] {
  margin-top: 15px !important;
  margin-right: 15px !important;
}
