@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,500");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700");
.line {
  width: 77px;
  height: 1.5px;
  background-color: #fff; }

.line-orange {
  width: 55px;
  height: 1.5px;
  background-color: #e8a539;
  margin-bottom: 20px; }

.line-orange-long {
  width: 77px;
  height: 1.5px;
  background-color: #e8a539;
  margin-bottom: 20px; }

.line-grey {
  width: 100%;
  height: 1.5px;
  background-color: #b8b8b8;
  margin-bottom: 20px; }

.line-blue {
  width: 55px;
  height: 1.5px;
  background-color: #71924a;
  margin-bottom: 20px; }

.line-blue-long {
  width: 77px;
  height: 1.5px;
  background-color: #71924a;
  margin-bottom: 20px; }

.line-blue-short {
  width: 45px;
  height: 3px;
  background-color: #71924a;
  margin-bottom: 7px; }

.inline-block {
  display: inline-block; }

@media (min-width: 768px) {
  .line {
    height: 2px; }

  .line-orange {
    height: 2px; }

  .line-orange-long {
    height: 2px; }

  .line-grey:nth-of-type(even) {
    height: 0.75px; }

  .line-grey:nth-of-type(odd) {
    height: 1px; }

  .line-blue {
    height: 2px; }

  .line-blue-long {
    height: 2px; } }
.lines-button {
  display: inline-block;
  padding: 0.4285em 0.21425em;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.1224285714em; }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    transition: 0; }

.lines {
  display: inline-block;
  width: 0.857em;
  height: 0.1224285714em;
  background: #fff;
  transition: 0.15s;
  position: relative;
  top: -0.25em;
  /*create the upper and lower lines as pseudo-elements of the middle line*/ }
  .lines:before, .lines:after {
    display: inline-block;
    width: 0.857em;
    height: 0.1224285714em;
    background: #fff;
    transition: 0.15s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.0612142857em center; }
  .lines:before {
    top: 0.21425em; }
  .lines:after {
    top: -0.21425em; }

.lines-button:hover {
  opacity: 1; }
  .lines-button:hover .lines:before {
    top: 0.2448571429em; }
  .lines-button:hover .lines:after {
    top: -0.2448571429em; }

.lines-button.x.close .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/ }
  .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 0.857em; }
  .lines-button.x.close .lines:before {
    transform: rotate3d(0, 0, 1, 45deg); }
  .lines-button.x.close .lines:after {
    transform: rotate3d(0, 0, 1, -45deg); }
  .lines-button.x.close .lines .btn-hamburger {
    width: 68px;
    height: 26px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    border: solid 1px #fff;
    padding: 5px 5px 22px 5px; }

.close {
  color: #fff;
  text-shadow: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border: solid 1px #fff;
  padding: 5px 5px 22px 5px;
  background-color: #71924a; }

.close:focus, .close:hover {
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  line-height: 1.2em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border: solid 1px #71924a;
  padding: 5px 5px 22px 5px;
  background-color: #71924a; }

.breadcrumb-container {
  padding: 0;
  margin-bottom: 15px;
  margin-left: 15px; }

.breadcrumb {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 0.929em;
  margin-bottom: 0; }

.breadcrumb a .glyphicon {
  color: #71924a; }

.breadcrumb > li + li:before {
  content: url(../images/ikony/breadcrumbs_arrow.png);
  position: static;
  margin-right: 3px; }

.breadcrumb > .active {
  color: #2b2b2b; }

@media (min-width: 768px) {
  .breadcrumb-container {
    width: 750px;
    margin-bottom: 0;
    padding-top: 7px;
    display: block;
    margin: 15px auto 0 auto; } }
@media (min-width: 992px) {
  .breadcrumb-container {
    width: 970px; } }
@media (min-width: 1200px) {
  .breadcrumb-container {
    width: 1170px; } }
.orange-button {
  font-family: "PT Serif", serif;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #e8a539;
  box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.5);
  border: solid 1px #c78a28;
  transition: auto, 0.25s;
  -o-transition: auto, 0.25s;
  -moz-transition: auto, 0.25s;
  -webkit-transition: auto, 0.25s; }

.orange-button:hover {
  background-color: #d18710;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  transition: auto, 0.25s;
  -o-transition: auto, 0.25s;
  -moz-transition: auto, 0.25s;
  -webkit-transition: auto, 0.25s; }

.btn-link {
  width: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1,5;
  text-align: left;
  color: #71924a; }

.btn-link.close {
  width: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1,5;
  text-align: left;
  color: #343434; }

.panel-heading {
  background-color: #f8f8f8;
  font-family: "Open Sans", sans-serif;
  font-size: 0.929em;
  padding: 0 20px 0 20px; }

.panel-heading h4 {
  margin: 0; }

.panel-heading h4 a {
  display: block;
  width: 100%;
  padding: 17px 0 17px 0;
  color: #343434;
  text-decoration: none;
  border-bottom: 1px solid #d5d5d5; }

.panel-heading h4 a.collapsed {
  color: #71924a !important;
  text-decoration: none;
  border-bottom: none; }

.panel-heading h4 a:hover {
  color: #343434;
  text-decoration: none; }

.accordion-btn {
  color: #71924a;
  font-size: 0.889em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-decoration: none; }

.panel-heading .accordion-btn:after {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  float: right;
  color: #71924a; }

.panel-heading .accordion-btn.collapsed:after {
  content: "\e114"; }

input[type=submit].btn-block {
  width: 100%;
  max-width: 260px;
  margin-bottom: 40px;
  margin-top: 30px; }

header {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff; }

header.header-bg {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 27px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    header.header-bg {
      background-image: url("../images/bg@2x.png"); } }

header h1 {
  font-family: "PT Serif", serif;
  font-size: 1.714em;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  line-height: normal;
  margin: 5px 0 15px 0; }

header p {
  font-size: 1em;
  margin: 15px 0 50px 0; }

nav {
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

nav a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500; }

.hide-sm {
  display: none; }

.container-fluid {
  padding-left: 20px;
  padding-right: 20px; }

.navbar {
  margin-bottom: 5px;
  background-color: #fff;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  top: 0px;
  padding-top: 10px;
  padding-bottom: 7px; }

.navbar ul li {
  display: block;
  float: left;
  width: 100%; }

.navbar-nav {
  margin: 0; }

#sidebar {
  display: block;
  background-color: #fff;
  position: fixed;
  width: 85vw;
  height: 100vh;
  top: 0;
  left: 19vw;
  margin-left: 100vw;
  transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  padding-top: 52px;
  text-align: left; }

#sidebar.active {
  margin-left: 0; }

#sidebar a {
  font-family: "PT Serif", serif;
  color: #71924a;
  text-shadow: none;
  font-size: 1.286em;
  padding: 0 0 0 20px;
  line-height: 40px; }

#sidebar a .glyphicon {
  color: #71924a;
  margin-right: 5px; }

#sidebar .current_page_item {
  color: #343434;
  text-decoration: none;
  background: linear-gradient(90deg, #155da6 1.5%, #155da6 1.5%, #ececec 1.5%, #ececec 100%); }

#sidebar ul {
  padding: 0; }

#topbar {
  color: #71924a;
  text-shadow: none;
  margin-top: 3px; }

.mini-logo {
  position: absolute;
  left: 15px;
  top: 5px;
  z-index: 999; }

#topbar a {
  transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -moz-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  color: #71924a;
  padding: 5px 10px;
  margin-right: 5px; }

#topbar .current_page_item a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #71924a;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff; }

#topbar a:hover {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #71924a;
  color: #fff;
  text-decoration: none;
  transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -moz-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  padding-bottom: 5px; }

