@charset "UTF-8";
#imagelightbox {
cursor: pointer;
position: fixed;
z-index: 100000;
top: 50%;
touch-action: none;
box-shadow: 0 0 3.125em rgba(0, 0, 0, .75); }
.imagelightbox-open {
user-select: none; } .imagelightbox-loading,
.imagelightbox-loading div {
border-radius: 100%;
}
.imagelightbox-loading {
background-color: rgba(130, 130, 130, 0.8);
position: fixed;
z-index: 100003;
top: 50%;
left: 50%;
padding: 0.65em;
margin: -1.3em 0 0 -1.3em;
box-shadow: 0 0 2.5em rgba(130, 130, 130, 0.6); }
.imagelightbox-loading div {
width: 1.3em;
height: 1.3em;
background-color: #fff;
animation: imagelightbox-loading .5s ease infinite;
}
@keyframes imagelightbox-loading {
from {
opacity: .5;
transform: scale(.75);
}
50% {
opacity: 1;
transform: scale(1);
}
to {
opacity: .5;
transform: scale(.75);
}
} .imagelightbox-overlay {
background-color: rgba(30, 30, 30, 0.9);
position: fixed;
z-index: 99998;
top: 0;
right: 0;
bottom: 0;
left: 0;
} .imagelightbox-close, .imagelightbox-zoom {
border: none;
cursor: pointer;
width: 3em; height: 3em; background-color: rgba(130, 130, 130, 0.8);
position: fixed;
z-index: 100002;
top: 2.5em; right: 2.5em; border-radius: 50%;
transition: color .3s ease;
}
.imagelightbox-zoom {
transition: all 0.125s linear;
right: 6.5em;
background: #C0DE5D url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZD0iTTI3LjQxNCAyNC41ODZMMjIuODI4IDIwIDIwIDIyLjgyOGw0LjU4NiA0LjU4NkwyMCAzMmgxMlYyMHpNMTIgMEgwdjEybDQuNTg2LTQuNTg2IDQuNTQzIDQuNTM5IDIuODI4LTIuODI4LTQuNTQzLTQuNTM5em0wIDIyLjgyOEw5LjE3MiAyMGwtNC41ODYgNC41ODZMMCAyMHYxMmgxMmwtNC41ODYtNC41ODZ6TTMyIDBIMjBsNC41ODYgNC41ODYtNC41NDMgNC41MzkgMi44MjggMi44MjggNC41NDMtNC41MzlMMzIgMTJ6Ii8+PC9zdmc+") center center/1.75em 1.75em no-repeat !important;
}
.imagelightbox-zoom:hover {
transform: rotate(45deg);
}
.imagelightbox-close:hover {
background-color: #111;
}
.imagelightbox-close:before,
.imagelightbox-close:after {
width: 2px;
background-color: #fff;
content: '';
position: absolute;
top: 20%;
bottom: 20%;
left: 50%;
margin-left: -1px;
}
.imagelightbox-close:before {
transform: rotate(45deg);
}
.imagelightbox-close:after {
transform: rotate(-45deg);
} .imagelightbox-caption {
text-align: center;
color: #fff;
background-color: rgba(0,0,0,.4);
position: fixed;
z-index: 100001;
left: 0;
right: 0;
bottom: 0;
padding: 0.625em; transition: opacity .25s ease;
} .imagelightbox-nav {
background-color: rgba(0, 0, 0, .4);
position: fixed;
z-index: 100001;
left: 50%;
bottom: 3.75em; padding: 0.313em; transform: translateX(-50%);
border-radius: 20px;
}
.imagelightbox-nav a {
position: relative;
top: 0.2em;
width: 1em; height: 1em; border: 1px solid #fff;
display: inline-block;
margin: 0 0.313em; border-radius: 50%;
}
.imagelightbox-nav .active {
animation: fade-in 0.45s linear;
background-color: #fff;
}
.imagelightbox-navitem:active {
background: #808080;
} .imagelightbox-arrow {
border: none;
border-radius: 50%;
cursor: pointer;
width: 4em; height: 4em; background-color: rgba(130, 130, 130, 0.8);
vertical-align: middle;
display: none;
position: fixed;
z-index: 100001;
top: 50%;
padding: 0;
margin-top: -3.75em; }
.imagelightbox-arrow:hover {
background-color: rgba(0, 0, 0, 0.75);
}
.imagelightbox-arrow:active {
background-color: #111;
}
.imagelightbox-arrow-left {
left: 2.5em; }
.imagelightbox-arrow-right {
right: 2.5em; }
.imagelightbox-arrow:before {
width: 0;
height: 0;
border: 1em solid transparent;
content: '';
display: inline-block;
margin-bottom: -7%;
}
.imagelightbox-arrow-left:before {
border-left: none;
border-right-color: #fff;
margin-left: -0.35em;
}
.imagelightbox-arrow-right:before {
border-right: none;
border-left-color: #fff;
margin-left: 0.2em;
}
.imagelightbox-loading,
.imagelightbox-overlay,
.imagelightbox-close,
.imagelightbox-nav,
.imagelightbox-arrow {
animation: fade-in 0.25s linear;
}
@keyframes fade-in {
from	{ opacity: 0; }
to		{ opacity: 1; }
}
@media only screen and (max-width: 41.250em) { #container {
width: 100%;
}
.imagelightbox-close, .imagelightbox-zoom {
top: 1.25em; right: 1.25em; }
.imagelightbox-zoom {
right: 5em;
}
.imagelightbox-arrow {
width: 3em; height: 3em; top: inherit;
bottom: 3.75em;
}
.imagelightbox-arrow-left {
left: 1.25em; }
.imagelightbox-arrow-right {
right: 1.25em; }
}
@media only screen and (max-width: 20em) { .imagelightbox-arrow-left {
left: 0;
}
.imagelightbox-arrow-right {
right: 0;
}
}.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
background-color: #ffffff;
background-image: url(//www.keturist.sk/info/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
figure.wp-block-image img.lazy-hidden {
min-width: 150px;
}
picture source[type="image/webp"] {
display: block;
}.clear{clear:both}.nobr{white-space:nowrap}.lazy-hidden,.entry img.lazy-hidden,img.thumbnail.lazy-hidden{background-color:#fff}
 .rtbs{margin:20px 0}.rtbs .rtbs_menu ul{list-style:none;padding:0!important;margin:0!important}.rtbs .rtbs_menu li{display:inline-block;padding:0;margin-left:0;margin-bottom:0px!important}.rtbs .rtbs_menu li:before{content:""!important;margin:0!important;padding:0!important}.rtbs .rtbs_menu li a{display:inline-block;color:#333;text-decoration:none;padding:.7rem 30px;box-shadow:0 0 0}.rtbs .rtbs_menu li a.active{position:relative;color:white}.rtbs .rtbs_menu .mobile_toggle{padding-left:18px;display:none;cursor:pointer}.rtbs>.rtbs_content{display:none;padding:23px 30px 1px;background:#f9f9f9;color:#333}.rtbs>.rtbs_content ul,.rtbs>.rtbs_content ol{margin-left:20px}.rtbs>.active{display:block}.entry-content .rtbs .rtbs_menu ul li{margin:0}.entry-content .rtbs .rtbs_menu ul li a{border:none}.rtbs_full .rtbs_menu ul{display:block;border-bottom:0;overflow:hidden;position:relative}.rtbs_full .rtbs_menu ul::after{content:url(//www.keturist.sk/info/wp-content/plugins/responsive-tabs/inc/img/dktbs_menu.png);position:absolute;top:1px;right:15px;z-index:2;pointer-events:none}.rtbs_full .rtbs_menu ul li{display:none;padding-left:30px;background:#f1f1f1}.rtbs_full .rtbs_menu ul li a{padding-left:0;font-size:17px!important;padding-top:14px;padding-bottom:14px}.rtbs_full .rtbs_menu a{width:100%;height:auto}.rtbs_full .rtbs_menu li.mobile_toggle{display:block;padding:.5rem;padding-left:30px;padding-top:12px;padding-bottom:12px;font-size:17px;color:white}.rtbs_tab_ori .rtbs_menu a,.rtbs_tab_ori .rtbs_menu .mobile_toggle,.rtbs_tab_ori .rtbs_content,.rtbs_tab_ori .rtbs_content p,.rtbs_tab_ori .rtbs_content a{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif!important;font-weight:300!important}