.heading {
  position: relative;
  background: rgba(172, 22, 27, 0.88);
  padding: 20px;
}
.heading .heading-bkg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
  filter: grayscale(100%);
  z-index: -1;
  display: block;
}
.heading .navbar {
  color: #cecece;
}
.heading .navbar a {
  color: #dedede;
}
.heading h1 {
  font-size: 50px;
  line-height: 1.3;
  margin: 35px 0 60px 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 768px) {
  .heading h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  .heading h1 {
    font-size: 23px;
  }
}
footer.footer-copyright {
  margin-top: 0;
  background: #222222;
  color: #dedede;
}
footer.footer-copyright a.social {
  font-size: 32px;
  cursor: pointer;
  margin-right: 15px;
}
footer.footer-copyright a.social:hover {
  color: white;
}
@media screen and (max-width: 768px) {
  footer.footer-copyright {
    display: block;
  }
  footer.footer-copyright article {
    margin-top: 10px;
  }
}
footer.footer-columns {
  background: #444444;
  color: #dedede;
  font-size: 15px;
  padding: 50px 0 50px 0;
  margin-top: auto;
}
footer.footer-columns h3 {
  font-size: 18px;
}
footer.footer-columns .footer-logo {
  max-width: 90%;
}
footer.footer-columns a:hover {
  text-decoration: underline;
}
.kategorie-3.theme-one.kontakty-grid {
  grid-template-columns: repeat(5,1fr);
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .kategorie-3.theme-one.kontakty-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 768px) {
  .kategorie-3.theme-one.kontakty-grid {
    grid-template-columns: repeat(1,1fr);
  }
}
.kategorie-3.theme-one.kontakty-grid .k-icon img {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}
.kategorie-3.theme-one.kontakty-grid h3.k-nazov {
  margin: 0 auto 0 auto;
  width: 150px;
}
@media screen and (min-width: 768px) {
  main.kontakty-main {
    width: 85vw;
  }
}
.kontaktform {
  background: #fcfcfc;
  padding: 30px;
  box-sizing: border-box;
  max-width: 600px;
  margin: 20px auto 20px auto;
}
.kontaktform.dotaznikspokojnosti {
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .kontaktform {
    padding: 10px;
  }
}
.kontaktform .formbox {
  width: 95%;
  max-width: 100%;
}
.kontaktform .formbox label {
  color: #777777;
  display: block;
  font-size: 15px;
  margin-top: 15px;
  font-family: inherit;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.kontaktform .formbox label n {
  color: #ac161b;
  font-weight: 700;
}
.kontaktform .formbox input,
.kontaktform .formbox textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid #bbbbbb;
  color: black;
  background: none;
  font-family: inherit;
  border-radius: 5px;
}
.kontaktform .formbox input:focus,
.kontaktform .formbox textarea:focus {
  outline-color: #ac161b;
}
.kontaktform .formbox button,
.kontaktform .formbox a.button {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: #ac161b;
  border-radius: 5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: none;
  margin-top: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 23px;
  font-family: inherit;
}
.kontaktform .formbox a.button {
  display: block;
  text-decoration: none;
}
.kontaktform .formbox .radio {
  display: flex;
}
.kontaktform .formbox .radio a {
  background: #dedede;
  padding: 5px 10px;
  flex: 1;
  margin-left: 15px;
  text-align: center;
  text-transform: uppercase;
  color: black;
  border-radius: 5px;
  cursor: pointer;
}
.kontaktform .formbox .radio a:nth-of-type(1) {
  margin-left: 0;
}
.kontaktform .formbox .radio a.active {
  background: black;
  color: white;
}
.kontaktform .formbox.checkbox {
  display: flex;
  margin-top: 15px;
  align-items: center;
}
.kontaktform .formbox.checkbox input[type=checkbox] {
  height: 20px;
  width: 0px;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none !important;
  margin-right: 20px;
  margin-top: -10px;
  cursor: pointer;
}
.kontaktform .formbox.checkbox input[type=checkbox]:before {
  content: "\f096";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 15px;
  outline: none;
}
.kontaktform .formbox.checkbox input[type=checkbox]:checked:before {
  content: "\f046";
  color: #ac161b;
}
.kontaktform .formbox.checkbox input[type=checkbox].small {
  height: 14px;
  margin: 2px 22px 0px 0px;
}
.kontaktform .formbox.checkbox input[type=checkbox].small:before {
  font-size: 14px;
  line-height: 15px;
}
.kontaktform .formbox.checkbox article {
  margin-left: 20px;
}
.kontaktform .formbox .mailform-alert {
  width: 350px;
  border-radius: 5px;
}
main a {
  text-decoration: underline;
}
main a:hover {
  text-decoration: underline;
}
main .mailform-alert.mailform-success {
  background: #1B5A43;
}
@media screen and (max-width: 768px) {
  main img {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.formbox .dropzone {
  min-height: 0px !important;
  border: 2px dashed #3498DB !important;
  color: #3498DB;
  padding: 20px 0 20px 0;
  transition: all 0.3s;
  background: none;
  cursor: pointer;
}
.formbox .dropzone .dz-default.dz-message {
  text-align: center;
  margin: 0;
  opacity: 0.8;
  display: block;
  transition: all 0.3s;
  font-weight: 300;
  font-size: 22px;
}
.formbox .dropzone .dz-default.dz-message svg {
  transition: all 0.3s;
}
.formbox .dropzone .dz-default.dz-message .iconify {
  display: block;
  font-size: 40px;
  margin: 0 auto 8px auto;
  text-align: center;
}
.formbox .dropzone:hover .dz-default.dz-message {
  opacity: 1;
}
.formbox .dropzone:hover .dz-default.dz-message svg {
  transform: scale(1.5);
}
