article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
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;
  box-sizing: border-box;
}
.debug {
  outline: red dotted 1px;
}
.clearfix:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.animl {
  transition: all 0.25s;
}
.anim {
  transition: all 0.25s;
  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);
}
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  display: block !important;
}
@media (min-width: 769px) {
  .md-show {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .md-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .mobile-show {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .mobile-hide {
    display: none !important;
  }
}
.slick {
  height: 100%;
}
.slick .slick-list {
  height: 100%;
}
.slick .slick-list * {
  outline: none !important;
}
.slick .slick-list .slick-track {
  height: 100%;
}
.slick .slick-list .slick-track .item {
  height: 100%;
}
.blueimp-gallery-single .prev,
.blueimp-gallery-single .next,
.blueimp-gallery-single .play-pause {
  display: none !important;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 0.6;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 0.6;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 0.6;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 0.6;
}
.test_class {
  width: 10px;
  display: block;
  top: 0;
  left: 10px;
  margin: 0 auto;
}
.hidescrollbar {
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.hidescrollbar::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.anim_shake {
  animation-name: shake;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
* {
  font-variant-ligatures: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.fs0 {
  font-size: 0;
  letter-spacing: 0 !important;
}
.fs05 {
  font-size: 10vw;
}
@media (max-width: 768px) {
  .fs05 {
    font-size: 50px;
  }
}
.fs07 {
  font-size: 7vw;
}
@media (max-width: 768px) {
  .fs07 {
    font-size: 30px;
  }
}
.fs1 {
  font-size: 40px;
}
@media (max-width: 600px) {
  .fs1 {
    font-size: 36px;
  }
}
.fs2 {
  font-size: 28px;
}
.fs3 {
  font-size: 20px;
}
.fs4 {
  font-size: 16px;
}
.fs5 {
  font-size: 14px;
}
.fs6 {
  font-size: 12px;
}
.stdtxt:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.stdtxt h1,
.stdtxt h2,
.stdtxt h3,
.stdtxt h4,
.stdtxt h5,
.stdtxt h6 {
  font-weight: normal;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.stdtxt h1:first-child,
.stdtxt h2:first-child,
.stdtxt h3:first-child,
.stdtxt h4:first-child,
.stdtxt h5:first-child,
.stdtxt h6:first-child {
  margin-top: 0;
}
.stdtxt h1 {
  font-size: 40px;
}
@media (max-width: 600px) {
  .stdtxt h1 {
    font-size: 36px;
  }
}
.stdtxt h2 {
  font-size: 28px;
}
.stdtxt h3 {
  font-size: 20px;
}
.stdtxt h4 {
  font-size: inherit;
}
.stdtxt h5 {
  font-size: 14px;
}
.stdtxt h6 {
  font-size: 12px;
}
.stdtxt hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 1rem 0;
}
.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,
.stdtxt div {
  margin-bottom: 1rem;
}
.stdtxt p:last-child,
.stdtxt blockquote:last-child,
.stdtxt ul:last-child,
.stdtxt ol:last-child,
.stdtxt table:last-child,
.stdtxt div:last-child {
  margin-bottom: 0;
}
.stdtxt p a,
.stdtxt blockquote a,
.stdtxt ul a,
.stdtxt ol a,
.stdtxt table a,
.stdtxt div a {
  text-decoration: underline;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under;
}
.stdtxt p a:hover,
.stdtxt blockquote a:hover,
.stdtxt ul a:hover,
.stdtxt ol a:hover,
.stdtxt table a:hover,
.stdtxt div a:hover {
  text-decoration-color: rgba(0, 0, 0, 0.5);
}
.stdtxt h1 a,
.stdtxt h2 a,
.stdtxt h3 a,
.stdtxt h4 a,
.stdtxt h5 a {
  text-decoration: underline;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under;
}
.stdtxt h1 a:hover,
.stdtxt h2 a:hover,
.stdtxt h3 a:hover,
.stdtxt h4 a:hover,
.stdtxt h5 a:hover {
  text-decoration-color: rgba(0, 0, 0, 0.5);
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt blockquote {
  padding-left: 2em;
}
.stdtxt .wp-caption {
  margin-bottom: 1rem;
  max-width: 100% !important;
  font-size: 12px;
}
.stdtxt .wp-caption a {
  max-width: 100% !important;
}
.stdtxt .alignnone {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1023px) {
  .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: 1rem;
  margin-bottom: 1rem;
}
.stdtxt .alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.stdtxt .alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
}
.under-below {
  text-decoration: underline;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under;
}
.font0 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.font1 {
  font-family: 'helvetica neue', helvetica, sans-serif;
}
.font2 {
  font-family: serif;
}
html {
  height: 100%;
}
#mainwrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 100vh;
}
.category-1 #mainwrap {
  background: #5f7556;
}
.category-7 #mainwrap {
  background: #ffffff;
}
.category-6 #mainwrap {
  background: #ffffff;
}
.page-id-51 #mainwrap {
  background: #2f6499;
}
body {
  font-family: 'helvetica neue', helvetica, sans-serif;
  font-size: 20px;
  overflow-y: scroll !important;
  line-height: 1.3;
  background: white;
}
.ls {
  letter-spacing: 0.043rem;
}
.block-logosy_inline {
  margin-top: 1rem;
}
.block-logosy_inline a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  margin-bottom: 1rem;
  height: 120px;
  display: inline-flex;
  align-items: center;
}
.block-logosy_inline a img {
  display: block;
  width: auto;
}
.block-logosy_inline a img.xs {
  height: 30%;
}
.block-logosy_inline a img.s {
  height: 45%;
}
.block-logosy_inline a img.m {
  height: 60%;
}
.block-logosy_inline a img.l {
  height: 85%;
}
.block-logosy_inline a img.xl {
  height: 100%;
}
.block-intro {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
  transition: all 1s;
}
.block-intro h1 {
  font-size: 10vw;
  font-weight: normal;
}
@media (max-width: 768px) {
  .block-intro h1 {
    font-size: 50px;
  }
}
.block-intro .l {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-intro .l img,
.block-intro .l video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.js-home_loaded2 .block-intro {
  opacity: 0;
}
.block-intro .bg {
  background: white;
}
.block-intro .fg {
  opacity: 0;
}
.block-intro.open .fg {
  opacity: 1;
}
.layout-home {
  height: 96vh;
  height: calc(100vh - 2rem);
}
@media (max-width: 768px) {
  .layout-home {
    height: auto;
  }
}
.layout-home .colset {
  height: 100%;
  display: flex;
  padding: 0 0.5rem;
}
@media (max-width: 768px) {
  .layout-home .colset {
    display: block;
    height: auto;
  }
  .layout-home .colset .col {
    width: 100% !important;
    padding: 1rem 0.5rem !important;
    height: auto;
  }
}
.layout-home .colset .col {
  padding: 0 0.5rem;
  width: 33.333%;
  position: relative;
}
.layout-home .colset .col .bg {
  width: 100%;
  height: 100%;
  transition: all 0.7s ;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .layout-home .colset .col .bg {
    position: relative;
    transition: all 0s !important;
    height: 320px;
    height: 90vh;
  }
}
.layout-home .colset .col .fg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  padding-top: 7rem;
}
@media (max-width: 1023px) {
  .layout-home .colset .col .fg {
    opacity: 1;
    position: relative;
    height: auto;
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
.layout-home .colset .col .fg .fgin {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}
@media (max-width: 1023px) {
  .layout-home .colset .col .fg .fgin {
    height: auto;
    padding: 0 0.5rem;
  }
}
.layout-home .colset .col:hover .bg {
  opacity: 0;
  transition-duration: 0s;
}
@media (max-width: 1023px) {
  .layout-home .colset .col:hover .bg {
    opacity: 1;
  }
}
.layout-home .colset .col:hover .fg {
  opacity: 1;
}
.layout-home h2 {
  font-size: 40px;
  padding-left: 1em;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 600px) {
  .layout-home h2 {
    font-size: 36px;
  }
}
.layout-home h3 {
  font-size: 20px;
  font-weight: normal;
}
span.more {
  transition: all 0.25s;
  letter-spacing: -0.05em;
  font-size: 150%;
  position: relative;
  top: 0.25em;
  left: -0.05em;
  line-height: 0;
}
.modal-search {
  background: rgba(255, 255, 255, 0.9);
  color: black;
  line-height: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 19;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s;
  transform: scale(1.1);
}
.modal-search.open {
  opacity: 1;
  pointer-events: initial;
  transform: none;
}
.modal-search > .in {
  text-align: right;
  width: 50%;
  font-size: 28px;
  margin-top: -2rem;
}
@media (max-width: 1023px) {
  .modal-search > .in {
    width: 95%;
  }
}
.modal-search button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 150%;
}
.modal-search form {
  position: relative;
  width: 100%;
}
.modal-search form input {
  display: block;
  width: 100%;
  border: black solid 2px;
  border-radius: 5rem;
  font: inherit;
  background: none;
  font-size: 5vw;
  padding: 0.5rem 1rem;
  padding-right: 6vw;
}
@media (max-width: 768px) {
  .modal-search form input {
    font-size: 30px;
    padding-right: 35px;
  }
}
.modal-search form input:focus {
  outline: none;
}
.modal-search form button {
  position: absolute;
  top: 0;
  right: 1.7rem;
  height: 6.5vw;
  font: inherit;
  font-size: 5vw;
  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+ */
}
@media (max-width: 768px) {
  .modal-search form button {
    font-size: 30px;
    height: 30px;
    right: 0.6rem;
    top: 0.6rem;
  }
}
.modal-search form button:focus {
  outline: none;
  opacity: 0.5;
}
.modal-search button {
  background: none;
  padding:  0;
  margin: 0;
  border: none;
}
.layout-page {
  margin-top: 8rem;
  padding-bottom: 1rem;
}
@media (max-width: 1023px) {
  .layout-page {
    padding-bottom: 1rem;
  }
}
.layout-page > header {
  margin: 0 auto;
  width: 70%;
  width: auto;
  font-size: 20px;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .layout-page > header {
    width: auto;
  }
}
.layout-page > header.mod-wide {
  width: auto;
  padding: 0 1rem;
}
@media (max-width: 1023px) {
  .layout-page > header.mod-wide {
    padding: 0;
  }
}
.layout-page > header .desc {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .layout-page > header .desc {
    width: 100%;
    padding: 1rem;
  }
}
.layout-page > header h2 {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.043rem;
  text-align: center;
  font-weight: normal;
}
.layout-page > header h2 span {
  border-bottom: black solid 1px;
  display: inline-block;
  padding-bottom: 2px;
}
.layout-page > header h2 a:hover span::after {
  opacity: 0;
}
.layout-page > header nav {
  line-height: 1;
  position: relative;
}
.layout-page > header nav h1 {
  margin: 0;
  font-size: 40px;
  width: 50%;
  margin: 0 auto;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.043rem;
}
@media (max-width: 600px) {
  .layout-page > header nav h1 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .layout-page > header nav h1 {
    width: 80%;
  }
}
.layout-page > header nav h1.mod-clickable {
  cursor: pointer;
}
.layout-page > header nav h1.mod-und {
  line-height: 1.3;
  position: relative;
}
.layout-page > header nav h1.mod-und span {
  border-bottom: black solid 2px;
}
@media (max-width: 1023px) {
  .layout-page > header nav h1 {
    font-size: 28px;
  }
}
.layout-page > header nav.mod-postlist h1 {
  margin-bottom: 3rem;
}
.layout-page > header nav .arl,
.layout-page > header nav .arr {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
}
@media (max-width: 1023px) {
  .layout-page > header nav .arl,
  .layout-page > header nav .arr {
    height: 30px;
  }
}
.layout-page > header nav .arl img,
.layout-page > header nav .arr img {
  height: 60px;
  width: 60px;
  object-position: top center;
}
@media (max-width: 1023px) {
  .layout-page > header nav .arl img,
  .layout-page > header nav .arr img {
    height: 30px;
  }
}
.layout-page > header nav .arl {
  left: 0;
}
.layout-page > header nav .arl:hover img {
  opacity: 0.5;
}
.layout-page > header nav .arr {
  right: 0;
}
.layout-page > header nav .arr:hover img {
  opacity: 0.5;
}
.block-postgrid {
  padding: 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.block-postgrid > a {
  padding: 1rem 0.5rem;
  display: block;
  width: 25%;
  text-align: center;
}
@media (max-width: 1023px) {
  .block-postgrid > a {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .block-postgrid > a {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .block-postgrid > a {
    width: 100%;
  }
}
.block-postgrid > a .mod-small {
  font-size: 16px;
  text-align: justify;
}
.block-postgrid > a.mod-posts {
  width: 33.333%;
}
@media (max-width: 1023px) {
  .block-postgrid > a.mod-posts {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .block-postgrid > a.mod-posts {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .block-postgrid > a.mod-posts {
    width: 100%;
  }
}
.category-7 .block-postgrid > a.mod-posts,
.category-6 .block-postgrid > a.mod-posts {
  width: 25%;
}
@media (max-width: 1023px) {
  .category-7 .block-postgrid > a.mod-posts,
  .category-6 .block-postgrid > a.mod-posts {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .category-7 .block-postgrid > a.mod-posts,
  .category-6 .block-postgrid > a.mod-posts {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .category-7 .block-postgrid > a.mod-posts,
  .category-6 .block-postgrid > a.mod-posts {
    width: 100%;
  }
}
.category-7 .block-postgrid > a {
  font-size: 16px;
}
.block-postgrid > a .pixwrap {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background: #f3f3f3;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.category-7 .block-postgrid > a .pixwrap {
  background-color: #f3f3f3;
}
.block-postgrid > a .pixwrap.mod-posts {
  padding-bottom: 80%;
}
.category-6 .block-postgrid > a .pixwrap.mod-posts {
  padding-bottom: 150%;
}
.category-7 .block-postgrid > a .pixwrap.mod-posts {
  padding-bottom: 60%;
}
.block-postgrid > a .pixwrap .dekor {
  transform: scale(1.03) translate(0, 5%);
  transition: all 0.25s;
  transition-duration: 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 100%;
  opacity: 0;
  background: linear-gradient(to top, #ffffff 1%, rgba(255, 255, 255, 0) 10%);
}
.category-6 .block-postgrid > a .pixwrap .dekor {
  background: linear-gradient(to top, #ffffff 1%, rgba(255, 255, 255, 0) 10%);
}
.category-7 .block-postgrid > a .pixwrap .dekor {
  background: linear-gradient(to top, #ffffff 1%, rgba(255, 255, 255, 0) 10%);
}
.category-1 .block-postgrid > a .pixwrap .dekor {
  background: linear-gradient(to top, #5f7556 1%, rgba(255, 255, 255, 0) 10%);
}
.block-postgrid > a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.25s;
  transition-duration: 0.21s;
}
.block-postgrid > a:hover .dekor {
  transform: translateY(10px) scaleY(6) scaleX(1.01);
  opacity: 1;
}
.block-contentcolset {
  line-height: 1.3;
  letter-spacing: 0.043rem;
  display: flex;
  padding: 0 0.5rem;
}
@media (max-width: 1023px) {
  .block-contentcolset {
    display: block;
  }
}
.block-contentcolset .c1,
.block-contentcolset .c3 {
  width: 25vw;
  flex-shrink: 0;
  padding: 0 0.5rem;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .block-contentcolset .c1,
  .block-contentcolset .c3 {
    width: 100%;
    padding: 1rem 0.5rem !important;
  }
}
.block-contentcolset .c1 {
  padding-right: 1rem;
}
.block-contentcolset .c3 {
  padding-left: 1rem;
}
.block-contentcolset .c2 {
  flex-grow: 2;
  min-width: 0;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .block-contentcolset .c2 {
    width: 100%;
    padding: 1rem 0.5rem !important;
  }
}
.block-contentcolset .social {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 0;
  letter-spacing: 0 !important;
}
.block-contentcolset .social a {
  display: inline-block;
}
.block-contentcolset .social a i {
  font-size: 30px;
}
.block-contentcolset .social a:hover {
  opacity: 0.8;
}
body.page .block-contentcolset {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  body.page .block-contentcolset {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
body.page .block-contentcolset .c1 {
  padding-left: 4rem;
  padding-right: 0rem;
}
body.page .block-contentcolset .c3 {
  display: none;
}
body.page .block-contentcolset .c2 {
  font-size: 20px;
  line-height: 1.2;
}
.block-contentcolset .featuredpix {
  margin-bottom: 1rem;
}
img {
  max-width: 100%;
}
.block-mobilemenu {
  font-size: 40px;
  position: fixed;
  top: 0;
  left: 0;
  line-height: 1;
  width: 100%;
  display: none;
  z-index: 11;
}
@media (max-width: 600px) {
  .block-mobilemenu {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .block-mobilemenu {
    display: block;
    display: flex;
    justify-content: space-between;
  }
}
.scrolled0 .block-mobilemenu a {
  opacity: 0.2;
}
.mobile_menu_open.scrolled0 .block-mobilemenu a {
  opacity: 1;
}
.block-mobilemenu button {
  font: inherit;
  background: none;
  border: none;
  padding: 0;
}
.block-mainmenu {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 8rem;
  line-height: 1;
  background: url(https://centrala.net.pl/wp-content/themes/centrala2020_szota.biz/img/gradbg.png);
}
.block-mainmenu .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .block-mainmenu {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
}
.home .block-mainmenu .bg {
  display: none;
}
@media (max-width: 1023px) {
  .block-mainmenu {
    bottom: 0;
    height: 100%;
    background: #ffffff;
    transition: all 0.25s;
    margin-top: -2000px;
    pointer-events: none;
    opacity: 0;
    margin-top: -100vh;
    font-size: 40px;
  }
  .block-mainmenu a {
    transform: translate(-100%, 0);
    transition: all 0.25s;
    transition-delay: 0.25s;
    transition-duration: 0.35s;
  }
}
@media (max-width: 1023px) and (max-width: 600px) {
  .block-mainmenu {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .mobile_menu_open .block-mainmenu {
    margin-top: 0;
    opacity: 1;
    pointer-events: initial;
  }
  .mobile_menu_open .block-mainmenu a {
    transform: none;
  }
}
.admin-bar .block-mainmenu {
  top: 32px;
}
.block-mainmenu a,
.block-mainmenu button {
  pointer-events: initial !important;
}
.block-mainmenu ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
}
.block-mainmenu ul li {
  padding: 0;
}
.block-mainmenu ul li {
  display: inline;
}
.block-mainmenu ul li.current-menu-item,
.block-mainmenu ul li.current-post-ancestor {
  font-style: italic;
}
.block-mainmenu ul a {
  display: inline;
}
.block-mainmenu > .fg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  padding: 0.95rem 1rem 0.5rem;
}
.home .block-mainmenu > .fg {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1023px) {
  .block-mainmenu > .fg {
    padding: 1em 0;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.block-mainmenu > .fg > div {
  display: inline-block;
}
@media (max-width: 1023px) {
  .block-mainmenu > .fg > div {
    display: block;
  }
}
.block-mainmenu .c:nth-child(1) {
  width: 40%;
}
.block-mainmenu .c:nth-child(1) a {
  margin-right: 2rem;
}
.block-mainmenu .c:nth-child(2) {
  width: 20%;
  text-align: center;
  font-weight: bold;
}
.block-mainmenu .c:nth-child(3) {
  width: 40%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.block-mainmenu .c:nth-child(3) a {
  margin-left: 2rem;
}
@media (max-width: 1023px) {
  .block-mainmenu .c {
    width: 100% !important;
    text-align: left !important;
    display: block !important;
  }
  .block-mainmenu .c:nth-child(2) {
    display: none !important;
  }
  .block-mainmenu .c a {
    display: block !important;
    margin: 0 !important;
  }
}
.fancybox-button {
  background: none !important;
}
.fancybox-button::before {
  background: none !important;
}
.under-below {
  text-decoration: underline;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under;
}
.fancybox-caption {
  border: none !Important;
}
@media (max-width: 1023px) {
  .mobile_menu_open main {
    display: none;
  }
}
.stdtxt p:first-child img {
  margin-top: 0 !important;
}
.stdtxt div:first-child {
  margin-top: 0 !important;
}
.block-slick_gallery_inline {
  margin-top: 2rem;
  margin-bottom: 2rem !important;
}
.block-slick_gallery_inline:first-child {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .block-slick_gallery_inline {
    margin-left: -1rem;
    margin-right: -1rem;
    width: auto;
  }
}
.block-slick_gallery_inline .slickitem {
  position: relative;
  text-decoration: none !important;
  text-align: center;
}
.block-slick_gallery_inline .slickitem img {
  object-position: center center;
  display: inline-block !important;
  vertical-align: top;
  transition: all 0.25s;
  transform: scaleX(0.98);
  object-fit: contain !important;
  max-height: 75vh;
}
@media (max-width: 1023px) {
  .block-slick_gallery_inline .slickitem img {
    max-height: 80vh;
  }
}
.block-slick_gallery_inline .slickitem.first img {
  width: 100%;
  height: auto;
  display: block;
}
.block-slick_gallery_inline .slickitem.next img {
  height: 100%;
  width: 100%;
}
.block-slick_gallery_inline .slick-slide.slick-active img {
  transform: none;
}
.block-slick_gallery_inline .gallerypix {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.block-slick_gallery_inline .txt {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.043rem;
  text-decoration: none !important;
  margin-top: 5px;
}
@media (max-width: 1023px) {
  .block-slick_gallery_inline .txt {
    padding-left: 1rem;
  }
}
.block-slick_gallery_inline .slickable {
  opacity: 0;
}
.block-slick_gallery_inline .slickable.open {
  opacity: 1;
}
.block-slick_gallery_inline .slick-dots {
  list-style-type: none;
  padding: 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 100%;
  text-align: right;
  font-size: 0;
  letter-spacing: 0 !important;
}
.block-slick_gallery_inline .slick-dots li {
  padding: 0;
}
.block-slick_gallery_inline .slick-dots button {
  display: inline-block;
  border: none;
  background: black;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  padding: 0;
  margin: 10px 2px;
  cursor: pointer;
  transition: all 0.25s;
  font-size: 0;
  letter-spacing: 0 !important;
}
.block-slick_gallery_inline .slick-dots button:focus {
  outline: none;
}
.block-slick_gallery_inline .slick-dots li {
  display: inline-block;
  opacity: 0.3;
  transition: all 0.25s;
}
.block-slick_gallery_inline .slick-dots li.slick-active {
  opacity: 1;
}
.block-slick_gallery_inline:hover .slick-arrow {
  opacity: 1;
}
.block-slick_gallery_inline .slick-arrow {
  opacity: 0;
  font-size: 0;
  letter-spacing: 0 !important;
  border: none;
  position: absolute;
  top: 50%;
  background: none;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  z-index: 20;
}
.block-slick_gallery_inline .slick-arrow.slick-next {
  background-image: url(https://centrala.net.pl/wp-content/themes/centrala2020_szota.biz/img/arr.svg);
  right: 0;
}
.block-slick_gallery_inline .slick-arrow.slick-prev {
  background-image: url(https://centrala.net.pl/wp-content/themes/centrala2020_szota.biz/img/arl.svg);
  left: 0;
}
.block_slick_gallery_inline + .block_slick_gallery_inline {
  margin-top: -1rem;
}
.block-logosy_inline {
  margin-top: 1rem;
}
.block-logosy_inline a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  margin-bottom: 1rem;
  height: 120px;
  display: inline-flex;
  align-items: center;
}
.block-logosy_inline a img {
  display: block;
  width: auto;
}
.block-logosy_inline a img.xs {
  height: 30%;
}
.block-logosy_inline a img.s {
  height: 45%;
}
.block-logosy_inline a img.m {
  height: 60%;
}
.block-logosy_inline a img.l {
  height: 85%;
}
.block-logosy_inline a img.xl {
  height: 100%;
}
.przypis_dest {
  font-size: 12px;
  float: right;
  clear: right;
  margin-right: -25vw;
  width: 25vw;
  padding-left: 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .przypis_dest {
    float: none;
    margin: 0;
    padding: 1rem;
    font-size: 16px;
    line-height: 1.2;
    display: block;
    width: 100%;
  }
}
.przypis_dest sup {
  font-weight: bold;
}
.przypis_dest a {
  text-decoration: underline;
}
.przypis_dest a:hover {
  text-decoration: none;
}
.przypis_dest a.back {
  text-decoration: none !important;
}
.przypis_src {
  font-size: 12px;
}
.przypis_src a {
  border: black solid 1px;
  border-radius: 100%;
  padding: 0 0.3em;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
}
.przypis_src a:hover {
  background: black;
  color: white;
}
