body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif; }

a {
  text-decoration: none; }


    @media(max-width: 1000px){
  .stamp_right {
  margin-top: 50px !important; }
  }
.stick {
  position: fixed;
  top: 0;
  z-index: 990;
  left: 0; }
 .lol{
 cursor: pointer;
 }
.top_bar {
  width: 100%;
  color: white;
  background: #43AB52;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.nav_mobile {
  z-index: 990;
  position: fixed;
  top: 0;
  left: 0; }

.menu-mobile {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 100vh;
  background: #43AB52;
  z-index: 990;
  position: relative;
  width: 0;
  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; }
  .menu-mobile .menu-links {
    margin-top: 13px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center; }
    .menu-mobile .menu-links a {
      margin: 10px 0;
      color: white;
      text-decoration: none;
      font-size: 13px;
      text-transform: uppercase; }
      .menu-mobile .menu-links a:hover {
        color: white; }
    .menu-mobile .menu-links .nav_kontakt:hover {
      color: black; }

.container_top_bar {
  width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
 .book_it{
 padding-left: 20px;
 }
@media (max-width: 700px) {
  .book_it {
    display: none; } }

.book_it_mobile {
  display: none;
  margin-left: 10px; }
  .book_it_mobile a {
    color: white; }
  .book_it_mobile img {
    height: 20px;
     }
  @media (max-width: 700px) {
    .book_it_mobile {
      display: block; } }

.languages {
margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .languages img {
    padding-right: 5px; }

.languages > * {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1020px) {
    .languages > * {
      display: none; } }

.languages_mobile {
  margin-right: 10px;
  display: none; }
  @media (max-width: 1020px) {
    .languages_mobile {
      display: block; } }
  .languages_mobile .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer; }
    .languages_mobile .dropdown .dd {
      height: 30px; }
  .languages_mobile .dropdown-content {
    display: none;
    position: absolute;
    color: black;
    background-color: #f9f9f9;
    min-width: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 999; }
    .languages_mobile .dropdown-content img {
      margin: 8px 2px; }

.enjoy_it{
margin-top: 50px;

text-align: center;
    font-size: 1.3em;
}
.main_image {
  position: relative;
  width: 100%;
  height: 900px;
  background: url("../images/Penzion homepage.jpg");

  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

           }
           @media(max-width: 1200px){
            .main_image{
            background: url('../images/Penzion-homepage-medium.jpg');
            height: 600px;

            }
                .stamp_right img, .stamp_left img{
              width: 85% !important;
              margin-left: -70px;
            }
          .image_headline{
          top: 199px !important;
        }
           }
           @media(max-width: 1000px){
           .stamp_right img, .stamp_left img{
             width: 100% !important;
              margin-left: 0px;
           }
           width: 100% !important;
              margin-left: 0px;

           }
        @media(max-width: 500px){
        .main_image{
            background: url('../images/Penzion-homepage-small.jpg');
              background-position: none;
        }
        .image_headline{
          top: 199px !important;
        }
        .stamp_image_one,.stamp_image_two{
          width: 100% !important;
        }
        .stamp_image_one img,.stamp_image_two img{
          height: 200px !important;
        }
        .stamp_left h3,.stamp_right h3{
          display: none;
        }
        .stamp_left h2,.stamp_right h2{
          display: block;
          font-size: 1.5em;
          font-weight: bold;
          margin-top: 30px;
        }
    }

.navigation {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.9); }
  @media (max-width: 1000px) {
    .navigation {
      height: 65px; } }

.navigation_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1330px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.anchors_left, .anchors_right {
  text-transform: uppercase;
  font-size: 14px; }
  .anchors_left a, .anchors_right a {
    color: white;
    padding-top: 10px;
    border-top: 4px solid transparent;
    transition: 250ms; }
    .anchors_left a:hover, .anchors_left a:active, .anchors_right a:hover, .anchors_right a:active {

      border-top: 4px solid white;
      color: white; }
.kola{

  margin-left: -5px;
    margin-right: -2px;
}
.anchors_left {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .anchors_left a {
    margin-right: 20px; }
  @media (max-width: 1020px) {
    .anchors_left {
      display: none; }

      }
      @media (min-width: 1200px) {
     .anchors_left a {
    margin-right: 35px; }


      }
      @media (min-width: 1200px) {
           .anchors_right a {
    margin-left: 35px !important; }}
.anchors_right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .anchors_right a {
    margin-left: 20px; }
  @media (max-width: 1020px) {
    .anchors_right {
      display: none;
       }
       }
 .posts{
  margin-top: 50px;
  display: flex;
  width: 1150px;
  flex-wrap: wrap;
  justify-content: center;
 }
 .posts >*{
  margin: 10px;
 }
.logo_small {
  width: 135px !important;
  height: 135px !important; }
  .logo_small img {
    height: 80px; }

.logo {
  position: relative;
  z-index: 910;
  width: 245px;
  height: 235px;
  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;
  background: #F9F9F9;
  border-radius: 50%; }
  @media (max-width: 1300px) {
    .logo {
      width: 100px;
      height: 100px; }
      .logo img {
        height: 60px; } }

.image_headline {
  position: absolute;
  color: white;
  top: 270px; }
  .image_headline h1 {
    font-weight: bold;
    width: auto;
    padding: 10px 15px;
    background: rgba(67, 171, 82, 0.9); }
  .image_headline h2 {
    font-weight: bold;
    padding: 7px 10px;
    background: rgba(0, 0, 0, 0.9);
    width: auto; }

.headline_container {
  width: 1300px;
  height: 100px; }
  @media (max-width: 1330px) {
    .headline_container {
      width: 100%; } }

.stamps {
  margin-top: -150px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1000px) {
    .stamps {
    width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.stamps_container {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-linear-gradient(white, #D9CEB8);
  background: linear-gradient(white, #D9CEB8);
  padding-bottom: 100px; }


.stamp_right, .stamp_left {
  width: 550px;
  min-height: 620px;
  background: white;
  padding: 25px;
  margin: 0 15px; }
  @media (max-width: 400px) {
    .stamp_right, .stamp_left {

      width: 100%;
      height: auto;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0;
      padding: 0 15px; } }
  .stamp_right h3, .stamp_left h3 {
    margin-top: -60px;
    margin-bottom: 30px;
    color: white;
 }

    @media (max-width: 400px) {
      .stamp_right h3, .stamp_left h3 {
        font-size: 25px;
         } }

  .stamp_right img, .stamp_left img {
    width: 100%;
    height: 260px; }

img {
  -o-object-fit: cover;
     object-fit: cover; }
  img p {
    line-height: 2;
    word-spacing: 2px; }
  img button {
    margin: 25px 0; }

.stamp_image_two {
  width: 500px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1000px) {
    .stamp_image_two img {
      height: 260px;
      width: 100%; } }

.stamp_image_one {
  width: 500px;
  height: 260px;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1000px) {
    .stamp_image_one img,.stamp_image_two img {
      height: 260px;
      width: 100%; } }

.mine {
  padding: 20px;
  font-weight: bold;
  background: #43AB52;
  color: white; }

.footer {
  width: 100%;
  background: #EEE7DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.footer_container {
  width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #837F76;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.reg_form_link {
  color: white;
  text-decoration: underline; }

.work_mate {
  position: absolute; }

.menu_icon_mobile {
  position: fixed !important; }

.lol {
  z-index: 991;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  margin: 0 auto;
  padding-top: 12px;
  -webkit-transition: all 200ms cubic-bezier(1, 0, 0.645, 0.65);
  transition: all 200ms cubic-bezier(1, 0, 0.645, 0.65);
  display: none;
  top: 25px;
  right: 10px; }
  @media (max-width: 1020px) {
    .lol {
      display: block;
      top: 20px; } }

.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.menu-bar {
  display: block;
  position: relative;
  background: #fff;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin: 0 auto; }

.bar1 {
  top: 0;
  -webkit-animation: topbar-back 500ms;
          animation: topbar-back 500ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: initial !important;
          animation-play-state: initial !important; }

.bar2 {
  opacity: 1; }

.bar3 {
  bottom: 0;
  -webkit-animation: bottombar-back 500ms;
          animation: bottombar-back 500ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: initial !important;
          animation-play-state: initial !important; }

.menu-bar + .menu-bar {
  margin-top: 5px; }

.toggled .bar1 {
  top: 25%;
  -webkit-animation: topbar-x 500ms;
          animation: topbar-x 500ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.toggled .bar2 {
  opacity: 0; }

.toggled .bar3 {
  bottom: 25%;
  -webkit-animation: bottombar-x 500ms;
          animation: bottombar-x 500ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes topbar-x {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg); }
  45% {
    top: 25%;
    -webkit-transform: rotate(145deg); }
  75% {
    -webkit-transform: rotate(130deg); }
  100% {
    -webkit-transform: rotate(135deg); } }

@keyframes topbar-x {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg); }
  45% {
    top: 25%;
    -webkit-transform: rotate(145deg); }
  75% {
    -webkit-transform: rotate(130deg); }
  100% {
    -webkit-transform: rotate(135deg); } }

@-webkit-keyframes topbar-back {
  0% {
    top: 25%;
    -webkit-transform: rotate(135deg); }
  45% {
    -webkit-transform: rotate(-10deg); }
  75% {
    -webkit-transform: rotate(5deg); }
  100% {
    top: 0;
    -webkit-transform: rotate(0); } }

@keyframes topbar-back {
  0% {
    top: 25%;
    -webkit-transform: rotate(135deg); }
  45% {
    -webkit-transform: rotate(-10deg); }
  75% {
    -webkit-transform: rotate(5deg); }
  100% {
    top: 0;
    -webkit-transform: rotate(0); } }

@-webkit-keyframes bottombar-x {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg); }
  45% {
    bottom: 25%;
    -webkit-transform: rotate(-145deg); }
  75% {
    -webkit-transform: rotate(-130deg); }
  100% {
    -webkit-transform: rotate(-135deg); } }

@keyframes bottombar-x {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg); }
  45% {
    bottom: 25%;
    -webkit-transform: rotate(-145deg); }
  75% {
    -webkit-transform: rotate(-130deg); }
  100% {
    -webkit-transform: rotate(-135deg); } }

