@charset "UTF-8";
/* 
    Created on : 4.8.2016, 17:01:12
    Author     : jan.kolar
*/
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
}

h1 span, h2 span, h3 span {
  font-size: 50%;
  color: #b3b3b3;
}

sup {
  vertical-align: top;
  font-size: 75%;
}

.row {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 1280px;
}

.menu .row {
  margin-bottom: 0;
}
.menu .row .pager {
  margin-bottom: 10px;
}
.menu .row .pager li a {
  margin-bottom: 10px;
  color: #3d2400;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  .menu .row .pager li a {
    font-weight: 300;
    font-size: 24px;
  }
}
.menu .row .pager li a:hover, .menu .row .pager li a.active {
  color: #3d2400;
  background-color: #fc0 !important;
  border-color: #fc0;
}

.body {
  padding-top: 4%;
  padding-bottom: 4%;
}
.body.body_intro {
  background-image: url(../img/chalupa-sudomer-intro-mobile.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 769px) {
  .body.body_intro {
    background-image: url(../img/chalupa-sudomer-intro.jpg);
  }
}
.body.body_intro .row div h1 {
  font-size: 36px;
  color: #fff;
  text-shadow: 1px 1px 50px #000;
  line-height: 115%;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .body.body_intro .row div h1 {
    font-size: 70px;
    letter-spacing: -3px;
  }
}
@media screen and (min-width: 1280px) {
  .body.body_intro .row div h1 {
    font-size: 110px;
    letter-spacing: -5px;
  }
}
.body.body_intro .row div p {
  line-height: 1.25;
}
@media (max-width: 768px) {
  .body.body_intro .row div p {
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .body.body_intro .row div p {
    font-size: 36px;
  }
}
.body.body_dark {
  background-image: radial-gradient(center bottom, circle cover, #854e00, #3d2400);
  background-image: -webkit-radial-gradient(center bottom, circle cover, #854e00, #3d2400);
}
.body.body_dark .row {
  margin-bottom: 25px;
}
.body.body_dark .row h2, .body.body_dark .row h3 {
  color: #fc0;
}
.body.body_light {
  background-image: radial-gradient(center bottom, circle cover, #ddd, #eee, #fff);
  background-image: -webkit-radial-gradient(center bottom, circle cover, #ddd, #eee, #fff);
}
.body.body_light .row h2, .body.body_light .row h3 {
  color: #fc0;
  text-shadow: 1px 1px 1px #3d2400;
}
.body.body_light .row p {
  text-shadow: none;
  color: #000;
}
.body .row h1, .body .row h2, .body .row h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .body .row h1.big, .body .row h2.big, .body .row h3.big {
    font-weight: 800;
    font-size: 60px;
  }
}
@media screen and (min-width: 769px) {
  .body .row h1.margin_bottom, .body .row h2.margin_bottom, .body .row h3.margin_bottom {
    margin-bottom: 60px;
  }
}
.body .row h1.red, .body .row h2.red, .body .row h3.red {
  color: #fc0;
}
.body .row p {
  /* velikost písma */
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 10px #000;
}
@media (max-width: 768px) {
  .body .row p {
    font-weight: 400;
  }
}
@media screen and (min-width: 769px) {
  .body .row p {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.body .row p a {
  color: #fff;
}
.body .row p a:hover {
  color: #fc0;
}
.body .row {
  /* ikony */
}
.body .row .glyphicon {
  text-align: center;
  font-size: 60px;
  color: #fff;
  text-shadow: 1px 1px 10px #000;
}
@media (max-width: 768px) {
  .body .row .glyphicon {
    font-size: 30px;
  }
}
.body .row .photo {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .body .row .photo {
    margin-bottom: 30px;
  }
}
.body .row .photo img {
  margin-bottom: 5px;
  width: 24%;
  padding: 2%;
  height: auto;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 20px #888;
}
@media (max-width: 768px) {
  .body .row .photo img {
    width: 49%;
  }
}
.body .row a {
  text-decoration: none;
}
.body .row a.button {
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  height: 75px;
  line-height: 75px;
  text-transform: uppercase;
  font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fc0;
  border: 1px solid #fc0;
  border-radius: 50%;
}
.body .row a.button:hover {
  color: #fff;
  background-color: #fc0;
}
.body .row ul {
  margin-bottom: 30px;
  list-style-position: outside;
}
.body .row ul.seznam {
  padding-left: 20px;
}
.body .row ul.seznam li {
  margin-bottom: 10px;
  color: #fff;
}
.body .row ul.seznam li:first-child {
  margin-left: -20px;
  list-style: none;
  font-weight: 800;
  color: #fc0;
}
@media screen and (min-width: 769px) {
  .body .row ul.seznam li:first-child {
    font-size: 30px;
  }
}
.body .row .box {
  margin-top: 20px;
  margin-bottom: 10px;
}
.body .row .box div {
  margin-right: 10px;
}
.body .row .box div img {
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .body .row .box div img {
    width: 100%;
    height: auto;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .body .row .box div img.img-circle {
    border-radius: 0;
  }
}
.body .row .box div h2 {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .body .row .box div h2 {
    margin-bottom: 10px;
  }
}
.body .row table {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.25);
}
.body .row table tr th, .body .row table tr td {
  padding: 2%;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .body .row table tr th, .body .row table tr td {
    font-size: 24px;
  }
}
.body .row table tr th {
  border-bottom: 1px solid #fff;
}
.body.footer {
  padding-top: 4%;
  padding-bottom: 4%;
  background-color: #eee;
}
.body.footer .row div h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #fc0;
  text-shadow: 1px 1px 1px #3d2400;
}
.body.footer .row div p {
  margin-bottom: 10px;
  text-shadow: none;
  font-size: 100%;
  color: #3d2400;
}
.body.footer .row div p a {
  color: #3d2400;
}
.body.footer .row div .glyphicon {
  margin-top: 20px;
}
.body.footer .row div .img_responsive {
  width: 100%;
  height: auto;
}
.body.footer .row div .img_shadow {
  box-shadow: 0 0 20px #888;
}

.divider {
  width: 100%;
  height: 40px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .divider {
    height: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .divider {
    height: 10px;
  }
}

.ikona {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  color: #fff;
}/*# sourceMappingURL=style.css.map */