.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 7px;
  padding-bottom: 3px;
  background-color: #fff;
  background-image: url('../images/ks-www_01.jpg');
  background-position: 0px 0px;
  background-size: 50px;
}

.nav-link {
  position: static;
  display: inline-block;
  height: 61px;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Monotype posterama 2001 light', sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.nav-link:hover {
  border-bottom: 2px solid #fff;
}

.nav-link:active {
  border-width: 1px;
  border-color: #fff;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-cont {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.h1 {
  margin-bottom: 26px;
  font-family: 'Monotype posterama 2001 light', sans-serif;
  text-align: center;
}

.slider {
  height: 370px;
  margin-top: 0px;
  padding-top: 0px;
}

.h1b {
  font-family: 'Monotype posterama 2001 light', sans-serif;
  color: #fff;
  text-align: center;
}

.sec2 {
  padding-top: 20px;
  padding-bottom: 40px;
  background-image: url('../images/tlo_1.jpg'), url('../images/tlo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
}

.sec1 {
  margin-top: 98px;
}

.slide1 {
  display: inline-block;
  background-image: url('../images/Slidys-8.jpg');
  background-position: 50% 57%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide2 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
  background-image: url('../images/Slidy-3.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 0 #fff;
}

.text2 {
  padding-top: 0px;
  float: left;
  font-family: 'Monotype posterama text light', sans-serif;
  text-align: justify;
}

.text2.text-m {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.text2.text2-m {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.text2.text2-snow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.sec_ph {
  background-image: url('../images/01.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sec_c {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-top: 1px dotted #838181;
  background-image: url('../images/ks-www_01.jpg');
  background-position: 0px 0px;
  background-size: 50px;
  background-color:#000;
}

.lightbox {
  padding: 5px;
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective-origin: 113% 41%;
  perspective-origin: 113% 41%;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.div4 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.slide3 {
  background-image: url('../images/Slidy-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide4 {
  left: 0px;
  top: 0px;
  display: inline-block;
  min-width: 0px;
  background-image: url('../images/Slidy-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-pic {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 46px;
}

.slide5 {
  background-image: url('../images/Slidy-4.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide6 {
  background-image: url('../images/Slidy-6.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.pic-prawa {
  padding-left: 35px;
  float: left;
}

.pic-prawa.pic-prawa-m.effects {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pic-lew {
  padding-right: 35px;
}

.form {
  display: block;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  max-width:400px;


}

.col-prawa {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.text-prawa {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  font-family: 'Monotype posterama text light', sans-serif;
  text-align: justify;
}

.dragon {
  width: 221px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 0px;
}

.col-pic-1 {
  text-align: left;
}

.footer {
  height: 75px;
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url('../images/ks-www_01.jpg');
  background-position: 0px 0px;
  background-size: 50px;
}

.text-footer {
  font-family: 'Monotype posterama 2001 light', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.textarea {
  min-height: 120px;
}

html.w-mod-js *[data-ix="photos"] {
  opacity: 0;
  -webkit-transform: translate(0px, 0px) scale(0.56, 0.56);
  -ms-transform: translate(0px, 0px) scale(0.56, 0.56);
  transform: translate(0px, 0px) scale(0.56, 0.56);
}

html.w-mod-js *[data-ix="about"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="logo"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="about-txt"] {
  opacity: 0;
  -webkit-transform: translate(0px, -96px);
  -ms-transform: translate(0px, -96px);
  transform: translate(0px, -96px);
}

html.w-mod-js *[data-ix="slide"] {
  opacity: 0.06;
}

@media (max-width: 991px) {
  .nav-bar {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 13px;
  }
  .nav-link {
    background-color: transparent;
    color: #fff;
    font-weight: 100;
  }
  .nav-link.w--current {
    font-weight: 100;
  }
  .nav-menu {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
  }
  .nav-cont {
    display: block;
    width: auto;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-button {
    background-color: hsla(0, 0%, 100%, .2);
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, .2);
  }
  .icon-menu {
    color: #fff;
  }
  .slider {
    height: 310px;
    padding-top: 10px;
  }
  .slide2 {
    background-position: 50% 0px;
    background-size: 1652px;
  }
  .text2 {
    display: block;
    width: 370px;
    padding-top: 0px;
    float: left;
    clear: none;
  }
  .text2.text-m {
    max-width: none;
  }
  .text2.text2-m {
    max-width: none;
  }
  .sec_c {
    height: auto;
  }
  .col-pic {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    text-align: center;
  }
  .row {
    display: block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .pic-prawa {
    display: block;
    padding-left: 0px;
    float: none;
  }
  .pic-prawa.pic-prawa-m {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .pic-lew {
    display: block;
    margin-right: 0px;
    margin-left: auto;
    padding-right: 0px;
    text-align: center;
  }
  .col-prawa {
    position: relative;
    overflow: visible;
  }
  .text-prawa {
    width: 370px;
    max-width: none;
    padding-left: 0px;
    float: right;
  }
  .text-prawa.text-prawa-m {
    width: auto;
    max-width: none;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-pic-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .nav-bar {
    padding-top: 0px;
  }
  .nav-link {
    position: static;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 100;
  }
  .nav-link:hover {
    border-style: none none solid;
    border-width: 0px 0px 2px;
    border-color: #fff;
  }
  .nav-link:active {
    border-style: none;
    border-bottom-width: 0px;
  }
  .nav-menu {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    background-color: transparent;
  }
  .slider {
    height: 335px;
    padding-top: 0px;
  }
  .sec1 {
    margin-top: 93px;
  }
  .slide1 {
    background-position: 50% 50%;
  }
  .text2 {
    position: static;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 276px;
    padding-top: 0px;
    padding-left: 15px;
    float: left;
  }
  .text2.text-m {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .text2.text2-m {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: justify;
  }
  .text2.text2-snow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    text-align: justify;
  }
  .sec_c {
    height: auto;
  }
  .col-pic {
    position: relative;
    display: block;
    text-align: center;
  }
  .row {
    margin-top: 23px;
    padding-top: 0px;
    float: none;
  }
  .pic-prawa {
    display: block;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    clear: none;
    text-align: left;
  }
  .pic-prawa.pic-prawa-m {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }
  .pic-lew {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .col-prawa {
    position: static;
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .text-prawa {
    display: block;
    width: 276px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    float: none;
    font-family: 'Monotype posterama text light', sans-serif;
    text-align: justify;
  }
  .text-prawa.text-prawa-m {
    max-width: none;
    padding-right: 0px;
    float: none;
  }
  .dragon {
    width: 162px;
    padding-top: 23px;
  }
  .col-pic-1 {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    clear: both;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-family: 'Monotype posterama 2001 light', sans-serif;
    color: #fff;
    font-weight: 700;
  }
  .nav-link:hover {
    border-bottom: 2px solid #000;
  }
  .nav-menu {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: #000;
  }
  .menu-button {
    background-color: rgba(97, 85, 85, .2);
  }
  .menu-button.w--open {
    position: static;
    float: right;
    clear: none;
    background-color: hsla(0, 0%, 100%, .2);
  }
  .menu-button.w--open:active {
    background-color: hsla(0, 0%, 100%, .1);
  }
  .h1 {
    clear: left;
  }
  .slider {
    height: 334px;
    margin-top: 0px;
    padding-top: 17px;
  }
  .sec1 {
    margin-top: 69px;
  }
  .slide1 {
    background-position: 40% 0px;
    background-size: 1180px;
  }
  .slide2 {
    background-position: 50% 0px;
    background-size: 1348px;
  }
  .text2 {
    position: static;
    left: 0px;
    top: 320px;
    right: 0px;
    bottom: auto;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
  }
  .text2.text-m {
    position: relative;
    left: 0px;
    top: 260px;
    right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text2.text2-m {
    position: relative;
    left: 0px;
    top: 211px;
    right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .text2.text2-snow {
    position: relative;
    top: 190px;
    margin-top: 0px;
    padding-right: 0px;
  }
  .sec_c {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .lightbox {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .slide3 {
    background-position: 39% 50%;
  }
  .slide4 {
    background-position: 31% 50%;
  }
  .col-pic {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .row {
    margin-top: 0px;
    float: none;
    clear: none;
    text-align: center;
  }
  .slide6 {
    background-position: -268px 0px;
    background-size: auto 350px;
  }
  .pic-prawa {
    position: static;
    left: 0px;
    top: -260px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    text-align: center;
  }
  .pic-prawa.pic-prawa-m {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
  }
  .pic-lew {
    margin-top: 45px;
    padding-right: 0px;
  }
  .form {
    margin-right: 15px;
    margin-left: 15px;
  }
  .col-prawa {
    position: relative;
    left: 0px;
    top: 115px;
    right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .col-prawa.col-prawa-m {
    position: static;
    top: 0px;
  }
  .col-prawa.col-prawa-m3 {
    position: static;
    top: 0px;
  }
  .text-prawa {
    position: static;
    left: 0px;
    top: 56px;
    right: 0px;
    width: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .text-prawa.text-prawa-m {
    top: 103px;
    margin-top: 20px;
    padding-left: 0px;
  }
  .pic-prawa-m {
    position: relative;
    left: 0px;
    top: -237px;
    right: 0px;
    bottom: 0px;
    display: block;
    float: none;
    clear: none;
    text-align: center;
  }
  .pic-prawa-m.pic-prawa {
    position: relative;
    left: 0px;
    top: -229px;
    right: 0px;
    bottom: auto;
    margin-top: 30px;
    float: none;
    clear: none;
  }
  .container {
    display: block;
  }
  .dragon {
    width: 150px;
  }
  .col-pic-1 {
    position: relative;
  }
  .lightbox-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .lightbox-3 {
    position: relative;
    left: 0px;
    top: 132px;
    right: 0px;
    padding-top: 0px;
    clear: none;
  }
  .lightbox-5 {
    position: relative;
    top: -93px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .footer {
    height: 75px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .con {
    margin-top: 28px;
  }
}

@font-face {
  font-family: 'Monotype posterama 2001 light';
  src: url('../fonts/Monotype----Posterama-2001-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Monotype posterama text light';
  src: url('../fonts/Monotype----Posterama-Text-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

.txt-bold {
  padding-bottom: 20px;
}

.sec2-cookies {
  margin-top: 90px;
  padding-top: 30px;
  background-image: url('../images/tlo_1.jpg');
  background-position: 0px 0px;
  background-size: 50px;
  background-repeat: repeat;
}
.sec1.cookies {
  margin-top: 0px;
  background-image: url('../images/tlo_1.jpg');
  background-position: 0px 0px;
  background-size: 50px;
}
.container.cookies {
  margin-top: 100px;
  margin-bottom: 20px;
}