@-webkit-keyframes bottombar-back {
  0% {
    bottom: 25%;
    -webkit-transform: rotate(-135deg); }
  45% {
    -webkit-transform: rotate(10deg); }
  75% {
    -webkit-transform: rotate(-5deg); }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0); } }

@keyframes bottombar-back {
  0% {
    bottom: 25%;
    -webkit-transform: rotate(-135deg); }
  45% {
    -webkit-transform: rotate(10deg); }
  75% {
    -webkit-transform: rotate(-5deg); }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0); } }

.rg-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .rg-gallery .rg-thumbs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .rg-gallery .rg-image-wrapper {
    min-height: 400px; }

.es-carousel img {
  height: 44px;
  width: 69px; }

.rg-image {
  width: 100%; }

.footer {
  height: 130px; }

.fb-page {
  margin: 25px 0; }

.foot_me {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media(max-width: 800px){
  .foot_me{
    flex-direction: column;
  }
  }

.cent_mer {
  text-align: center;
  margin-bottom: 100px; }
  .cent_mer h2 {
    background: #43AB52;
    color: white;
    width: auto;
    font-size: 3em; }

.opp {
  background-position-x: 0px !important; }
  .opp img {
    max-height: 70vh; }

.main_container {
  position: relative;
  width: 100%;
  height: auto;
  background: url("../images/Rybnik4.jpg");
  background-attachment: fixed;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.white_container {
  width: 1300px;
  margin-bottom: 60px;
  background: white;
  margin-top: 40px;
  padding: 0 125px; }
  @media (max-width: 1300px) {
    .white_container {
      width: 100%;
      padding: 0 10px; } }
  .white_container h1 {
    margin-bottom: 75px;
    text-align: center;
    margin-top: 70px; }
  .white_container .row {
    margin-bottom: 60px; }
  .white_container .row > * {
    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;
    word-spacing: 1px; }
    .white_container .row > * p {
      font-size: 1.1em;
      line-height: 2.1; }
      @media (max-width: 1000px) {
        .white_container .row > * p {
          line-height: 1.9;
          font-size: 1em;
          word-spacing: 0; } }
    .white_container .row > * img {
      height: 300px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 400px) {
        .white_container .row > * img {
          height: 200px; } }

          @media(max-width: 1023px){
             .change_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }
    .white_container .row > * img {
      height: auto;
      }
          }


.ubytko_icons {
  width: 100%;
  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;
  margin-top: -45px; }
  .ubytko_icons span {
    color: #003784;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 15px; }
  .ubytko_icons img {
    margin: 0 7px 18px 10px; }
  @media (max-width: 1000px) {
    .ubytko_icons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.ubytko_texto {
  margin: 50px 0;
  word-spacing: 1px;
  font-size: 1.1em;
  line-height: 2.1;
  padding: 0 15px; }
  @media (max-width: 1037px) {
    .ubytko_texto {
      line-height: 1.9;
      font-size: 1em;
      word-spacing: 0; }
    .sluzby-grid{
       -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
    }
       }

.sluzby-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px; }

.sluzby-grid > * {
  color: white;
  position: relative; }
  .sluzby-grid > * img {
    margin-top: 100px;
    width: 500px;
    height: 350px; }
    @media (max-width: 1000px) {
      .sluzby-grid > * img {
        margin-top: 70px; } }
  .sluzby-grid > * h3 {
    margin-top: -90px;
    font-weight: semi-bold; }
  .sluzby-grid > * span, .sluzby-grid > * h3 {
    padding-left: 20px; }
  .sluzby-grid > * .samolepka {
    position: absolute;
    top: 115px;
    right: 15px;
    border-radius: 50%;
    background: #E06055;
    height: 120px;
    width: 120px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .sluzby-grid > * .samolepka span {
      padding-left: 0; }
    @media (max-width: 1000px) {
      .sluzby-grid > * .samolepka {
        top: 75px;
        right: 5px;
        width: 100px;
        height: 100px;
        font-size: 0.9em; } }
  .sluzby-grid > * .samolepka :first-child {
    font-size: 1.3em; }

#no_marg {
  margin-top: 50px;
  margin-bottom: 0; }

.balkonovka, .terasovka {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1000px) {
    .balkonovka, .terasovka {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .balkonovka .pokoj_img img, .terasovka .pokoj_img img {
    width: 950px;
    height: 330px; }
    @media (max-width: 1000px) {
      .balkonovka .pokoj_img img, .terasovka .pokoj_img img {
        display: none; } }
  .balkonovka .pokoj_popis, .terasovka .pokoj_popis {
    margin-left: 70px;
    width: 100%; }
    @media (max-width: 1000px) {
      .balkonovka .pokoj_popis, .terasovka .pokoj_popis {
        margin: 20px 0; } }

    .balkonovka .pokoj_popis .italo, .terasovka .pokoj_popis .italo {
      color: grey;
      font-style: italic; }
    .balkonovka .pokoj_popis .cenik_line, .terasovka .pokoj_popis .cenik_line {
      border: 1px dashed grey; }
    .balkonovka .pokoj_popis .cenik_strip, .terasovka .pokoj_popis .cenik_strip {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px 0; }
      .balkonovka .pokoj_popis .cenik_strip .panacek, .terasovka .pokoj_popis .cenik_strip .panacek {
        margin-left: 30px;
        height: 20px;
        width: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 1000px) {
          .balkonovka .pokoj_popis .cenik_strip .panacek, .terasovka .pokoj_popis .cenik_strip .panacek {
            display: none; } }
        .balkonovka .pokoj_popis .cenik_strip .panacek img, .terasovka .pokoj_popis .cenik_strip .panacek img {
          height: 20px;
          width: 20px;
          margin-left: 2px; }
          @media (max-width: 1000px) {
            .balkonovka .pokoj_popis .cenik_strip .panacek img, .terasovka .pokoj_popis .cenik_strip .panacek img {
              width: 15px;
              height: 15px; } }
      .balkonovka .pokoj_popis .cenik_strip span, .terasovka .pokoj_popis .cenik_strip span {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; }
      .balkonovka .pokoj_popis .cenik_strip .pokoj_cena, .terasovka .pokoj_popis .cenik_strip .pokoj_cena {
        font-weight: bold;
        margin-right: 30px; }
        @media (max-width: 1000px) {
          .balkonovka .pokoj_popis .cenik_strip .pokoj_cena, .terasovka .pokoj_popis .cenik_strip .pokoj_cena {
            margin-right: 0; } }

.slevy {
  margin: 70px 0; }

.sleva_line {
  border: 1px dashed grey; }

.sleva_stripe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sleva_stripe .malinky {
    font-size: 0.9em;
    color: grey; }
  .sleva_stripe span {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
    @media (max-width: 1000px) {
      .sleva_stripe span {
        max-width: 50%; } }
  .sleva_stripe .sleva_icon {
    margin: 0 30px; }
    .sleva_stripe .sleva_icon img {
      width: 40px; }
    @media (max-width: 1000px) {
      .sleva_stripe .sleva_icon {
        margin-left: 20px; } }
  .sleva_stripe .sleva_cena {
    margin-right: 20px; }
    @media (max-width: 1000px) {
      .sleva_stripe .sleva_cena {
        width: 70px;
        margin-right: 0; } }

.center_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .center_button a {
    margin: 20px 0 50px 0;
    font-weight: bold;
    font-size: 1.4em;
    background: #44AB52;
    padding: 25px; }
    .center_button button a {
      color: white; }
    @media (max-width: 1000px) {
      .center_button button {
        font-size: 1.3em;
        padding: 30px; } }

.terasovka {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .terasovka .pokoj_popis {
    margin-right: 70px;
    margin-left: 0px; }
    @media (max-width: 1000px) {
      .terasovka .pokoj_popis {
        margin: 0; } }

.kontakt_wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px; }
  @media (max-width: 1000px) {
    .kontakt_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .kontakt_wrap .kontakt_left {
    width: 55%; }
    @media (max-width: 1000px) {
      .kontakt_wrap .kontakt_left {
        width: 100%; } }
    .kontakt_wrap .kontakt_left .gifting_is_the_way .kont_phone {
      margin: 40px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .kontakt_wrap .kontakt_left .gifting_is_the_way .kont_phone span {
        font-weight: bold;
        font-size: 2em; }
        @media (max-width: 1000px) {
          .kontakt_wrap .kontakt_left .gifting_is_the_way .kont_phone span {
            font-size: 1.6em; } }
      .kontakt_wrap .kontakt_left .gifting_is_the_way .kont_phone img {
        margin: 0 30px 0 50px;
        width: 50px;
        height: 50px; }
        @media (max-width: 1000px) {
          .kontakt_wrap .kontakt_left .gifting_is_the_way .kont_phone img {
            margin: 0 10px 0 15px;
            width: 35px;
            height: 35px; } }
    .kontakt_wrap .kontakt_left .gifting_is_the_way .kont_adresa {
      margin: 40px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .kontakt_wrap .kontakt_left .gifting_is_the_way .kont_adresa .adress {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .kontakt_wrap .kontakt_left .gifting_is_the_way .kont_adresa img {
        margin: 0 30px 0 50px;
        width: 50px;
        height: 50px; }
        @media (max-width: 1000px) {
          .kontakt_wrap .kontakt_left .gifting_is_the_way .kont_adresa img {
            margin: 0 10px 0 15px;
            width: 35px;
            height: 35px; } }
    .kontakt_wrap .kontakt_left p {
      font-size: em;
      width: 80%; }
      @media (max-width: 1000px) {
        .kontakt_wrap .kontakt_left p {
          width: 100%;
          padding: 0 10px; } }
    .kontakt_wrap .kontakt_left form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 70px;
      background: #DBEEDB;
      padding: 25px; }
      .kontakt_wrap .kontakt_left form h3 {
        margin-bottom: 25px; }
      .kontakt_wrap .kontakt_left form input {
        width: 70%; }
      .kontakt_wrap .kontakt_left form textarea {
        height: 200px; }
      .kontakt_wrap .kontakt_left form button {
        margin-top: 20px;
        font-weight: bold;
        font-size: 1.2em;
        background: #44AB52;
        padding: 25px;
        -ms-flex-item-align: center;
            align-self: center; }
  .kontakt_wrap .kontakt_right {
    width: 45%;
    margin-left: 70px; }
    @media (max-width: 1000px) {
      .kontakt_wrap .kontakt_right {
        width: 100%;
        margin: 20px 0; } }
    .kontakt_wrap .kontakt_right #map {
      width: 100%;
      height: 1060px; }
      @media (max-width: 1000px) {
        .kontakt_wrap .kontakt_right #map {
          height: 300px; } }

.response {
  margin-top: 50px;
  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;
  height: 100px;
  width: 100%; }
  .response img {
    margin: 0 30px;
    width: 50px; }

.acept {
  background: #CFF7B8;
  color: #009966;
  border: 1px solid #009966; }

.deny {
  background: #FF8784;
  color: #FF0000;
  border: 1px solid #FF0000; }


p {
  text-align: justify; }

@media (max-width: 1025px) {
  #okol .okol h3, #okol1 .okol h3, #okol2 .okol h3, #okol3 .okol h3 {
    text-align: center; }
      .lopa{
    order: 1;
  } }

#okol .okol p, #okol1 .okol p, #okol2 .okol p, #okol3 .okol p {
  line-height: 1.6;
  font-size: 1em; }

.form_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.rez_form {
  margin-top: 70px;
  width: 70%; }
  .rez_form .splav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1000px) {
      .rez_form .splav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .rez_form .splav b {
      margin-right: 20px;
      text-align: end;
      width: 20%; }
      @media (max-width: 1000px) {
        .rez_form .splav b {
          width: 100%;
          text-align: start; } }
    .rez_form .splav input, .rez_form .splav textarea, .rez_form .splav select {
      width: 80%;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      @media (max-width: 1000px) {
        .rez_form .splav input, .rez_form .splav textarea, .rez_form .splav select {
          width: 100%; } }
    .rez_form .splav select {
      width: 250px; }
      @media (max-width: 1000px) {
        .rez_form .splav select {
          width: 100%; } }
    .rez_form .splav input[type=date] {
      width: 250px; }
      @media (max-width: 1000px) {
        .rez_form .splav input[type=date] {
          width: 100%; } }
    .rez_form .splav span {
      margin: 0 25px; }
    .rez_form .splav textarea {
      height: 150px; }
  .rez_form .b_w {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .rez_form .b_w button {
      width: 350px;
      margin: 20px 0 50px 0;
      font-weight: bold;
      font-size: 1.4em;
      background: #44AB52;
      padding: 25px; }
      @media (max-width: 1000px) {
        .rez_form .b_w button {
          font-size: 1.2em; } }

.cen_me {
margin-top: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px; }
.mine a {

color: white;
}
.post_wrap{

  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.real_life{
display: none;
}
 .clearfix textarea{
 margin: 0;
    width: 400px;
    height: 70px;
    border: none;
 }
 .clearfix{
 display: flex;
 border-bottom: 1px solid #DDDFE2;
 }
 .clearix img{
 object-fit: cover;
 height: 70px;
 }
 .but_pack{
    pading: 10px;
   background: #F6F7F9;
   display: flex;
   justify-content: flex-end;
 }
 .but_pack button {
 margin: 0;
 background: #4267B2;
 color: white;
 }

 .languages>*{
  padding: 8px;
  cursor: pointer;
 }

.povinne {
color: red;
}
.js_ver{
  display: none;

}
