* {
  outline: none;
}
*::selection {
  background: rgba(133, 218, 114, 0.5);
  color: white;
}

body {
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em;
}

h1, h2, h3 {
  text-align: center;
  font-size: 2em;
}

a {
  color: green;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #00bf00;
  text-decoration: underline;
}

.bttn {
  cursor: pointer;
  display: inline-block;
  padding: 0.2em 0.8em;
  margin: 0.2em;
  color: white;
  background: none;
  border: solid #009900 1px;
  border-radius: 0.3em;
  text-shadow: black 0 0 1px;
  transition: all 0.4s ease;
}
.bttn:hover {
  background: rgba(0, 153, 0, 0.15);
  color: #00ff00;
}

#title {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0.7em;
  left: 0;
  text-align: center;
  color: white;
  text-shadow: black 0 0 2px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #title {
    top: 2.25em;
  }
}

#main #main-head {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
#main #main-head #root {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  filter: brightness(0.5) grayscale(0.2);
}
#main #main-head #main-headHeadings {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 2vw;
  transform: translate(0, -50%);
  color: white;
  text-align: center;
}
#main #main-head #main-headHeadings > div {
  position: relative;
  display: inline-block;
  border-bottom: solid #009900 1px;
  font-size: 1.2em;
}
#main #main-head #main-headHeadings > div h1 {
  font-size: 4em;
  font-weight: bold;
}
#main #main-head #main-headHeadings > div span {
  font-family: "Ruthie", cursive;
  position: absolute;
  bottom: -0.25em;
  right: -1em;
  font-size: 3em;
  font-weight: 500;
  text-shadow: black 1px 1px 3px;
  color: #ff9700;
}
#main #main-head #main-headHeadings h3 {
  display: block;
  font-size: 2em;
  margin: 0.75em auto;
}
@media only screen and (max-width: 767px) {
  #main #main-head #main-headHeadings {
    font-size: 2.5vw;
  }
  #main #main-head #main-headHeadings h3 {
    font-size: 2.35em;
  }
}

#info-l {
  position: absolute;
}

#main #info, #preSkoly {
  padding: 6em 1em 1em;
  font-size: 1.3em;
}
#main #info > div, #preSkoly > div {
  width: 90%;
  max-width: 50em;
  margin: 0 auto;
}
#main #info > div > span, #preSkoly > div > span {
  font-size: 1.2em;
}
#main #info > div h1, #preSkoly > div h1 {
  margin: 1em 0 0.3em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}
#main #info > div h1 > *, #preSkoly > div h1 > * {
  display: inline-block;
  background: #389800;
  color: #ffb645;
  padding: 0.4em;
}
#main #info > div ul, #preSkoly > div ul {
  margin-top: 0;
  margin-bottom: 0;
}
#main #info > div br, #preSkoly > div br {
  line-height: 0.5em;
}

#info {
  background: white;
  min-height: 100vh;
}
#info #info-mainHeading {
  display: inline-block;
  padding-bottom: 1.5em;
}

