@charset "utf-8";
/* CSS Document */
/* line 111, ../sass/public_style.scss */
.cleaner {
  clear: both;
  float: none;
}

/* line 116, ../sass/public_style.scss */
.hide_mini {
  display: block;
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  /* line 116, ../sass/public_style.scss */
  .hide_mini {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 116, ../sass/public_style.scss */
  .hide_mini {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 116, ../sass/public_style.scss */
  .hide_mini {
    display: none;
  }
}

/* line 123, ../sass/public_style.scss */
.hide_mid {
  display: block;
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  /* line 123, ../sass/public_style.scss */
  .hide_mid {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 123, ../sass/public_style.scss */
  .hide_mid {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 123, ../sass/public_style.scss */
  .hide_mid {
    display: block;
  }
}

/* line 130, ../sass/public_style.scss */
.hide_avg {
  display: block;
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  /* line 130, ../sass/public_style.scss */
  .hide_avg {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 130, ../sass/public_style.scss */
  .hide_avg {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 130, ../sass/public_style.scss */
  .hide_avg {
    display: block;
  }
}

/* line 137, ../sass/public_style.scss */
.hide_big {
  display: none;
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  /* line 137, ../sass/public_style.scss */
  .hide_big {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 137, ../sass/public_style.scss */
  .hide_big {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 137, ../sass/public_style.scss */
  .hide_big {
    display: block;
  }
}

/* line 144, ../sass/public_style.scss */
body {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  background-color: white;
  color: #5f5f5f;
  font-size: 12px;
}

/* line 151, ../sass/public_style.scss */
a {
  text-decoration: none;
  color: #5f5f5f;
}
/* line 154, ../sass/public_style.scss */
a img {
  border: 0px;
}
/* line 158, ../sass/public_style.scss */
a:visited {
  text-decoration: none;
}
/* line 162, ../sass/public_style.scss */
a:hover {
  text-decoration: none;
}

/* line 167, ../sass/public_style.scss */
.jquery_signal {
  width: 1200px;
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  /* line 167, ../sass/public_style.scss */
  .jquery_signal {
    width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 167, ../sass/public_style.scss */
  .jquery_signal {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 167, ../sass/public_style.scss */
  .jquery_signal {
    width: 320px;
  }
}

/* line 174, ../sass/public_style.scss */
header {
  width: 100%;
  position: fixed;
  background-color: white;
  height: 80px;
  z-index: 1000;
}
/* line 61, ../sass/public_style.scss */
header:after {
  display: block;
  width: 100%;
  clear: both;
  float: none;
  height: 0px;
  content: '';
}
@media only screen and (min-width: 0px) and (max-width: 768px) and (orientation: landscape) {
  /* line 182, ../sass/public_style.scss */
  header.image {
    top: -80px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) and (orientation: landscape) {
  /* line 190, ../sass/public_style.scss */
  header.image.visible {
    top: 0;
  }
}
/* line 199, ../sass/public_style.scss */
header .logo {
  float: left;
  padding: 21px 0 0 17px;
  position: absolute;
}
/* line 207, ../sass/public_style.scss */
header .logo a img {
  width: 165px;
  height: 37px;
}
/* line 214, ../sass/public_style.scss */
header nav {
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 61, ../sass/public_style.scss */
header nav:after {
  display: block;
  width: 100%;
  clear: both;
  float: none;
  height: 0px;
  content: '';
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 214, ../sass/public_style.scss */
  header nav {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 222, ../sass/public_style.scss */
  header nav .menu_button {
    width: 100px;
    height: 45px;
    background-image: url("../gfx/menu_button.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 25px;
    cursor: pointer;
    float: right;
    padding-top: 32px;
  }
}
/* line 236, ../sass/public_style.scss */
header nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
  position: relative;
  z-index: 2000;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 236, ../sass/public_style.scss */
  header nav > ul {
    display: none;
    width: 100%;
    position: absolute;
    background-color: white;
    top: 80px;
    overflow-y: scroll;
  }
}
/* line 251, ../sass/public_style.scss */
header nav > ul > li {
  float: left;
  position: relative;
  height: 80px;
  line-height: 80px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 251, ../sass/public_style.scss */
  header nav > ul > li {
    width: 100%;
    float: none;
    height: auto;
    line-height: 40px;
    text-align: center;
  }
}
/* line 266, ../sass/public_style.scss */
header nav > ul > li > a, header nav > ul > li span {
  color: #6a6a6a;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
/* line 278, ../sass/public_style.scss */
header nav > ul > li ul {
  position: absolute;
  display: none;
  width: auto;
  background-color: white;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 278, ../sass/public_style.scss */
  header nav > ul > li ul {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
  }
}
/* line 289, ../sass/public_style.scss */
header nav > ul > li ul li {
  display: block;
  position: relative;
}
/* line 293, ../sass/public_style.scss */
header nav > ul > li ul li a, header nav > ul > li ul li span {
  white-space: nowrap;
  color: #6a6a6a;
  display: block;
  box-sizing: border-box;
  padding: 6px 30px 6px 30px;
  line-height: normal;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 293, ../sass/public_style.scss */
  header nav > ul > li ul li a, header nav > ul > li ul li span {
    text-align: center;
    padding: 10px 0;
  }
}
/* line 308, ../sass/public_style.scss */
header nav > ul > li ul li a:hover, header nav > ul > li ul li span:hover {
  background-color: #dddddd;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 313, ../sass/public_style.scss */
  header nav > ul > li ul li ul {
    position: relative;
    background-color: rgba(0, 0, 0, 0.05);
  }
}

/* line 326, ../sass/public_style.scss */
.wrapper {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto 0 auto;
  padding: 80px 0 0 0;
  overflow: hidden;
}

/* line 334, ../sass/public_style.scss */
.gallery_full_blog {
  width: 100%;
  padding-bottom: 20px;
}
/* line 338, ../sass/public_style.scss */
.gallery_full_blog img {
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 347, ../sass/public_style.scss */
.blog_navigation {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0 20px;
}
/* line 61, ../sass/public_style.scss */
.blog_navigation:after {
  display: block;
  width: 100%;
  clear: both;
  float: none;
  height: 0px;
  content: '';
}
/* line 353, ../sass/public_style.scss */
.blog_navigation .blog_link {
  font-size: 14px;
  font-weight: 600;
  display: block;
}
/* line 358, ../sass/public_style.scss */
.blog_navigation .blog_link:hover {
  text-decoration: underline;
}
/* line 362, ../sass/public_style.scss */
.blog_navigation .blog_link.prev {
  float: left;
}
/* line 366, ../sass/public_style.scss */
.blog_navigation .blog_link.next {
  float: right;
}

/* line 372, ../sass/public_style.scss */
.gallery_main {
  padding: 80px 0 0 0;
  text-align: center;
  width: 100%;
  position: relative;
}
/* line 61, ../sass/public_style.scss */
.gallery_main:after {
  display: block;
  width: 100%;
  clear: both;
  float: none;
  height: 0px;
  content: '';
}
/* line 379, ../sass/public_style.scss */
.gallery_main.nospace {
  padding-top: 0;
}
/* line 383, ../sass/public_style.scss */
.gallery_main a {
  display: block;
  float: left;
  box-sizing: border-box;
  border-style: solid;
  border-width: 4px;
  -moz-border-image: url(../gfx/gallery_item_border.png) 4 repeat;
  -webkit-border-image: url(../gfx/gallery_item_border.png) 4 repeat;
  -o-border-image: url(../gfx/gallery_item_border.png) 4 repeat;
  border-image: url(../gfx/gallery_item_border.png) 4 fill repeat;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  opacity: 0;
}
/* line 398, ../sass/public_style.scss */
.gallery_main a .effect {
  top: 0;
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0.2);
}
/* line 409, ../sass/public_style.scss */
.gallery_main a:hover .effect {
  opacity: 1;
}
/* line 412, ../sass/public_style.scss */
.gallery_main a img {
  max-width: 297px;
  width: 100%;
  height: auto;
  display: block;
}

/* line 421, ../sass/public_style.scss */
.blog_container {
  box-sizing: border-box;
  padding: 0 0 20px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 61, ../sass/public_style.scss */
.blog_container:after {
  display: block;
  width: 100%;
  clear: both;
  float: none;
  height: 0px;
  content: '';
}
@media only screen and (min-width: 0px) and (max-width: 1270px) {
  /* line 421, ../sass/public_style.scss */
  .blog_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 431, ../sass/public_style.scss */
.blog_container .item {
  float: left;
  width: 45%;
  box-sizing: border-box;
  padding: 30px 0 20px 0;
  margin: 0 2.5%;
  border-top: 5px solid #e3e3e3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 520px) {
  /* line 431, ../sass/public_style.scss */
  .blog_container .item {
    width: 95%;
  }
}
/* line 443, ../sass/public_style.scss */
.blog_container .item > a {
  display: none;
  box-sizing: border-box;
  border-style: solid;
  border-width: 4px;
  -moz-border-image: url(../gfx/gallery_item_border.png) 4 repeat;
  -webkit-border-image: url(../gfx/gallery_item_border.png) 4 repeat;
  -o-border-image: url(../gfx/gallery_item_border.png) 4 repeat;
  border-image: url(../gfx/gallery_item_border.png) 4 fill repeat;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 20px auto;
  text-align: center;
  width: 100%;
  max-width: 520px;
}
/* line 460, ../sass/public_style.scss */
.blog_container .item > a .effect {
  top: 0;
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0.2);
}
/* line 470, ../sass/public_style.scss */
.blog_container .item > a:hover .effect {
  opacity: 1;
}
/* line 472, ../sass/public_style.scss */
.blog_container .item > a:hover .folded-corner {
  border-width: 0 40px 40px 0;
}
/* line 475, ../sass/public_style.scss */
.blog_container .item > a img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 482, ../sass/public_style.scss */
.blog_container .item > h1 {
  width: 100%;
  max-width: 520px;
  font-size: 12px;
  color: #727272;
  margin: 0 auto 15px auto;
}
/* line 489, ../sass/public_style.scss */
.blog_container .item > h1 span {
  font-size: 18px;
  color: #4e4e4e;
  margin: 0 0 0 5px;
}
/* line 496, ../sass/public_style.scss */
.blog_container .item .text {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  font-size: 12px;
  color: #727272;
}
/* line 503, ../sass/public_style.scss */
.blog_container .item .text a {
  color: inherit;
  text-decoration: underline;
}
/* line 507, ../sass/public_style.scss */
.blog_container .item .text a:after {
  content: '>>';
  display: inline-block;
  margin: 0 5px 0 5px;
}
/* line 513, ../sass/public_style.scss */
.blog_container .item .text a:hover {
  text-decoration: none;
}
/* line 520, ../sass/public_style.scss */
.blog_container .cleaner {
  display: none;
}
/* line 523, ../sass/public_style.scss */
.blog_container .cleaner:nth-child(4n) {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 520px) {
  /* line 523, ../sass/public_style.scss */
  .blog_container .cleaner:nth-child(4n) {
    display: none;
  }
}

/* line 533, ../sass/public_style.scss */
.blog_more {
  width: 100%;
  box-sizing: border-box;
  border-top: 5px solid #e3e3e3;
  text-align: center;
  padding: 15px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 1270px) {
  /* line 533, ../sass/public_style.scss */
  .blog_more {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 545, ../sass/public_style.scss */
.blog_more a {
  color: black;
  font-size: 14px;
  text-decoration: underline;
}
/* line 550, ../sass/public_style.scss */
.blog_more a:hover {
  text-decoration: none;
}

/* line 556, ../sass/public_style.scss */
.gallery_text {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px 20px 15px;
  font-size: 14px;
  color: #727272;
  position: relative;
}
/* line 564, ../sass/public_style.scss */
.gallery_text h1 {
  font-size: 18px;
  color: #4e4e4e;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
/* line 570, ../sass/public_style.scss */
.gallery_text h1 a {
  color: inherit;
}
/* line 573, ../sass/public_style.scss */
.gallery_text h1 a:first-child {
  font-size: 24px;
}
/* line 577, ../sass/public_style.scss */
.gallery_text h1 a:after {
  content: '>>';
  margin: 0 5px;
}
/* line 583, ../sass/public_style.scss */
.gallery_text h1 a:last-child:after {
  display: none;
}
/* line 588, ../sass/public_style.scss */
.gallery_text h1 a:hover {
  text-decoration: underline;
}

/* line 595, ../sass/public_style.scss */
.thumbnail {
  width: 100%;
  margin-bottom: 30px;
}
/* line 599, ../sass/public_style.scss */
.thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 606, ../sass/public_style.scss */
.text_container {
  padding: 10px 0 30px 0;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #727272;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 1270px) {
  /* line 606, ../sass/public_style.scss */
  .text_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 618, ../sass/public_style.scss */
.text_container > h1 {
  font-size: 24px;
  color: #4e4e4e;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
/* line 625, ../sass/public_style.scss */
.text_container .fotkaglowna {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  max-width: 150px;
}
/* line 632, ../sass/public_style.scss */
.text_container ul, .text_container ol {
  margin-left: 25px;
}
/* line 637, ../sass/public_style.scss */
.text_container .text pre {
  white-space: pre-wrap;
}

/* line 643, ../sass/public_style.scss */
.files {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 30px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 1270px) {
  /* line 643, ../sass/public_style.scss */
  .files {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 653, ../sass/public_style.scss */
.files > h1 {
  font-size: 18px;
  color: #4e4e4e;
  padding: 0 0 20px 0;
}
/* line 659, ../sass/public_style.scss */
.files .items {
  width: 100%;
}
/* line 61, ../sass/public_style.scss */
.files .items:after {
  display: block;
  width: 100%;
  clear: both;
  float: none;
  height: 0px;
  content: '';
}
/* line 663, ../sass/public_style.scss */
.files .items .item {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  padding: 0 5px 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  /* line 663, ../sass/public_style.scss */
  .files .items .item {
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 639px) {
  /* line 663, ../sass/public_style.scss */
  .files .items .item {
    width: 100%;
  }
}
/* line 676, ../sass/public_style.scss */
.files .items .item img {
  vertical-align: bottom;
}
/* line 680, ../sass/public_style.scss */
.files .items .item a {
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}
/* line 685, ../sass/public_style.scss */
.files .items .item a:hover {
  text-decoration: underline;
  color: #4e4e4e;
}

/* line 696, ../sass/public_style.scss */
.gallery {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 80px;
  overflow: hidden;
}
/* line 704, ../sass/public_style.scss */
.gallery.full {
  top: 0;
}
/* line 707, ../sass/public_style.scss */
.gallery.full .menu {
  display: none;
}
/* line 712, ../sass/public_style.scss */
.gallery .arrow {
  width: 50%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 25px 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  /* line 712, ../sass/public_style.scss */
  .gallery .arrow {
    display: none;
  }
}
/* line 721, ../sass/public_style.scss */
.gallery .arrow.prev {
  background-image: url("../gfx/b_gallery_arrow_left.png");
  background-position: 30px center;
  left: 0;
}
/* line 727, ../sass/public_style.scss */
.gallery .arrow.next {
  background-image: url("../gfx/b_gallery_arrow_right.png");
  background-position: calc(100% - 30px) center;
  right: 0;
}
/* line 733, ../sass/public_style.scss */
.gallery .arrow:hover {
  background-size: 25px 30px;
}
/* line 738, ../sass/public_style.scss */
.gallery img.big_image {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
/* line 745, ../sass/public_style.scss */
.gallery .menu {
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 61, ../sass/public_style.scss */
.gallery .menu:after {
  display: block;
  width: 100%;
  clear: both;
  float: none;
  height: 0px;
  content: '';
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  /* line 745, ../sass/public_style.scss */
  .gallery .menu {
    top: 5px;
  }
}
/* line 754, ../sass/public_style.scss */
.gallery .menu .social_box {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 61, ../sass/public_style.scss */
.gallery .menu .social_box:after {
  display: block;
  width: 100%;
  clear: both;
  float: none;
  height: 0px;
  content: '';
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  /* line 754, ../sass/public_style.scss */
  .gallery .menu .social_box {
    width: 40px;
    height: 40px;
  }
}
/* line 766, ../sass/public_style.scss */
.gallery .menu .social_box:hover {
  height: auto;
}
/* line 769, ../sass/public_style.scss */
.gallery .menu .social_box:hover .button.social {
  background-color: #edebeb;
}
/* line 775, ../sass/public_style.scss */
.gallery .menu .button {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #faf9f9;
  float: left;
  margin: 5px;
  cursor: pointer;
  display: block;
  opacity: .85;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  /* line 775, ../sass/public_style.scss */
  .gallery .menu .button {
    width: 30px;
    height: 30px;
  }
}
/* line 793, ../sass/public_style.scss */
.gallery .menu .button:hover, .gallery .menu .button.act {
  background-color: #edebeb;
}
/* line 797, ../sass/public_style.scss */
.gallery .menu .button.thumbnails {
  background-image: url("../gfx/thumbnails_ico.png");
}
/* line 802, ../sass/public_style.scss */
.gallery .menu .button.slideshow.play {
  background-image: url("../gfx/play_ico.png");
}
/* line 806, ../sass/public_style.scss */
.gallery .menu .button.slideshow.pause {
  background-image: url("../gfx/pause_ico.png");
}
/* line 811, ../sass/public_style.scss */
.gallery .menu .button.about {
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #cdcdcd;
}
/* line 817, ../sass/public_style.scss */
.gallery .menu .button.about:after {
  content: 'i';
}
/* line 820, ../sass/public_style.scss */
.gallery .menu .button.social {
  background-image: url("../gfx/social_ico.png");
}
/* line 824, ../sass/public_style.scss */
.gallery .menu .button.mail {
  background-image: url("../gfx/mail_ico.png");
}
/* line 828, ../sass/public_style.scss */
.gallery .menu .button.twitter {
  background-image: url("../gfx/twitter_ico.png");
}
/* line 832, ../sass/public_style.scss */
.gallery .menu .button.facebook {
  background-image: url("../gfx/facebook_ico.png");
}
/* line 838, ../sass/public_style.scss */
.gallery .info {
  position: absolute;
  width: 100%;
  max-width: 580px;
  box-sizing: border-box;
  padding: 30px 30px 0 30px;
  top: 0;
  background-color: white;
  overflow: hidden;
  display: none;
}
/* line 849, ../sass/public_style.scss */
.gallery .info .content {
  width: 100%;
}
/* line 852, ../sass/public_style.scss */
.gallery .info .content img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 858, ../sass/public_style.scss */
.gallery .info .content .text {
  box-sizing: border-box;
  padding: 10px 0;
  font-size: 14px;
  color: #727272;
}
/* line 865, ../sass/public_style.scss */
.gallery .info .content .close {
  width: 100%;
  height: 30px;
  cursor: pointer;
  background-image: url("../gfx/info_close.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 874, ../sass/public_style.scss */
.gallery .info .content .close:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 882, ../sass/public_style.scss */
footer {
  width: 100%;
  color: #646464;
  font-size: 10px;
  box-sizing: border-box;
  padding: 0 15px;
}
/* line 61, ../sass/public_style.scss */
footer:after {
  display: block;
  width: 100%;
  clear: both;
  float: none;
  height: 0px;
  content: '';
}
/* line 890, ../sass/public_style.scss */
footer.bottom {
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  /* line 890, ../sass/public_style.scss */
  footer.bottom {
    opacity: 0;
  }
}
/* line 901, ../sass/public_style.scss */
footer.bottom.visible {
  opacity: 1;
}
/* line 906, ../sass/public_style.scss */
footer .links {
  float: left;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  /* line 906, ../sass/public_style.scss */
  footer .links {
    width: 100%;
    float: none;
    padding: 5px 0;
    text-align: center;
  }
}
/* line 917, ../sass/public_style.scss */
footer .links a {
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  /* line 917, ../sass/public_style.scss */
  footer .links a {
    width: 100%;
    display: inline-block;
  }
}
/* line 925, ../sass/public_style.scss */
footer .links a:hover {
  text-decoration: underline;
}
/* line 929, ../sass/public_style.scss */
footer .links a:after {
  content: "|";
  margin: 0 3px 0 5px;
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  /* line 929, ../sass/public_style.scss */
  footer .links a:after {
    display: none;
  }
}
/* line 938, ../sass/public_style.scss */
footer .links a:last-child:after {
  display: none;
}
/* line 945, ../sass/public_style.scss */
footer .copy {
  float: right;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  /* line 945, ../sass/public_style.scss */
  footer .copy {
    width: 100%;
    float: none;
    padding: 5px 0;
    text-align: center;
  }
}
/* line 956, ../sass/public_style.scss */
footer .copy a {
  color: inherit;
}
/* line 959, ../sass/public_style.scss */
footer .copy a:hover {
  text-decoration: underline;
}

/* line 966, ../sass/public_style.scss */
.message-good, .message-bad, .message-info {
  padding: 10px 10px 10px 40px;
  margin-bottom: 10px;
  background-position: 7px 7px;
  background-repeat: no-repeat;
}

/* line 973, ../sass/public_style.scss */
.message-good {
  border: 1px solid #cae49c;
  color: #516f1b;
  background-color: #f3ffd0;
  background-image: url(../gfx/accept-big.png);
}
/* line 980, ../sass/public_style.scss */
.message-good a {
  color: #516f1b;
}

/* line 985, ../sass/public_style.scss */
.message-bad {
  border: 1px solid #ffdede;
  color: #ce0000;
  background-color: #fff1f1;
  background-image: url(../gfx/exclamation-big.png);
}
/* line 991, ../sass/public_style.scss */
.message-bad a {
  color: #ce0000;
}

/* line 996, ../sass/public_style.scss */
.message-info {
  border: 1px solid #ededb3;
  background-color: #ffffcc;
  background-image: url(../gfx/information-big.png);
}

@media only screen and (max-width: 767px) {
  /*
  	KONTAKT
  	*/
  /* line 1006, ../sass/public_style.scss */
  .kontakt_formularz {
    width: 310px;
    margin: auto;
  }

  /* line 1011, ../sass/public_style.scss */
  .kf_row {
    min-height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  /* line 1017, ../sass/public_style.scss */
  .kf_row input {
    width: 298px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E6E2E3;
  }

  /* line 1026, ../sass/public_style.scss */
  .kf_row textarea {
    width: 298px;
    height: 100px;
    padding: 5px;
    resize: none;
    border: 1px solid #E6E2E3;
  }

  /* line 1034, ../sass/public_style.scss */
  .kf_row a {
    display: block;
    padding: 3px 10px 3px 10px;
    float: right;
    margin-right: 20px;
    transition: 0.5s all;
  }

  /* line 1042, ../sass/public_style.scss */
  .kf_row a:hover {
    background-color: #f6f6f6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  /*
  KONTAKT
  */
  /* line 1051, ../sass/public_style.scss */
  .kontakt_formularz {
    width: 640px;
    margin: auto;
  }

  /* line 1056, ../sass/public_style.scss */
  .kf_row {
    min-height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  /* line 1062, ../sass/public_style.scss */
  .kf_row input {
    width: 298px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E6E2E3;
  }

  /* line 1071, ../sass/public_style.scss */
  .kf_row textarea {
    float: right;
    width: 298px;
    height: 104px;
    padding: 5px;
    resize: none;
    border: 1px solid #E6E2E3;
  }

  /* line 1080, ../sass/public_style.scss */
  .kf_row a {
    display: block;
    padding: 3px 10px 3px 10px;
    float: right;
    margin-right: 20px;
    transition: 0.5s all;
  }

  /* line 1088, ../sass/public_style.scss */
  .kf_row a:hover {
    background-color: #f6f6f6;
  }
}
@media only screen and (min-width: 1100px) {
  /*
  	KONTAKT
  	*/
  /* line 1097, ../sass/public_style.scss */
  .kontakt_formularz {
    width: 640px;
    margin: auto;
  }

  /* line 1102, ../sass/public_style.scss */
  .kf_row {
    min-height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  /* line 1108, ../sass/public_style.scss */
  .kf_row input {
    width: 298px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E6E2E3;
  }

  /* line 1117, ../sass/public_style.scss */
  .kf_row textarea {
    float: right;
    width: 298px;
    height: 188px;
    padding: 5px;
    resize: none;
    border: 1px solid #E6E2E3;
  }

  /* line 1126, ../sass/public_style.scss */
  .kf_row a {
    display: block;
    padding: 3px 10px 3px 10px;
    float: right;
    margin-right: 20px;
    transition: 0.5s all;
  }

  /* line 1134, ../sass/public_style.scss */
  .kf_row a:hover {
    background-color: #f6f6f6;
  }
}
/* line 1139, ../sass/public_style.scss */
#likebox-wrapper * {
  width: 100% !important;
}
