html,
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
img {
  border: 0;
}
.imgfull {
  width: 100%;
  height: auto;
  display: block;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gray {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.nogray {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.cl {
  clear: both;
}
.resetul {
  list-style-type: none;
  padding: 0;
}
.resetul li {
  padding: 0;
}
* {
  margin: 0;
  outline: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.debug {
  outline: red dotted 1px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.transition,
.anim {
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari and Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  -ms-transition: all 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
.anim_bounce {
  transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  -moz-transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  /* Firefox 4 */
  -webkit-transition: all 0.35s cubic-bezier(0.28, 0.13, 0.15, 1);
  /* Safari and Chrome */
  -webkit-transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  /* Safari and Chrome */
  -o-transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  /* Opera */
  -ms-transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
}
.vc {
  display: table;
  height: 100%;
  width: 100%;
}
.vc .vcin {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  display: block !important;
}
html {
  -webkit-text-size-adjust: none;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 1em 0;
}
.fs1 {
  font-size: 36px;
}
.fs2 {
  font-size: 32px;
}
.fs3 {
  font-size: 24px;
}
.fs4 {
  font-size: 18px;
}
.fs5 {
  font-size: 16px;
}
.fs6 {
  font-size: 12px;
}
.stdtxt {
  *zoom: 1;
  line-height: 1.45;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.stdtxt:before,
.stdtxt:after {
  display: table;
  content: "";
}
.stdtxt:after {
  clear: both;
}
.stdtxt table {
  border-collapse: collapse;
}
.stdtxt table td {
  width: 50%;
  border: black solid 1px;
  padding: 8px 0;
}
.stdtxt p,
.stdtxt blockquote,
.stdtxt ul,
.stdtxt ol,
.stdtxt table {
  margin-bottom: 1em;
}
.stdtxt p:last-child,
.stdtxt blockquote:last-child,
.stdtxt ul:last-child,
.stdtxt ol:last-child,
.stdtxt table:last-child {
  margin-bottom: 0;
}
.stdtxt p a,
.stdtxt blockquote a,
.stdtxt ul a,
.stdtxt ol a,
.stdtxt table a {
  text-decoration: underline;
}
.stdtxt p a:hover,
.stdtxt blockquote a:hover,
.stdtxt ul a:hover,
.stdtxt ol a:hover,
.stdtxt table a:hover {
  opacity: 0.7;
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt .wp-caption {
  margin-bottom: 1em;
  width: 100% !important;
  font-size: 12px;
}
.stdtxt .wp-caption a {
  display: block;
  width: 100% !important;
}
.stdtxt .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.stdtxt .alignnone {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .stdtxt .alignnone {
    margin-left: 0;
  }
}
.stdtxt .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.stdtxt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
.stdtxt .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.stdtxt .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
}
.font1 {
  font-family: 'Work Sans', sans-serif;
}
.font2 {
  font-family: serif;
}
.fs0 {
  font-size: 0;
}
html {
  height: 100%;
}
body {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  width: 100%;
  height: 100%;
}
.zaslepka img {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.block_mapa {
  width: 100%;
  position: relative;
  transition: all 1s;
  opacity: 0;
  transform: translate(0, -50px) scale(0.5);
}
.block_mapa.open {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.block_mapa .bg {
  pointer-events: none;
}
.block_mapa .bg img {
  width: 100%;
  height: auto;
  display: block;
}
.block_mapa .holder_label {
  top: 50%;
  left: -20%;
  position: absolute;
  transform: translate(-20px, 0px);
  opacity: 0;
  transition: all 0.5s;
}
.block_mapa .holder_label.open {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.block_mapa .holder_label .in {
  font-size: 16px;
  width: 240px;
  border: black solid 2px;
  padding: 20px;
  background: #ffff00;
  text-align: center;
}
.block_mapa .holder_label .lata {
  padding-top: 10px;
  font-weight: bold;
  text-align: center;
}
.block_mapa .holder_label .lata a {
  padding: 0 10px;
}
.block_mapa .holder_label .lata a:hover {
  text-decoration: underline;
}
.block_mapa .fg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_mapa .fg .point {
  position: absolute;
  cursor: pointer;
  margin-left: -10px;
  margin-top: -10px;
}
.block_mapa .fg .point:hover .dot,
.block_mapa .fg .point.open .dot {
  background: #ffff00;
}
.block_mapa .fg .point .dot {
  width: 20px;
  height: 20px;
  border: black solid 2px;
  transform: rotate(45deg);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background: white;
}
.block_mapa .fg .point .lab {
  padding-top: 8px;
  width: 100px;
  margin-left: -40px;
  text-align: center;
  font-size: 14px;
}
.block_mapa .projekty {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffff00;
  padding: 15px;
  border: black solid 2px;
  width: 200px;
  margin-left: -90px;
  z-index: 1000;
  font-size: 16px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  display: none;
}
.block_mapa .projekty a {
  display: block;
  padding: 8px;
  border-bottom: black solid 2px;
  margin-bottom: 8px;
}
.block_mapa .projekty a:hover {
  text-decoration: underline;
}
.block_mapa .projekty a:last-child {
  margin-bottom: 0;
  border: none;
}
.mapabg {
  margin-bottom: 40px;
  background-image: url(/wp-content/themes/szota.biz_2016/img/mapabg.svg);
  background-repeat: repeat-x;
  background-position: center center;
  position: relative;
  margin-top: -40px;
  width: 100%;
  overflow-x: hidden;
}
.mapabg .holder_mapa {
  width: 50%;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
.maincolwrap {
  max-width: 1300px;
  margin: 0 auto;
}
.block_cols4 {
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 0;
}
.block_cols4 .col {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 25%;
  padding: 0 30px;
  padding-bottom: 40px;
}
.block_cols4 .col:nth-child(2),
.block_cols4 .col:nth-child(4) {
  margin-top: 40px;
}
.block_cols4 a {
  display: block;
}
.block_cols4 a:hover h2 {
  text-decoration: underline;
}
.block_cols4 a:hover img {
  opacity: 0.9;
}
.block_cols4 h2 {
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}
.block_cols4 img {
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari and Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  -ms-transition: all 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.block_top {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.block_top .l .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-size: 24px;
}
.block_top .l .item a:hover {
  opacity: 0.5;
}
.block_top .menu-topmenu-container a:hover {
  text-decoration: underline;
}
.block_top .menu-topmenu-container .current-menu-item > a {
  text-decoration: underline;
}
.block_top .menu-topmenu-container ul {
  list-style-type: none;
  padding: 0;
}
.block_top .menu-topmenu-container ul li {
  padding: 0;
}
.block_top .menu-topmenu-container > ul {
  display: inline-block;
  vertical-align: top;
}
.block_top .menu-topmenu-container > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  font-size: 24px;
}
.block_top .menu-topmenu-container > ul > li ul {
  font-size: 16px;
  margin-top: 1em;
}
.block_tail {
  padding-bottom: 60px;
}
.block_tail .kreska {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.block_tail .kreska img {
  width: 100%;
  height: auto;
  display: block;
}
.block_tail .logos {
  text-align: center;
}
.block_tail .logos img {
  max-width: 100%;
  height: auto;
}
.post_main {
  padding-bottom: 60px;
}
.post_main h1 {
  padding: 10px 20px;
  background: white;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  font-size: 36px;
  margin-bottom: 30px;
}
.post_main header {
  background-image: url(/wp-content/themes/szota.biz_2016/img/mapabg.svg);
  background-repeat: repeat-x;
  background-position: center center;
  text-align: center;
  font-size: 0;
}
.post_main main {
  padding-top: 50px;
}
.post_main .pix {
  max-width: 720px;
  margin: 0 auto;
}