@charset "UTF-8";

    .ewd-ulb-hidden {
display: none;
}
.ewd-ulb-lightbox {
cursor: pointer;
} .ewd-ulb-background {
z-index: 9000;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100% !important;
background: #222;
background: rgba(0,0,0,.83);
} .ewd-ulb-lightbox-container {
z-index: 9001;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
height: 100vh;
}
.ewd-ulb-slide-container {
position: relative;
float: left;
width: calc(100% - 160px);
padding: 0 10px;
height: calc(100% - 116px);
height: calc(100vh - 116px);
margin: 58px 80px 0;
}
.ewd-ulb-thumbnails-top .ewd-ulb-slide-container, .ewd-ulb-thumbnails-bottom .ewd-ulb-slide-container {
height: calc(100% - 222px);
height: calc(100vh - 222px);
}
@media screen and (max-width: 640px) {
.ewd-ulb-slide-container {
width: 96%;
margin: 58px 2% 0;
}
}
.ewd-ulb-thumbnails-top .ewd-ulb-slide-container {
margin-top: 164px;
}
.ewd-ulb-slide {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%; visibility: hidden;
}
.ewd-ulb-active-slide { visibility: visible;
}
.ewd-ulb-old-active-slide.ewd-ulb-transition-next.ewd-ulb-no-transition,
.ewd-ulb-old-active-slide.ewd-ulb-transition-previous.ewd-ulb-no-transition { visibility: hidden;
}
.ewd-ulb-active-slide.ewd-ulb-transition-next.ewd-ulb-horizontal-slide {
left: 100%;
-webkit-animation: 0.5s linear 0s slidein forwards;
-moz-animation: 0.5s linear 0s slidein forwards;
-o-animation: 0.5s linear 0s slidein forwards;
animation: 0.5s linear 0s slidein forwards;
}
@-webkit-keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
@-moz-keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
@-o-keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
@keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
.ewd-ulb-old-active-slide.ewd-ulb-transition-next.ewd-ulb-horizontal-slide {
left: 0px;
-webkit-animation: 0.5s linear 0s slideout forwards;
-moz-animation: 0.5s linear 0s slideout forwards;
-o-animation: 0.5s linear 0s slideout forwards;
animation: 0.5s linear 0s slideout forwards;
}
@-webkit-keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
@-moz-keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
@-o-keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
@keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
.ewd-ulb-active-slide.ewd-ulb-transition-previous.ewd-ulb-horizontal-slide {
left: -100%;
-webkit-animation: 0.5s linear 0s prevSlidein forwards;
-moz-animation: 0.5s linear 0s prevSlidein forwards;
-o-animation: 0.5s linear 0s prevSlidein forwards;
animation: 0.5s linear 0s prevSlidein forwards;
}
@-webkit-keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
@-moz-keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
@-o-keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
@keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
.ewd-ulb-old-active-slide.ewd-ulb-transition-previous.ewd-ulb-horizontal-slide {
left: 0px;
-webkit-animation: 0.5s linear 0s prevSlideout forwards;
-moz-animation: 0.5s linear 0s prevSlideout forwards;
-o-animation: 0.5s linear 0s prevSlideout forwards;
animation: 0.5s linear 0s prevSlideout forwards;
}
@-webkit-keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
@-moz-keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
@-o-keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
@keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
.ewd-ulb-active-slide.ewd-ulb-zoom-one .ewd-ulb-slide-img img {
-moz-transform: scale(1.4);
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
.ewd-ulb-active-slide.ewd-ulb-zoom-two .ewd-ulb-slide-img img {
-moz-transform: scale(1.8);
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
.ewd-ulb-slide-img {
position: relative;
float: left;
width: 100%;
height: 100%;
display: inline-block;
text-align: center;
}
.ewd-ulb-slide-img img {
display: inline-block;
position: relative;
float: none;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
.ewd-ulb-slide-img:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
} .ewd-ulb-slide .ewd-ulb-slide-overlay {
display: block;
position: absolute;
bottom: 0;
min-height: 48px;
width: 100%;
padding: 14px 16px;
background: #111;
background: rgba(0,0,0,.6);
color: #fff;
margin: 0 auto;
box-sizing: border-box;
}
.ewd-ulb-slide-title {
clear: both;
position: relative;
float: left;
width: 100%;
margin-bottom: 8px;
font-size: 1.5em;
text-align: center;
}
.ewd-ulb-slide-description {
clear: both;
position: relative;
float: left;
width: 100%;
font-size: .9em;
text-align: center;
} .ewd-ulb-top-toolbar, .ewd-ulb-bottom-toolbar {
position: absolute;
left: 0;
width: 100%;
height: 48px;
z-index: 2;
background: #111;
background: rgba(0,0,0,.5);
color: #fff;
}
.ewd-ulb-top-toolbar {
top: 0;
}
.ewd-ulb-bottom-toolbar {
bottom: 0;
background: #111;
background: rgba(0,0,0,.625);
}
.ewd-ulb-left-top-toolbar, .ewd-ulb-right-top-toolbar, .ewd-ulb-left-bottom-toolbar, .ewd-ulb-right-bottom-toolbar {
position: relative;
width: auto;
height: 100%;
padding: 8px 16px;
}
.ewd-ulb-left-top-toolbar, .ewd-ulb-left-bottom-toolbar {
float: left;
}
.ewd-ulb-right-top-toolbar, .ewd-ulb-right-bottom-toolbar {
float: right;
}
.ewd-ulb-control {
position: relative;
float: left;
margin: 0 4px;
cursor: pointer;
font-size: 2em; //PChanges
}
.ewd-ulb-slide-counter {
font-size: 1em;
} .ewd-ulb-slide-control {
position: absolute;
width: 80px;
height: 80px;
top: calc(50% - 40px);
top: calc(50vh - 40px);
font-size: 1.4em;
background: #111;
background: rgba(0,0,0,.4);
text-align: center;
padding-top: 20px;
color: #fff;
z-index: 3;
cursor: pointer;
}
.ewd-ulb-slide-control:hover {
background: #111;
background: rgba(0,0,0,.7);
}
.ewd-ulb-slide-control-previous {
left: 0;
}
.ewd-ulb-slide-control-next {
right: 0;
} .ewd-ulb-thumbnail-hidden {
display: none;
}
.ewd-ulb-bottom-thumbnail-bar, .ewd-ulb-top-thumbnail-bar {
position: absolute;
left: 0;
width: 100%;
height: 106px;
background: #111;
background: rgba(0,0,0,.25);
display: none;
}
.ewd-ulb-bottom-thumbnail-bar {
bottom: 48px;
}
.ewd-ulb-top-thumbnail-bar {
top: 48px;
}
.ewd-ulb-thumbnails-bottom .ewd-ulb-bottom-thumbnail-bar {
display: block;
}
.ewd-ulb-thumbnails-bottom .ewd-ulb-top-thumbnail-bar {
display: none;
}
.ewd-ulb-thumbnails-top .ewd-ulb-top-thumbnail-bar {
display: block;
}
.ewd-ulb-thumbnails-top .ewd-ulb-bottom-thumbnail-bar {
display: none;
}
.ewd-ulb-bottom-thumbnail-bar.ewd-ulb-thumbnail-bar-hidden, 
.ewd-ulb-top-thumbnail-bar.ewd-ulb-thumbnail-bar-hidden {
display: none;
}
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
position: relative;
float: left;
width: 864px;
height: 100%;
margin-left: 50%;
right: 432px;
overflow: hidden;
}
@media screen and (max-width: 960px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 720px;
right: 360px;
}
}
@media screen and (max-width: 800px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 576px;
right: 288px;
}
}
@media screen and (max-width: 640px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 432px;
right: 216px;
}
}
@media screen and (max-width: 480px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 288px;
right: 144px;
}
}
.ewd-ulb-thumbnails-inside {
position: relative;
float: left;
width: 300000000000%;
}
.ewd-ulb-slide-thumbnail {
position: relative;
float: left;
width: 128px;
height: 106px;
margin: 0 8px;
cursor: pointer;
text-align: center;
}
.ewd-ulb-slide-thumbnail img {
position: relative;
margin-top: 10px;
width: auto;
height: auto;
max-width: 128px;
max-height: 86px;
}
.ewd-ulb-active-thumbnail img {
border: 3px solid #fff;
}
.ewd-thumbnail-toggle {
position: relative;
float: left;
top: 10px;
left: 10px;
cursor: pointer;
color: #fff;
z-index: 5;
}
.ewd-thumbnail-toggle-up {
top: 84px;
}
.ewd-thumbnail-toggle-top.ewd-thumbnail-toggle-up {
top: 120px;
}
.ewd-thumbnail-toggle-top.ewd-thumbnail-toggle-down {
top: 48px;
}
.ewd-thumbnail-scroll-button {
position: absolute;
top: 40px;
width: 24px;
height: 24px;
background: transparent;
cursor: pointer;
z-index: 2;
font-family: 'untitled-font-7';
font-size: 18px;
color: #fff;
}
.ewd-thumbnail-scroll-button-left {
left: 48px;
}
.ewd-thumbnail-scroll-button-right {
right: 48px;
}
@media screen and (max-width: 716px) {
.ewd-thumbnail-scroll-button-left {
left: 24px;
}
.ewd-thumbnail-scroll-button-right {
right: 24px;
}
}
@media screen and (max-width: 480px) {
.ewd-ulb-mobile-hide {
display: none !important;
}
} .ewd-ulb-iframe-parent {
position: relative;
}
.ewd-ulb-overlay {
position: absolute;
cursor: pointer;
right: 0;
top: 0;
width: 100%;
height: 100%;
}
.ewd-ulb-slide-img iframe {
display: block;
margin: 0 auto;
max-height: 100%;
max-width: 100%;
} @font-face { font-family: 'untitled-font-7';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.svg#untitled-font-7) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-arrow {
font-family: 'untitled-font-7';
}
@font-face { font-family: 'ewd-lightbox-autoplay';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.svg#ewd-lightbox-autoplay) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-autoplay {
font-family: 'ewd-lightbox-autoplay';
}
@font-face { font-family: 'ewd-lightbox-close';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.svg#ewd-lightbox-close) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-exit {
font-family: 'ewd-lightbox-close';
}
@font-face { font-family: 'ewd-lightbox-download';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.svg#ewd-lightbox-download) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-download {
font-family: 'ewd-lightbox-download';
color: white;
}
@font-face { font-family: 'ewd-lightbox-exit-fullscreen';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.svg#ewd-lightbox-exit-fullscreen) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-regular_screen {
font-family: 'ewd-lightbox-exit-fullscreen';
}
@font-face { font-family: 'ewd-lightbox-fullscreen';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.svg#ewd-lightbox-fullscreen) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-fullscreen {
font-family: 'ewd-lightbox-fullscreen';
}
@font-face { font-family: 'ewd-lightbox-original';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.svg#ewd-lightbox-original) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-fullsize {
font-family: 'ewd-lightbox-original';
}
@font-face { font-family: 'ewd-lightbox-share';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.svg#ewd-lightbox-share) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-share {
font-family: 'ewd-lightbox-share';
}
@font-face { font-family: 'ewd-lightbox-thumbnail';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.svg#ewd-lightbox-thumbnail) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-thumbnail {
font-family: 'ewd-lightbox-thumbnail';
}
@font-face { font-family: 'ewd-lightbox-unzoom';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.svg#ewd-lightbox-unzoom) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-zoom_out {
font-family: 'ewd-lightbox-unzoom';
}
@font-face { font-family: 'ewd-lightbox-zoom';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.svg#ewd-lightbox-zoom) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-zoom {
font-family: 'ewd-lightbox-zoom';
} .animate { 
transition: transform 0.3s ease-out; 
}
.ms-touch.slider 
{
overflow-x: scroll;
overflow-y: hidden;
-ms-overflow-style: none; -ms-scroll-chaining: none; -ms-scroll-snap-type: mandatory; -ms-scroll-snap-points-x: snapInterval(0%, 100%); }   .ewd-ulb-style-matte .ewd-ulb-control {
font-size: 1.5em;
line-height: 1.5
}
.ewd-ulb-style-matte .ewd-ulb-slide-control,
.ewd-ulb-style-matte .ewd-ulb-top-toolbar,
.ewd-ulb-style-matte .ewd-ulb-bottom-toolbar,
.ewd-ulb-style-matte .ewd-ulb-bottom-thumbnail-bar,
.ewd-ulb-style-matte .ewd-ulb-top-thumbnail-bar {
background: transparent;
}
.ewd-ulb-style-matte .ewd-ulb-slide-control:hover {
background: transparent;
opacity: .7;
}
.ewd-ulb-background.ewd-ulb-style-light {
background: rgba(255,255,255,.9);
}
.ewd-ulb-style-light .ewd-ulb-top-toolbar,
.ewd-ulb-style-light .ewd-ulb-bottom-toolbar,
.ewd-ulb-style-light .ewd-thumbnail-scroll-button,
.ewd-ulb-style-light .ewd-thumbnail-toggle,
.ewd-ulb-style-light .ewd-ulb-download,
.ewd-ulb-style-light .ewd-ulb-slide-control {
color: #000;
}
.ewd-ulb-style-contrast .ewd-ulb-top-toolbar,
.ewd-ulb-style-contrast .ewd-ulb-top-thumbnail-bar {
border-bottom: 1px solid #fff;
}
.ewd-ulb-style-contrast .ewd-ulb-bottom-thumbnail-bar,
.ewd-ulb-style-contrast .ewd-ulb-bottom-toolbar {
border-top: 1px solid #fff;
}
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-top-toolbar,
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-top-thumbnail-bar {
border-bottom: 1px solid #000;
}
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-bottom-thumbnail-bar,
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-bottom-toolbar {
border-top: 1px solid #000;
}.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label:before {
content: attr(data-content); }
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label:before {
content: attr(data-content); }
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}body .wp-block-uagb-container.uagb-position__sticky{transition-property:top,bottom;transition-duration:250ms;transition-timing-function:ease}body .wp-block-uagb-container.uagb-position__sticky--stuck{position:fixed;margin:0!important}body .wp-block-uagb-container.uagb-position__sticky--restricted{position:absolute;margin:0!important}