.navbar-bg {
  height: 100vh;
  background-color: #fff; }

.hamburger-text {
  font-size: 0.929em;
  font-weight: normal; }

.btn-hamburger {
  background-color: #71924a;
  position: absolute;
  right: 0;
  top: 2px;
  width: 68px;
  height: 26px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border: solid 1px #71924a;
  padding: 5px 5px 22px 5px;
  z-index: 999; }

.navbar-header img {
  width: 195px; }

@media (min-width: 384px) {
  .hide-sm {
    display: inline; } }
@media (min-width: 576px) {
  #sidebar {
    width: 60vw;
    left: 42vw; }

  #sidebar.current_page_item {
    margin-left: 25vw; } }
@media (min-width: 768px) {
  header.header-bg {
    padding: 86px 0 114px 0; }

  header h1 {
    font-size: 4.143em;
    font-weight: bold; }

  header p {
    font-size: 1.286em; }

  nav {
    font-size: 0.813em; }

  #topbar a {
    padding: 5px 10px 5px 0px; }

  .container-menu {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }

  #sidebar-collapse {
    display: none; }

  .navbar-nav > li > a {
    padding-top: 4.5px;
    padding-left: 10px; }

  .mini-logo {
    position: inherit; }

  .navbar ul li {
    display: block;
    float: left;
    width: inherit; }

  .navbar-header img {
    width: 150px; }

  #topbar {
    margin-top: -2px;
    padding-right: 10px; } }
@media (min-width: 992px) {
  .container-menu {
    width: 970px; }

  nav {
    font-size: 1em; }

  #topbar a {
    padding: 5px 10px; }

  .navbar-header img {
    width: 195px; }

  #topbar {
    margin-top: 0px;
    padding-right: 0; } }
@media (min-width: 1200px) {
  .container-menu {
    width: 1170px; } }
.partner-logo {
  display: block;
  margin: 0 auto 25px auto;
  max-width: 100%;
  max-height: 100%; }

footer {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  height: 102px;
  background-color: #343434;
  color: #fff;
  text-align: center;
  padding-top: 15px; }

footer a {
  color: #86c23e;
  text-align: center;
  text-decoration: underline;
  transition: auto, 0.25s;
  -o-transition: auto, 0.25s;
  -moz-transition: auto, 0.25s;
  -webkit-transition: auto, 0.25s; }

footer a:hover {
  color: #71924a;
  transition: auto, 0.25s;
  -o-transition: auto, 0.25s;
  -moz-transition: auto, 0.25s;
  -webkit-transition: auto, 0.25s; }

footer img {
  text-decoration: none;
  margin: 6px 7px 8px 0; }

.footer-copyright {
  margin-top: 5px; }

@media (min-width: 768px) {
  footer {
    font-size: 0.929em;
    height: 60px; }

  footer a {
    float: right; } }
.certifikat-group img {
  max-width: 99px;
  margin: 0 auto;
  display: block; }

