@charset "UTF-8";
* {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: -webkit-fill-available;
  height: 100vh;
  font-size: 16px;
  font-weight: 400;
  font-family: "Libre Baskerville", Verdana, serif;
  line-height: 1.5;
  color: #ffffff;
  background-color: #ffffff;
  border: 15px solid #ffffff;
  overflow: hidden;
}

body#wwwpage {
  height: auto;
  border: none;
  overflow: auto;
  color: #7a7a7a;
}

img, embed, object, video {
  max-width: 100%;
  height: auto !important;
}

iframe {
  max-width: 100%;
}

h1 {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
}

a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #77afaf;
}

#wwwpage a {
  color: #7a7a7a;
}
#wwwpage a:hover {
  color: #77afaf;
}

#scrollTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#scrollTop a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  font-size: 25px;
  color: #7a7a7a;
}
#scrollTop a:hover {
  color: #ff0000;
}

#top {
  width: 100%;
  margin: 0;
}

#top0 {
  width: 1600px;
  max-width: 100%;
  height: 100vh;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#wwwpage #top0 {
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

#top1 {
  width: 100%;
  padding: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#top1 img.subpage {
  display: none;
}

#wwwpage #top1 {
  padding: 50px 30px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#wwwpage #top1 img.main-page {
  display: none;
}
#wwwpage #top1 img.subpage {
  display: block;
  margin: 0 auto;
}

#top2 {
  width: 100%;
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#wwwpage #top2 {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

#g_menu {
  width: 100%;
  margin: auto;
}

#menu1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 900;
}
#menu1 li {
  position: relative;
  white-space: nowrap;
}
#menu1 li a {
  display: block;
  position: relative;
}
#menu1 li a.item1 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 40px;
  text-align: left;
  text-transform: initial;
}
#menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
  color: #77afaf;
}
#menu1 li:hover > ul, #menu1 li.sfHover > ul {
  opacity: 1;
  visibility: visible;
}
#menu1 li ul {
  position: absolute;
  left: 15px;
  top: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul li {
  width: 240px;
  white-space: normal;
  text-align: left;
}
#menu1 li ul li a.item2 {
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  text-transform: initial;
}
#menu1 li ul li a.item2:hover {
  color: #77afaf;
}
#menu1 li ul li ul {
  top: 0;
  left: 100%;
}

#wwwpage #menu1 li.current a.item1::after {
  display: block;
}
#wwwpage #menu1 li a.item1::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  margin: 10px auto 0 auto;
  background-color: #77afaf;
  display: none;
}

#mobnav-btn {
  width: 38px;
  height: 38px;
  padding: 8px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border-radius: 5px;
  background-color: rgba(33, 136, 136, 0.9);
  display: none;
}
#mobnav-btn:hover {
  opacity: 0.8;
}
#mobnav-btn div {
  margin: auto;
  position: relative;
}
#mobnav-btn span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#mobnav-btn span:first-child {
  top: 2px;
}
#mobnav-btn span:nth-last-child(2) {
  width: 75%;
  top: 10px;
  right: 0;
}
#mobnav-btn span:last-child {
  top: 18px;
}

.xactive #menu1 .sub a.item1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 19px;
  height: 29px;
  margin-left: 10px;
  font-family: icomoon;
  text-align: center;
  color: #7a7a7a;
  display: none;
}

.xactive #mobnav-btn {
  z-index: 1000;
  background-color: #ffffff;
}
.xactive #mobnav-btn span {
  background-color: #7a7a7a;
}
.xactive #mobnav-btn span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.xactive #mobnav-btn span:nth-last-child(2) {
  display: none;
}
.xactive #mobnav-btn span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#search_box {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
}

#search_close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
  padding: 0;
  font-size: 35px;
  font-family: icomoon;
  color: #ffffff;
  opacity: 0.7;
}
#search_close:hover {
  opacity: 1;
}

#search_panel {
  width: 600px;
  max-width: 98%;
  margin: auto;
  padding: 40vh 20px 0 20px;
  text-align: center;
}
#search_panel.title {
  padding-bottom: 30px;
  font-size: 36px;
}
#search_panel #art_szuk {
  height: 70px;
  padding: 0 15px;
  font-size: 20px;
  line-height: 70px;
}

#searchp {
  width: 100px;
  margin-top: -5px;
  color: #ffffff;
  font-size: 48px;
  font-family: icomoon;
  text-align: center;
  background: none;
  border: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0.7;
}
#searchp:hover {
  opacity: 1;
}

#d_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  padding: 0;
  list-style-type: none;
}
#d_menu ul li {
  -webkit-box: 100%;
  -moz-box: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 40px;
}

#slider {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: auto;
  padding: 0;
  position: relative;
  background-color: #ffffff;
}

#slider_img {
  width: inherit;
  height: inherit;
}

.slider_el {
  width: inherit;
  height: inherit;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider_wrap {
  width: 1600px;
  max-width: 100%;
  height: inherit;
  margin: auto;
  position: relative;
}

.slider_opis {
  position: absolute;
  bottom: 10%;
  left: 40%;
  display: none;
}

.slider_opis_name {
  font-size: 60px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-filter: drop-shadow(0.5px 0.866px 3.5px rgba(3, 3, 3, 0.2));
  filter: drop-shadow(0.5px 0.866px 3.5px rgba(3, 3, 3, 0.2));
}

.slider_opis_tresc {
  width: 70%;
  padding-top: 20px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}

#slider_naw_wrap {
  width: 1600px;
  max-width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

#slider_naw a {
  font-size: 40px;
  font-family: icomoon;
  color: #ffffff;
  position: absolute;
  top: 50%;
}
#slider_naw a#prevp {
  left: -3%;
}
#slider_naw a#nextp {
  right: -3%;
}
#slider_naw a:hover {
  color: #77afaf;
}

#wwwpage #maincontent2 {
  width: 1200px;
  max-width: 90%;
  margin: auto;
  padding: 0;
}

#wwwpage #maincontent3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

#foot {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
  background-color: #ffffff;
}
#foot a {
  color: #ffffff;
}
#foot a:hover {
  color: #7a7a7a;
}

#foot0 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1600px;
  max-width: 96%;
  margin: auto;
  padding: 15px;
}

#foot1, #foot2 {
  padding: 0 15px;
}

/* -------------------------------------    MEDIA QUERIES   ------------------------------------------*/
@media only screen and (max-width: 576px) {
  #top2,
#wwwpage #top2 {
    position: absolute;
    top: 30px;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  #wwwpage #top2 {
    top: 0;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li a.item1 {
    padding-left: 20px;
    padding-right: 20px;
    color: #7a7a7a;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 10px 20px;
    line-height: 20px;
    color: #7a7a7a;
  }

  #wwwpage #menu1 li.current a.item1::after {
    display: none;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
  #menu1 li a.item1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #top2 {
    top: 85%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  #menu1 li a.item1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*# sourceMappingURL=default.css.map */