#maps {
  position: relative;
  min-height: 100vh;
  height: 36em;
}
#maps a.maps-text {
  position: absolute;
  display: inline-block;
  z-index: 1;
  width: 30%;
  padding: 8em 5em 2em;
  color: white;
  text-shadow: black 0 0 1px;
  text-decoration: none;
}
#maps a.maps-text h4 {
  display: inline-block;
  margin: 0 -0.25em 0.5em;
  padding: 0 0.25em 0.2em;
  font-size: 2em;
  border-bottom: 1px solid;
}
#maps a.maps-text#maps-textKraje {
  margin-left: 20%;
  text-align: right;
}
#maps a.maps-text#maps-textKraje h4 {
  border-color: #000099;
}
#maps a.maps-text#maps-textKraje span.bttn {
  border-color: #000099;
}
#maps a.maps-text#maps-textKraje span.bttn:hover {
  color: #0000ff;
  background: rgba(0, 0, 153, 0.15);
}
#maps a.maps-text#maps-textPriroda {
  margin-left: 50%;
  text-align: left;
}
#maps a.maps-text#maps-textPriroda h4 {
  border-color: #009900;
}
#maps a.maps-text span {
  font-size: 1.5em;
}
#maps a.maps-text span.bttn {
  margin: 1em 0 0;
}
#maps a.maps-pic {
  position: relative;
  display: inline-block;
  width: 50%;
  min-height: 100vh;
  height: 36em;
  transition: all 1s ease, background-position 3s ease-out;
}
#maps a.maps-pic#maps-picKraje {
  filter: grayscale(100%) brightness(40%) sepia(50%) hue-rotate(180deg) saturate(3) contrast(0.8);
  border-right: 1px solid #000099;
  background: no-repeat url("img/nature/DSC_0450-min.JPG") 100% center;
  background-size: cover;
}
#maps a.maps-pic#maps-picPriroda {
  filter: grayscale(100%) brightness(40%) sepia(50%) hue-rotate(45deg) saturate(3) contrast(0.8);
  border-left: 1px solid #009900;
  background: no-repeat url("img/nature/IMG_1526-min.JPG") 0 center;
  background-size: cover;
}
#maps #filter {
  z-index: 9;
  position: absolute;
  display: block;
  bottom: 5em;
  width: 100%;
  text-align: center;
}
#maps #filter a {
  display: inline-block;
  padding: 0.5em 0.7em;
  border-radius: 0.5em;
  line-height: 1em;
  background: white;
  color: black;
  text-decoration: none;
  font-size: 1.3em;
  transition: letter-spacing 0.2s ease;
}
#maps #filter a:hover {
  letter-spacing: 1px;
}
@media only screen and (min-width: 767px) {
  #maps a.maps-text#maps-textKraje:hover ~ #maps-picKraje,
#maps a.maps-text#maps-textPriroda:hover ~ #maps-picPriroda,
#maps a.maps-pic#maps-picKraje:hover,
#maps a.maps-pic#maps-picPriroda:hover {
    filter: grayscale(0) brightness(0.8) sepia(0) hue-rotate(0) saturate(1) contrast(1);
    border-width: 5px;
    transition: all 1s ease, background-position 10s ease;
  }
  #maps a.maps-text#maps-textKraje:hover ~ #maps-picKraje,
#maps a.maps-pic#maps-picKraje:hover {
    background-position: 0 center;
  }
  #maps a.maps-text#maps-textPriroda:hover ~ #maps-picPriroda,
#maps a.maps-pic#maps-picPriroda:hover {
    background-position: 100% center;
  }
}
@media only screen and (max-width: 767px) {
  #maps a.maps-text,
#maps a.maps-pic {
    display: block;
    width: 100%;
    height: 50vh;
    min-height: unset;
  }
  #maps a.maps-text#maps-textKraje,
#maps a.maps-pic#maps-textKraje {
    margin-left: 0;
    padding: 6em 2em 0;
    text-align: left;
  }
  #maps a.maps-text#maps-textPriroda,
#maps a.maps-pic#maps-textPriroda {
    margin-top: 50vh;
    margin-left: 0;
    padding: 0;
    text-align: right;
    vertical-align: bottom;
  }
  #maps a.maps-text#maps-textPriroda > div,
#maps a.maps-pic#maps-textPriroda > div {
    position: absolute;
    bottom: 3em;
    padding: 2em;
  }
  #maps #filter {
    bottom: 1em;
  }
}