.form-control {
  -moz-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px #d1d1d1; }

.modal-body {
  padding: 0; }

.modal-close {
  background-color: transparent;
  color: #e8a539;
  opacity: 1;
  transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -moz-transition: all, 0.25s;
  -webkit-transition: all, 0.25s; }

.modal-close:hover {
  border: none;
  background-color: transparent;
  color: #d18710;
  opacity: 1;
  padding: 0;
  font-size: 1.5em;
  line-height: 1;
  transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -moz-transition: all, 0.25s;
  -webkit-transition: all, 0.25s; }

.col-form-label {
  font-family: "PT Serif", serif;
  font-size: 1em;
  font-weight: bold;
  color: #343434; }

.form-check-label {
  font-family: "Open Sans", sans-serif;
  font-size: 0.929em;
  font-weight: normal;
  color: #343434;
  display: block;
  margin: 0 auto;
  max-width: 60%; }

.asterisk {
  color: #9d0303;
  font-size: 0.857em; }

.modal-header {
  padding: 40px 0 0px 0;
  border: none; }

.modal-header h1 {
  font-size: 1.714em;
  font-weight: normal; }

.modal-header h2 {
  font-size: 1.429em; }

.modal-header .close {
  margin-top: -25px;
  margin-right: 20px; }

.certifikat-group {
  width: 50%;
  float: left; }

.certifikat-group a {
  font-style: "Open Sans", sans-serif;
  font-size: 1.143em; }

.certifikat-group .modal-checkbox {
  display: block;
  margin: 0 auto; }

.agreement {
  max-width: 100%; }

#modalConfirm {
  position: relative;
  margin-top: 33vh; }

#modalConfirm .modal-dialog .modal-content {
  max-width: 723px;
  display: block;
  margin: 0 auto; }

#modalConfirm img {
  margin-bottom: 25px; }

#modalConfirm p {
  margin-bottom: 40px; }

#modalConfirm .btn {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .certifikat-group {
    width: 25%; }

  .formular-objednavka {
    display: block;
    margin: 0 auto; }

  .modal-container {
    text-align: center;
    width: 100%; }

  .form-group {
    display: inline-block;
    text-align: left; }

  .form-control {
    width: 300px; }

  .form-info {
    font-size: 1.143em;
    display: block;
    width: 405px;
    margin: 0 auto;
    padding-bottom: 25px; }

  .form-check-input {
    width: auto; }

  .modal-button-wrapper {
    display: block; }

  .modal-button-wrapper .orange-button {
    width: 215px;
    margin: 0 auto; } }
@media (min-width: 992px) {
  .formular-objednavka {
    max-width: 600px; } }
.mapa {
  max-width: 720px;
  display: block;
  margin: 0 auto;
  width: 100%; }

.vyzva-row {
  padding: 0 10px; }

.vyzva-wrapper {
  width: 100%;
  background-color: #f2e2c0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border: solid 1px #ab8a64;
  margin: 20px auto;
  padding: 20px 10px 10px 10px; }

.vyzva {
  display: block;
  max-width: 800px;
  margin: 0 auto; }

.vyzva h3 {
  display: block;
  font-family: "PT Serif", serif;
  font-size: 1.143em;
  font-weight: bold;
  color: #5a3912;
  text-align: center;
  text-transform: none;
  margin-top: 0; }

.vyzva p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.929em;
  line-height: 1.46;
  color: #2b2b2b;
  text-align: center; }

.vyzva .btn {
  display: block;
  margin: 20px auto 10px auto; }

.osloveni-row {
  margin-top: 75px;
  margin-bottom: 95px; }

.zapojte_se {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  padding: 20px; }

.zapojte_se h2 {
  margin-top: 0; }

.zapojte_se .line-blue {
  margin: 0 auto 10px auto; }

.napiste_nam {
  display: block;
  overflow: hidden;
  padding: 20px 30px;
  background-color: #343434;
  color: #fff;
  text-align: center; }

.napiste_nam h2 {
  color: #fff;
  margin-top: 10px; }

.napiste_nam .line-orange {
  margin: 0 auto 10px auto; }

.napiste_nam p {
  margin-bottom: 20px; }

