* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: 0;
  outline: none;
}

.clr {
  clear: both;
  float: none;
}

@font-face {
  font-family: "Lato regular";
  src: url("../font/LatoLatin-Regular.eot");
  src: url("../font/LatoLatin-Regular.eot?#iefix") format("embedded-opentype"), url("../font/LatoLatin-Regular.woff") format("woff"), url("../font/LatoLatin-Regular.ttf") format("truetype"), url("../font/LatoLatin-Regular.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato regular";
  src: url("../font/LatoLatin-Bold.eot");
  src: url("../font/LatoLatin-Bold.eot?#iefix") format("embedded-opentype"), url("../font/LatoLatin-Bold.woff") format("woff"), url("../font/LatoLatin-Bold.ttf") format("truetype"), url("../font/LatoLatin-Bold.svg#fontname") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lato regular";
  src: url("../font/LatoLatin-Semibold.eot");
  src: url("../font/LatoLatin-Semibold.eot?#iefix") format("embedded-opentype"), url("../font/LatoLatin-Semibold.woff") format("woff"), url("../font/LatoLatin-Semibold.ttf") format("truetype"), url("../font/LatoLatin-Semibold.svg#fontname") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato black";
  src: url("../font/LatoLatin-Black.eot");
  src: url("../font/LatoLatin-Black.eot?#iefix") format("embedded-opentype"), url("../font/LatoLatin-Black.woff") format("woff"), url("../font/LatoLatin-Black.ttf") format("truetype"), url("../font/LatoLatin-Black.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato regular";
  src: url("../font/LatoLatin-Thin.eot");
  src: url("../font/LatoLatin-Thin.eot?#iefix") format("embedded-opentype"), url("../font/LatoLatin-Thin.woff") format("woff"), url("../font/LatoLatin-Thin.ttf") format("truetype"), url("../font/LatoLatin-Thin.svg#fontname") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato medium";
  src: url("../font/LatoLatin-Medium.eot");
  src: url("../font/LatoLatin-Medium.eot?#iefix") format("embedded-opentype"), url("../font/LatoLatin-Medium.woff") format("woff"), url("../font/LatoLatin-Medium.ttf") format("truetype"), url("../font/LatoLatin-Medium.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu regular";
  src: url("../font/Ubuntu-Regular.eot");
  src: url("../font/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Ubuntu-Regular.woff") format("woff"), url("../font/Ubuntu-Regular.ttf") format("truetype"), url("../font/Ubuntu-Regular.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
body header {
  width: 100%;
  background-image: url("../../galerie_nastaveni/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
}
body header .zarovnani {
  max-width: 1513px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body header .zarovnani .navigation {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 284px 1fr 311px;
  grid-gap: 30px;
}
@media only screen and (max-width: 1200px) {
  body header .zarovnani .navigation {
    grid-template-columns: 284px 1fr 240px;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 660px) {
  body header .zarovnani .navigation {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }
}
body header .zarovnani .navigation #logo {
  background-image: url("../../galerie_nastaveni/logo.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  height: 45px;
}
body header .zarovnani .navigation nav {
  text-align: center;
}
body header .zarovnani .navigation nav ul {
  list-style: none;
  text-align: center;
  margin-top: 10px;
}
body header .zarovnani .navigation nav ul li {
  display: inline-block;
  margin: 0px 20px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  body header .zarovnani .navigation nav ul li {
    margin: 0px 10px;
  }
}
body header .zarovnani .navigation nav ul li a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #A6A7AF;
  text-align: center;
  text-decoration: none;
  transition: 500ms;
}
body header .zarovnani .navigation nav ul li a:hover, body header .zarovnani .navigation nav ul li a.active {
  text-decoration: underline;
}
body header .zarovnani .navigation nav ul li a.drop {
  background-image: url("../img/arrow_gray.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: center;
  padding-right: 24px;
}
@media only screen and (max-width: 1200px) {
  body header .zarovnani .navigation nav ul li a {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #A6A7AF;
  }
}
body header .zarovnani .navigation nav ul li .podmenu {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 250px;
  text-align: left;
  background: rgba(0, 0, 0, 0.58);
  padding: 5px 10px;
  display: none;
  z-index: 999;
}
body header .zarovnani .navigation nav ul li .podmenu li {
  margin: 5px 0px;
  display: block;
}
body header .zarovnani .navigation nav ul li .podmenu li a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  transition: 500ms;
}
body header .zarovnani .navigation nav ul li .podmenu li a:hover, body header .zarovnani .navigation nav ul li .podmenu li a.active {
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  body header .zarovnani .navigation nav ul li .podmenu li a {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #fff;
  }
}
body header .zarovnani .navigation nav ul li:hover .podmenu {
  display: block;
}
@media only screen and (max-width: 980px) {
  body header .zarovnani .navigation nav ul {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 360px;
    left: calc(50% - 180px);
  }
  body header .zarovnani .navigation nav ul li {
    display: block;
    margin: 0px;
    background: white;
    border-bottom: solid 1px #a6a7af;
  }
  body header .zarovnani .navigation nav ul li a {
    padding: 10px 0px;
    color: black;
    display: block;
  }
  body header .zarovnani .navigation nav ul li a.drop {
    background-image: none;
    padding-right: 0px;
  }
  body header .zarovnani .navigation nav ul li .podmenu {
    display: none !important;
  }
  body header .zarovnani .navigation nav ul li:hover .podmenu {
    display: none !important;
  }
}
@media only screen and (max-width: 980px) {
  body header .zarovnani .navigation nav #hamburger {
    display: block;
    width: 62px;
    height: 50px;
    position: relative;
    margin-left: calc(100% - 78px);
    cursor: pointer;
  }
  body header .zarovnani .navigation nav #hamburger span {
    display: block;
    height: 8px;
    width: 100%;
    position: absolute;
    background-color: #A6A7AF;
    transition: 500ms;
  }
  body header .zarovnani .navigation nav #hamburger span:nth-child(1) {
    top: 0px;
  }
  body header .zarovnani .navigation nav #hamburger span:nth-child(2) {
    top: 16px;
  }
  body header .zarovnani .navigation nav #hamburger span:nth-child(3) {
    top: 32px;
  }
  body header .zarovnani .navigation nav #hamburger.open span:nth-child(1) {
    top: 20px;
    transform: rotateZ(135deg);
    background-color: #FFFFFF;
  }
  body header .zarovnani .navigation nav #hamburger.open span:nth-child(2) {
    top: 20px;
    transform: rotateZ(45deg);
    background-color: #FFFFFF;
  }
  body header .zarovnani .navigation nav #hamburger.open span:nth-child(3) {
    display: none;
    background-color: #FFFFFF;
  }
}
@media only screen and (max-width: 660px) {
  body header .zarovnani .navigation nav #hamburger {
    margin: 0px auto;
  }
}
body header .zarovnani .navigation .cta {
  background-color: #DB3336;
  border-radius: 4px;
  border: 1px solid #DB3336;
  width: 309px;
  height: 50px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 500ms;
}
body header .zarovnani .navigation .cta:hover {
  background-color: transparent;
  color: #DB3336;
}
@media only screen and (max-width: 1200px) {
  body header .zarovnani .navigation .cta {
    width: 240px;
    height: 40px;
    font-family: "Lato regular";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 660px) {
  body header .zarovnani .navigation .cta {
    margin: 0px auto;
    display: block;
  }
}
body header .zarovnani .content {
  text-align: center;
  max-width: 880px;
  margin: 0px auto;
  padding-top: 111px;
}
body header .zarovnani .content h1 {
  font-family: "Lato black";
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 94px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 820px) {
  body header .zarovnani .content h1 {
    font-family: "Lato black";
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 660px) {
  body header .zarovnani .content h1 {
    font-family: "Lato black";
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #FFFFFF;
  }
}
body header .zarovnani .content p {
  padding-top: 24px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
@media only screen and (max-width: 820px) {
  body header .zarovnani .content p {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (max-width: 660px) {
  body header .zarovnani .content p {
    padding-top: 14px;
  }
}
@media only screen and (max-width: 660px) {
  body header .zarovnani .content {
    padding-top: 30px;
  }
}
body header .zarovnani .searching_bar {
  max-width: 600px;
  margin: 0px auto;
  padding-top: 90px;
  padding-bottom: 120px;
}
body header .zarovnani .searching_bar form input[type=text] {
  width: calc(100% - 131px - 1px);
  height: 50px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0px 16px;
}
body header .zarovnani .searching_bar form input[type=text]::-moz-placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
}
body header .zarovnani .searching_bar form input[type=text]::placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
}
body header .zarovnani .searching_bar form input[type=submit] {
  width: 131px;
  height: 50px;
  border-top: solid 1px #DB3336;
  border-right: solid 1px #DB3336;
  border-left: solid 1px #DB3336;
  border-bottom: solid 1px #DB3336;
  background: #DB3336;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  vertical-align: top;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 500ms;
}
body header .zarovnani .searching_bar form input[type=submit]:hover {
  background-color: transparent;
}
@media only screen and (max-width: 660px) {
  body header .zarovnani .searching_bar {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
body header .zarovnani .naseptavac_wrap {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  border-left: solid 1px rgba(255, 255, 255, 0.4);
  border-right: solid 1px rgba(255, 255, 255, 0.4);
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: calc(100% - 2px);
  max-width: 598px;
  position: absolute;
  z-index: 999;
  padding: 10px;
}
body header .zarovnani .naseptavac_wrap ul li {
  margin-left: 0px;
  list-style: none;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000;
}
body header .zarovnani .naseptavac_wrap ul li a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000;
  text-decoration: underline;
}
body header .zarovnani .naseptavac_wrap ul li a:hover {
  text-decoration: none;
}
body header .zarovnani .naseptavac_wrap ul li.no_li {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0px;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
body main {
  width: 100%;
}
body main .zarovnani {
  max-width: 1230px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .zarovnani .posledni_clanky {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 100px;
  padding-bottom: 48px;
  border-bottom: 1px solid #E5E8ED;
}
@media only screen and (max-width: 650px) {
  body main .zarovnani .posledni_clanky {
    grid-template-columns: 1fr;
  }
}
body main .zarovnani .posledni_clanky .clanek .obr {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 4px;
  height: 360px;
  width: 100%;
  display: block;
  position: relative;
}
body main .zarovnani .posledni_clanky .clanek .obr span {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #DB3336;
  border-radius: 4px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 0px 8px;
}
@media only screen and (max-width: 980px) {
  body main .zarovnani .posledni_clanky .clanek .obr {
    height: 300px;
  }
}
@media only screen and (max-width: 780px) {
  body main .zarovnani .posledni_clanky .clanek .obr {
    height: 200px;
  }
}
@media only screen and (max-width: 650px) {
  body main .zarovnani .posledni_clanky .clanek .obr {
    height: 360px;
  }
}
@media only screen and (max-width: 500px) {
  body main .zarovnani .posledni_clanky .clanek .obr {
    height: 300px;
  }
}
@media only screen and (max-width: 400px) {
  body main .zarovnani .posledni_clanky .clanek .obr {
    height: 240px;
  }
}
body main .zarovnani .posledni_clanky .clanek .info_lista {
  margin-top: 16px;
}
body main .zarovnani .posledni_clanky .clanek .info_lista p {
  font-family: "Lato medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
body main .zarovnani .posledni_clanky .clanek .info_lista p a {
  font-family: "Lato medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: none;
}
body main .zarovnani .posledni_clanky .clanek .info_lista p a:hover {
  text-decoration: underline;
}
body main .zarovnani .posledni_clanky .clanek .info_lista p .datum_vydani {
  background-image: url("../img/vydano.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 24px;
}
body main .zarovnani .posledni_clanky .clanek .info_lista p .autor {
  background-image: url("../img/autor.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 24px;
  white-space: nowrap;
}
body main .zarovnani .posledni_clanky .clanek a {
  text-decoration: none;
}
body main .zarovnani .posledni_clanky .clanek a h2 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
  padding-top: 8px;
}
body main .zarovnani .posledni_clanky .clanek a h2:hover {
  text-decoration: underline;
}
body main .zarovnani .posledni_clanky .clanek a.cist_vice {
  margin-top: 16px;
  display: inline-block;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
  background-image: url("../img/arrow_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: center;
  padding-right: 32px;
  transition: 600ms;
}
body main .zarovnani .posledni_clanky .clanek a.cist_vice:hover {
  padding-right: 42px;
}
body main .zarovnani .clanky_a_kateogrie {
  display: grid;
  grid-template-columns: 1fr 342px;
  grid-column-gap: 78px;
  margin-top: 48px;
}
@media only screen and (max-width: 1050px) {
  body main .zarovnani .clanky_a_kateogrie {
    grid-template-columns: 1fr;
  }
}
body main .zarovnani .clanky_a_kateogrie .clanky {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  grid-row-gap: 60px;
  margin-top: 0px;
  padding-bottom: 48px;
  border-bottom: 1px solid #E5E8ED;
}
@media only screen and (max-width: 650px) {
  body main .zarovnani .clanky_a_kateogrie .clanky {
    grid-template-columns: 1fr;
  }
}
body main .zarovnani .clanky_a_kateogrie .clanky .clanek .obr {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 4px;
  height: 300px;
  width: 100%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  body main .zarovnani .clanky_a_kateogrie .clanky .clanek .obr {
    height: 240px;
  }
}
@media only screen and (max-width: 1050px) {
  body main .zarovnani .clanky_a_kateogrie .clanky .clanek .obr {
    height: 300px;
  }
}
@media only screen and (max-width: 780px) {
  body main .zarovnani .clanky_a_kateogrie .clanky .clanek .obr {
    height: 200px;
  }
}
@media only screen and (max-width: 650px) {
  body main .zarovnani .clanky_a_kateogrie .clanky .clanek .obr {
    height: 360px;
  }
}
@media only screen and (max-width: 500px) {
  body main .zarovnani .clanky_a_kateogrie .clanky .clanek .obr {
    height: 300px;
  }
}
@media only screen and (max-width: 400px) {
  body main .zarovnani .clanky_a_kateogrie .clanky .clanek .obr {
    height: 240px;
  }
}
body main .zarovnani .clanky_a_kateogrie .clanky .clanek .info_lista {
  margin-top: 16px;
}
body main .zarovnani .clanky_a_kateogrie .clanky .clanek .info_lista p {
  font-family: "Lato medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
body main .zarovnani .clanky_a_kateogrie .clanky .clanek .info_lista p a {
  font-family: "Lato medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: none;
}
body main .zarovnani .clanky_a_kateogrie .clanky .clanek .info_lista p a:hover {
  text-decoration: underline;
}
body main .zarovnani .clanky_a_kateogrie .clanky .clanek .info_lista p .datum_vydani {
  background-image: url("../img/vydano.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 24px;
}
body main .zarovnani .clanky_a_kateogrie .clanky .clanek .info_lista p .autor {
  background-image: url("../img/autor.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 24px;
  white-space: nowrap;
}
body main .zarovnani .clanky_a_kateogrie .clanky .clanek .popis {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
  padding-top: 8px;
}
body main .zarovnani .clanky_a_kateogrie .clanky .clanek a {
  text-decoration: none;
}
body main .zarovnani .clanky_a_kateogrie .clanky .clanek a h2 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
  padding-top: 8px;
}
body main .zarovnani .clanky_a_kateogrie .clanky .clanek a h2:hover {
  text-decoration: underline;
}
body main .zarovnani .clanky_a_kateogrie .clanky .clanek a.cist_vice {
  margin-top: 16px;
  display: inline-block;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
  background-image: url("../img/arrow_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: center;
  padding-right: 32px;
  transition: 600ms;
}
body main .zarovnani .clanky_a_kateogrie .clanky .clanek a.cist_vice:hover {
  padding-right: 42px;
}
@media only screen and (max-width: 1050px) {
  body main .zarovnani .clanky_a_kateogrie .kategorie {
    padding-top: 40px;
  }
}
body main .zarovnani .clanky_a_kateogrie .kategorie h2 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .zarovnani .clanky_a_kateogrie .kategorie table {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 60px;
}
body main .zarovnani .clanky_a_kateogrie .kategorie table tbody tr td {
  padding: 4px 0px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
}
body main .zarovnani .clanky_a_kateogrie .kategorie table tbody tr td a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
  text-decoration: none;
}
body main .zarovnani .clanky_a_kateogrie .kategorie table tbody tr td a:hover {
  text-decoration: underline;
}
body main .zarovnani .clanky_a_kateogrie .kategorie .oblibene_clanky .clanek {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 20px;
  margin-top: 24px;
}
body main .zarovnani .clanky_a_kateogrie .kategorie .oblibene_clanky .clanek .obr {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 4px;
  height: 100px;
  width: 100%;
  display: block;
  position: relative;
}
body main .zarovnani .clanky_a_kateogrie .kategorie .oblibene_clanky .clanek .obsah p {
  font-family: "Lato medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
body main .zarovnani .clanky_a_kateogrie .kategorie .oblibene_clanky .clanek .obsah p .datum_vydani {
  background-image: url("../img/vydano.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 24px;
}
body main .zarovnani .clanky_a_kateogrie .kategorie .oblibene_clanky .clanek .obsah a {
  text-decoration: none;
  padding-top: 4px;
  display: inline-block;
}
body main .zarovnani .clanky_a_kateogrie .kategorie .oblibene_clanky .clanek .obsah a h3 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .zarovnani .clanky_a_kateogrie .kategorie .oblibene_clanky .clanek .obsah a h3:hover {
  color: #DB3336;
}
body main .zarovnani .clanky_a_kateogrie .kategorie .stitky {
  margin-top: 60px;
}
body main .zarovnani .clanky_a_kateogrie .kategorie .stitky h2 {
  margin-bottom: 24px;
}
body main .zarovnani .clanky_a_kateogrie .kategorie .stitky a {
  display: inline-block;
  padding: 5.5px 16px;
  margin: 6px;
  border: 1px solid #D7DADD;
  border-radius: 4px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: none;
  transition: 500ms;
}
body main .zarovnani .clanky_a_kateogrie .kategorie .stitky a:hover {
  background-color: #DB3336;
  color: white;
  border: 1px solid #DB3336;
}
body main .zarovnani .clanky_a_kateogrie .strankovani {
  margin-top: 48px;
  margin-bottom: 120px;
}
body main .zarovnani .clanky_a_kateogrie .strankovani a {
  display: inline-block;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
  text-decoration: none;
  margin: 0px 10px;
}
body main .zarovnani .clanky_a_kateogrie .strankovani a:first-of-type {
  margin-left: 0px;
}
body main .zarovnani .clanky_a_kateogrie .strankovani a.dalsi {
  background-image: url("../img/arrow_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: center;
  padding-right: 32px;
  transition: 500ms;
}
body main .zarovnani .clanky_a_kateogrie .strankovani a:hover, body main .zarovnani .clanky_a_kateogrie .strankovani a.active {
  color: #DB3336;
}
body main .zarovnani .clanky_a_kateogrie .strankovani a:hover.dalsi, body main .zarovnani .clanky_a_kateogrie .strankovani a.active.dalsi {
  padding-right: 42px;
}
body main .zarovnani .clanky_stitky .clanky {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  grid-row-gap: 60px;
  margin-top: 0px;
  padding-bottom: 48px;
  border-bottom: 1px solid #E5E8ED;
}
@media only screen and (max-width: 1050px) {
  body main .zarovnani .clanky_stitky .clanky {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 650px) {
  body main .zarovnani .clanky_stitky .clanky {
    grid-template-columns: 1fr;
  }
}
body main .zarovnani .clanky_stitky .clanky .clanek .obr {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 4px;
  height: 300px;
  width: 100%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  body main .zarovnani .clanky_stitky .clanky .clanek .obr {
    height: 240px;
  }
}
@media only screen and (max-width: 1050px) {
  body main .zarovnani .clanky_stitky .clanky .clanek .obr {
    height: 300px;
  }
}
@media only screen and (max-width: 780px) {
  body main .zarovnani .clanky_stitky .clanky .clanek .obr {
    height: 200px;
  }
}
@media only screen and (max-width: 650px) {
  body main .zarovnani .clanky_stitky .clanky .clanek .obr {
    height: 360px;
  }
}
@media only screen and (max-width: 500px) {
  body main .zarovnani .clanky_stitky .clanky .clanek .obr {
    height: 300px;
  }
}
@media only screen and (max-width: 400px) {
  body main .zarovnani .clanky_stitky .clanky .clanek .obr {
    height: 240px;
  }
}
body main .zarovnani .clanky_stitky .clanky .clanek .info_lista {
  margin-top: 16px;
}
body main .zarovnani .clanky_stitky .clanky .clanek .info_lista p {
  font-family: "Lato medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
body main .zarovnani .clanky_stitky .clanky .clanek .info_lista p a {
  font-family: "Lato medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: none;
}
body main .zarovnani .clanky_stitky .clanky .clanek .info_lista p a:hover {
  text-decoration: underline;
}
body main .zarovnani .clanky_stitky .clanky .clanek .info_lista p .datum_vydani {
  background-image: url("../img/vydano.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 24px;
}
body main .zarovnani .clanky_stitky .clanky .clanek .info_lista p .autor {
  background-image: url("../img/autor.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 24px;
  white-space: nowrap;
}
body main .zarovnani .clanky_stitky .clanky .clanek .popis {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
  padding-top: 8px;
}
body main .zarovnani .clanky_stitky .clanky .clanek a {
  text-decoration: none;
}
body main .zarovnani .clanky_stitky .clanky .clanek a h2 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
  padding-top: 8px;
}
body main .zarovnani .clanky_stitky .clanky .clanek a h2:hover {
  text-decoration: underline;
}
body main .zarovnani .clanky_stitky .clanky .clanek a.cist_vice {
  margin-top: 16px;
  display: inline-block;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
  background-image: url("../img/arrow_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: center;
  padding-right: 32px;
  transition: 600ms;
}
body main .zarovnani .clanky_stitky .clanky .clanek a.cist_vice:hover {
  padding-right: 42px;
}
body main .zarovnani .clanky_stitky .strankovani {
  margin-top: 48px;
  margin-bottom: 120px;
}
body main .zarovnani .clanky_stitky .strankovani a {
  display: inline-block;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
  text-decoration: none;
  margin: 0px 10px;
}
body main .zarovnani .clanky_stitky .strankovani a:first-of-type {
  margin-left: 0px;
}
body main .zarovnani .clanky_stitky .strankovani a.dalsi {
  background-image: url("../img/arrow_black.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: center;
  padding-right: 32px;
  transition: 500ms;
}
body main .zarovnani .clanky_stitky .strankovani a:hover, body main .zarovnani .clanky_stitky .strankovani a.active {
  color: #DB3336;
}
body main .zarovnani .clanky_stitky .strankovani a:hover.dalsi, body main .zarovnani .clanky_stitky .strankovani a.active.dalsi {
  padding-right: 42px;
}
body main .newsletter {
  background-color: #F4F5F7;
  width: 100%;
  padding: 91px 0px 146px 0px;
}
@media only screen and (max-width: 960px) {
  body main .newsletter {
    padding: 30px 0px 50px 0px;
  }
}
body main .newsletter .zarovnani {
  max-width: 1230px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 320px;
  grid-gap: 40px;
}
@media only screen and (max-width: 960px) {
  body main .newsletter .zarovnani {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 960px) {
  body main .newsletter .zarovnani .obsah {
    text-align: center;
  }
}
body main .newsletter .zarovnani .obsah h2 {
  font-family: "Lato black";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .newsletter .zarovnani .obsah p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #787A80;
  padding-top: 24px;
  max-width: 421px;
}
@media only screen and (max-width: 960px) {
  body main .newsletter .zarovnani .obsah p {
    margin: 0px auto;
  }
}
body main .newsletter .zarovnani .obsah form {
  max-width: 420px;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 960px) {
  body main .newsletter .zarovnani .obsah form {
    margin: 20px auto;
  }
}
body main .newsletter .zarovnani .obsah form label {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #424551;
  display: block;
  margin-bottom: 8px;
}
body main .newsletter .zarovnani .obsah form input[type=text] {
  width: calc(100% - 123px - 1px);
  height: 44px;
  border-top: solid 1px #D7DADD;
  border-left: solid 1px #D7DADD;
  border-bottom: solid 1px #D7DADD;
  background: white;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #9A9CA5;
  padding: 0px 16px;
}
body main .newsletter .zarovnani .obsah form input[type=text]::-moz-placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body main .newsletter .zarovnani .obsah form input[type=text]::placeholder {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #9A9CA5;
}
body main .newsletter .zarovnani .obsah form input[type=submit] {
  width: 121px;
  height: 44px;
  border-top: solid 1px #DB3336;
  border-right: solid 1px #DB3336;
  border-left: solid 1px #DB3336;
  border-bottom: solid 1px #DB3336;
  background: #DB3336;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  vertical-align: top;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 500ms;
}
body main .newsletter .zarovnani .obsah form input[type=submit]:hover {
  background-color: transparent;
  color: #DB3336;
}
body main .newsletter .zarovnani .ikona {
  background-image: url("../../galerie_nastaveni/logo_img.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  height: 285px;
  margin-right: 100px;
}
@media only screen and (max-width: 960px) {
  body main .newsletter .zarovnani .ikona {
    display: none;
  }
}
body main .newsletter.s_obrazkem {
  background-image: url("../../galerie_nastaveni/newsletter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
body main .newsletter.s_obrazkem .zarovnani .obsah h2 {
  font-family: "Lato black";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body main .bread_nav {
  margin-top: 46px;
  font-family: "Ubuntu regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
body main .bread_nav a {
  font-family: "Ubuntu regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: none;
}
body main .bread_nav a:hover {
  text-decoration: underline;
}
body main .bread_nav a.home {
  vertical-align: middle;
  background-image: url("../img/home.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 17px;
  height: 16px;
  display: inline-block;
}
body main .bread_nav span {
  vertical-align: middle;
  margin: 0px 8px;
  background-image: url("../img/more.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 16px;
  height: 16px;
  display: inline-block;
}
body main .formatovani_textu {
  max-width: 810px;
}
body main .formatovani_textu h1 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 46px;
  padding-bottom: 16px;
}
@media screen and (max-width: 600px) {
  body main .formatovani_textu h1 {
    font-size: 30px;
    line-height: 42px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
body main .formatovani_textu h2 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 34px;
  padding-bottom: 24px;
}
@media screen and (max-width: 600px) {
  body main .formatovani_textu h2 {
    font-size: 26px;
    line-height: 32px;
    padding-top: 30px;
    padding-bottom: 5px;
  }
}
body main .formatovani_textu h3 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 24px;
  padding-bottom: 16px;
}
@media screen and (max-width: 600px) {
  body main .formatovani_textu h3 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
body main .formatovani_textu h4 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 18px;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  body main .formatovani_textu h4 {
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
body main .formatovani_textu h5 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
  padding-top: 14px;
  padding-bottom: 5px;
}
@media screen and (max-width: 600px) {
  body main .formatovani_textu h5 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
body main .formatovani_textu p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
  padding-bottom: 26px;
}
body main .formatovani_textu p span.vyrazny {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #DB3336;
}
body main .formatovani_textu p.vyrazny {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .formatovani_textu p.vyrazny2 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  background-image: url("../img/citate.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: top;
  padding-left: 58px;
}
body main .formatovani_textu p.maly_1 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #424551;
}
body main .formatovani_textu p.maly_2 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #424551;
}
body main .formatovani_textu p.maly_3 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #424551;
}
body main .formatovani_textu p.velky {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #424551;
}
body main .formatovani_textu p.velky_1 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #424551;
}
body main .formatovani_textu p.velky_2 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 46px;
  letter-spacing: 0px;
  color: #424551;
}
body main .formatovani_textu p.velky_3 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #424551;
}
body main .formatovani_textu p.nejvetsi {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #424551;
}
body main .formatovani_textu p .vetsi {
  font-size: 18px;
  line-height: 24px;
}
body main .formatovani_textu p .nejvetsi {
  font-size: 24px;
  line-height: 30px;
}
body main .formatovani_textu p strong, body main .formatovani_textu p b {
  font-family: "Lato black";
}
body main .formatovani_textu p a.a_vyrazny {
  color: #DB3336;
}
body main .formatovani_textu p a.a_nevyrazny {
  color: #D7DADD;
}
body main .formatovani_textu p a {
  color: #424551;
}
body main .formatovani_textu p:last-of-type {
  padding-bottom: 0px;
}
body main .formatovani_textu a.a_cta {
  color: white;
  background-color: #DB3336;
  display: inline-block;
  padding: 8px 14px;
  border: solid 1px #DB3336;
  border-radius: 4px;
  cursor: pointer;
  transition: 300ms;
}
body main .formatovani_textu a.a_cta:hover {
  background-color: transparent;
  color: #DB3336;
}
body main .formatovani_textu a.a_cta2 {
  color: white;
  background-color: black;
  display: inline-block;
  padding: 8px 14px;
  border: solid 1px black;
  border-radius: 4px;
  cursor: pointer;
  transition: 300ms;
}
body main .formatovani_textu a.a_cta2:hover {
  background-color: transparent;
  color: black;
}
body main .formatovani_textu a.a_cta3 {
  color: black;
  background-color: #d7dadd;
  display: inline-block;
  padding: 8px 14px;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  cursor: pointer;
  transition: 300ms;
}
body main .formatovani_textu a.a_cta3:hover {
  background-color: transparent;
  color: black;
}
body main .formatovani_textu table {
  margin-top: 15px;
  margin-bottom: 64px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
body main .formatovani_textu table tr {
  border-bottom: 1px solid rgba(158, 158, 158, 0.4);
}
body main .formatovani_textu table tr td {
  text-align: center;
  padding: 15px 11px 8px 11px;
  margin: 3px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
}
body main .formatovani_textu table tr td img {
  width: 100%;
}
body main .formatovani_textu table tr td ul li {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
  text-align: left;
}
body main .formatovani_textu table tr td ol {
  margin-left: 20px;
  text-align: left;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
}
body main .formatovani_textu table tr td p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
}
body main .formatovani_textu table tr td a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
  color: #424551;
}
body main .formatovani_textu table tr td a:hover {
  text-decoration: none;
}
body main .formatovani_textu table.table_svetla {
  margin-top: 15px;
  margin-bottom: 64px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
body main .formatovani_textu table.table_svetla td {
  text-align: center;
  padding: 15px 11px 8px 11px;
  margin: 3px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: black;
}
body main .formatovani_textu table.table_tmava {
  margin-top: 15px;
  margin-bottom: 64px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
body main .formatovani_textu table.table_tmava tr {
  border-bottom: 1px solid white;
  background-color: #DB3336;
}
body main .formatovani_textu table.table_tmava tr td {
  text-align: center;
  padding: 15px 11px 8px 11px;
  margin: 3px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu table.table_tmava tr td img {
  width: 100%;
}
body main .formatovani_textu table.table_tmava tr td ul li {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu table.table_tmava tr td ol {
  margin-left: 20px;
  text-align: left;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
}
body main .formatovani_textu table.table_tmava tr td p, body main .formatovani_textu table.table_tmava tr td a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
  padding: 0px;
}
body main .formatovani_textu table.table_tmava tr td p strong, body main .formatovani_textu table.table_tmava tr td p b, body main .formatovani_textu table.table_tmava tr td a strong, body main .formatovani_textu table.table_tmava tr td a b {
  font-weight: 800;
  color: white;
}
body main .formatovani_textu ul {
  list-style: none;
  padding-bottom: 24px;
}
body main .formatovani_textu ul li {
  background-image: url("../img/ul_li.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: 11px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
  padding-left: 20px;
}
body main .formatovani_textu ul li.no_li {
  background-image: none;
}
body main .formatovani_textu ul li a {
  color: #db3336;
}
body main .formatovani_textu ul li a:hover {
  text-decoration: none;
}
body main .formatovani_textu img.img_vpravo {
  float: right;
  margin-top: 21px;
  margin-left: 119px;
  margin-bottom: 20px;
  max-width: 714px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 1370px) {
  body main .formatovani_textu img.img_vpravo {
    max-width: 500px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 800px) {
  body main .formatovani_textu img.img_vpravo {
    max-width: 100%;
    width: 100%;
    margin: 20px auto !important;
  }
}
body main .formatovani_textu img.img_vlevo {
  float: left;
  margin-top: 21px;
  margin-right: 119px;
  margin-bottom: 20px;
  max-width: 714px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 1370px) {
  body main .formatovani_textu img.img_vlevo {
    max-width: 500px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 800px) {
  body main .formatovani_textu img.img_vlevo {
    max-width: 100%;
    width: 100%;
    margin: 20px auto !important;
  }
}
body main .formatovani_textu img.img_100 {
  width: 100%;
  display: block;
  margin-bottom: 48px;
  height: auto;
}
body main .formatovani_textu .galerie {
  font-size: 0px;
  line-height: 0px;
}
body main .formatovani_textu .galerie .lightbox {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 23%;
  height: 140px;
  display: inline-block;
  margin: 10px 1%;
  border-radius: 4px;
}
body main .formatovani_textu .galerie .lightbox img {
  display: none;
}
@media screen and (max-width: 1200px) {
  body main .formatovani_textu .galerie .lightbox {
    width: 31%;
  }
}
@media screen and (max-width: 980px) {
  body main .formatovani_textu .galerie .lightbox {
    width: 23%;
  }
}
@media screen and (max-width: 750px) {
  body main .formatovani_textu .galerie .lightbox {
    width: 31%;
  }
}
@media screen and (max-width: 550px) {
  body main .formatovani_textu .galerie .lightbox {
    width: 48%;
  }
}
body main .rozcestnik {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 31px;
  margin-top: 58px;
  margin-bottom: 30px;
  align-items: center;
}
@media screen and (max-width: 980px) {
  body main .rozcestnik {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 780px) {
  body main .rozcestnik {
    grid-template-columns: repeat(2, 1fr);
  }
}
body main .rozcestnik a {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 180px;
  background: #D7DADD;
  text-decoration: none;
  transition: 500ms;
}
body main .rozcestnik a span {
  text-align: center;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000;
  padding: 5px;
}
body main .rozcestnik a:hover {
  background-color: #868788;
}
body main .rozcestnik a:hover span {
  color: white;
}
@media screen and (max-width: 500px) {
  body main .rozcestnik a {
    height: 120px;
  }
}
body main .info_panel {
  display: grid;
  grid-template-columns: 200px 150px 1fr;
  grid-gap: 80px;
  margin-top: 31px;
  align-items: center;
  border-bottom: 1px solid #E5E8ED;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  body main .info_panel {
    grid-gap: 60px;
  }
}
@media screen and (max-width: 1100px) {
  body main .info_panel {
    grid-gap: 30px;
  }
}
@media screen and (max-width: 1040px) {
  body main .info_panel {
    grid-gap: 10px;
  }
}
@media screen and (max-width: 560px) {
  body main .info_panel {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 560px) {
  body main .info_panel div:nth-child(2) {
    text-align: right;
  }
  body main .info_panel div:last-of-type {
    grid-column: span 2;
  }
}
body main .info_panel p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #787A80;
  padding-bottom: 0px;
}
body main .info_panel p.cal {
  font-family: "Lato regular";
  font-style: 700;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  background-image: url("../img/black_calendar.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 28px;
  margin-top: 4px;
}
@media screen and (max-width: 1200px) {
  body main .info_panel p.cal {
    font-family: "Lato regular";
    font-style: 700;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body main .info_panel p.clock {
  font-family: "Lato regular";
  font-style: 700;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  background-image: url("../img/black_hours.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 28px;
  margin-top: 4px;
}
@media screen and (max-width: 1200px) {
  body main .info_panel p.clock {
    font-family: "Lato regular";
    font-style: 700;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
@media screen and (max-width: 560px) {
  body main .info_panel p.clock {
    width: auto;
    display: inline-block;
  }
}
body main .info_panel p.sdilet {
  font-family: "Lato regular";
  font-style: 700;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  body main .info_panel p.sdilet {
    font-family: "Lato regular";
    font-style: 700;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body main .info_panel p.sdilet a.twitter {
  background-image: url("../img/twitter.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  transition: 500ms;
  margin-right: 10px;
}
body main .info_panel p.sdilet a.twitter:hover {
  transform: scale(1.2);
}
body main .info_panel p.sdilet a.linkedin {
  background-image: url("../img/linkedin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  transition: 500ms;
}
body main .info_panel p.sdilet a.linkedin:hover {
  transform: scale(1.2);
}
body main .info_panel p.sdilet a.facebook {
  background-image: url("../img/facebook_gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  transition: 500ms;
  margin-right: 10px;
  margin-left: 10px;
}
body main .info_panel p.sdilet a.facebook:hover {
  transform: scale(1.2);
}
body main .bottom_info {
  display: grid;
  grid-template-columns: 1fr 180px;
  grid-gap: 20px;
  border-bottom: 1px solid #E5E8ED;
  padding-bottom: 51px;
  padding-top: 63px;
}
@media screen and (max-width: 560px) {
  body main .bottom_info {
    grid-template-columns: 1fr;
  }
}
body main .bottom_info .stitky p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .bottom_info .stitky p a {
  display: inline-block;
  vertical-align: middle;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: none;
  padding: 5px 16px;
  border: 1px solid #D7DADD;
  border-radius: 4px;
  margin: 0px 6px;
  transition: 500ms;
}
body main .bottom_info .stitky p a:hover {
  background-color: #DB3336;
  border: 1px solid #DB3336;
  color: #FFFFFF;
}
body main .bottom_info .sdileni p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E212C;
  text-align: right;
}
@media screen and (max-width: 560px) {
  body main .bottom_info .sdileni p {
    text-align: left;
  }
}
body main .bottom_info .sdileni p a.twitter {
  background-image: url("../img/twitter.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  transition: 500ms;
  margin-right: 10px;
}
body main .bottom_info .sdileni p a.twitter:hover {
  transform: scale(1.2);
}
body main .bottom_info .sdileni p a.linkedin {
  background-image: url("../img/linkedin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  transition: 500ms;
}
body main .bottom_info .sdileni p a.linkedin:hover {
  transform: scale(1.2);
}
body main .bottom_info .sdileni p a.facebook {
  background-image: url("../img/facebook_gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  transition: 500ms;
  margin-right: 10px;
  margin-left: 10px;
}
body main .bottom_info .sdileni p a.facebook:hover {
  transform: scale(1.2);
}
body main .predchozi_dalsi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 48px;
  margin-bottom: 109px;
  grid-gap: 30px;
}
@media screen and (max-width: 600px) {
  body main .predchozi_dalsi {
    grid-template-columns: 1fr;
    text-align: center;
    margin-bottom: 30px;
  }
}
body main .predchozi_dalsi div .odkaz {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #424551;
  display: block;
  text-decoration: none;
  transition: 500ms;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  body main .predchozi_dalsi div .odkaz {
    display: inline-block;
    width: auto;
  }
}
body main .predchozi_dalsi div .clanek {
  display: grid;
  text-decoration: none;
}
body main .predchozi_dalsi div .obr {
  height: 100px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (max-width: 600px) {
  body main .predchozi_dalsi div .obr {
    display: none;
  }
}
body main .predchozi_dalsi div .vydano {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
body main .predchozi_dalsi div .vydano span {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
  background-image: url("../img/vydano.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (max-width: 600px) {
  body main .predchozi_dalsi div .vydano {
    text-align: center;
  }
}
body main .predchozi_dalsi div .nazev {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
  padding-top: 4px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  body main .predchozi_dalsi div .nazev {
    text-align: center;
  }
}
body main .predchozi_dalsi div.predchozi .odkaz {
  padding-left: 32px;
  background-image: url("../img/prev_post.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
body main .predchozi_dalsi div.predchozi .odkaz:hover {
  padding-left: 28px;
}
body main .predchozi_dalsi div.predchozi .clanek {
  grid-template-columns: 100px 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 600px) {
  body main .predchozi_dalsi div.predchozi .clanek {
    grid-template-columns: 1fr;
  }
}
body main .predchozi_dalsi div.dalsi .odkaz {
  padding-right: 32px;
  text-align: right;
  background-image: url("../img/next_post.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: center;
}
body main .predchozi_dalsi div.dalsi .odkaz:hover {
  padding-right: 28px;
}
body main .predchozi_dalsi div.dalsi .clanek {
  grid-template-columns: 1fr 100px;
  grid-gap: 20px;
}
@media screen and (max-width: 600px) {
  body main .predchozi_dalsi div.dalsi .clanek {
    grid-template-columns: 1fr;
  }
}
body main .predchozi_dalsi div.dalsi .vydano {
  text-align: right;
}
@media screen and (max-width: 600px) {
  body main .predchozi_dalsi div.dalsi .vydano {
    text-align: center;
  }
}
body main .predchozi_dalsi div.dalsi .nazev {
  text-align: right;
}
@media screen and (max-width: 600px) {
  body main .predchozi_dalsi div.dalsi .nazev {
    text-align: center;
  }
}
body main .detail_clanku {
  display: grid;
  grid-template-columns: 1fr 342px;
  grid-gap: 78px;
}
@media screen and (max-width: 980px) {
  body main .detail_clanku {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  body main .detail_clanku .formatovani_textu {
    max-width: 100%;
  }
}
body main .detail_clanku .vice_informaci .autor {
  margin-bottom: 60px;
}
body main .detail_clanku .vice_informaci .autor .autor_panel {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 20px;
  margin-top: 24px;
}
body main .detail_clanku .vice_informaci .autor .autor_panel .obr {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 4px;
  height: 100px;
  width: 100%;
  display: block;
  position: relative;
}
body main .detail_clanku .vice_informaci .autor .autor_panel .obsah h3 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #424551;
}
body main .detail_clanku .vice_informaci .autor .autor_panel .obsah p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
  padding-top: 4px;
}
body main .detail_clanku .vice_informaci .autor .autor_panel .obsah a {
  display: inline-block;
  vertical-align: middle;
  transition: 500ms;
  margin-top: 20px;
}
body main .detail_clanku .vice_informaci .autor .autor_panel .obsah a.instagram {
  background-image: url("../img/instagram_gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
body main .detail_clanku .vice_informaci .autor .autor_panel .obsah a.instagram:hover {
  background-image: url("../img/instagram_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body main .detail_clanku .vice_informaci .autor .autor_panel .obsah a.facebook {
  background-image: url("../img/facebook_gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
body main .detail_clanku .vice_informaci .autor .autor_panel .obsah a.facebook:hover {
  background-image: url("../img/facebook_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body main .detail_clanku .vice_informaci .autor .autor_panel .obsah a.linkedin {
  background-image: url("../img/linkedin_gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
body main .detail_clanku .vice_informaci .autor .autor_panel .obsah a.linkedin:hover {
  background-image: url("../img/linkedin_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body main .detail_clanku .vice_informaci h2 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .detail_clanku .vice_informaci table {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 60px;
}
body main .detail_clanku .vice_informaci table tbody tr td {
  padding: 4px 0px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
}
body main .detail_clanku .vice_informaci table tbody tr td a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #424551;
  text-decoration: none;
}
body main .detail_clanku .vice_informaci table tbody tr td a:hover {
  text-decoration: underline;
}
body main .detail_clanku .vice_informaci .oblibene_clanky .clanek {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 20px;
  margin-top: 24px;
}
body main .detail_clanku .vice_informaci .oblibene_clanky .clanek .obr {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 4px;
  height: 100px;
  width: 100%;
  display: block;
  position: relative;
}
body main .detail_clanku .vice_informaci .oblibene_clanky .clanek .obsah p {
  font-family: "Lato medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
body main .detail_clanku .vice_informaci .oblibene_clanky .clanek .obsah p .datum_vydani {
  background-image: url("../img/vydano.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 24px;
}
body main .detail_clanku .vice_informaci .oblibene_clanky .clanek .obsah a {
  text-decoration: none;
  padding-top: 4px;
  display: inline-block;
}
body main .detail_clanku .vice_informaci .oblibene_clanky .clanek .obsah a h3 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
}
body main .detail_clanku .vice_informaci .oblibene_clanky .clanek .obsah a h3:hover {
  color: #DB3336;
}
body main .detail_clanku .vice_informaci .stitky {
  margin-top: 60px;
  margin-bottom: 49px;
}
body main .detail_clanku .vice_informaci .stitky h2 {
  margin-bottom: 24px;
}
body main .detail_clanku .vice_informaci .stitky a {
  display: inline-block;
  padding: 5.5px 16px;
  margin: 6px;
  border: 1px solid #D7DADD;
  border-radius: 4px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: none;
  transition: 500ms;
}
body main .detail_clanku .vice_informaci .stitky a:hover {
  background-color: #DB3336;
  color: white;
  border: 1px solid #DB3336;
}
body main .mohlo_by_vas_zajimat {
  max-width: 1230px;
  width: 98%;
  margin: 0px auto;
  padding-top: 109px;
  padding-bottom: 168px;
}
body main .mohlo_by_vas_zajimat .top {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-gap: 20px;
}
@media screen and (max-width: 700px) {
  body main .mohlo_by_vas_zajimat .top {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
body main .mohlo_by_vas_zajimat .top h2 {
  font-family: "Lato black";
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #1E212C;
}
@media screen and (max-width: 580px) {
  body main .mohlo_by_vas_zajimat .top h2 {
    font-family: "Lato black";
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body main .mohlo_by_vas_zajimat .top .prev_next span {
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  cursor: pointer;
}
body main .mohlo_by_vas_zajimat .top .prev_next span.prev {
  background-image: url("../img/slider-normal.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 300ms;
}
body main .mohlo_by_vas_zajimat .top .prev_next span.prev:hover {
  transform: rotate(180deg);
  background-image: url("../img/slider-hover.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .mohlo_by_vas_zajimat .top .prev_next span.next {
  background-image: url("../img/slider-normal.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  transition: 300ms;
  transform: rotate(180deg);
}
body main .mohlo_by_vas_zajimat .top .prev_next span.next:hover {
  transform: rotate(0deg);
  background-image: url("../img/slider-hover.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body main .mohlo_by_vas_zajimat .clanky {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 840px) {
  body main .mohlo_by_vas_zajimat .clanky {
    grid-gap: 15px;
  }
}
@media screen and (max-width: 700px) {
  body main .mohlo_by_vas_zajimat .clanky {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 20px auto;
  }
}
body main .mohlo_by_vas_zajimat .clanky .clanek:nth-child(4), body main .mohlo_by_vas_zajimat .clanky .clanek:nth-child(5), body main .mohlo_by_vas_zajimat .clanky .clanek:nth-child(6) {
  display: none;
}
body main .mohlo_by_vas_zajimat .clanky .clanek .obr {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 4px;
  height: 300px;
  width: 100%;
  display: block;
  position: relative;
}
body main .mohlo_by_vas_zajimat .clanky .clanek .obr span {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #DB3336;
  border-radius: 4px;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 0px 8px;
}
@media screen and (max-width: 1160px) {
  body main .mohlo_by_vas_zajimat .clanky .clanek .obr {
    height: 260px;
  }
}
@media screen and (max-width: 980px) {
  body main .mohlo_by_vas_zajimat .clanky .clanek .obr {
    height: 220px;
  }
}
@media screen and (max-width: 800px) {
  body main .mohlo_by_vas_zajimat .clanky .clanek .obr {
    height: 190px;
  }
}
body main .mohlo_by_vas_zajimat .clanky .clanek .info_lista {
  margin-top: 16px;
}
body main .mohlo_by_vas_zajimat .clanky .clanek .info_lista p {
  font-family: "Lato medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
}
@media screen and (max-width: 840px) {
  body main .mohlo_by_vas_zajimat .clanky .clanek .info_lista p {
    font-family: "Lato medium";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0px;
    color: #787A80;
  }
}
body main .mohlo_by_vas_zajimat .clanky .clanek .info_lista p a {
  font-family: "Lato medium";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #787A80;
  text-decoration: none;
}
body main .mohlo_by_vas_zajimat .clanky .clanek .info_lista p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 840px) {
  body main .mohlo_by_vas_zajimat .clanky .clanek .info_lista p a {
    font-family: "Lato medium";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0px;
    color: #787A80;
  }
}
body main .mohlo_by_vas_zajimat .clanky .clanek .info_lista p .datum_vydani {
  background-image: url("../img/vydano.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 24px;
}
body main .mohlo_by_vas_zajimat .clanky .clanek .info_lista p .autor {
  background-image: url("../img/autor.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 24px;
}
body main .mohlo_by_vas_zajimat .clanky .clanek a {
  text-decoration: none;
}
body main .mohlo_by_vas_zajimat .clanky .clanek a h2 {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1E212C;
  text-decoration: none;
  padding-top: 8px;
}
body main .mohlo_by_vas_zajimat .clanky .clanek a h2:hover {
  text-decoration: underline;
}
@media screen and (max-width: 840px) {
  body main .mohlo_by_vas_zajimat .clanky .clanek a h2 {
    font-family: "Lato regular";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1E212C;
  }
}
body main .mohlo_by_vas_zajimat .clanky .clanek a.cist_vice {
  margin-top: 16px;
  display: inline-block;
  font-family: "Lato regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1E212C;
  background-image: url("../img/arrow_red.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: center;
  padding-right: 32px;
  transition: 600ms;
}
body main .mohlo_by_vas_zajimat .clanky .clanek a.cist_vice:hover {
  padding-right: 42px;
}
body footer {
  width: 100%;
  background-image: url("../../galerie_nastaveni/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
}
body footer .zarovnani {
  max-width: 1513px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-top: 177px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 820px) {
  body footer .zarovnani {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
body footer .zarovnani .obsah {
  display: grid;
  grid-template-columns: 1fr 1fr 150px;
  grid-column-gap: 20px;
}
@media only screen and (max-width: 980px) {
  body footer .zarovnani .obsah {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 820px) {
  body footer .zarovnani .obsah {
    grid-template-columns: 1fr;
    text-align: center;
  }
  body footer .zarovnani .obsah div {
    margin-top: 30px;
  }
}
body footer .zarovnani .obsah h2 {
  font-family: "Lato medium";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 26px;
}
body footer .zarovnani .obsah h2:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 150px;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: white;
}
@media only screen and (max-width: 820px) {
  body footer .zarovnani .obsah h2:before {
    left: calc(50% - 75px);
  }
}
body footer .zarovnani .obsah p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body footer .zarovnani .obsah .links {
  max-width: 390px;
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 820px) {
  body footer .zarovnani .obsah .links {
    margin-left: auto;
    margin-right: auto;
  }
}
body footer .zarovnani .obsah .links a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 31px;
}
body footer .zarovnani .obsah .links a:hover {
  text-decoration: underline;
}
body footer .zarovnani .obsah .links a.tel {
  background-image: url("../img/phone.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
body footer .zarovnani .obsah .links a.mail {
  background-image: url("../img/mail.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
}
body footer .zarovnani .obsah ul {
  list-style: none;
}
body footer .zarovnani .obsah ul li {
  margin-bottom: 7px;
}
body footer .zarovnani .obsah ul li a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-decoration: none;
}
body footer .zarovnani .obsah ul li a:hover {
  text-decoration: underline;
}
body footer .zarovnani .obsah a.instagram {
  background-image: url("../img/instagram.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 43px;
  height: 43px;
  display: inline-block;
  transition: 500ms;
  margin-right: 32px;
}
body footer .zarovnani .obsah a.instagram:hover {
  transform: scale(1.2);
}
body footer .zarovnani .obsah a.facebook {
  background-image: url("../img/facebook.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 25px;
  height: 43px;
  display: inline-block;
  transition: 500ms;
}
body footer .zarovnani .obsah a.facebook:hover {
  transform: scale(1.2);
}
body footer .zarovnani .copy {
  padding-top: 98px;
}
@media only screen and (max-width: 820px) {
  body footer .zarovnani .copy {
    padding-top: 40px;
    text-align: center;
  }
}
body footer .zarovnani .copy p {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
body footer .zarovnani .copy p a {
  font-family: "Lato regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-decoration: underline;
}
body footer .zarovnani .copy p a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */