@charset "UTF-8";
@import url(kontakt_form.css);
* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@font-face {
  font-family: 'DidactGothic-Regular';
  src: url(../font/DidactGothic-Regular.eot);
  src: url(../font/DidactGothic-Regular.eot?#iefix) format("embedded-opentype"), url(../font/DidactGothic-Regular.otf) format("otf"), url(../font/DidactGothic-Regular.svg#DidactGothic-Regular) format("svg"), url(../font/DidactGothic-Regular.woff) format("woff"), url(../font/DidactGothic-Regular.woff2) format("woff2");
}

body {
  font-family: 'DidactGothic-Regular';
  font-size: 14px;
}

body div#header {
  height: 220px;
}

@media only screen and (max-width: 980px) {
  body div#header {
    height: 200px;
  }
}

@media only screen and (max-width: 415px) {
  body div#header {
    height: 340px;
  }
}

body div#header .zarovnani {
  max-width: 1630px;
  width: 95%;
  margin: 0 auto;
}

body div#header .zarovnani a#logo {
  margin-top: 27px;
  float: left;
  width: 253px;
  margin-left: 55px;
}

@media only screen and (max-width: 1270px) {
  body div#header .zarovnani a#logo {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1180px) {
  body div#header .zarovnani a#logo {
    width: 203px;
    margin-top: 34px;
  }
}

body div#header .zarovnani a#logo img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 415px) {
  body div#header .zarovnani a#logo {
    float: none;
    width: 100%;
    max-width: 253px;
    clear: both;
    margin: auto;
    padding-top: 30px;
    display: block;
  }
}

body div#header .zarovnani a#telefon {
  float: right;
  margin-top: 107px;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  background-image: url("../img/tel.png");
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 27px;
}

@media only screen and (max-width: 1270px) {
  body div#header .zarovnani a#telefon {
    font-family: "DidactGothic-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: #000000;
  }
}

@media only screen and (max-width: 980px) {
  body div#header .zarovnani a#telefon {
    position: absolute;
    top: 30px;
    right: 20px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 415px) {
  body div#header .zarovnani a#telefon {
    float: none;
    width: 100%;
    max-width: 190px;
    clear: both;
    margin: auto;
    display: block;
    margin-top: 20px;
    position: relative;
    top: 0px;
    right: 0px;
  }
}

body div#header .zarovnani div#nav {
  float: right;
  margin-right: 279px;
  position: relative;
}

@media only screen and (max-width: 1560px) {
  body div#header .zarovnani div#nav {
    margin-right: 179px;
  }
}

@media only screen and (max-width: 1400px) {
  body div#header .zarovnani div#nav {
    margin-right: 49px;
  }
}

@media only screen and (max-width: 1180px) {
  body div#header .zarovnani div#nav {
    margin-right: 29px;
  }
}

@media only screen and (max-width: 980px) {
  body div#header .zarovnani div#nav {
    width: calc(100% - 440px);
    margin-top: 96px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 715px) {
  body div#header .zarovnani div#nav {
    margin-top: 120px;
    width: calc(100% - 220px);
    margin-right: auto;
  }
}

@media only screen and (max-width: 415px) {
  body div#header .zarovnani div#nav {
    margin-top: 20px;
    width: 100%;
    margin-right: auto;
  }
}

body div#header .zarovnani div#nav ul {
  list-style: none;
  text-align: right;
  margin-top: 116px;
}

@media only screen and (max-width: 980px) {
  body div#header .zarovnani div#nav ul {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    margin-top: 14px;
  }
}

@media only screen and (max-width: 415px) {
  body div#header .zarovnani div#nav ul {
    margin-top: 4px;
  }
}

body div#header .zarovnani div#nav ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0 5px;
  padding-bottom: 9px;
}

@media only screen and (max-width: 1180px) {
  body div#header .zarovnani div#nav ul li {
    margin: 0 7px;
    padding: 0 3px;
  }
}

@media only screen and (max-width: 980px) {
  body div#header .zarovnani div#nav ul li {
    display: block;
    z-index: 999;
    margin: 0 0;
    padding: 0 3px;
    background-color: white;
  }
}

body div#header .zarovnani div#nav ul li:hover, body div#header .zarovnani div#nav ul li.active {
  border-bottom: solid #CD5B68 7px;
}

@media only screen and (max-width: 980px) {
  body div#header .zarovnani div#nav ul li:hover, body div#header .zarovnani div#nav ul li.active {
    border: none;
    background-color: white;
  }
}

body div#header .zarovnani div#nav ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

body div#header .zarovnani div#nav ul li a {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}

@media only screen and (max-width: 1180px) {
  body div#header .zarovnani div#nav ul li a {
    font-family: "DidactGothic-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #000000;
  }
}

@media only screen and (max-width: 980px) {
  body div#header .zarovnani div#nav ul li a {
    display: block;
    font-family: "DidactGothic-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #000000;
  }
}

@media only screen and (max-width: 980px) {
  body div#header .zarovnani div#nav #hamburger {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    margin-left: calc(100% - 60px);
  }
}

@media only screen and (max-width: 980px) and (max-width: 415px) {
  body div#header .zarovnani div#nav #hamburger {
    margin-left: auto;
  }
}

@media only screen and (max-width: 980px) {
  body div#header .zarovnani div#nav #hamburger span {
    display: block;
    height: 8px;
    width: 100%;
    position: absolute;
    background-color: black;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  body div#header .zarovnani div#nav #hamburger span:nth-child(1) {
    top: 0px;
  }
  body div#header .zarovnani div#nav #hamburger span:nth-child(2) {
    top: 18px;
  }
  body div#header .zarovnani div#nav #hamburger span:nth-child(3) {
    top: 36px;
  }
  body div#header .zarovnani div#nav #hamburger:hover span:nth-child(1), body div#header .zarovnani div#nav #hamburger.open span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
    background-color: #f03fb7;
  }
  body div#header .zarovnani div#nav #hamburger:hover span:nth-child(2), body div#header .zarovnani div#nav #hamburger.open span:nth-child(2) {
    top: 20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background-color: #f03fb7;
  }
  body div#header .zarovnani div#nav #hamburger:hover span:nth-child(3), body div#header .zarovnani div#nav #hamburger.open span:nth-child(3) {
    display: none;
    background-color: #f03fb7;
  }
}

body div#head_img {
  position: relative;
  width: 100%;
  height: 819px;
  background-image: url("../img/header.jpg");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1200px) {
  body div#head_img {
    background-position-x: 35%;
  }
}

@media only screen and (max-width: 980px) {
  body div#head_img {
    padding-top: 102px;
    height: 417px;
  }
}

@media only screen and (max-width: 500px) {
  body div#head_img {
    padding-top: 32px;
    height: 217px;
  }
}

body div#head_img div.zarovnani {
  max-width: 1630px;
  width: 95%;
  margin: 0 auto;
  max-width: 1250px;
}

body div#head_img div.zarovnani div.content {
  max-width: 699px;
  float: right;
}

@media only screen and (max-width: 1200px) {
  body div#head_img div.zarovnani div.content {
    max-width: 499px;
  }
}

@media only screen and (max-width: 980px) {
  body div#head_img div.zarovnani div.content {
    margin: auto;
    max-width: 439px;
  }
}

body div#head_img div.zarovnani div.content h2 {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 85px;
  line-height: 111px;
  text-align: left;
  color: #A45A63;
  margin-top: 202px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 1200px) {
  body div#head_img div.zarovnani div.content h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 980px) {
  body div#head_img div.zarovnani div.content h2 {
    margin-top: 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  body div#head_img div.zarovnani div.content h2 {
    font-size: 45px;
    line-height: 70px;
    max-width: 50%;
    float: right;
  }
}

@media only screen and (max-width: 500px) {
  body div#head_img div.zarovnani div.content h2 {
    font-size: 35px;
    line-height: 50px;
  }
}

body div#head_img div.zarovnani div.content a {
  margin-top: 53px;
  width: 184px;
  height: 39px;
  display: inline-block;
  margin-right: 23px;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 1px white;
  -webkit-transition: 300ms ease-in;
  transition: 300ms ease-in;
}

@media only screen and (max-width: 980px) {
  body div#head_img div.zarovnani div.content a {
    display: none;
  }
}

body div#head_img div.zarovnani div.content a.prehled {
  background-color: #AB6971;
  border: solid 1px #AB6971;
}

body div#head_img div.zarovnani div.content a.prehled:hover {
  background-color: transparent;
  border: solid 1px white;
}

body div#head_img div.zarovnani div.content a.rezervace:hover {
  background-color: #AB6971;
  border: solid 1px #AB6971;
}

body div#head_img a.down {
  position: absolute;
  background-image: url("../img/todown.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 26px;
  height: 60px;
  left: calc(50% - 13px);
  bottom: 43px;
  cursor: pointer;
}

@media only screen and (max-width: 980px) {
  body div#head_img a.down {
    display: none;
  }
}

body div#content .zarovnani {
  max-width: 1630px;
  width: 95%;
  margin: 0 auto;
  max-width: 1243px;
}

body div#content .zarovnani div.relaxace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 443px;
  margin-top: 148px;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.relaxace {
    display: block;
    margin-top: 48px;
    height: auto;
  }
}

body div#content .zarovnani div.relaxace .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 1000px) {
  body div#content .zarovnani div.relaxace .cont {
    margin: 20px;
  }
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.relaxace .cont {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    max-width: 100%;
    margin: auto;
  }
}

body div#content .zarovnani div.relaxace .cont h2 {
  display: block;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 45px;
  text-align: left;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.relaxace .cont h2 {
    text-align: center;
  }
}

body div#content .zarovnani div.relaxace .cont p {
  display: block;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #000000;
  max-width: 464px;
  margin-top: 24px;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.relaxace .cont p {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}

body div#content .zarovnani div.relaxace .cont a {
  margin-top: 24px;
  width: 184px;
  height: 39px;
  display: block;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 1px black;
  -webkit-transition: 300ms ease-in;
  transition: 300ms ease-in;
  background-color: white;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.relaxace .cont a {
    display: block;
    float: none;
    clear: both;
    margin: 10px auto;
  }
}

body div#content .zarovnani div.relaxace .cont a:hover {
  background-color: #AB6971;
  border: solid 1px #AB6971;
  color: white;
}

body div#content .zarovnani div.relaxace .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 443px;
}

body div#content .zarovnani div.relaxace .img::before {
  content: "";
  position: absolute;
  background-image: url("../img/vzor1.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 230px;
  height: 200px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

body div#content .zarovnani div.relaxace .img img {
  margin-left: 46px;
  margin-top: 92px;
  display: block;
}

body div#content .zarovnani div.relaxace .img::after {
  content: "";
  position: absolute;
  background-image: url("../img/vzor1.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 230px;
  height: 200px;
  top: 0px;
  right: -12px;
  z-index: -1;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.relaxace .img {
    display: none;
  }
}

body div#content .zarovnani div.relaxace .img_mobile {
  display: none;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.relaxace .img_mobile {
    display: block;
    height: 328px;
    position: relative;
    max-width: 600px;
    margin: auto;
  }
}

@media only screen and (max-width: 980px) and (max-width: 440px) {
  body div#content .zarovnani div.relaxace .img_mobile {
    height: 278px;
  }
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.relaxace .img_mobile::before {
    content: "";
    position: absolute;
    background-image: url("../img/vzor1.png");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 115px;
    height: 100px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
  }
  body div#content .zarovnani div.relaxace .img_mobile img {
    margin-left: 138px;
    margin-top: 47px;
    display: block;
    max-width: 400px;
    width: 90%;
    margin: 20px auto;
  }
  body div#content .zarovnani div.relaxace .img_mobile::after {
    content: "";
    position: absolute;
    background-image: url("../img/vzor1.png");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 115px;
    height: 100px;
    top: 0px;
    right: -12px;
    z-index: -1;
  }
}

body div#content .zarovnani div.pristroje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 477px;
  margin-top: 87px;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.pristroje {
    display: block;
    margin-top: 48px;
    height: auto;
  }
}

body div#content .zarovnani div.pristroje .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  float: right;
  max-width: 464px;
}

@media only screen and (max-width: 1000px) {
  body div#content .zarovnani div.pristroje .cont {
    margin: 20px;
  }
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.pristroje .cont {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    max-width: 100%;
    margin: auto;
  }
}

body div#content .zarovnani div.pristroje .cont h2 {
  display: block;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 45px;
  text-align: left;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.pristroje .cont h2 {
    text-align: center;
  }
}

body div#content .zarovnani div.pristroje .cont p {
  display: block;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #000000;
  max-width: 464px;
  margin-top: 24px;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.pristroje .cont p {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}

body div#content .zarovnani div.pristroje .cont a {
  margin-top: 24px;
  width: 184px;
  height: 39px;
  display: block;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 1px black;
  -webkit-transition: 300ms ease-in;
  transition: 300ms ease-in;
  background-color: white;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.pristroje .cont a {
    display: block;
    float: none;
    clear: both;
    margin: 10px auto;
  }
}

body div#content .zarovnani div.pristroje .cont a:hover {
  background-color: #AB6971;
  border: solid 1px #AB6971;
  color: white;
}

body div#content .zarovnani div.pristroje .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 477px;
}

body div#content .zarovnani div.pristroje .img::before {
  content: "";
  position: absolute;
  background-image: url("../img/vzor2.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 223px;
  height: 204px;
  bottom: 0px;
  left: 316px;
  z-index: -1;
}

body div#content .zarovnani div.pristroje .img img {
  margin-left: 0px;
  margin-top: 70px;
  display: block;
}

body div#content .zarovnani div.pristroje .img::after {
  content: "";
  position: absolute;
  background-image: url("../img/vzor2.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 223px;
  height: 204px;
  top: 0px;
  left: 385px;
  z-index: -1;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.pristroje .img {
    display: none;
  }
}

body div#content .zarovnani div.pristroje .img_mobile {
  display: none;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.pristroje .img_mobile {
    display: block;
    height: 328px;
    position: relative;
    max-width: 600px;
    margin: auto;
  }
}

@media only screen and (max-width: 980px) and (max-width: 440px) {
  body div#content .zarovnani div.pristroje .img_mobile {
    height: 278px;
  }
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.pristroje .img_mobile::before {
    content: "";
    position: absolute;
    background-image: url("../img/vzor2.png");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 111px;
    height: 102px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
  }
  body div#content .zarovnani div.pristroje .img_mobile img {
    margin-left: 138px;
    margin-top: 47px;
    display: block;
    max-width: 400px;
    width: 90%;
    margin: 20px auto;
  }
  body div#content .zarovnani div.pristroje .img_mobile::after {
    content: "";
    position: absolute;
    background-image: url("../img/vzor2.png");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 111px;
    height: 102px;
    top: 0px;
    right: 10px;
    z-index: -1;
  }
}

body div#content .zarovnani div.cas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 428px;
  margin-top: 126px;
  margin-bottom: 94px;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.cas {
    display: block;
    margin-top: 48px;
    height: auto;
  }
}

body div#content .zarovnani div.cas .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  float: right;
  max-width: 50%;
}

@media only screen and (max-width: 1000px) {
  body div#content .zarovnani div.cas .cont {
    margin: 20px;
  }
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.cas .cont {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both;
    margin: auto;
  }
}

body div#content .zarovnani div.cas .cont h2 {
  display: block;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 45px;
  text-align: left;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.cas .cont h2 {
    text-align: center;
  }
}

body div#content .zarovnani div.cas .cont p {
  display: block;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #000000;
  max-width: 464px;
  margin-top: 24px;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.cas .cont p {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}

body div#content .zarovnani div.cas .cont a {
  margin-top: 24px;
  width: 184px;
  height: 39px;
  display: block;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 1px black;
  -webkit-transition: 300ms ease-in;
  transition: 300ms ease-in;
  background-color: white;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.cas .cont a {
    display: block;
    float: none;
    clear: both;
    margin: 10px auto;
  }
}

body div#content .zarovnani div.cas .cont a:hover {
  background-color: #AB6971;
  border: solid 1px #AB6971;
  color: white;
}

body div#content .zarovnani div.cas .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 428px;
}

body div#content .zarovnani div.cas .img::before {
  content: "";
  position: absolute;
  background-image: url("../img/vzor3.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 223px;
  height: 204px;
  bottom: 0px;
  left: 69px;
  z-index: -1;
}

body div#content .zarovnani div.cas .img img {
  margin-left: 138px;
  margin-top: 47px;
  display: block;
}

body div#content .zarovnani div.cas .img::after {
  content: "";
  position: absolute;
  background-image: url("../img/vzor3.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 223px;
  height: 204px;
  top: 0px;
  left: 0px;
  z-index: -1;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.cas .img {
    display: none;
  }
}

body div#content .zarovnani div.cas .img_mobile {
  display: none;
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.cas .img_mobile {
    display: block;
    height: 328px;
    position: relative;
    max-width: 600px;
    margin: auto;
  }
}

@media only screen and (max-width: 980px) and (max-width: 440px) {
  body div#content .zarovnani div.cas .img_mobile {
    height: 278px;
  }
}

@media only screen and (max-width: 980px) {
  body div#content .zarovnani div.cas .img_mobile::before {
    content: "";
    position: absolute;
    background-image: url("../img/vzor3.png");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 111px;
    height: 102px;
    bottom: 0px;
    left: 69px;
    z-index: -1;
  }
  body div#content .zarovnani div.cas .img_mobile img {
    margin-left: 138px;
    margin-top: 47px;
    display: block;
    max-width: 400px;
    width: 90%;
    margin: 20px auto;
  }
  body div#content .zarovnani div.cas .img_mobile::after {
    content: "";
    position: absolute;
    background-image: url("../img/vzor3.png");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 111px;
    height: 102px;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
}

body div#content div#gallery {
  height: 655px;
  width: 100%;
  background-image: url("../img/gallery.jpg");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1530px) {
  body div#content div#gallery {
    height: 600px;
  }
}

@media only screen and (max-width: 1360px) {
  body div#content div#gallery {
    height: 500px;
  }
}

@media only screen and (max-width: 1130px) {
  body div#content div#gallery {
    height: 400px;
  }
}

@media only screen and (max-width: 980px) {
  body div#content div#gallery {
    height: auto;
    padding-bottom: 30px;
  }
}

body div#content div#gallery .zarovnani {
  max-width: 1630px;
  width: 95%;
  margin: 0 auto;
  max-width: 1800px;
}

body div#content div#gallery .zarovnani h2 {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 112px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 1130px) {
  body div#content div#gallery .zarovnani h2 {
    padding-top: 52px;
  }
}

@media only screen and (max-width: 980px) {
  body div#content div#gallery .zarovnani h2 {
    padding-bottom: 30px;
  }
}

body div#content div#gallery .zarovnani div.items {
  margin-top: 100px;
}

@media only screen and (max-width: 1530px) {
  body div#content div#gallery .zarovnani div.items {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1360px) {
  body div#content div#gallery .zarovnani div.items {
    margin-top: 0px;
  }
}

body div#content div#gallery .zarovnani div.items a.img {
  background-image: url("");
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 443px;
  height: 296px;
  display: inline-block;
  width: 24%;
  margin: 0 0.4%;
}

@media only screen and (max-width: 1220px) {
  body div#content div#gallery .zarovnani div.items a.img {
    width: 23.5%;
  }
}

@media only screen and (max-width: 1130px) {
  body div#content div#gallery .zarovnani div.items a.img {
    height: 200px;
  }
}

@media only screen and (max-width: 980px) {
  body div#content div#gallery .zarovnani div.items a.img {
    width: 47%;
    background-size: cover;
    margin: 1%;
  }
}

@media only screen and (max-width: 560px) {
  body div#content div#gallery .zarovnani div.items a.img {
    width: 98%;
  }
}

body div#content div#gallery .zarovnani div.items a.img:first-child {
  margin-left: Opx;
}

body div#content div#gallery .zarovnani div.items a.img:last-child {
  margin-right: Opx;
}

body div#content div#gallery .zarovnani div.items a.img img {
  display: none;
}

body div#content div#contact {
  width: 100%;
  position: relative;
  overflow: hidden;
}

body div#content div#contact .zarovnani {
  max-width: 1630px;
  width: 95%;
  margin: 0 auto;
  max-width: 1386px;
  background-color: white;
}

body div#content div#contact .zarovnani div.cont {
  float: left;
  width: 50%;
  margin-top: 167px;
  padding-left: 24px;
}

@media only screen and (max-width: 980px) {
  body div#content div#contact .zarovnani div.cont {
    clear: both;
    float: none;
    width: 100%;
    margin-top: 67px;
  }
}

body div#content div#contact .zarovnani div.cont h2 {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 45px;
  text-align: left;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 550px) {
  body div#content div#contact .zarovnani div.cont h2 {
    text-align: center;
  }
}

body div#content div#contact .zarovnani div.cont p {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #000000;
  margin-top: 23px;
}

@media only screen and (max-width: 550px) {
  body div#content div#contact .zarovnani div.cont p {
    text-align: center;
  }
}

body div#content div#contact .zarovnani div.cont p a {
  color: black;
  text-decoration: none;
}

body div#content div#contact .zarovnani div.cont p a:hover {
  text-decoration: underline;
}

body div#content div#contact .zarovnani form {
  float: left;
  width: 50%;
  margin-bottom: 150px;
  margin-top: 141px;
}

@media only screen and (max-width: 980px) {
  body div#content div#contact .zarovnani form {
    clear: both;
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  body div#content div#contact .zarovnani form {
    margin-top: 41px;
  }
}

body div#content div#contact .zarovnani form input[type="text"] {
  float: left;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30%;
  margin: 0 2%;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  text-align: left;
  color: #000000;
  padding: 0px 27px;
}

body div#content div#contact .zarovnani form input[type="text"]::-webkit-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  text-align: left;
  color: #000000;
}

body div#content div#contact .zarovnani form input[type="text"]:-ms-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  text-align: left;
  color: #000000;
}

body div#content div#contact .zarovnani form input[type="text"]::-ms-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  text-align: left;
  color: #000000;
}

body div#content div#contact .zarovnani form input[type="text"]::placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  text-align: left;
  color: #000000;
}

@media only screen and (max-width: 550px) {
  body div#content div#contact .zarovnani form input[type="text"] {
    width: 100%;
    margin: 10px auto;
  }
}

body div#content div#contact .zarovnani form input[type="text"]:first-child {
  margin-left: 0px;
}

body div#content div#contact .zarovnani form input[type="text"]:last-child {
  margin-right: 0px;
}

body div#content div#contact .zarovnani form textarea {
  margin-top: 18px;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 98%;
  height: 98px;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #000000;
  padding: 24px 27px;
}

@media only screen and (max-width: 550px) {
  body div#content div#contact .zarovnani form textarea {
    width: 100%;
    margin: 10px auto;
  }
}

body div#content div#contact .zarovnani form textarea::-webkit-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #000000;
}

body div#content div#contact .zarovnani form textarea:-ms-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #000000;
}

body div#content div#contact .zarovnani form textarea::-ms-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #000000;
}

body div#content div#contact .zarovnani form textarea::placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #000000;
}

body div#content div#contact .zarovnani form input[type="submit"] {
  display: block;
  width: 218px;
  height: 41px;
  margin-left: 0px;
  background-color: #CC4F5C;
  border: solid 1px #CC4F5C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 43px;
  text-align: center;
  color: white;
  padding: 0px;
  margin-top: 10px;
  -webkit-transition: 300ms ease-in;
  transition: 300ms ease-in;
  cursor: pointer;
}

@media only screen and (max-width: 550px) {
  body div#content div#contact .zarovnani form input[type="submit"] {
    margin: 10px auto;
  }
}

body div#content div#contact .zarovnani form input[type="submit"]:hover {
  background-color: transparent;
  border: solid 1px black;
  color: black;
}

body div#content div#contact::before {
  content: "";
  position: absolute;
  background-image: url("../img/vzor4.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  top: 138px;
  right: -46px;
  z-index: -1;
}

body div#content div#contact::after {
  content: "";
  position: absolute;
  background-image: url("../img/vzor4.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  top: 138px;
  left: 0px;
  z-index: -1;
}

body div#footer {
  height: 244px;
  width: 100%;
  background-image: url("../img/footer.jpg");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body div#footer .zarovnani {
  max-width: 1630px;
  width: 95%;
  margin: 0 auto;
  height: 244px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 820px) {
  body div#footer .zarovnani {
    display: block;
  }
}

@media only screen and (max-width: 820px) {
  body div#footer .zarovnani div.col {
    display: block;
    width: 100%;
  }
}

body div#footer .zarovnani div.col:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #FFFFFF;
}

@media only screen and (max-width: 1150px) {
  body div#footer .zarovnani div.col:nth-child(1) {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

@media only screen and (max-width: 820px) {
  body div#footer .zarovnani div.col:nth-child(1) {
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 50px;
  }
}

body div#footer .zarovnani div.col:nth-child(1) a {
  color: white;
  text-decoration: none;
}

body div#footer .zarovnani div.col:nth-child(1) a:hover {
  text-decoration: underline;
}

body div#footer .zarovnani div.col:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 820px) {
  body div#footer .zarovnani div.col:nth-child(2) {
    text-align: center;
    display: block;
    width: 100%;
    padidng-top: 20px;
    margin: 20px auto;
  }
}

body div#footer .zarovnani div.col:nth-child(2) a {
  margin: 0px 7px;
}

body div#footer .zarovnani div.col:nth-child(2) a img {
  display: inline-block;
}

body div#footer .zarovnani div.col:nth-child(2) a img.active {
  display: none;
}

body div#footer .zarovnani div.col:nth-child(2) a:hover img {
  display: none;
}

body div#footer .zarovnani div.col:nth-child(2) a:hover img.active {
  display: inline-block;
}

body div#footer .zarovnani div.col:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #FFFFFF;
}

@media only screen and (max-width: 820px) {
  body div#footer .zarovnani div.col:nth-child(3) {
    text-align: center;
    display: block;
    width: 100%;
  }
}

body div#footer .zarovnani div.col:nth-child(3) a {
  color: white;
  text-decoration: none;
}

body div#footer .zarovnani div.col:nth-child(3) a:hover {
  text-decoration: underline;
}

body.podstrana div#head_img {
  height: 300px;
  background-image: url("../img/header_smaller.jpg");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1320px) {
  body.podstrana div#head_img {
    background-position-x: 35%;
  }
}

@media only screen and (max-width: 980px) {
  body.podstrana div#head_img {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 900px) {
  body.podstrana div#head_img {
    padding-top: 91px;
  }
}

@media only screen and (max-width: 780px) {
  body.podstrana div#head_img {
    height: 220px;
    padding-top: 51px;
  }
}

@media only screen and (max-width: 560px) {
  body.podstrana div#head_img {
    height: 120px;
    padding-top: 16px;
  }
}

@media only screen and (max-width: 500px) {
  body.podstrana div#head_img {
    padding-top: 32px;
    height: 137px;
  }
}

body.podstrana div#head_img div.zarovnani {
  max-width: 1630px;
  width: 95%;
  margin: 0 auto;
  max-width: 1098px;
}

body.podstrana div#head_img div.zarovnani div.content {
  max-width: 699px;
  float: right;
}

@media only screen and (max-width: 900px) {
  body.podstrana div#head_img div.zarovnani div.content {
    margin: 0 auto;
  }
}

body.podstrana div#head_img div.zarovnani div.content h2 {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 66px;
  text-align: left;
  color: #A45A63;
  margin-top: 121px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 1050px) {
  body.podstrana div#head_img div.zarovnani div.content h2 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 900px) {
  body.podstrana div#head_img div.zarovnani div.content h2 {
    margin-top: 0px;
    text-align: center;
    max-width: 50%;
    margin-left: auto;
  }
}

@media only screen and (max-width: 640px) {
  body.podstrana div#head_img div.zarovnani div.content h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 580px) {
  body.podstrana div#head_img div.zarovnani div.content h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 480px) {
  body.podstrana div#head_img div.zarovnani div.content h2 {
    font-size: 25px;
  }
}

body.podstrana #content div.zarovnani {
  max-width: 1630px;
  width: 95%;
  margin: 0 auto;
  max-width: 1273px;
  padding-top: 75px;
  padding-bottom: 137px;
}

body.podstrana #content div.zarovnani .formatovani_textu h1 {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  text-align: left;
  color: black;
}

body.podstrana #content div.zarovnani .formatovani_textu h2 {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 45px;
  text-align: left;
  color: black;
  padding-top: 50px;
  padding-bottom: 30px;
}

body.podstrana #content div.zarovnani .formatovani_textu h3 {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 45px;
  text-align: left;
  color: black;
  padding-top: 36px;
}

body.podstrana #content div.zarovnani .formatovani_textu h4 {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 35px;
  text-align: left;
  color: black;
  padding-top: 36px;
}

body.podstrana #content div.zarovnani .formatovani_textu h5 {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #A45A63;
  padding-top: 36px;
}

body.podstrana #content div.zarovnani .formatovani_textu span.vyrazny {
  color: #A45A63;
}

body.podstrana #content div.zarovnani .formatovani_textu strong {
  font-family: "DidactGothic-Regular";
  font-weight: bold;
  font-size: 110%;
}

body.podstrana #content div.zarovnani .formatovani_textu strong.nejvetsi {
  font-size: 150%;
}

body.podstrana #content div.zarovnani .formatovani_textu a.a_vyrazny {
  color: #A45A63;
}

body.podstrana #content div.zarovnani .formatovani_textu a.a_nevyrazny {
  color: gray;
}

body.podstrana #content div.zarovnani .formatovani_textu a.a_cta {
  display: inline-block;
  width: 210px;
  background-color: #000000;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  cursor: pointer;
  font-size: 100%;
}

body.podstrana #content div.zarovnani .formatovani_textu a.a_cta:hover {
  background-color: black;
}

body.podstrana #content div.zarovnani .formatovani_textu a.a_cta2 {
  display: inline-block;
  width: 210px;
  background-color: #5e5e5e;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  cursor: pointer;
  font-size: 100%;
  font-weight: bold;
}

body.podstrana #content div.zarovnani .formatovani_textu a.a_cta2:hover {
  background-color: black;
}

body.podstrana #content div.zarovnani .formatovani_textu a.a_cta3 {
  display: inline-block;
  width: 210px;
  background-color: white;
  border: solid 1px black;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: black;
  cursor: pointer;
  font-size: 100%;
}

body.podstrana #content div.zarovnani .formatovani_textu a.a_cta3:hover {
  background-color: lightgray;
}

body.podstrana #content div.zarovnani .formatovani_textu table.table_svetla {
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
}

body.podstrana #content div.zarovnani .formatovani_textu table.table_svetla td {
  border: solid 1px black;
  text-align: center;
  padding: 7px 15px;
  margin: 3px;
  font-size: 100%;
}

body.podstrana #content div.zarovnani .formatovani_textu table td p {
  font-size: 100%;
}

body.podstrana #content div.zarovnani .formatovani_textu table.table_tmava {
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
}

body.podstrana #content div.zarovnani .formatovani_textu table.table_tmava td {
  padding: 7px 15px;
  color: white;
  background-color: #F1B0BA;
  font-size: 100%;
  border-color: white;
}

body.podstrana #content div.zarovnani .formatovani_textu table.table_tmava td p {
  color: white;
}

body.podstrana #content div.zarovnani .formatovani_textu table.table_tmava td a {
  color: white;
}

body.podstrana #content div.zarovnani .formatovani_textu table {
  margin-top: 15px;
  margin-bottom: 15px;
  border-spacing: 4px;
  max-width: 100%;
  width: 100%;
}

body.podstrana #content div.zarovnani .formatovani_textu table td {
  border: solid 1px black;
  padding: 7px 15px;
  margin: 3px;
  font-size: 100%;
}

body.podstrana #content div.zarovnani .formatovani_textu table td img {
  width: 100%;
}

body.podstrana #content div.zarovnani .formatovani_textu table td ul li {
  font-size: 100%;
}

body.podstrana #content div.zarovnani .formatovani_textu table td ol {
  margin-left: 20px;
  text-align: left;
}

body.podstrana #content div.zarovnani .formatovani_textu img.img_vpravo {
  float: right;
  margin: 5px;
}

body.podstrana #content div.zarovnani .formatovani_textu img.img_vlevo {
  float: left;
  margin: 5px;
}

body.podstrana #content div.zarovnani .formatovani_textu img.img_100 {
  width: 100%;
  height: auto;
  display: block;
}

body.podstrana #content div.zarovnani .formatovani_textu ul.none {
  list-style: none;
}

body.podstrana #content div.zarovnani .formatovani_textu iframe {
  border: 0;
  width: 33%;
}

body.podstrana #content div.zarovnani .formatovani_textu iframe {
  width: 100%;
  height: 400px;
}

body.podstrana #content div.zarovnani .formatovani_textu .strankovani {
  text-align: center;
  font-size: 66%;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}

body.podstrana #content div.zarovnani .formatovani_textu .strankovani a {
  padding: 10px 14px;
  background-color: #ededed;
  text-decoration: none;
}

body.podstrana #content div.zarovnani .formatovani_textu .strankovani a:hover, body.podstrana #content div.zarovnani .formatovani_textu .formatuj_obsah .strankovani a.active {
  background-color: #f1b0b8;
}

body.podstrana #content div.zarovnani .formatovani_textu p {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: black;
  padding-top: 24px;
}

body.podstrana #content div.zarovnani .formatovani_textu p.velky {
  font-size: 150%;
  line-height: 170%;
}

body.podstrana #content div.zarovnani .formatovani_textu p.vyrazny {
  background-color: #dfdfdf;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
}

body.podstrana #content div.zarovnani .formatovani_textu p.vyrazny2 {
  background-color: #f1b0b8;
  color: white;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
}

body.podstrana #content div.zarovnani .formatovani_textu p.maly_1 {
  font-size: 60%;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

body.podstrana #content div.zarovnani .formatovani_textu p.maly_2 {
  font-size: 75%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.podstrana #content div.zarovnani .formatovani_textu p.maly_3 {
  font-size: 80%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.podstrana #content div.zarovnani .formatovani_textu p.velky_1 {
  font-size: 110%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.podstrana #content div.zarovnani .formatovani_textu p.velky_2 {
  font-size: 120%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.podstrana #content div.zarovnani .formatovani_textu p.velky_3 {
  font-size: 130%;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.podstrana #content div.zarovnani .formatovani_textu p.nejvetsi {
  font-size: 150%;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 170%;
}

body.podstrana #content div.zarovnani .formatovani_textu ul {
  padding-top: 24px;
  margin-left: 0px;
  list-style: none;
}

body.podstrana #content div.zarovnani .formatovani_textu ul li {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: black;
  list-style: none;
}

body.podstrana #content div.zarovnani .formatovani_textu ul li::before {
  content: "•";
  position: relative;
  padding-right: 10px;
}

body.podstrana #content div.zarovnani .formatovani_textu a {
  color: black;
}

body.podstrana #content div.zarovnani .formatovani_textu a:hover {
  text-decoration: none;
}

body.podstrana #content div.zarovnani .formatovani_textu a.cta {
  display: inline-block;
  height: 37px;
  min-width: 184px;
  text-decoration: none;
  border: solid 1px black;
  -webkit-transition: 600ms;
  transition: 600ms;
  margin-top: 24px;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 37px;
  text-align: center;
  color: black;
  background-color: #CD5B68;
  border-color: #CD5B68;
  color: white;
}

body.podstrana #content div.zarovnani .formatovani_textu a.cta:hover {
  background-color: transparent;
  border-color: black;
  color: black;
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form {
  float: right;
  width: calc(70% - 20px);
  max-width: 720px;
  margin-bottom: 25px;
  margin-top: 36px;
  margin-left: 20px;
}

@media only screen and (max-width: 880px) {
  body.podstrana #content div.zarovnani .formatovani_textu form#contact_form {
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 550px) {
  body.podstrana #content div.zarovnani .formatovani_textu form#contact_form {
    margin-top: 41px;
  }
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form input[type="text"] {
  float: left;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30%;
  margin: 0 2%;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  text-align: left;
  color: #000000;
  padding: 0px 27px;
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form input[type="text"]::-webkit-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  text-align: left;
  color: #000000;
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form input[type="text"]:-ms-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  text-align: left;
  color: #000000;
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form input[type="text"]::-ms-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  text-align: left;
  color: #000000;
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form input[type="text"]::placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 46px;
  text-align: left;
  color: #000000;
}

@media only screen and (max-width: 550px) {
  body.podstrana #content div.zarovnani .formatovani_textu form#contact_form input[type="text"] {
    width: 100%;
    margin: 10px auto;
  }
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form input[type="text"]:first-child {
  margin-left: 0px;
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form input[type="text"]:last-child {
  margin-right: 0px;
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form textarea {
  margin-top: 18px;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 98%;
  height: 98px;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #000000;
  padding: 24px 27px;
}

@media only screen and (max-width: 550px) {
  body.podstrana #content div.zarovnani .formatovani_textu form#contact_form textarea {
    width: 100%;
    margin: 10px auto;
  }
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form textarea::-webkit-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #000000;
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form textarea:-ms-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #000000;
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form textarea::-ms-input-placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #000000;
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form textarea::placeholder {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #000000;
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form input[type="submit"] {
  display: block;
  width: 218px;
  height: 41px;
  margin-left: 0px;
  background-color: #CC4F5C;
  border: solid 1px #CC4F5C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 43px;
  text-align: center;
  color: white;
  padding: 0px;
  margin-top: 10px;
  -webkit-transition: 300ms ease-in;
  transition: 300ms ease-in;
  cursor: pointer;
}

@media only screen and (max-width: 550px) {
  body.podstrana #content div.zarovnani .formatovani_textu form#contact_form input[type="submit"] {
    margin: 10px auto;
  }
}

body.podstrana #content div.zarovnani .formatovani_textu form#contact_form input[type="submit"]:hover {
  background-color: transparent;
  border: solid 1px black;
  color: black;
}

body.podstrana #content div.zarovnani .formatovani_textu div.galerie {
  padding-top: 47px;
  vertical-align: top;
}

body.podstrana #content div.zarovnani .formatovani_textu div.galerie a {
  height: 200px;
  width: 23.5%;
  margin: 11px 0.4%;
  border: none;
  display: inline-block;
  vertical-align: top;
  background-image: url(none);
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.podstrana #content div.zarovnani .formatovani_textu div.galerie a img {
  display: none;
}

body.podstrana #content div.zarovnani .formatovani_textu div.galerie a.link {
  background-color: #4FBFAE;
  color: white;
  text-transform: uppercase;
  padding-top: 61px;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
  color: white;
}

@media only screen and (max-width: 1120px) {
  body.podstrana #content div.zarovnani .formatovani_textu div.galerie a {
    height: 180px;
  }
  body.podstrana #content div.zarovnani .formatovani_textu div.galerie a.link {
    padding-top: 41px;
  }
}

@media only screen and (max-width: 1050px) {
  body.podstrana #content div.zarovnani .formatovani_textu div.galerie a {
    height: 160px;
  }
  body.podstrana #content div.zarovnani .formatovani_textu div.galerie a.link {
    padding-top: 21px;
  }
}

@media only screen and (max-width: 900px) {
  body.podstrana #content div.zarovnani .formatovani_textu div.galerie a {
    height: 180px;
    width: 31.5%;
  }
  body.podstrana #content div.zarovnani .formatovani_textu div.galerie a.link {
    padding-top: 41px;
  }
}

@media only screen and (max-width: 760px) {
  body.podstrana #content div.zarovnani .formatovani_textu div.galerie a {
    height: 160px;
  }
  body.podstrana #content div.zarovnani .formatovani_textu div.galerie a.link {
    padding-top: 21px;
  }
}

@media only screen and (max-width: 660px) {
  body.podstrana #content div.zarovnani .formatovani_textu div.galerie a {
    height: 180px;
    width: 48.5%;
  }
  body.podstrana #content div.zarovnani .formatovani_textu div.galerie a.link {
    padding-top: 41px;
  }
}

@media only screen and (max-width: 490px) {
  body.podstrana #content div.zarovnani .formatovani_textu div.galerie a {
    height: 160px;
  }
  body.podstrana #content div.zarovnani .formatovani_textu div.galerie a.link {
    padding-top: 21px;
  }
}

@media only screen and (max-width: 400px) {
  body.podstrana #content div.zarovnani .formatovani_textu div.galerie a {
    height: 120px;
    width: 47%;
    min-width: 47%;
  }
  body.podstrana #content div.zarovnani .formatovani_textu div.galerie a.link {
    font-size: 20px;
  }
}

body.podstrana #content div.zarovnani .formatovani_textu table {
  border-collapse: collapse;
}

body.podstrana #content div.zarovnani .formatovani_textu table.cenik {
  max-width: 824px;
  width: 100%;
  margin-top: 19px;
  margin-bottom: 52px;
}

body.podstrana #content div.zarovnani .formatovani_textu table.cenik tbody tr td {
  background-color: #F2F2F2;
  border: solid 1px white;
  padding: 4px 17px;
}

body.podstrana #content div.zarovnani .formatovani_textu table.cenik tbody tr td:nth-child(2) {
  width: 148px;
}

body.podstrana #content div.zarovnani .formatovani_textu table.cenik tbody tr td p {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: black;
}

body.podstrana #content div.zarovnani .formatovani_textu div.cara {
  background-color: #D8D8D8;
  width: 100%;
  display: block;
  height: 1px;
}

body.podstrana #content div.zarovnani .formatovani_textu img.img_vpravo {
  float: right;
  margin-left: 128px;
  margin-bottom: 128px;
}

body.podstrana #content div.zarovnani .formatovani_textu img.img_vpravo.margin24 {
  margin-top: 24px;
}

@media only screen and (max-width: 980px) {
  body.podstrana #content div.zarovnani .formatovani_textu img.img_vpravo {
    margin-left: 64px;
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 600px) {
  body.podstrana #content div.zarovnani .formatovani_textu img.img_vpravo {
    float: none;
    clear: both;
    margin: 10px auto;
    max-width: auto;
    width: 100%;
  }
}

body.podstrana #content div.zarovnani div.cenik {
  margin-bottom: 46px;
}

body.podstrana #content div.zarovnani div.cenik div.item {
  width: 100%;
  clear: both;
  float: none;
  max-width: 1250px;
  margin-top: 46px;
  padding-bottom: 46px;
  border-bottom: solid 1px #D8D8D8;
}

body.podstrana #content div.zarovnani div.cenik div.item div.cont {
  width: 70%;
  float: left;
}

@media only screen and (max-width: 980px) {
  body.podstrana #content div.zarovnani div.cenik div.item div.cont {
    width: 50%;
  }
}

@media only screen and (max-width: 740px) {
  body.podstrana #content div.zarovnani div.cenik div.item div.cont {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 20px;
  }
}

body.podstrana #content div.zarovnani div.cenik div.item div.cont h3 {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 45px;
  text-align: left;
  color: black;
  max-width: 800px;
}

@media only screen and (max-width: 980px) {
  body.podstrana #content div.zarovnani div.cenik div.item div.cont h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

body.podstrana #content div.zarovnani div.cenik div.item div.cont p {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: black;
  padding-top: 12px;
  max-width: 730px;
}

body.podstrana #content div.zarovnani div.cenik div.item div.cont p a {
  color: black;
  text-decoration: underline;
}

body.podstrana #content div.zarovnani div.cenik div.item div.cont p a:hover {
  text-decoration: none;
}

body.podstrana #content div.zarovnani div.cenik div.item div.cont div {
  display: none;
}

body.podstrana #content div.zarovnani div.cenik div.item div.price {
  width: 15%;
  float: left;
}

@media only screen and (max-width: 980px) {
  body.podstrana #content div.zarovnani div.cenik div.item div.price {
    width: 25%;
  }
}

@media only screen and (max-width: 740px) {
  body.podstrana #content div.zarovnani div.cenik div.item div.price {
    width: 50%;
  }
}

body.podstrana #content div.zarovnani div.cenik div.item div.price p {
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: black;
  width: 160px;
  float: right;
}

@media only screen and (max-width: 740px) {
  body.podstrana #content div.zarovnani div.cenik div.item div.price p {
    text-align: left;
    float: left;
  }
}

body.podstrana #content div.zarovnani div.cenik div.item div.price p span {
  font-size: 14px;
  display: block;
}

body.podstrana #content div.zarovnani div.cenik div.item div.price p img {
  display: block;
  margin: 0 auto 29px auto;
}

@media only screen and (max-width: 740px) {
  body.podstrana #content div.zarovnani div.cenik div.item div.price p img {
    margin-bottom: 29px;
    margin-left: 0px;
  }
}

body.podstrana #content div.zarovnani div.cenik div.item div.time {
  width: 15%;
  float: right;
}

@media only screen and (max-width: 980px) {
  body.podstrana #content div.zarovnani div.cenik div.item div.time {
    width: 25%;
  }
}

@media only screen and (max-width: 740px) {
  body.podstrana #content div.zarovnani div.cenik div.item div.time {
    width: 50%;
  }
}

body.podstrana #content div.zarovnani div.cenik div.item div.time p {
  width: 80px;
  float: right;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 25px;
  text-align: right;
  color: black;
}

body.podstrana #content div.zarovnani div.cenik div.item div.time p span {
  font-size: 14px;
  display: block;
}

body.podstrana #content div.zarovnani div.cenik div.item div.time p img {
  display: block;
  margin: 0 auto 29px auto;
}

@media only screen and (max-width: 740px) {
  body.podstrana #content div.zarovnani div.cenik div.item div.time p img {
    margin-bottom: 29px;
    margin-right: 0px;
  }
}

body.podstrana #content div.zarovnani div.reference {
  text-align: center;
  padding-top: 76px;
}

body.podstrana #content div.zarovnani div.reference div.row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 2.5%;
  grid-row-gap: 0px;
}

@media only screen and (max-width: 980px) {
  body.podstrana #content div.zarovnani div.reference div.row {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}

@media only screen and (max-width: 540px) {
  body.podstrana #content div.zarovnani div.reference div.row {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

body.podstrana #content div.zarovnani div.reference div.row div.item {
  max-width: 260px;
  width: 100%;
  margin-bottom: 79px;
}

body.podstrana #content div.zarovnani div.reference div.row div.item a.obr {
  background-image: url("");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 157px;
  width: 100%;
}

body.podstrana #content div.zarovnani div.reference div.row div.item h3 {
  margin-top: 26px;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: black;
}

body.podstrana #content div.zarovnani div.reference div.row div.item h3 a {
  color: black;
  text-decoration: none;
}

body.podstrana #content div.zarovnani div.reference div.row div.item div.stars {
  text-align: center;
  margin-top: 17px;
}

body.podstrana #content div.zarovnani div.reference div.row div.item div.stars div {
  height: 23px;
  width: 23px;
  display: inline-block;
  margin: 0 2px;
  background-image: url("../img/star.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body.podstrana #content div.zarovnani div.reference div.row div.item div.stars div.no {
  background-image: url("../img/star_n.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body.podstrana #content div.zarovnani div.reference div.row div.item p {
  margin-top: 15px;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: black;
}

body.podstrana #content div.zarovnani div.reference div.row div.item a.link {
  width: 214px;
  height: 40px;
  border: solid 1px black;
  margin: 12px auto 0px auto;
  display: block;
  -webkit-transition: 600ms;
  transition: 600ms;
  cursor: pointer;
  font-family: "DidactGothic-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: black;
  color: black;
  text-decoration: none;
}

body.podstrana #content div.zarovnani div.reference div.row div.item a.link:hover {
  background-color: black;
  color: white;
}
/*# sourceMappingURL=style.css.map */