.napiste_nam a {
  color: #86c23e; }

.logo-download {
  margin-top: 20px;
  text-align: center;
  font-size: 0.929em;
  line-height: 1.46;
  color: #2b2b2b; }

.logo-download p {
  font-weight: bold;
  margin-bottom: 5px; }

.logo-download img {
  margin-right: 5px; }

.logo-note {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 0.9em;
  color: gray;
  font-style: italic; }

.osloveni {
  margin-top: 0; }

.kontakt-wrapper {
  display: inline-block;
  margin: 15px auto 0 auto; }

.kontakt-foto {
  display: block;
  margin-bottom: 10px;
  width: 100%; }

.kontakt-foto img {
  max-width: 100%;
  max-height: 100%; }

.kontakt-text {
  display: block;
  float: left;
  text-align: center;
  width: 100%; }

.kontakt-text p {
  margin-bottom: 0px;
  font-size: 0.929em; }

.kontakt-text .jmeno {
  font-family: "PT Serif", serif;
  font-size: 1.286em;
  font-weight: bold; }

.kontakt-text a {
  margin-top: 5px;
  font-size: 1.143em;
  display: block; }

.kontakt-text a:hover {
  color: #fff; }

.kontakt-text img {
  margin-right: 5px; }

.logo-download a {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 15px; }

@media (min-width: 576px) {
  .vyzva .btn {
    max-width: 260px; }

  .kontakt-foto {
    width: 80px; } }
@media (min-width: 768px) {
  .vyzva h3 {
    display: block;
    float: left; }

  .vyzva p {
    display: block;
    float: left; }

  .vyzva .btn {
    float: right;
    margin-top: -20px;
    display: block;
    width: 215px;
    text-align: center; }

  .osloveni-row h2 {
    text-align: left; }

  .napiste_nam {
    width: 45%;
    height: 105%;
    position: absolute;
    right: 0;
    top: -2.5%; }

  .napiste_nam h2 {
    margin-top: 50px;
    text-align: center; }

  .zapojte_se p {
    width: 50%; }

  .zapojte_se .line-blue {
    margin: 0 0 10px 0; }

  .logo-download {
    text-align: left; }

  .logo-download a {
    margin-bottom: 0; }

  .logo-download p {
    display: block;
    margin-right: 10px; }

  .logo-note {
    margin-left: 110px;
    margin-right: 60px;
    max-width: 250px; }

  .kontakt-foto {
    display: block;
    float: left;
    margin-top: 10px;
    margin-bottom: 35px;
    width: 20%; }

  .kontakt-foto img {
    max-width: 100%;
    max-height: 100%; }

  .kontakt-text {
    display: block;
    float: left;
    text-align: left;
    padding-left: 10px;
    width: 80%; }

  .kontakt-text p {
    margin-bottom: 0px;
    font-size: 0.929em; } }
@media (min-width: 992px) {
  .vyzva h3 {
    font-size: 1.286em; }

  .napiste_nam {
    width: 40%; }

  .logo-note {
    max-width: 385px; }

  .zapojte_se p {
    width: 55%; } }
@media (min-width: 1200px) {
  .logo-note {
    max-width: 500px; } }
.spoluprace-kontakt {
  width: 100%;
  background-color: #f2e2c0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border: solid 1px #ab8a64;
  margin: 20px auto;
  padding: 20px 10px 10px 10px;
  text-align: center; }

.spoluprace-kontakt h3 {
  margin-top: 0;
  font-family: "PT Serif", serif;
  font-size: 1.143em;
  font-weight: bold;
  color: #5a3912;
  text-align: center;
  text-transform: none; }

.spoluprace-kontakt a {
  display: block;
  margin: 0 auto;
  color: #71924a;
  font-family: "Open Sans", sans-serif;
  font-size: 1.143em;
  text-align: center;
  margin-bottom: 20px; }

.spoluprace-kontakt p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.929em;
  line-height: 1.46;
  color: #2b2b2b;
  text-align: center; }

.spoluprace-kontakt img {
  margin-right: 5px; }

.spoluprace-row {
  margin-bottom: 100px; }

.spoluprace-row p {
  text-align: center;
  max-width: 720px;
  display: block;
  margin: 0 auto;
  font-size: 1.143em; }

@media (min-width: 768px) {
  .spoluprace-kontakt h3 {
    display: inline-block; }

  .spoluprace-kontakt a {
    display: inline-block;
    font-size: 1em;
    margin-bottom: 5px; }

  .spoluprace-kontakt img {
    margin-left: 5px; } }
@media (min-width: 992px) {
  .spoluprace-kontakt p {
    text-align: left; } }
.container-mapa {
  padding: 0; }

.smap .card {
  width: 256px !important;
  visibility: visible !important;
  bottom: -270px !important;
  background-color: white !important;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 9px 0px !important;
  border-radius: 0 !important; }

.smap .card:after {
  bottom: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(21, 93, 166, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  right: -19px; }

.smap .card .close {
  background-color: transparent;
  right: 20px;
  margin-right: 15px; }

.smap .card .line-blue {
  margin: 0 auto 20px auto; }

.smap .card {
  font-size: 0.8em; }

.smap .card .mapa-souradnice {
  display: block;
  font-weight: bold; }

.uvodbg {
  background: none;
  padding: 10px; }

.uvod-jumbo {
  display: block;
  text-align: center;
  padding-bottom: 25px; }

.uvod-jumbo .line-blue-long {
  margin: 0 auto 18px auto; }

.uvod-jumbo h1 {
  font-family: "PT Serif", serif;
  font-size: 2em;
  color: #343434;
  font-weight: bold; }

.uvod-jumbo p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875em;
  color: #343434;
  text-align: center; }

.uvod-img-ilustracni {
  display: none; }

.uvod-img {
  width: 100%;
  margin-top: 15px;
  float: left;
  -moz-box-shadow: 0 0 4px 0 #0e0e0e;
  -webkit-box-shadow: 0 0 4px 0 #0e0e0e;
  box-shadow: 0 0 4px 0 #0e0e0e; }

.container-kudy {
  padding-top: 50px;
  padding-bottom: 50px; }

.container-kudy h2 {
  text-align: left; }

.panel-group .panel {
  border-radius: 0;
  margin-bottom: 10px; }

.panel-default {
  background-color: #f8f8f8;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border: none;
  transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s; }

.panel-default:hover {
  background-color: #fff; }

.panel-collapse {
  transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s; }

.panel-default > .panel-heading {
  background-color: #f8f8f8;
  transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s; }

.panel-default > .panel-heading:hover {
  background-color: #fff;
  transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s; }

.panel-default > .panel-heading:hover + .panel-collapse {
  background-color: #fff;
  transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s; }

.panel-heading {
  border: none; }

.panel-heading h4 a:hover {
  color: #86c23e;
  text-decoration: underline; }

.panel-collapse {
  background-color: #f8f8f8;
  font-family: "Open Sans", sans-serif;
  font-size: 0.929em;
  color: #2b2b2b; }

.accordion-polozka img {
  display: block;
  margin: 12px auto 0 auto; }

.accordion-img {
  display: block;
  float: left;
  width: 25px;
  margin-right: 15px; }

.accordion-padding {
  padding: 20px; }

.container-misto {
  padding-top: 75px;
  padding-bottom: 75px; }

.container-misto p {
  margin-bottom: 20px; }

.obrazek-mista img {
  width: 100%;
  display: block; }

.obrazek-mista .lg {
  display: none; }

.obrazek-mista .sm {
  margin-bottom: 75px;
  margin-top: 75px; }

.mapka-mista {
  display: none; }

.popis-mista {
  font-family: "Open Sans", sans-serif;
  font-size: 1.143em;
  line-height: 1.714em;
  text-align: left; }

.popis-mista::first-letter {
  font-family: "PT Serif", serif;
  font-size: 3.571em;
  color: #71924a;
  font-weight: bold;
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 3px; }

.popis-mista a {
  color: #71924a;
  text-decoration: underline; }

.instagram-box {
  max-width: 680px;
  display: block;
  margin: 0 auto 75px auto;
  background-color: #71924a;
  padding: 25px 10px 25px 10px; }

.instagram-box img {
  display: none; }

.instagram-box-text {
  display: block;
  text-align: center; }

.instagram-box h3 {
  font-family: "PT Serif", serif;
  color: #fff;
  font-size: 1.714em;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: none; }

.instagram-box p {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 0.929em; }

.instagram-box .hashtag {
  font-family: "Open Sans", sans-serif;
  font-size: 1.143em;
  margin-left: 10px;
  font-weight: bold;
  color: #fff; }

.instagram-box .hashtag a {
  color: #fff;
  text-decoration: none; }

.instagram-line {
  display: none; }

.container-slovnik {
  text-align: center; }

.container-slovnik p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.143em;
  color: #343434;
  text-align: center;
  max-width: 680px;
  display: block;
  margin: 0 auto; }

.slovnik {
  display: block;
  max-width: 680px;
  margin: 50px auto 75px auto;
  padding: 20px;
  background-color: #f8f8f8;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  overflow: auto; }

.slovnik-vlajka {
  display: block;
  margin-bottom: 15px;
  max-width: 35px; }

.slovnik-left {
  display: block;
  float: left;
  width: 50%; }

.slovnik-left p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  color: #343434;
  text-align: left;
  line-height: 2.19;
  margin: 0; }

.slovnik-right {
  display: block;
  float: left;
  width: 50%; }

.slovnik-right p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  font-style: italic;
  color: #343434;
  text-align: left;
  line-height: 2.19;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .uvodbg {
    background-image: url("../images/uvodbg.png");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 50px 10px 30px 10px; } }
  @media all and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), all and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), all and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
    .uvodbg {
      background-image: url("../images/uvodbg@2x.png"); } }

@media (min-width: 768px) {
  .uvod-jumbo {
    text-align: left; }

  .uvod-jumbo .line-blue-long {
    margin-left: 0; }

  .uvod-jumbo h1 {
    font-size: 2.5em;
    text-align: left; }

  .uvod-jumbo p {
    font-size: 1em;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 34px; }

  .uvod-img {
    display: block;
    float: right;
    max-width: 100%;
    box-shadow: 0 0 4px 0 #0e0e0e; }

  .uvod-img-ilustracni {
    display: block;
    max-width: 180px;
    float: left; }

  .instagram-line {
    display: block;
    position: relative;
    top: -125px;
    height: 1px;
    z-index: -1; }

  .instagram-box img {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 15px; }

  .instagram-box {
    text-align: left;
    padding: 32px 32px 50px 50px; }

  .instagram-box h3 {
    display: inline; }

  .instagram-box p {
    float: left; }

  .instagram-box-text {
    text-align: left; }

  .slovnik-left {
    width: 40%; }

  .slovnik-right {
    width: 60%; }

  .slovnik-left p,
  .slovnik-right p {
    font-size: 1.143em; }

  .uvod-kudy {
    padding-bottom: 157px;
    background: url("../images/logonz_opacity.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 157px; }

  .smap .card {
    left: -425px !important;
    height: auto !important;
    overflow: visible !important;
    width: 400px !important;
    visibility: visible !important;
    bottom: -125px !important;
    background-color: white !important;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 9px 0px !important;
    border-radius: 0 !important;
    padding: 22px !important; }

  .smap .card:after {
    bottom: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(21, 93, 166, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-left: -10px;
    right: -19px; }

  .smap .card .close {
    display: none; }

  .smap .card .line-blue {
    margin: 0 0 20px 0; }

  .smap .card h2 {
    text-align: left;
    margin-top: 5px; }

  .smap .card p {
    font-size: 1.3em;
    color: #343434; }

  .smap .card .mapa-souradnice {
    display: inline;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    line-height: 1.5;
    margin-left: 10px;
    color: #343434; }

  .smap .card .mapa-souradnice-zdroj {
    display: inline;
    font-family: "Open Sans", sans-serif;
    font-size: 0.818em;
    line-height: 1.5;
    color: #343434; } }
@media (min-width: 992px) {
  .uvod-jumbo h1 {
    font-size: 4em; }

  .uvod-img-ilustracni {
    max-width: 230px; }

  .obrazek-mista .lg {
    display: block; }

  .obrazek-mista .sm {
    display: none; } }
@media (min-width: 1200px) {
  .smap .card {
    width: 526px !important;
    bottom: -115px !important;
    left: -550px !important; } }
@media (max-width: 767px) {
  .slovnik-left p:nth-of-type(2) {
    margin-bottom: 26px; }

  .slovnik-left p:nth-of-type(4) {
    margin-bottom: 26px; } }
@media (max-width: 767px) and (min-width: 339px) {
  .slovnik-left p:nth-of-type(2) {
    margin-bottom: 0px; } }
@media (max-width: 767px) and (min-width: 368px) {
  .slovnik-left p:nth-of-type(4) {
    margin-bottom: 0px; } }
@media (max-width: 767px) and (min-width: 403px) {
  .slovnik-left p:nth-of-type(4) {
    margin-bottom: 26px; } }
@media (max-width: 767px) and (min-width: 646px) {
  .slovnik-left p:nth-of-type(4) {
    margin-bottom: 0px; } }
.cert-card {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #f2e2c0;
  border: solid 1px #ab8a64;
  padding-top: 42px;
  max-width: 650px;
  display: block;
  margin: 0 auto; }
  .cert-card .orange-button {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 260px;
    height: 40px;
    padding-top: 8px; }

#certificate_ad {
  margin-top: 0px;
  margin-bottom: 100px; }

#certificate_ad p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #5a3912;
  text-align: center; }

#certificate-img {
  position: relative;
  left: calc(67% - 170px);
  top: 65px; }

.certificate-div {
  margin-top: -30px; }

@media (min-width: 420px) {
  #certificate-img {
    left: calc(62.5% - 170px); } }
@media (min-width: 576px) {
  #certificate-img {
    left: calc(60% - 170px); } }
@media (min-width: 768px) {
  .cert-card {
    padding-top: 1px;
    padding-left: 250px;
    margin: 0 auto;
    display: block;
    margin-left: 45px; }
    .cert-card .orange-button {
      margin: 0 0 20px 0;
      max-width: 300px; }

  #certificate_ad p {
    font-size: 1.286em;
    text-align: left; }

  .certificate-div {
    margin-top: 80px; }

  #certificate-img {
    position: absolute;
    top: -40px;
    left: 25px; } }
@media (min-width: 992px) {
  #certificate-img {
    left: 38px; } }
@media (min-width: 1200px) {
  .cert-card {
    margin-left: 50px; } }
.certifikat-text img {
  max-width: 200px;
  display: block;
  margin: 0 auto; }

.certifikat-podnadpis {
  text-align: center; }

.certifikat-cena-text {
  font-weight: bold;
  text-align: center; }

.certifikat-cena {
  text-align: center;
  font-family: "PT Serif", serif;
  font-size: 2em;
  font-weight: bold; }

.certifikat-koupit {
  margin-top: 50px;
  margin-bottom: 50px; }

.prodejni_mista {
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  overflow: auto;
  padding: 10px 26px 25px 26px;
  margin-top: 50px;
  margin-bottom: 75px; }

.prodejni_misto {
  margin-bottom: 50px; }

.prodejni_misto img {
  display: block;
  width: 32px;
  height: 46px;
  margin: 0 auto; }

.prodejni_misto h3 {
  font-family: "PT Serif", serif;
  font-size: 1.286em;
  font-weight: bold;
  color: #343434;
  text-align: center;
  text-transform: none; }

.prodejni_misto p.prodejni_misto_podnadpis {
  font-family: "PT Serif", serif;
  font-size: 1em;
  color: #343434;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px; }

.prodejni_misto p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.929em;
  color: #2b2b2b;
  line-height: 1.46;
  text-align: center;
  margin-bottom: 0; }

.souradnice {
  color: #71924a;
  margin: 5px auto 10px auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  text-align: center; }

.upoutavka-container {
  padding: 0 20px 50px 20px; }

.upoutavka-container h2 {
  display: block;
  width: 80%;
  margin: 0 auto 10px auto; }

.upoutavka-container p {
  display: block;
  margin: 0 auto 10px auto;
  max-width: 600px;
  text-align: center;
  padding: 10px; }

.upoutavka-container p:last-of-type {
  margin-bottom: 50px; }

.upoutavka_certifikat {
  background-color: #fff;
  overflow: auto;
  padding: 15px 15px 25px 15px;
  margin: 0 10px 50px 10px; }

.upoutavka_certifikat h4 {
  font-family: "PT Serif", serif;
  color: #343434;
  display: block;
  text-align: center;
  max-width: 125px;
  margin: 25px auto 25px auto; }

.upoutavka_img {
  max-width: 150px;
  display: block;
  margin: 0 auto; }

.btn-upoutavka {
  max-width: 180px;
  display: block;
  margin: 0 auto; }

@media (min-width: 768px) {
  .certifikat-podnadpis {
    text-align: left; }

  .certifikat-text h1 {
    text-align: left; }

  .certifikat-obrazek img {
    max-width: 100%;
    display: block;
    margin: 150px auto 0 auto; }

  .certifikat-text {
    font-family: "Open Sans", sans-serif;
    color: #343434; }

  .certifikat-text p {
    font-size: 1.143em; }

  .certifikat-text ul {
    font-size: 1.143em;
    line-height: 1.5; }

  .certifikat-koupit {
    margin-top: 25px; }

  .certifikat-cena-text {
    display: block;
    float: left;
    font-size: 0.919em !important;
    margin-top: 18px;
    font-weight: normal;
    text-align: left; }

  .certifikat-cena {
    text-align: left;
    display: block;
    float: left;
    margin-left: 15px;
    margin-right: 40px;
    font-size: 2.286em !important;
    margin-top: 5px; }

  .btn-certifikat {
    display: block;
    float: left;
    margin-top: 5px;
    margin-bottom: 20px;
    max-width: 260px;
    height: 45px;
    padding-top: 11px; }

  .prodejni_misto {
    margin-bottom: 0; }

  .prodejni_mista {
    padding-bottom: 50px; }

  .upoutavka-container h2 {
    width: 100%; } }
@media (min-width: 992px) {
  .btn-certifikat {
    max-width: 300px; }

  .certifikat-obrazek img {
    margin: 60px auto 0 auto; } }
@media (min-width: 1200px) {
  .certifikat-obrazek img {
    margin: 0px auto 0 auto;
    max-width: 447px; }

  .container-certifikat {
    margin-top: 25px; }

  .upoutavka_certifikat {
    max-width: 310px;
    padding: 15px 20px 15px 100px; }

  .upoutavka_certifikat h4 {
    margin: 0;
    text-align: left;
    display: block;
    float: left;
    max-width: 200px;
    line-height: 1.25;
    font-size: 1.143em; }

  .btn-upoutavka {
    float: left;
    margin-top: 15px; }

  .upoutavka_img {
    max-width: 150px;
    position: absolute;
    top: -12px;
    left: -40px; }

  .upoutavka-push {
    left: 3.3333333%; } }
.tabulka-kalendar {
  max-width: 1200px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  margin: 0 auto 75px auto; }

.tablepress {
  font-family: "Open Sans", sans-serif;
  font-size: 0.929em;
  font-weight: bold;
  color: #2b2b2b;
  line-height: 1.46; }

.tablepress .odd td {
  background-color: #ecf2f8 !important; }

.row-1 {
  font-family: "PT Serif", serif;
  font-size: 1.286em;
  color: #343434;
  font-weight: bold; }

.row-1 img {
  float: left;
  margin-top: 3px !important;
  max-height: 18px; }

.tablepress span {
  float: left;
  display: block;
  margin-left: 6px; }

.row-1 .column-4 img {
  display: inline-block;
  float: inherit;
  margin-top: -4px !important; }

.row-1 .column-4 span {
  display: inline-block;
  float: inherit; }

.tablepress thead th {
  background-color: #fff !important; }

.row-hover:hover {
  background-color: inherit; }

@media (min-width: 768px) {
  .tabulka-kalendar {
    padding: 10px 35px 32px 35px; }

  .even .column-1 {
    width: 130px;
    padding: 15px 0 15px 10px !important; }
  .even .column-2 {
    width: 530px;
    padding: 15px 0 15px 10px !important; }
  .even .column-3 {
    width: 280px;
    padding: 15px 0 15px 10px !important; }
  .even .column-4 {
    width: 190px;
    padding: 15px 0 15px 10px !important;
    text-align: center !important; }

  .odd .column-1 {
    width: 130px;
    padding: 15px 0 15px 10px !important; }
  .odd .column-2 {
    width: 530px;
    padding: 15px 0 15px 10px !important; }
  .odd .column-3 {
    width: 280px;
    padding: 15px 0 15px 10px !important; }
  .odd .column-4 {
    width: 190px;
    padding: 15px 0 15px 10px !important;
    text-align: center !important; } }
@media (max-width: 768px) {
  .tablepress tbody tr td {
    padding-left: 125px;
    border-top: none;
    border-bottom: 1px solid #d5d5d5 !important; }

  tbody {
    background-color: #f1f1f1; }

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  tr {
    border: 1px solid #d5d5d5;
    display: block;
    margin-bottom: 25px; }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee !important;
    position: relative; }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }

  /*
  Label the data
  */
  td:nth-of-type(1):before {
    content: "Datum:";
    font-weight: bold;
    font-family: "PT Serif", serif; }

  td:nth-of-type(2):before {
    content: "Název akce:";
    font-weight: bold;
    font-family: "PT Serif", serif; }

  td:nth-of-type(3):before {
    content: "Místo konání:";
    font-weight: bold;
    font-family: "PT Serif", serif; }

  td:nth-of-type(4):before {
    content: "Více...";
    font-weight: bold;
    font-family: "PT Serif", serif; } }
.top-mista-header h1 {
  text-align: left; }

.top-mista-container {
  margin-top: 45px; }

.top-mista-container a:hover .arrow_box {
  height: 65px;
  bottom: 20px;
  margin-bottom: 0px;
  clear: both;
  transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s; }

.top-misto {
  max-width: 275px;
  display: block;
  margin: 0 auto; }

.top-misto span {
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  line-height: 3.1em;
  text-decoration: underline; }

.top-misto img {
  width: 100%;
  height: 100%; }

.arrow_box {
  position: relative;
  background: #71924a;
  height: 45px;
  bottom: 0;
  display: block;
  margin-bottom: 20px;
  transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s; }

.arrow_box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(172, 67, 71, 0);
  border-bottom-color: #71924a;
  border-width: 10px;
  margin-left: -10px; }

.top-mista-kontakt {
  display: block;
  text-align: center;
  margin-bottom: 75px; }

.top-mista-kontakt img {
  margin: 45px auto 25px auto; }

.top-mista-kontakt p {
  font-family: "PT Serif", serif;
  font-size: 1.714em;
  color: #343434;
  font-weight: normal;
  margin-bottom: 15px; }

.top-mista-kontakt a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.143em; }

.konkretni_top {
  display: block;
  overflow: auto;
  margin-bottom: 45px; }

.adresa {
  display: block;
  text-align: center; }

.adresa img {
  height: 27px;
  float: inherit;
  margin: 0 auto 10px auto; }

.konkretni_misto {
  margin-bottom: 45px; }

.konkretni_misto h2 {
  text-align: left; }

.konkretni_top .adresa p {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.929em;
  line-height: 1.46;
  color: #2b2b2b;
  margin: 0; }

.konkretni_top a {
  margin-top: 10px;
  text-align: center;
  display: block;
  margin: 0 auto 25px; }

.konkretni_bg {
  background: none;
  padding: 10px; }

.konkretni_misto img {
  max-width: 100%; }

.misto_tipy {
  margin-top: 50px; }

.misto_tipy h2 {
  text-align: center; }

.tip_cislo {
  font-family: "PT Serif", serif;
  font-size: 4.143em;
  color: #71924a;
  font-weight: bold;
  width: 20%;
  display: block;
  float: left;
  text-align: right;
  padding-right: 5px; }

.tip_text {
  font-family: "Open Sans", sans-serif;
  line-height: 1.54;
  color: #2b2b2b;
  text-align: left;
  width: 80%;
  display: block;
  float: left;
  margin-top: 15px; }

@media (min-width: 768px) {
  .rozhledna {
    background-image: url("../images/rozhledna-bg.png");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-top: -69px;
    padding: 70px 10px 30px 10px; } }
  @media all and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), all and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), all and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
    .rozhledna {
      background-image: url("../images/rozhledna-bg@2x.png"); } }