.post-mom {
  background: fixed no-repeat top center;
  background-size: cover;
  padding-top: 7.5em;
}
.post-mom .post-cont {
  position: relative;
  width: 80vw;
  margin: auto;
  border: solid black 1px;
  border-bottom: 0;
  border-top-left-radius: 2.5em;
  border-top-right-radius: 2.5em;
  padding: 2em;
  font-size: 1.5em;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 50px;
  background: white;
}
.post-mom .post-cont #post-toMapsLink {
  position: absolute;
  top: 0.9em;
  right: 1.4em;
  font-size: 1.5em;
}
.post-mom .post-cont .post-contCats {
  margin-bottom: 1em;
  margin-right: 2em;
}
.post-mom .post-cont .post-contCats a {
  display: inline-block;
  margin: 0 0.1em 0.1em;
  padding: 0.075em 0.3em;
  background: #00bf00;
  border: solid black 1px;
  border-radius: 8px;
  font-size: 0.7em;
  font-weight: bold;
  color: white;
  text-decoration: none;
  transition: background-color 0.4s ease;
}
.post-mom .post-cont .post-contCats a:hover {
  background: #ff9700;
  text-decoration: none;
}
.post-mom .post-cont h1 {
  margin: 0 0 0.3em;
  font-size: 1.2em;
  text-align: left;
}
.post-mom .post-cont h1 > * {
  background: #389800;
  color: #ffb645;
  padding: 0 0.4em;
}
.post-mom .post-cont table tr:not(:first-of-type) {
  border-top: solid black 1px;
}
.post-mom .post-cont table tr td {
  padding: 0 5px;
}
.post-mom .post-cont table tr td:first-of-type {
  font-weight: bold;
  padding-right: 1em;
}
.post-mom .post-cont .post-topFlex {
  display: flex;
}
.post-mom .post-cont .post-topFlex .post-table {
  display: inline-block;
  width: 50%;
}
.post-mom .post-cont .post-topFlex .post-img {
  display: inline-block;
  width: calc(50% - 1em);
  border-left: 1em solid transparent;
  background: center no-repeat;
  background-size: contain;
}
.post-mom .post-cont .post-topFlex .post-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-mom .post-cont img {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .post-mom {
    padding-top: 90vh;
    background-attachment: unset;
    background-size: auto 90vh;
    background-position: top center;
  }
  .post-mom .post-cont {
    width: 100%;
    border-radius: 0;
  }
  .post-mom .post-cont .post-topFlex {
    display: block;
  }
  .post-mom .post-cont .post-topFlex div {
    width: 100% !important;
    border-right: 0;
    border-bottom: solid 1em transparent;
  }
  .post-mom .post-cont .post-topFlex div.post-img {
    display: none;
  }
}

.map-gpsPop {
  font-size: 0.9em;
  margin: 0.5em 0;
  font-weight: bold;
  opacity: 0.4;
}

#table {
  min-height: 100vh;
  padding-top: 8em;
  text-align: center;
  background: #eee;
}
#table table {
  display: inline-block;
  text-align: left;
  font-size: 1.2em;
  margin: 1em;
}
#table table th {
  text-align: center;
}
#table table tr:not(:first-child) > *:not(:first-child) {
  background: white;
  transition: background-color 0.2s ease;
}
#table table tr:not(:first-child):hover > *:not(:first-child) {
  background: #efe;
}
#table table td {
  padding: 0.1em 0.3em;
  border: solid black 1px;
}

