.pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 99999;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none;
}
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.pswp img {
max-width: none;
} .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
display: block;
}
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
} .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
transform: translateZ(0);
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
} .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden;
}
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0;
} .pswp__img--placeholder {
-webkit-backface-visibility: hidden;
} .pswp__img--placeholder--blank {
background: #222;
}
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0;
} .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC;
}
.pswp__error-msg a {
color: #CCC;
text-decoration: underline;
}
.pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
box-shadow: none !important;
}
.pswp__button:focus,
.pswp__button:hover {
opacity: 1;
}
.pswp__button:active {
outline: none;
opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0;
} .pswp__ui--over-close .pswp__button--close {
opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//floorwittink.nl/wp-content/plugins/kadence-galleries/assets/photoswipe/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px;
}
.pswp__button:hover {
background: url(//floorwittink.nl/wp-content/plugins/kadence-galleries/assets/photoswipe/default-skin.png) 0 0 no-repeat;
}
.kadence-galleries-pswp .pswp__button {
background-image: url(//floorwittink.nl/wp-content/plugins/kadence-galleries/assets/photoswipe/default-skin.png) !important;
}
.kadence-galleries-pswp .pswp__button.pswp__button--arrow--left,
.kadence-galleries-pswp .pswp__button.pswp__button--arrow--right {
background: none !important;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .kadence-galleries-pswp.pswp--svg .pswp__button {
background-image: url(//floorwittink.nl/wp-content/plugins/kadence-galleries/assets/photoswipe/default-skin.svg) !important;
}
.kadence-galleries-pswp.pswp--svg .pswp__button.pswp__button--arrow--left,
.kadence-galleries-pswp.pswp--svg .pswp__button.pswp__button--arrow--right {
background: none !important;
}
}
.kadence-galleries-pswp .pswp__button--close {
background-position: 0 -44px;
}
.kadence-galleries-pswp .pswp__button--share {
background-position: -44px -44px;
}
.pswp__button--fs {
display: none;
}
.pswp--supports-fs .pswp__button--fs {
display: block;
}
.pswp--fs .pswp__button--fs {
background-position: -44px 0;
}
.kadence-galleries-pswp .pswp__button--zoom {
display: none;
background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
display: block;
}
.kadence-galleries-pswp .pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0;
} .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden;
} .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute;
}
.pswp__button--arrow--left {
left: 0;
}
.pswp__button--arrow--right {
right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute;
}
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px;
} .pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__share-modal--hidden {
display: none;
}
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform;
}
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px;
}
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000;
}
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px;
}
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none;
}
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF;
}
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF;
}
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D;
}
a.pswp__share--download:hover {
background: #DDD;
} .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px;
} .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px;
}
.pswp__caption small {
font-size: 11px;
color: #BBB;
}
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC;
}
.pswp__caption--empty {
display: none;
} .pswp__caption--fake {
visibility: hidden;
} .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr;
}
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px;
}
.pswp__preloader--active {
opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn { background: url(//floorwittink.nl/wp-content/plugins/kadence-galleries/assets/photoswipe/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0;
}
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0;
}
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right;
}
}
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550;
} .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
} .pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5);
} .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.5);
} .pswp__ui--idle .pswp__top-bar {
opacity: 1;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 1;
} .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 1;
} .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none;
}
.pswp__element--disabled {
display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
background: none;
}
.pswp__caption__center {
color: #fff;
}
body.admin-bar .pswp {
top: 32px;
}
.pswp__caption {
transform: translate3d(0, -44px, 0);
cursor: pointer;
text-align: center;
min-height: 35px;
}
.pswp__caption__center {
position: relative;
color: #fff;
max-height: 35px;
display: inline-block;
width: auto;
padding-right: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pswp__button--show--caption {
position: absolute;
top: -20px;
z-index: 9999999;
left: 50%;
width: auto;
text-align: center;
padding: 0 16px;
color: #f2f2f2;
height: 20px;
background: rgba(0, 0, 0, 0.5) !important;
margin: 0px;
font-size: 11px;
line-height: 20px;
border-radius: 0;
outline: none !important;
transform: translate(-50%, 0px);
}
.pswp__button--show--caption:hover {
color: #f2f2f2;
}
.kadence-galleries-pswp.pswp--svg .pswp__button--show--caption,
.kadence-galleries-pswp .pswp__button--show--caption {
background: rgba(0, 0, 0, 0.5) !important;
}
.pswp--zoomed-in .pswp__caption {
display: none;
}
.pswp__caption__center .kt-gallery-categories {
display: none;
}
.pswp__caption.caption-empty {
display: none !important;
}
.pswp__button--show--caption.kt-btn-show,
.pswp__button--show--caption.kt-btn-hide {
display: block !important;
}
.pswp__caption.active .pswp__button--show--caption.kt-btn-show {
display: none;
}
.pswp__button--show--caption.kt-btn-hide {
display: none;
}
.pswp__caption.active .pswp__button--show--caption.kt-btn-hide {
display: block;
}
.pswp__button--show--caption.force-hide.kt-btn-show,
.pswp__button--show--caption.kt-btn-hide.force-hide {
display: none !important;
}
.caption-shown-full .pswp__button--show--caption.kt-btn-hide,
.caption-shown-full .pswp__button--show--caption.kt-btn-show {
display: none !important;
}
.pswp__caption.active .pswp__caption__center {
max-height: inherit;
padding-right: 10px;
overflow: visible;
white-space: normal;
}
.pswp__caption__center .kt-gallery-caption-title h5 {
margin: 0;
font-weight: bold;
color: white;
display: inline;
font-size: 13px;
line-height: 20px;
}
.pswp__caption.active .pswp__caption__center {
text-align: left;
display: block;
}
.pswp__caption__center .kt-gallery-caption-title {
display: inline;
padding-right: 10px;
}
.pswp__caption.active .pswp__caption__center .kt-gallery-caption-title {
display: block;
padding: 0;
}
.pswp__caption.active .pswp__caption__center .kt-gallery-categories {
display: block;
}
.pswp__caption__center .kt-gallery-caption-text {
display: inline;
}
a.pswp__share--download {
display: none;
}@-webkit-keyframes kt-load-cubeGridScaleDelay{0%,70%,to{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes kt-load-cubeGridScaleDelay{0%,70%,to{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.kt-galleries-container{margin:0-5px}.kt-gallery-item{float:left;padding:0 5px 10px;list-style:none;overflow:hidden;box-sizing:border-box}.kadence-galleries-pagenav{text-align:center;margin-bottom:20px}.kadence-galleries-pagenav .current,.kadence-galleries-pagenav a:hover{background:#444;color:#fff}.kadence-galleries-pagenav a,.kadence-galleries-pagenav span{border:1px solid #444;color:#444;border-radius:3px;padding:6px 12px;font-size:12px;font-weight:700;margin:5px;display:inline-block;background:0 0;-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;-ms-transition:background .3s ease-in-out;-o-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.kt-gallery-item a.kadence-galleries-pinterest-btn{position:absolute;left:5px;top:5px;color:#fff;background-color:#bd081c;width:40px;height:40px;display:flex;align-items:center;justify-content:center;z-index:800;opacity:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.kt-gallery-item a.kadence-galleries-pinterest-btn:hover{background-color:#a50718}.kt-gallery-item:hover a.kadence-galleries-pinterest-btn{opacity:1}.kt-gal-fade-in{opacity:0}.kt-ga-columns-sm-6 .kt-gallery-item{width:16.67%}.kt-ga-columns-sm-5 .kt-gallery-item{width:20%}.kt-ga-columns-sm-4 .kt-gallery-item,.ktg-ss-mosaic-3{width:25%}.kt-ga-columns-sm-3 .kt-gallery-item,.ktg-ss-mosaic-4{width:33.33%}.kt-ga-columns-sm-2 .kt-gallery-item,.ktg-ss-mosaic-6{width:50%}.ktg-ss-mosaic-8{width:66.66666667%}.gallery-albumn-content .kt-gallery-item a img,.kt-ga-columns-sm-1 .kt-gallery-item,.ktg-ss-mosaic-12{width:100%}@media (min-width:767px){.kt-ga-columns-md-6 .kt-gallery-item{width:16.67%}.kt-ga-columns-md-5 .kt-gallery-item{width:20%}.kt-ga-columns-md-4 .kt-gallery-item,.ktg-sm-mosaic-3{width:25%}.kt-ga-columns-md-3 .kt-gallery-item,.ktg-sm-mosaic-4{width:33.33%}.kt-ga-columns-md-2 .kt-gallery-item,.ktg-sm-mosaic-6{width:50%}.ktg-sm-mosaic-8{width:66.66666667%}.kt-ga-columns-md-1 .kt-gallery-item,.ktg-sm-mosaic-12{width:100%}}@media (min-width:992px){.kt-ga-columns-lg-6 .kt-gallery-item{width:16.67%}.kt-ga-columns-lg-5 .kt-gallery-item{width:20%}.kt-ga-columns-lg-4 .kt-gallery-item,.ktg-mosaic-3{width:25%}.kt-ga-columns-lg-3 .kt-gallery-item,.ktg-mosaic-4{width:33.33%}.kt-ga-columns-lg-2 .kt-gallery-item,.ktg-mosaic-6{width:50%}.ktg-mosaic-8{width:66.66666667%}.kt-ga-columns-lg-1 .kt-gallery-item,.ktg-mosaic-12{width:100%}}@media (max-width:991px){.mosaic-sm-wide-grid-size .kt-gallery-intrinsic{padding-bottom:50%!important}.mosaic-sm-wide-grid-size .kt-gallery-intrinsic .kt-gallery-intrinsic-inner img{width:auto;height:auto;min-width:100%}.mosaic-sm-square-grid-size .kt-gallery-intrinsic,.mosaic-tall-sm-square-grid-size .kt-gallery-intrinsic{padding-bottom:100%!important}.mosaic-sm-square-grid-size .kt-gallery-intrinsic .kt-gallery-intrinsic-inner img{width:auto;height:auto;max-height:100%;max-width:none}.mosaic-tall-sm-square-grid-size .kt-gallery-intrinsic .kt-gallery-intrinsic-inner img{width:auto;height:auto;max-width:100%}}.kt-gallery-mosaic .kt-gallery-item{padding:0}.kt-gallery-mosaic .kt-gallery-item .kt-gallery-intrinsic-inner,.kt-gallery-mosaic .kt-gallery-item .kt-gallery-item-overlay{position:absolute;top:3px;bottom:3px;left:3px;right:3px;width:auto;height:auto;overflow:hidden}.kt-gallery-mosaic .kt-gallery-caption-container{left:3px;right:3px;width:auto}.kt-galleries-show-caption-bottom.kt-gallery-mosaic .kt-gallery-item:hover .kt-gallery-caption-container{bottom:3px}.kt-galleries-show-caption-center.kt-gallery-mosaic .kt-gallery-caption-container{top:3px;bottom:3px;left:3px;right:3px;width:auto;height:auto}.kt-gal-outer-mosaic{margin:0-3px 3px}.kt-galleries-hide-caption .kt-gallery-caption-container{display:none}.kt-gallery-categories{text-transform:uppercase;font-size:11px}.kt-galleries-container .kt-gallery-caption-title h5{color:#222;line-height:26px;font-size:18px;margin:0 0 5px}.kt-gallery-intrinsic{height:0}.kt-gallery-intrinsic img{position:absolute;width:100%;height:100%}.kt-galleries-container.kt-galleries-show-caption-bottom .kt-gallery-caption-title h5{color:#333}.kt-galleries-show-caption-bottom .kt-gallery-item .kt-image-item,.kt-gallery-caption-container{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.kt-gallery-caption-container{color:#444;padding:15px 20px;position:absolute;bottom:0;width:100%;left:0;background:#fff;opacity:0;transform:translateY(100%)}.kt-galleries-show-caption-bottom .kt-gallery-caption-container{opacity:1}.kt-galleries-show-caption-bottom .kt-gallery-item:hover .kt-gallery-caption-container{opacity:1;transform:translateY(0)}.kt-galleries-show-caption-bottom .kt-gallery-item .kt-image-item{transform:translateY(0)}.kt-galleries-show-caption-bottom .kt-gallery-item:hover .kt-image-item{transform:translateY(-50px)}.kt-galleries-show-caption-bottom .kt-overlay-border{display:none}.kt-galleries-show-caption-bottom .kt-gallery-item-overlay{background:0 0}.kt-galleries-show-caption-bottom .kt-gallery-item-icon{background:0 0;transform:translateY(50px);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.kt-gallery-title:before{content:"";display:table;clear:both}.kt-gallery-title{margin-bottom:20px}.kt-galleries-show-caption-bottom .kt-gallery-item.kt-no-caption:hover .kt-image-item,.kt-galleries-show-caption-bottom .kt-gallery-item:hover .kt-gallery-item-icon{transform:translateY(0)}.kt-galleries-show-caption-bottom .kt-gallery-item.kt-no-caption:hover .kt-gallery-caption-container{transform:translateY(100%)}.kt-galleries-show-caption-center .kt-gallery-item-icon{display:none}.kt-galleries-show-caption-center .kt-gallery-item.kt-no-caption .kt-gallery-caption-container{font-size:0}.kt-galleries-show-caption-center .kt-gallery-caption-container{color:#222;padding:20px;position:absolute;bottom:0;width:100%;display:flex;height:100%;left:0;text-align:center;background:rgba(255,255,255,.8);opacity:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;transform:none;justify-content:center;align-items:center}.kt-galleries-show-caption-center .kt-gallery-item-overlay{background:0 0;z-index:11}.kt-galleries-show-caption-center .kt-gallery-item:hover .kt-gallery-caption-container,.kt-gallery-item:hover .kt-gallery-item-overlay{opacity:1}.kt-galleries-show-caption-center .kt-overlay-border:after,.kt-galleries-show-caption-center .kt-overlay-border:before{border-color:#222;z-index:100}.kt-gallery-align-vertical,.kt-gallery-item-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.kt-gallery-item-overlay{background:rgba(255,255,255,.3);opacity:0;-webkit-transform:translateZ(0);-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.kt-galleries-show-caption-bottom .kt-gallery-item a{overflow:hidden}.kt-gallery-align-vertical{display:flex;justify-content:center;align-items:center}i.kt-gallery-item-icon:before{background:#fff;width:1px;height:80px;content:"";display:block;margin-top:-40px;margin-bottom:-40px}i.kt-gallery-item-icon:after{background:#fff;width:80px;height:1px;margin-left:-40px;margin-right:-40px;content:"";display:block}.kt-gallery-item a{position:relative;display:block;box-shadow:none!important;border:0}.kt-gallery-item .kt-image-item img{width:100%;box-shadow:none;padding:0;margin:0;border-radius:0;display:block}.kt-gallery-tiles{position:relative}.kt-gallery-tiles .kt-gallery-item{display:inline-block;overflow:hidden;padding:0;width:auto}.kt-gallery-tiles .kt-gallery-item img{width:100%;position:static}.kt-gallery-tiles .kt-gallery-intrinsic{height:auto;padding-bottom:0!important}.kt-gallery-tiles.justified-gallery .kt-gallery-item{position:absolute}.kt-filters .kt-option-set li a,.kt-overlay-border{-webkit-transform:translateZ(0);border:1px solid transparent}.kt-overlay-border{position:absolute;left:10px;right:10px;bottom:10px;top:10px}.kt-filters .kt-option-set li a:after,.kt-filters .kt-option-set li a:before,.kt-overlay-border:after,.kt-overlay-border:before{width:100%;height:100%;z-index:3;content:"";position:absolute;top:0;left:0;opacity:1;box-sizing:border-box;-ms-transition:all .5s ease-out;-webkit-transition:all .5s ease-out;transition:all .5s ease-out;-ms-transform:scale(0);-webkit-transform:scale(0);transform:scale(0)}.kt-overlay-border:before{border-bottom:1px solid #fff;border-left:1px solid #fff;-ms-transform-origin:0 100%;-webkit-transform-origin:0 100%;transform-origin:0 100%}.kt-overlay-border:after{border-top:1px solid #fff;border-right:1px solid #fff;-ms-transform-origin:100%0;-webkit-transform-origin:100%0;transform-origin:100%0}.kt-filters .kt-option-set li a.selected:after,.kt-filters .kt-option-set li a.selected:before,.kt-filters .kt-option-set li a:hover:after,.kt-filters .kt-option-set li a:hover:before,.kt-gallery-item:hover .kt-overlay-border:after,.kt-gallery-item:hover .kt-overlay-border:before{-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}.kt-galleries-loading .kt-filters,.kt-loaded .kt-load-cube-grid{display:none}.kt-galleries-loading.kt-loaded .kt-filters{display:block}.kt-filters .kt-option-set{padding:0;text-align:center;list-style:none;margin-bottom:10px;margin-top:5px}.kt-filters .kt-option-set li{display:inline-block;margin:3px}.kt-filters .kt-option-set li a{position:relative;color:#444;padding:6px 8px;text-transform:uppercase}.kt-filters .kt-option-set li a:after,.kt-filters .kt-option-set li a:before{-ms-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.kt-filters .kt-option-set li a:before{border-bottom:1px solid #444;border-left:1px solid #444;-ms-transform-origin:0 100%;-webkit-transform-origin:0 100%;transform-origin:0 100%}.kt-filters .kt-option-set li a:after{border-top:1px solid #444;border-right:1px solid #444;-ms-transform-origin:100%0;-webkit-transform-origin:100%0;transform-origin:100%0}.kt-galleries-mag-pop .mfp-zoom-in .mfp-arrow-left:after,.kt-galleries-mag-pop .mfp-zoom-in .mfp-arrow-left:before,.kt-galleries-mag-pop .mfp-zoom-in .mfp-arrow-right:after,.kt-galleries-mag-pop .mfp-zoom-in .mfp-arrow-right:before{position:static;border:0;margin:0;width:auto;height:auto}.k-galleries-page-nav{text-align:center}.k-galleries-page-nav .nav-links>a,.k-galleries-page-nav .nav-links>span{padding:8px 18px;font-weight:700;font-size:14px;margin:5px;display:inline-block;float:none;min-width:14px;text-align:center;color:#aaa;background:#fff;border:solid 2px #aaa;transition:all .2s ease-in-out}.k-galleries-page-nav .nav-links>a:hover{border-color:#777;color:#777}.k-galleries-page-nav .nav-links>.current{border-color:#777;background:#777;color:#fff}.k-galleries-page-nav .nav-links:after,.k-galleries-page-nav:before{clear:both;display:table;content:""}.kt-load-cube-grid{width:40px;height:40px;margin:100px auto;position:relative}.kt-loading-text{position:absolute;bottom:-24px;width:180px;text-align:center;margin-left:-90px;font-size:11px;line-height:1;left:50%}.kt-load-cube-grid .kt-load-cube{width:33%;height:33%;background-color:#999;float:left;-webkit-animation:kt-load-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:kt-load-cubeGridScaleDelay 1.3s infinite ease-in-out}.kt-load-cube-grid .kt-load-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.kt-load-cube-grid .kt-load-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.kt-load-cube-grid .kt-load-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.kt-load-cube-grid .kt-load-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.kt-load-cube-grid .kt-load-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.kt-load-cube-grid .kt-load-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.kt-load-cube-grid .kt-load-cube7{-webkit-animation-delay:0s;animation-delay:0s}.kt-load-cube-grid .kt-load-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.kt-load-cube-grid .kt-load-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}.kt-galleries-container-outer .post-password-form{padding:20px}