@media (min-width: 768px) {
  .konkretni_misto h1 {
    text-align: left; }

  .adresa {
    text-align: left; }

  .adresa img {
    display: block;
    float: left;
    margin: 0 10px 0 0; }

  .konkretni_top {
    margin-bottom: 30px; }

  .konkretni_top a {
    display: inline-block;
    float: left;
    margin-top: 10px; }

  .konkretni_top a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    text-decoration: none;
    font-size: 0.6em;
    float: right;
    margin-left: 7px;
    margin-top: 6px; }

  .tip_cislo {
    font-size: 3em; }

  .tip_text {
    margin-top: 10px; } }
@media (min-width: 992px) {
  .tip_cislo {
    font-size: 4.143em; }

  .tip_text {
    margin-top: 15px; } }
@media (min-width: 1200px) {
  .konkretni_top {
    margin-bottom: 45px; }

  .konkretni_top h1 {
    font-size: 4.0em;
    margin-top: 80px; } }
#site_select #site_select {
  margin-top: 50px; }
#site_select img {
  width: 108px;
  margin: 0 auto;
  display: block; }

.sitecard {
  width: 300px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.929em;
  text-align: center;
  color: #2b2b2b;
  padding: 23px 50px 30px 50px;
  display: block;
  margin: 0 auto 50px auto; }