#kontakt {
  width: 100%;
  background: no-repeat center url("img/nature/IMG_1853-min.JPG") fixed;
  background-size: cover;
  padding-top: 75vh;
  font-size: 1.5em;
  color: white;
}
#kontakt h4 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 0.3em;
}
#kontakt h6 {
  font-size: 1.1em;
  margin: 0.1em 0 0.3em;
}
#kontakt > div {
  display: table;
  width: 100%;
  box-shadow: black 0 0 0.8em;
  background: white;
}
#kontakt > div > div {
  display: table-cell;
  padding: 1em;
  vertical-align: top;
}
#kontakt > div > div#con-form {
  width: 50%;
  text-align: right;
  background: #8f9fb3;
}
#kontakt > div > div#con-form input[type=text], #kontakt > div > div#con-form input[type=email], #kontakt > div > div#con-form textarea {
  width: 50%;
  margin-bottom: 1em;
  border: solid black 3px;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  color: black;
}
#kontakt > div > div#con-form input[type=text]:invalid, #kontakt > div > div#con-form input[type=email]:invalid, #kontakt > div > div#con-form textarea:invalid {
  border-color: #ac2b2e;
}
#kontakt > div > div#con-form input[type=file] {
  margin-left: 50%;
  margin-bottom: 1em;
}
#kontakt > div > div#con-form textarea {
  resize: vertical !important;
}
#kontakt > div > div#con-form input[type=submit] {
  border: solid black 3px;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  color: black;
  background: white;
  transition: all 0.4s ease;
}
#kontakt > div > div#con-form input[type=submit]:hover {
  border-color: #2e2bac;
  background: #2e2bac;
  color: white;
}
#kontakt > div > div#con-form .ajax-loader {
  margin-left: -16px;
}
#kontakt > div > div#con-form h4#napisteNam {
  width: 50%;
  margin: 1.5em 0 0.7em 50%;
  font-size: 1.3em;
  text-align: right;
}
#kontakt > div > div#con-form #form-type {
  text-align: right;
}
#kontakt > div > div#con-form #form-type > div {
  display: inline-block;
  text-align: left;
}
#kontakt > div > div#con-form #form-type .form-note {
  font-size: 16px;
  margin-bottom: 4px;
}
#kontakt > div > div#con-form #form-type input[type=radio] {
  display: none;
}
#kontakt > div > div#con-form #form-type input[type=radio] + label {
  position: relative;
  font-weight: normal;
  cursor: pointer;
}
#kontakt > div > div#con-form #form-type input[type=radio] + label:hover {
  text-decoration: underline;
}
#kontakt > div > div#con-form #form-type input[type=radio] + label:before {
  font-size: 0.7em;
  display: inline-block;
  position: static;
  content: "";
  background: white;
  border: solid white 1px;
  border-radius: 0.5em;
  width: 1em;
  height: 1em;
  margin-right: 1em;
}
#kontakt > div > div#con-form #form-type input[type=radio]:checked + label:before {
  border-width: 3px;
  border-color: white;
  background: #2b2eac;
}
#kontakt > div > div#con-form #con-formReasons {
  position: relative;
  width: 100%;
}
#kontakt > div > div#con-form a {
  color: darkblue;
}
#kontakt > div > div#con-form a:hover {
  color: blue;
}
#kontakt > div > div#con-form #con-formUni {
  display: inline-block;
  text-align: right;
}
#kontakt > div > div#con-other {
  width: 50%;
  background: #9fb38f;
  color: white;
}
#kontakt > div > div#con-other a {
  display: block;
  color: darkgreen;
}
#kontakt > div > div#con-other a:hover {
  color: green;
}
#kontakt > div > div#con-other p {
  display: block;
  margin-bottom: 1em;
}
#kontakt > div > div#con-other #con-otherObalky div img {
  padding: 1em 1em 0 0;
  height: 10em;
}
#kontakt > div > div#con-other #con-otherPrscrn div {
  display: flex;
}
#kontakt > div > div#con-other #con-otherPrscrn div a {
  width: calc(33.33% - 1em);
  margin-right: 1em;
}
#kontakt > div > div#con-other #con-otherPrscrn div a img {
  width: 100%;
}
#kontakt .wpcf7-response-output {
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #kontakt > div {
    display: block;
  }
  #kontakt > div > div {
    display: block;
  }
  #kontakt > div > div#con-form {
    text-align: center;
    width: 100%;
  }
  #kontakt > div > div#con-form input[type=text], #kontakt > div > div#con-form input[type=email], #kontakt > div > div#con-form textarea {
    width: 100%;
  }
  #kontakt > div > div#con-form input[type=file] {
    margin-left: 0;
  }
  #kontakt > div > div#con-form .ajax-loader {
    margin-left: -16px;
  }
  #kontakt > div > div#con-form h4 {
    width: 100%;
    margin-left: 0;
  }
  #kontakt > div > div#con-form #form-type {
    text-align: right;
    margin-left: 0;
  }
  #kontakt > div > div#con-form #con-formUni {
    text-align: center;
  }
  #kontakt > div > div#con-other {
    width: 100%;
  }
  #kontakt > div > div#con-other #con-otherObalky {
    text-align: center;
  }
  #kontakt > div > div#con-other #con-otherObalky div img {
    padding: 0.5em;
  }
  #kontakt > div > div#con-other #con-otherPrscrn div {
    display: block;
  }
  #kontakt > div > div#con-other #con-otherPrscrn div a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}

#form-filter {
  min-height: 100vh;
  padding: 10em 0 1px;
  background: #eee;
}
#form-filter #form-filterCats h1 {
  margin-bottom: 1em;
}
#form-filter #form-filterCats > div {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  text-align: center;
}
#form-filter #form-filterCats > div > div {
  display: inline-block;
  text-align: left;
}
#form-filter #form-filterCats > div input[type=checkbox] {
  display: none;
}
#form-filter #form-filterCats > div input[type=checkbox] + label > div {
  display: inline-block;
  position: relative;
  margin-right: 0.5em;
  width: 1.45em;
  height: 1.45em;
  font-size: 0.6em;
  padding-left: 0.15em;
  border: 1px solid black;
  border-radius: 3px;
  color: transparent;
  background: white;
}
#form-filter #form-filterCats > div input[type=checkbox] + label:hover > div {
  color: #ddd;
}
#form-filter #form-filterCats > div input[type=checkbox]:checked + label > div {
  color: black;
}
#form-filter #form-filterCats > div label {
  font-weight: normal;
  font-size: 1.2em;
}
#form-filter #form-filterCats > div label > span {
  font-weight: bold;
  opacity: 0.2;
}
#form-filter #form-filterBttns {
  width: 100%;
  margin: 2em 0;
  text-align: center;
}
#form-filter #form-filterBttns > button {
  display: inline-block;
  margin: 0.5em;
  padding: 0.5em 0.7em;
  border: none;
  border-radius: 0.5em;
  font-size: 1.2em;
  line-height: 1em;
  background: white;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
#form-filter #form-filterBttns > button:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
#form-filter #form-filterBttns > button:nth-of-type(1) {
  background: #bfdcff;
}
#form-filter #form-filterBttns > button:nth-of-type(2) {
  background: #dcffbf;
}
#form-filter #form-filterBttns > button:nth-of-type(4) {
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  #form-filter #form-filterCats h1 {
    margin: 1em 0;
  }
  #form-filter #form-filterCats > div {
    display: block;
    width: 100%;
    padding: 0 1em;
  }
}

#cards {
  min-height: 100vh;
  padding: 8em 0 1em;
  text-align: center;
  background: #eee;
}
#cards > div {
  display: flex;
  width: 100%;
  flex-flow: wrap;
  text-align: center;
  justify-content: space-evenly;
}
#cards > div > a {
  display: inline-block;
  width: 20em;
  max-width: 100%;
  padding: 1em;
  margin: 1em;
  border-radius: 1em;
  color: black;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  background-size: cover;
  transition: all 0.4s ease;
}
#cards > div > a:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
}
#cards > div > a > img {
  max-width: 100%;
  max-height: 10em;
  margin: 0 auto;
}
#cards > div > a > h1 {
  margin: 0.5em 0.5em 0.2em;
  font-size: 1.4em;
  font-weight: normal;
}
#cards > div > a > p {
  margin: 0;
  font-size: 1em;
}

footer, footer.container-fluid {
  display: block;
  margin: 0;
  text-align: center;
  padding: 0.5em;
  background: #2bac2e;
  color: white;
  font-size: 1.25em;
  transition: all 0.3s ease;
}
footer img, footer.container-fluid img {
  height: 1em;
}
footer:hover, footer.container-fluid:hover {
  background: #2b2eac;
}
footer a, footer.container-fluid a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer a:hover, footer.container-fluid a:hover {
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  div#slideShowParent > img {
    transform: none !important;
    min-width: unset;
    height: 1px;
  }
}

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