/* spolecne nastaveni webu */
html {
  position: relative;
}

body, html {
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
}

body {
  min-height: 100% !important;
}

.newsletter-signout {
  padding: 100px 0;
  text-align: center;
  width: 900px;
  margin: auto;
}

#spinner {
  display: none;
  z-index: 100000000;
  position: absolute;
}

.logo-text {
  font-size: 1.2em;
  font-weight: 300;
  display: block;
  margin-top: 4px;
  max-width: 140px;
  text-align: center;
}