.sitecard p {
  margin: 23px 0;
  line-height: 1.46; }

.nejzapadnejsi {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #2e3192;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #2e3192;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #2e3192; }

.nejsevernejsi {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #43922e;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #43922e;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #43922e; }

.nejjiznejsi {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #da914e;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #da914e;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #da914e; }

.nejvychodnejsi {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #d0262d;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #d0262d;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #d0262d; }

@media (min-width: 576px) {
  .sitecard {
    width: 275px; } }
@media (min-width: 768px) {
  #site_select {
    margin-top: 50px; } }
@media (min-width: 992px) {
  #site_select .col-sm-push-3 {
    left: 0; } }
@media (min-width: 1200px) {
  #site_select .col-sm-push-3 {
    left: 8.33333333% !important; }
  #site_select .col-lg-3 {
    width: 27%; } }
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

body {
  font-family: "Open Sans", sans-serif;
  background-color: #f1f1f1;
  color: #2b2b2b;
  height: 100%; }

h1 {
  font-family: "PT Serif", serif;
  font-size: 1.714em;
  color: #343434;
  text-align: center;
  margin-top: 0; }

h2 {
  font-family: "PT Serif", serif;
  font-size: 1.286em;
  color: #343434;
  text-align: center; }

h3 {
  font-family: "PT Serif", serif;
  font-size: 1.429em;
  color: #5a3912;
  text-align: center;
  text-transform: uppercase; }

