@import url(//fonts.googleapis.com/css?family=Montserrat:700|Raleway:400,700;subset=latin-ext);
@import url(//fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,300;1,400&display=swap);

.pace .pace-progress {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: -6px;
  width: 0%;
  height: 2px;
  background: #5BC0DE;
  border-radius: 1px;
  box-shadow: #5BC0DE 1px 0 6px 1px;
  -moz-transition: width 500ms ease-out, opacity 500ms linear;
  -webkit-transition: width 500ms ease-out, opacity 500ms linear;
  transition: width 500ms ease-out, opacity 500ms linear; }

.pace-inactive {
  display: none; }

.pace-running .cycle-slideshow {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0; }

.pace-done .cycle-slideshow {
  opacity: 1; }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons/icons.ttf?tblw2q") format("truetype"), url("../fonts/icons/icons.woff?tblw2q") format("woff"), url("../fonts/icons/icons.eot?tblw2q") format("eot"), url("../fonts/icons/icons.svg?tblw2q#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"],
.pager a {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-tags:before {
  content: "#"; }

.icon-calendar:before {
  content: "c"; }

.icon-user:before {
  content: "u"; }

.icon-menu:before {
  content: "m"; }

.icon-googleplus:before {
  content: "g"; }

.icon-facebook:before {
  content: "f"; }

.icon-twitter:before {
  content: "t"; }

.arrow-left:before {
  content: "<"; }

.arrow-right:before {
  content: ">"; }

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -khtml-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

body,
input[type=submit],
input[type=text],
input[type=password],
input[type=phone],
input[type=number],
textarea,
select,
.content .pager a {
  color: #222;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.open {
  overflow: hidden; }

a {
  color: #4b5457;
  text-decoration: none; }

img {
  max-width: 100%; }

blockquote,
q {
  border: 4px double #ccc;
  border-width: 4px 0;
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  text-align: center; }

blockquote.align-right,
q.align-right,
blockquote.align-left,
q.align-left {
  border: 0;
  float: right;
  text-align: left;
  margin: 0 -28% 0 0;
  width: 24%;
  position: relative; }

blockquote.align-left,
q.align-left {
  float: left;
  text-align: right;
  margin: 0 0 0 -28%; }

blockquote.align-right:before,
q.align-right:before,
blockquote.align-left:before,
q.align-left:before {
  border-top: 1px solid #ccc;
  content: '';
  display: block;
  position: absolute;
  width: 20px; }

blockquote.align-left:before,
q.align-left:before {
  right: 0; }

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

input[type=submit],
input[type=text],
input[type=password],
input[type=phone],
input[type=number],
textarea,
select {
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
  margin: 5px 0;
  padding: 5px; }

textarea {
  min-height: 150px;
  min-width: 300px;
  margin: 5px 0 0; }

input:active,
input:focus,
textarea,
select {
  border-color: #999;
  outline: 0; }

input[type=submit] {
  cursor: pointer;
  padding: 5px 15px;
  min-width: 0; }

input[type=submit]:hover {
  background: #777;
  color: #fff; }

.logo {
  margin: 30px 30px 40px;
  position: fixed;
  z-index: 2; }

.logo img {
  max-width: 100px; }

.sidebar {
  background: #000;
  position: fixed;
  top: 0;
  left: -20%;
  width: 20%;
  z-index: 1;
  overflow: hidden; }

.sidebar.open {
  left: 0; }

.sidebar a {
  color: #fff; }

.sidebar a:hover {
  color: #ccc; }

.sidebar ul {
  margin: 220px 30px 30px;
  position: relative; }

.sidebar ul:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 20px; }

.sidebar li {
  margin-bottom: 10px; }

.nav a {
  display: block; }

.nav .nav-current a {
  font-weight: bold; }

.cover {
  background: #000; }

.cover,
.author {
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff; }

.cover,
.author,
.main {
  width: 100%;
  position: relative;
  left: 0; }

.cover.open,
.main.open {
  margin-left: 20%;
  width: 80%; }

.cycle-pager {
  cursor: pointer;
  font-size: 60px;
  position: absolute;
  bottom: 0;
  left: 20%;
  z-index: 999; }

.cycle-pager-active {
  opacity: 0.65; }

.pager {
  font-size: 14px;
  overflow: hidden;
  bottom: 30px;
  right: 30px;
  position: fixed; }

.pager a {
  color: #ccc;
  display: inline-block;
  font-size: 17px;
  height: 20px;
  width: 20px;
  line-height: 28px;
  text-indent: -999em;
  overflow: hidden;
  opacity: .8;
  padding: 5px; }

.pager a:hover {
  opacity: 1; }

.pager a:before {
  content: '>';
  display: block;
  text-indent: 0;
  white-space: pre; }

.pager .newer-posts:before {
  content: "<"; }

.pager span {
  display: none; }

.content .pager {
  cursor: default;
  position: inherit;
  bottom: auto;
  right: auto;
  z-index: 1; }

.content .pager a {
  clear: none;
  line-height: 28px;
  margin: 0;
  height: auto;
  width: auto;
  text-indent: 0; }

.content .pager a:before {
  display: none; }

.content .older-posts {
  float: right; }

.content .newer-posts {
  float: left; }

.item-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0; }

.item {
  width: 100%; }

.item h2 {
  font-size: 60px;
  font-weight: 700;
  margin: 0 150px 30px;
  padding-top: 200px;
  max-width: 700px;
  position: relative;
  z-index: 2; }

.item h2 a {
  color: #fff; }

.item .readmore {
  z-index: 2; }

.readmore,
.content .pager a {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  clear: both;
  display: inline-block;
  font-size: 12pt;
  margin: 20px 150px 85px;
  padding: 10px 30px; }

.readmore:hover,
.content .pager a:hover {
  background: #fff;
  color: #333; }

.readmore span {
  margin: 0 5px; }

.btn-nav {
  color: #ccc;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 1; }

.content {
  background: #fff;
  color: #717f81;
  font-size: 21px;
  line-height: 28pt;
  margin: 0 auto;
  padding: 30px 100px;
  max-width: 650px;
  position: relative;
  z-index: 2; }

.content a {
  -webkit-box-shadow: 0 2px 0 #ccc;
  box-shadow: 0 2px 0 #ccc;
  color: #717F81; }

.content a:hover {
  -webkit-box-shadow: 0 1px 0 #ddd;
  box-shadow: 0 1px 0 #ddd;
  color: #000; }

.content ol {
  padding: 1em 1.5em; }

.content ol li {
  list-style: decimal; }

.content code,
.content pre {
  background: #444;
  color: #fff;
  font-size: 16px; }

.content pre {
  border-left: 20px solid #333;
  padding: 15px 20px; }

.content code {
  border-bottom: 2px solid #222;
  word-wrap: break-word;
  white-space: pre-wrap; }

.kg-image-card {
  margin: 30px 0;
  text-align: center;
  font-size: 12pt;
  line-height: 16pt; }

@media (min-width: 1200px) {
  .kg-width-wide {
    margin: 0 -100px;
    max-width: 700px; }

  .kg-width-full {
    margin: 0 -350px;
    max-width: 1200px; } }
.article {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 15px; }

.article-cover {
  margin-bottom: 20px; }

.article-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.article-title a,
.article-title a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3e4545; }

.post-template .article-title {
  color: #333;
  font-size: 56px;
  margin: 30px 150px; }

/*.cover-head .article-title {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    visibility: visible;
    z-index: 1
}*/
.page-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 80px; }

.meta {
  color: #bcc5c1;
  font-size: 16px;
  margin: 0 0 20px; }

.meta em {
  font-style: normal;
  margin-right: 30px; }

.meta span {
  margin-right: 5px; }

.meta a,
.meta a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #bcc5c1; }

.meta a:hover {
  color: #333; }

.content .readmore,
.content .pager a {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #3e4545;
  color: #3e4545;
  margin: 0 0 30px;
  padding: 5px 25px; }

.content .pager a {
  clear: none; }

.content .readmore:hover,
.content .pager a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #3E4545;
  background: #3E4545;
  color: #fff; }

.loadmore {
  display: block;
  text-align: center;
  text-transform: uppercase; }

.share {
  border-top: 1px solid #d6d6d4;
  margin: 30px 0;
  padding: 0; }

.share h3 {
  color: #3e4545;
  text-transform: uppercase; }

.author {
  min-height: 500px;
  position: relative; }

/*.author:before,
.item-cover:before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%
}*/
.item-cover {
  position: absolute; }

.item .item-cover:before {
  z-index: 1; }

.author h3 {
  color: #fff;
  text-transform: uppercase; }

.author > .content {
  background: none;
  color: #fff;
  margin: 0 auto;
  max-width: 650px;
  position: relative;
  z-index: 1; }

.author > .content a {
  color: #fff; }

.author > .content a:hover {
  color: #ccc; }

.author h3 {
  margin: 35px 0 20px; }

.author img {
  float: left;
  margin: 45px 45px 20px 0; }

.sidebar,
.cover,
.main,
a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.imageHolder {
  background: #000; }

.imageHolder > img {
  display: block;
  margin: 0 auto;
  height: auto !important; }

/*.cover-head {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    visibility: visible!important
}*/
/*::-webkit-scrollbar-thumb {
    border: 5px solid #000;
}
::-webkit-scrollbar-thumb:vertical {
    background-color: #fff;
    height: 100px;
}
::-webkit-scrollbar-thumb:horizontal {
    background-color: #fff;
    height: 16px !important;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #ccc;
}
::-webkit-scrollbar {
    height: 16px;
    width: 16px;
    background-color: #000;
}
::-webkit-scrollbar-corner {
    background-color: #000;
}*/
@media (max-width: 1280px) {
  .content {
    max-width: 500px; }

  blockquote.align-right,
  q.align-right {
    margin: 0 -40% 0 0;
    width: 35%; }

  blockquote.align-left,
  q.align-left {
    margin: 0 0 0 -40%;
    width: 35%; } }
@media (max-width: 1070px) {
  .content {
    max-width: 430px; } }
@media (max-width: 980px) {
  .post-template .article-title {
    font-size: 36px; }

  .content {
    max-width: 100%; }

  blockquote.align-right,
  q.align-right {
    text-align: left;
    margin: 0 0 0 20px; }

  blockquote.align-right:before,
  q.align-right:before {
    right: auto;
    left: 0; }

  blockquote.align-left,
  q.align-left {
    margin: 0 20px 0 0; }

  blockquote.align-left:before,
  q.align-left:before {
    left: auto; }

  .author {
    padding: 0; } }
@media (max-width: 840px) {
  body {
    overflow-x: hidden; }

  a:active,
  a:focus {
    outline: 0; }

  .logo img {
    max-width: 30px; }

  .sidebar.open {
    width: 30%; }

  .cover.open,
  .main.open {
    left: 10%; }

  .item h2 {
    font-size: 30px; }

  .cycle-pager {
    font-size: 100px;
    top: 120px;
    left: 74px; }

  .cycle-pager span {
    line-height: 0;
    height: 30px; }

  .item h2 {
    margin: 0 20px 0 80px; }

  .content {
    padding: 30px 20px 20px 80px; }

  .post,
  .author > .content {
    padding: 20px 20px 20px 80px; }

  .readmore {
    font-size: 16px;
    margin: 20px 20px 20px 80px;
    padding: 10px 20px; }

  .post-template .article-title {
    margin: 0 20px 10px 80px; }

  .article.post,
  .item.post {
    padding: 0; }

  .article.post {
    padding-bottom: 20px; }

  .item.post {
    height: 100%; }

  .fluid-width-video-wrapper {
    height: 79.333%; } }
@media (max-width: 450px) {
  input[type=text],
  input[type=password],
  input[type=phone],
  input[type=number],
  textarea,
  select {
    width: 100%; }

  textarea {
    min-width: 0; }

  .content {
    font-size: 14px;
    line-height: 18pt; }

  .article-title {
    line-height: 28pt; }

  .meta em {
    display: block; }

  .sidebar.open {
    width: 50%; }

  .cover.open,
  .main.open {
    left: 30%; }

  .cover .fluid-width-video-wrapper {
    display: none; }

  .content .pager {
    text-align: center; }

  .content .pager a {
    clear: both;
    float: none;
    margin: 0 0 10px; }

  .content .readmore {
    margin-bottom: 10px;
    text-align: center; }

  .hidden {
    display: none; }

  .author img {
    float: none; } }
@media print {
  .cover-head {
    background: none !important;
    height: auto !important; }

  .cover-head .article-title {
    display: block;
    color: #000 !important;
    margin-top: 60px;
    position: relative; }

  .content,
  .content a,
  .content code,
  .content pre {
    color: #000 !important;
    border: 0;
    background: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  .post-template .article-title,
  .content {
    margin: 30px;
    padding: 0; }

  .imageHolder,
  html:before,
  body:before,
  .frame:before,
  .frame:after,
  .logo,
  .meta,
  .btn-nav,
  .share,
  #disqus_thread,
  .author {
    display: none; } }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons/icons.ttf?tblw2q") format("truetype"), url("../fonts/icons/icons.woff?tblw2q") format("woff"), url("../fonts/icons/icons.eot?tblw2q") format("eot"), url("../fonts/icons/icons.svg?tblw2q#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  background: #222; }

.home-template .item h2,
.home-template .item .readmore,
.home-template .cycle-pager {
  margin-left: 33% !important; }

@media only screen and (max-width: 840px) {
  .cycle-pager {
    display: none; } }

.sidebar {
  background: #222; }
  @media only screen and (max-width: 840px) {
    .sidebar.open {
      width: 80%; } }
  @media only screen and (min-width: 1024px) {
    .sidebar {
      left: -33%;
      width: 33%; }
    .sidebar ul {
      margin: 260px 50px 0; }
    .home-template .sidebar {
      left: 0; } }
  @media only screen and (min-width: 1200px) {
    .sidebar {
      left: -25%;
      width: 25%; } }
  @media only screen and (min-width: 2000px) {
    .sidebar {
      left: -15%;
      width: 15%; } }
  .sidebar ul {
    list-style-type: none;
    counter-reset: li;
    padding-left: 1em; }
    .sidebar ul:before {
      border: none;
      display: none; }
    .sidebar ul li {
      font-family: Lato, sans-serif;
      font-size: 1.1em;
      font-weight: 300;
      text-transform: uppercase; }
      .sidebar ul li:before {
        counter-increment: li;
        content: counter(li,decimal-leading-zero);
        color: #fff;
        margin-right: 0.25em; }
      .sidebar ul li a {
        color: #fff;
        transition: color 0.6s ease-in-out;
        display: inline-block; }
        .sidebar ul li a:hover {
          color: #ddd; }

.main {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  min-height: 100vh; }
  .main .article-title {
    text-align: center;
    color: #fff;
    padding-top: 15vh;
    padding-bottom: 15vh; }
  .main .content {
    background: #222;
    color: #fff;
    line-height: 2;
    letter-spacing: 1px; }
    .main .content a {
      color: #fff; }
      .main .content a:hover {
        color: #dab30c; }

.cover.open,
.main.open {
  margin-left: 0;
  width: 100%; }
  @media only screen and (max-width: 840px) {
    .cover.open,
    .main.open {
      left: 0; } }

.logo {
  margin: 1em 0 0 1em; }
  .logo img {
    max-width: 170px;
    width: 100%;
    margin-left: 10px; }
    @media only screen and (max-width: 840px) {
      .logo img {
        display: none; } }
  @media only screen and (min-width: 1024px) {
    .logo {
      margin-left: 0; } }
  @media only screen and (min-width: 1200px) {
    .logo {
      margin-left: 1em; } }

.item h2 {
  font-family: Lato, sans-serif; }

.item h2, .item .readmore, .cycle-pager {
  transition: margin 0.4s ease-in-out; }
  .home-template .item h2, .open .item h2,
  .home-template .item .readmore, .open .item .readmore,
  .home-template .cycle-pager, .open .cycle-pager {
    margin-left: 24%; }

body.open {
  overflow: visible; }

.btn-nav {
  color: #ccaa19;
  /*top: 210px;*/
  top: 1em;
  left: 5%;
  z-index: 2;
  height: 1.4em; }
  .btn-nav:hover {
    color: #dab30c; }
  .btn-nav:after {
    display: inline-block;
    content: " menu";
    margin-left: 0.5em;
    position: relative;
    top: -.1em;
    font-weight: 600; }
  @media only screen and (max-width: 840px) {
    .btn-nav {
      top: 1em;
      left: 1em;
      font-size: 2em; }
      .btn-nav:after {
        text-indent: -99em; } }
  @media only screen and (min-width: 2000px) {
    .btn-nav {
      left: 3.5%; } }
  @media only screen and (min-width: 1024px) {
    .home-template .btn-nav {
      display: none; } }

.item-cover {
  background-position: top center !important; }
  .item-cover.logo {
    background-size: 30% auto !important;
    background-position: center center !important;
    margin: 0; }
    @media only screen and (max-width: 840px) {
      .item-cover.logo {
        background-size: 60% auto !important; } }

footer {
  min-height: 20vh;
  background: #222;
  color: #fff;
  display: grid;
  grid-template-columns: 19.5% 19.5% 19.5% 19.5% 19.5%;
  grid-column-gap: .5%; }
  @media only screen and (max-width: 840px) {
    footer {
      grid-template-columns: 100%;
      grid-column-gap: 0; } }
  footer div {
    padding-top: 50px;
    padding-left: 70px; }
    footer div.footer-backlink {
      font-size: 80%;
      padding-top: 0.1em;
      padding-bottom: 0.6em; }
    @media only screen and (max-width: 840px) {
      footer div {
        padding-top: 1em;
        padding-left: 0;
        text-align: center; } }
    @media only screen and (min-width: 1024px) {
      footer div {
        font-size: 0.8em; } }
  footer .footer-social {
    position: relative;
    z-index: 2; }
    footer .footer-social img {
      width: 1.5em;
      display: inline-block; }
    footer .footer-social span {
      text-indent: -99em;
      display: inline-block; }
  footer .footer-logo {
    position: static;
    text-indent: -999em;
    min-height: 20vh;    
    /*background-image: url('/assets/img/logo.svg');*/   
    background-image: url('/assets/img/logo-nowe.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    text-decoration: none;
    margin: 0; }
    footer .footer-logo:hover {
      cursor: pointer; }
    @media only screen and (max-width: 840px) {
      footer .footer-logo {
        background-position: top center;
        background-size: 20% auto !important;
        margin-top: 1em;
        min-height: 15vh; } }
  footer .footer-top {
    border: 0; }
  footer .site-info {
    letter-spacing: 2px;
    padding-bottom: 0;
    padding-top: 30px; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #dab30c; }

.kg-image-card a {
  box-shadow: none; }

.featherlight .featherlight-content {
  background: #222; }
.featherlight .featherlight-close-icon {
  background: transparent;
  color: #fff; }
.featherlight .featherlight-next:hover,
.featherlight .featherlight-previous:hover {
  background: #222; }
.featherlight .featherlight-next span,
.featherlight .featherlight-previous span {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8); }

footer + center {
  background: #222;
  font-size: .8em;
  padding-bottom: 1em;
  text-transform: uppercase; }
  footer + center a:hover {
    color: #dab30c; }

.page-booking {
  background: transparent;
  max-width: 68%;
  padding-left: 1em;
  padding-right: 1em; }
  .page-booking .booking {
    border: 0;
    display: block;
    min-height: 100vh;
    width: 100%;
    margin: 0 0 2em 0; }

/*# sourceMappingURL=style.css.map */
