.newsletter-alert {
  padding: 10px 25px;
  position: fixed;
  top: 25px;
  left: 50px;
  width: calc(100% - 100px);
  background: rgba(255, 255, 255, 0.75); }
  .newsletter-alert h3 {
    text-align: center;
    font-size: 25px;
    margin: 0; }
  .newsletter-alert.success h3 {
    color: #a5ff93; }
  .newsletter-alert.fail h3 {
    color: #ff6f6f; }

[protected_domain] {
  position: relative; }
  [protected_domain][protected_domain_revealed="true"]:after {
    display: none !important; }
  [protected_domain]:after {
    content: 'viac';
    position: absolute;
    right: -5px;
    top: 0;
    height: 100%;
    background: white;
    border: 1px solid #eee;
    padding: 0 6px;
    color: #555;
    border-radius: 10px;
    box-shadow: -3px 0px 4px 1px #fff; }

#domov-cta a {
  color: #c9b38c; }

.theme-btn {
  text-transform: none; }

#map {
  position: relative; }
  #map .mp-overlay {
    content: '';
    background: rgba(0, 0, 0, 0.66);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    transition: .3s; }
    #map .mp-overlay > span {
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center;
      top: 50%;
      letter-spacing: 4px;
      color: #fff;
      font-size: 22px; }
  #map:hover .mp-overlay {
    opacity: 1; }

header#header .topbar {
  background-color: rgba(38, 43, 62, 0.85); }

footer.site-footer a {
  color: #c9b38c; }

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