a {
  color: #71924a;
  text-decoration: underline;
  transition: auto, 0.25s;
  -o-transition: auto, 0.25s;
  -moz-transition: auto, 0.25s;
  -webkit-transition: auto, 0.25s; }

a:hover, a:active, a:focus {
  color: #86c23e;
  transition: auto, 0.25s;
  -o-transition: auto, 0.25s;
  -moz-transition: auto, 0.25s;
  -webkit-transition: auto, 0.25s; }

.center-ul {
  text-align: center; }

ul.odstavec {
  list-style-position: inside;
  display: inline-block;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0; }

.text-center-div p {
  text-align: center; }

.wrapper {
  min-height: calc(100vh - 93px);
  padding-top: 50px; }

.map-separator-top {
  background: linear-gradient(rgba(246, 246, 246, 0), #e8e8e8 60.92%, rgba(214, 215, 213, 0));
  background: -webkit-linear-gradient(rgba(246, 246, 246, 0), #e8e8e8 60.92%, rgba(214, 215, 213, 0));
  background: -moz-linear-gradient(rgba(246, 246, 246, 0), #e8e8e8 60.92%, rgba(214, 215, 213, 0));
  position: absolute;
  z-index: 50;
  margin-top: -40px;
  width: 100%;
  height: 65px; }

.map-separator-top-dark {
  background: linear-gradient(rgba(246, 246, 246, 0), #e8e8e8 60.92%, rgba(214, 215, 213, 0));
  background: -webkit-linear-gradient(rgba(246, 246, 246, 0), #e8e8e8 60.92%, rgba(214, 215, 213, 0));
  background: -moz-linear-gradient(rgba(246, 246, 246, 0), #e8e8e8 60.92%, rgba(214, 215, 213, 0));
  position: absolute;
  z-index: 50;
  margin-top: -40px;
  width: 100%;
  height: 65px; }

@supports (-ms-ime-align: auto) {
  .wrapper {
    min-height: calc(-92px + 100vh);
    padding-top: 50px; } }
@media (min-width: 768px) {
  body {
    color: #343434; }

  h1 {
    font-size: 4.143em;
    font-weight: bold;
    margin-bottom: 20px; }

  h2 {
    font-size: 1.714em; }

  h3 {
    font-size: 2.071em;
    text-align: left;
    margin-bottom: 2px; }

  .odstavec {
    font-size: 1.143em;
    margin: 25px 0px; }

  .wrapper {
    padding-top: 50px; }

  @supports (-ms-ime-align: auto) {
    .wrapper {
      padding-top: 25px; } } }
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .wrapper {
    padding-top: 50px; } }
@media (min-width: 992px) {
  .odstavec {
    margin: 25px 110px; } }
@media (min-width: 1200px) {
  .odstavec {
    margin: 25px 210px; }

  .text-center-div p {
    margin: 25px 210px;
    text-align: center; } }

/*# sourceMappingURL=styles.css.map */
