.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hover:hover {
  opacity: 0.7;
}

.ucar_event .image {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .ucar_event .image {
    margin-bottom: 30px;
  }
}
.ucar_event .image img {
  width: 100%;
}
.ucar_event .button--l {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .ucar_event .button--l {
    margin-bottom: 20px;
  }
}
.ucar_event .button--l a {
  font-size: 2.5rem;
  line-height: 3.5rem;
  padding: 19px 0;
}
@media only screen and (max-width: 768px) {
  .ucar_event .button--l a {
    font-size: 1.5rem;
    line-height: 2.6rem;
    padding: 12px 0;
  }
}

#mainte-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.mainte-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
}

.mainte-modal img {
  width: 820px;
}

.mainte-modal-close {
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -30px;
}

.mainte-modal-close img {
  height: 60px;
  width: 60px;
}

@media only screen and (max-width: 768px) {
  .mainte-modal-close {
    top: -20px;
    right: 0;
  }
  .mainte-modal-close img {
    height: 40px;
    width: 40px;
  }
  .mainte-modal {
    width: 100%;
  }
  .mainte-modal img {
    width: 100%;
  }
}
