@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;900&family=Open+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;800;900&display=swap");
html, body { padding: 0; margin: 0; font-family: Open Sans, tahoma, sans-serif; font-size: 16px; font-weight: 400; color: #000; line-height: 28px; text-align: left; }

.headings-margin, h1, h2, h3, h4, h5, h6 { margin: 1.5em 0 0.5em 0; }

.p, .p:focus, .p:hover { font-family: Open Sans, tahoma, sans-serif; font-size: 16px; font-weight: 400; color: #000; line-height: 28px; }

p { margin: 1em 0 0 0; }

p.large { font-size: 18px; font-weight: 200; line-height: 166%; }
p.large strong { font-weight: 900; }

p.small { font-size: 12px; font-weight: 400; line-height: 125%; }
p.small strong { font-weight: 900; }

.nomargin { margin: 0; }

.h0 { font-family: Montserrat, verdana, sans-serif; font-size: 48px; font-weight: 900; color: #000; line-height: 100%; margin: 0; padding: 0; }

h1, .h1 { font-family: Montserrat, verdana, sans-serif; font-size: 42px; font-weight: 200; color: #000; line-height: 100%; }
h1 strong, .h1 strong { font-weight: 900; }

h2, .h2 { font-family: Montserrat, verdana, sans-serif; font-size: 28px; font-weight: 200; color: #000; line-height: 120%; }
h2 strong, .h2 strong { font-weight: 900; }

h3, .h3 { font-family: Montserrat, verdana, sans-serif; font-size: 20px; font-weight: 400; color: #000; line-height: 125%; }
h3 strong, .h3 strong { font-weight: 700; }

h4, .h4 { font-family: Montserrat, verdana, sans-serif; font-size: 18px; font-weight: 400; color: #000; line-height: 125%; }
h4 strong, .h4 strong { font-weight: 900; }

h5, .h5, a.buttonblack, button.rsform-submit-button.uk-button.uk-button-primary, a.buttonwhite { font-family: Montserrat, verdana, sans-serif; font-size: 13px; font-weight: 700; color: #000; line-height: 100%; letter-spacing: 1px; }
h5 strong, .h5 strong, a.buttonblack strong, button.rsform-submit-button.uk-button.uk-button-primary strong, a.buttonwhite strong { font-weight: 900; }

h6, .h6, ul.menu li a, ul.mobilemenu li a { font-family: Montserrat, verdana, sans-serif; font-size: 12px; font-weight: 400; color: #000; line-height: 125%; }
h6 strong, .h6 strong, ul.menu li a strong, ul.mobilemenu li a strong { font-weight: 900; }

.h7 { font-family: Montserrat, verdana, sans-serif; font-size: 10px; font-weight: 400; color: #000; line-height: 125%; }
.h7 strong { font-weight: 700; }

@media (min-width: 992px) { .h0 { font-family: Montserrat, verdana, sans-serif; font-size: 96px; font-weight: 900; color: #000; }
  h1, .h1 { font-size: 56px; }
  h2, .h2 { font-size: 36px; }
  h3, .h3 { font-size: 24px; } }
h0 { text-align: left; }

h1 { text-align: left; }

h2 { text-align: left; }

h3 { text-align: left; }

h4 { text-align: left; }

h5 { text-align: left; }

h6 { text-align: left; }

h7 { text-align: left; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.clr { width: 100%; clear: both; }

.row.fullwidth { width: 100%; height: auto; }

div.row.fullwidth div.row { max-width: 1180px; }

.row.maxwidth { width: 100%; margin: 0 auto; height: auto; max-width: 1600px; }

img.full { width: 100% !important; height: auto !important; }

a:link { text-decoration: none; outline: none; }

a:focus, a:link:focus, a:visited:focus { /*outline:2px solid #000;*/ }
a:focus.outlinewhite, a:link:focus.outlinewhite, a:visited:focus.outlinewhite { outline: 2px solid #fff; }
a:focus.outlinenone, a:link:focus.outlinenone, a:visited:focus.outlinenone { outline: 0px none; }
a:focus.gbox, a:link:focus.gbox, a:visited:focus.gbox { outline: 0px none; }

p a:link, p a:visited { color: #006780; /*text-decoration:underline;*/ text-decoration-color: rgba(0, 103, 128, 0.3); text-decoration-thickness: .225em; text-underline-offset: 1.5px; text-decoration-skip-ink: auto; }

a.global { position: absolute; top: 0; display: block; width: 100%; height: 100%; outline: none; }

.relative { position: relative; }

.absolute { position: absolute; }

.text-primary { color: #006780 !important; }

.text-secondary { color: #001C23; }

.text-lightgray { color: #eee; }

.text-gray { color: #888; }

.text-darkgray { color: #222; }

.text-white { color: #fff !important; }

.text-black { color: #000 !important; }

.bg-primary { background-color: #006780; }

.bg-secondary { background-color: #001C23; }

.bg-lightgray { background-color: #eee; }

.bg-gray { background-color: #888; }

.bg-darkgray { background-color: #222; }

.bg-white { background-color: #fff; }

.bg-black { background-color: #000; }

.highline { line-height: 125%; }

.mtop-small { margin-top: 20px; }

.mtop-medium { margin-top: 40px; }

.mtop-large { margin-top: 80px; }

.mbottom-small { margin-bottom: 20px; }

.mbottom-medium { margin-bottom: 40px; }

.mbottom-large { margin-bottom: 80px; }

@media (min-width: 992px) { .mtop-small { margin-top: 20px; }
  .mtop-medium { margin-top: 60px; }
  .mtop-large { margin-top: 120px; }
  .mbottom-small { margin-bottom: 20px; }
  .mbottom-medium { margin-bottom: 60px; }
  .mbottom-large { margin-bottom: 120px; } }
.wrapborder { display: flex; justify-content: space-between; flex-wrap: wrap; }
.wrapborder a { position: relative; display: table; /*flex-grow:1;*/ cursor: pointer; color: #000; }
.wrapborder a:before { content: ''; position: absolute; width: calc(100% + 2px); height: calc(100% + 2px); top: calc(1px/-1); left: calc(1px/-1); background: linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to top, #000 50%, transparent 50%), linear-gradient(to top, #000 50%, transparent 50%), linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to left, #000 0%, #000 100%); background-size: 100% 1px, 1px 200%, 1px 200%, 0% 1px, 0% 1px; background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%; background-repeat: no-repeat, no-repeat; transition: transform 0.1s ease-in-out, background-position 0.1s ease-in-out, background-size 0.1s ease-in-out; transform: scaleX(0) rotate(0deg); transition-delay: 0.2s, 0.1s, 0s; }
.wrapborder a:hover:before { background-size: 200% 1px, 1px 400%, 1px 400%, 55% 1px, 55% 1px; background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%; transform: scaleX(1) rotate(0deg); transition-delay: 0s, 0.1s, 0.2s; }
.wrapborder a:focus:before { display: none; }
.wrapborder a.auto { margin: auto; }
.wrapborder a.padded { padding: 10px 15px; }
.wrapborder a:hover { color: black; }
.wrapborder a:focus { outline: 2px solid black; }
.wrapborder a.text-white { color: #fff; position: relative; }
.wrapborder a.text-white:before { content: ''; position: absolute; width: calc(100% + 2px); height: calc(100% + 2px); top: calc(1px/-1); left: calc(1px/-1); background: linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to top, #fff 50%, transparent 50%), linear-gradient(to top, #fff 50%, transparent 50%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to left, #fff 0%, #fff 100%); background-size: 100% 1px, 1px 200%, 1px 200%, 0% 1px, 0% 1px; background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%; background-repeat: no-repeat, no-repeat; transition: transform 0.1s ease-in-out, background-position 0.1s ease-in-out, background-size 0.1s ease-in-out; transform: scaleX(0) rotate(0deg); transition-delay: 0.2s, 0.1s, 0s; }
.wrapborder a.text-white:hover:before { background-size: 200% 1px, 1px 400%, 1px 400%, 55% 1px, 55% 1px; background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%; transform: scaleX(1) rotate(0deg); transition-delay: 0s, 0.1s, 0.2s; }
.wrapborder a.text-white:focus:before { display: none; }
.wrapborder a.text-white:focus { outline: 2px solid #fff; }

img.loading { background: #21242d url(../img/loading.gif) center top no-repeat; background-size: 250px 200px; min-height: 200px; width: 100%; margin: 0; padding: 0; }

div#cookies-message { padding: 25px 50px; margin: 0 10px; font: 400 9pt/14pt arial, sans-serif; text-align: center; position: fixed; bottom: 10px; left: 0px; background-color: rgba(0, 28, 35, 0.9); outline: 1px solid #006780; color: #fff; width: calc(100% - 20px); z-index: 9999; }

div#cookies-message a { color: #fff; text-decoration: none; }

a#accept-cookies-checkbox { background-color: #006780; padding: 5px 10px; color: #FFF; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; display: inline-block; margin-left: 10px; text-decoration: none; cursor: pointer; }

.igui-lightbox { background: rgba(0, 0, 0, 0.5) !important; }

header { margin: 12px 0; padding: 24px 0; }
header a.logo { position: relative; display: inline-block; }
header img.logo { position: relative; max-width: 120px; height: auto; opacity: 1; }
header img.logo-e { position: absolute; left: 0; max-width: 0px; opacity: 0; background: #fff; padding: 10px; }
header a.icon { width: 48px; height: 48px; margin: 0 3px; outline: 2px solid rgba(255, 255, 255, 0); display: inline-block; }
header a.icon span, header a.icon:hover span { color: #000; }
header a.icon:focus { outline: 2px solid #000; }
header div.language { margin-right: 3px; }
header div.language a.lang.h5, header div.language a.lang.buttonblack, header div.language a.lang.buttonwhite { font-weight: 400; margin-right: 3px; }
header.uk-active { padding: 0; margin: 0; }
header.uk-active .rowheader { width: 100%; }
header.uk-active a.icon { position: absolute; right: 15px; top: 15px; }
header.uk-active div.language { display: none; }
header.uk-active img.logo { max-width: 0px; opacity: 0; transform: translate(50px, 0px); }
header.uk-active img.logo-e { position: absolute; left: 15px; top: 10px; margin: 0; padding: 10px; max-width: 66px; max-height: 66px; outline: 1px solid #eee; opacity: 1; transform: translate(0px, 0px); -webkit-border-radius: 50%; border-radius: 50%; }

/* ----------------------------------------------------------------------------------------------------MENU */
nav { padding: 10px 0; width: 100%; background-color: rgba(255, 255, 255, 0.5); backdrop-filter: blur(10px); }
nav.uk-active { backdrop-filter: blur(10px); -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1); }

ul.menu, ul.mobilemenu { text-align: center; margin: 0px 0; padding: 0; list-style-type: none; display: flex; align-items: center; justify-content: center; }
ul.menu li, ul.mobilemenu li { padding: 0 1%; border-right: 1px solid #eee; position: relative; }
ul.menu li:last-child, ul.mobilemenu li:last-child { border-right: 0px none; }
ul.menu li a, ul.mobilemenu li a { position: relative; font-weight: 500; text-transform: uppercase; width: 100%; letter-spacing: 2px; color: #000; display: inline-block; padding: 20px; position: relative; }
ul.menu li a:before, ul.mobilemenu li a:before { content: ''; position: absolute; width: calc(100% + 4px); height: calc(100% + 4px); top: calc(2px/-1); left: calc(2px/-1); background: linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to top, #000 50%, transparent 50%), linear-gradient(to top, #000 50%, transparent 50%), linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to left, #000 0%, #000 100%); background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px; background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%; background-repeat: no-repeat, no-repeat; transition: transform 0.1s ease-in-out, background-position 0.1s ease-in-out, background-size 0.1s ease-in-out; transform: scaleX(0) rotate(0deg); transition-delay: 0.2s, 0.1s, 0s; }
ul.menu li a:hover:before, ul.mobilemenu li a:hover:before { background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px; background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%; transform: scaleX(1) rotate(0deg); transition-delay: 0s, 0.1s, 0.2s; }
ul.menu li a:focus:before, ul.mobilemenu li a:focus:before { display: none; }
ul.menu li a.bilety, ul.mobilemenu li a.bilety { color: #fff; background-color: #c00; padding: 15px 20px; margin: 5px; }
ul.menu li.active a:after, ul.mobilemenu li.active a:after { content: ""; display: block; background-color: #c00; width: 10px; height: 10px; position: absolute; margin: 0 auto; bottom: 5px; left: calc(50% - 5px); text-align: center; -webkit-border-radius: 50px; border-radius: 50px; }
@media (min-width: 992px) { ul.menu li, ul.mobilemenu li { padding: 0 2%; } }

.card { position: relative; padding: 2px 6px; color: #fff; background: transparent; overflow: hidden; display: flex; flex-direction: column; justify-content: space-around; align-items: center; }
.card span { position: absolute; border-radius: 100vmax; }
.card .top { top: 0; left: 0; width: 0; height: 3px; background: linear-gradient(90deg, transparent 50%, rgba(204, 0, 0, 0.5), #cc0000); }
.card .bottom { right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, #cc0000, rgba(204, 0, 0, 0.5), transparent 50%); }
.card .right { top: 0; right: 0; width: 3px; height: 0; background: linear-gradient(180deg, transparent 30%, rgba(204, 0, 0, 0.5), #cc0000); }
.card .left { left: 0; bottom: 0; width: 3px; height: 0; background: linear-gradient(180deg, #cc0000, rgba(204, 0, 0, 0.5), transparent 70%); }
.card .top { animation: animateTop 2s ease-in-out infinite; }
.card .bottom { animation: animateBottom 2s ease-in-out infinite; }
.card .right { animation: animateRight 2s linear infinite; }
.card .left { animation: animateLeft 2s ease-in-out infinite; }
@keyframes animateTop { 25% { width: 100%; opacity: 1; }
  30%,
        100% { opacity: 0; } }
@keyframes animateBottom { 0%,
        50% { opacity: 0; width: 0; }
  75% { opacity: 1; width: 100%; }
  76%,
        100% { opacity: 0; } }
@keyframes animateRight { 0%,
        25% { opacity: 0; height: 0; }
  50% { opacity: 1; height: 100%; }
  55%,
        100% { height: 100%; opacity: 0; } }
@keyframes animateLeft { 0%,
        75% { opacity: 0; bottom: 0; height: 0; }
  100% { opacity: 1; height: 100%; } }
/* ----------------------------------------------------------------------------------------------------HOMEWORKS */
aside.home { display: block; width: 100%; }

section.home .work { margin-top: 0.9%; margin-bottom: 0.9%; }
section.home .work > div { height: 400px; }
@media (min-width: 768px) { section.home .work > div { height: 376px; } }
@media (min-width: 992px) { section.home .work > div { height: 438px; } }
@media (min-width: 1200px) { section.home .work > div { height: 518px; } }
@media (min-width: 1400px) { section.home .work > div { height: 600px; } }
section.home .work .label { position: absolute; display: block; width: 100%; height: 100%; margin: 0px; left: 0; padding: 30px; background: rgba(0, 0, 0, 0); -webkit-transition: all 200ms ease-out; -moz-transition: all 200ms ease-out; -ms-transition: all 200ms ease-out; -o-transition: all 200ms ease-out; transition: all 200ms ease-out; }
section.home .work .label p.h5 { padding: 0 0 0 10px; letter-spacing: 1px; font-weight: 700; }
section.home .work .label p.h3 { padding: 10px 10px; display: inline-block; letter-spacing: 2px; font-weight: 700; }
section.home .work .label p.h4 { padding: 10px 10px; display: inline-block; letter-spacing: 0px; font-weight: 700; }
section.home .work .label p.ani { position: relative; padding: 0 0 0 0px; top: -20px; -webkit-transition: all 200ms ease-out; -moz-transition: all 200ms ease-out; -ms-transition: all 200ms ease-out; -o-transition: all 200ms ease-out; transition: all 200ms ease-out; opacity: 0; }
section.home .work:hover .label { background: rgba(0, 0, 0, 0.5); -webkit-transition: all 200ms ease-out; -moz-transition: all 200ms ease-out; -ms-transition: all 200ms ease-out; -o-transition: all 200ms ease-out; transition: all 200ms ease-out; }
section.home .work:hover .label p.ani { top: 0px; -webkit-transition: all 200ms ease-out; -moz-transition: all 200ms ease-out; -ms-transition: all 200ms ease-out; -o-transition: all 200ms ease-out; transition: all 200ms ease-out; opacity: 1; }

/* ----------------------------------------------------------------------------------------------------ASIDE FOOTER & FOOTER */
aside.footer { background: #222; background: #001C23; }

footer { background: #222; background: #001C23; }
footer a:link, footer a:visited { color: #888; }
footer hr { border-size: 1px; border-color: #888; }
footer .e-icon { max-width: 60px; margin: 0 auto; }

/* ----------------------------------------------------------------------------------------------------UIKIT*/
.uk-parent > a::after { margin-right: 20px; }

p.uk-accordion-title { cursor: pointer; }

.uk-pagination { margin-top: 40px; }
.uk-pagination li a { font-size: 20px; }
.uk-pagination li a span { font-size: 20px; }

/* ----------------------------------------------------------------------------------------------------UIKIT lightbox*/
div.uk-lightbox { background: rgba(0, 0, 0, 0.4); background: rgba(255, 255, 255, 0.4); backdrop-filter: blur(4px); }
div.uk-lightbox img { -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2); }

div.uk-lightbox-toolbar { background: rgba(0, 0, 0, 0.6); }

/* ----------------------------------------------------------------------------------------------------UIKIT OffCanvas*/
.uk-offcanvas-overlay { backdrop-filter: blur(3px); }

.uk-offcanvas-overlay::before { background: rgba(0, 0, 0, 0.4); backdrop-filter: blur(3px); }

.uk-offcanvas-bar { background: #fff !important; width: 90vw; right: -90vw; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; color: #000; }
.uk-offcanvas-bar button.uk-offcanvas-close.uk-icon.uk-close { color: rgba(0, 0, 0, 0.5); }
.uk-offcanvas-bar button.uk-offcanvas-close.uk-icon.uk-close:hover { color: black; }

.uk-offcanvas-flip .uk-offcanvas-bar { right: -90vw; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; }

div.menubar p { font-family: Montserrat, verdana, sans-serif; font-size: 18px; font-weight: 200; color: #fff; line-height: 160%; }
div.menubar ul.uk-nav.uk-nav-default { margin: 0; padding: 0; }
div.menubar ul.uk-nav.uk-nav-default li { margin: 0; padding: 0; }
div.menubar ul.uk-nav.uk-nav-default li a { font-family: Montserrat, verdana, sans-serif; font-size: 18px; font-weight: 400; color: #eee; padding: 10px; margin: 2px 20px 2px 0; }
div.menubar ul.uk-nav.uk-nav-default li a:hover { color: #fff; }
div.menubar ul.uk-nav.uk-nav-default li a:focus { outline-color: #fff; }
div.menubar ul.uk-nav.uk-nav-default li.active a { font-weight: 400; }
div.menubar ul.uk-nav.uk-nav-default li ul.uk-nav-default.uk-nav { margin: 0 0 25px 20px; }
div.menubar .row-1 { border-bottom: 1px solid #006780; padding: 0px 0px 20px 0; }
div.menubar .row-2 { border-bottom: 1px solid #006780; padding: 0px 0px 20px 0; }
div.menubar .row-3 { padding: 0px 0px 20px 0; }
@media (min-width: 992px) { div.menubar .row-1 { border-bottom: 0px solid #006780; border-right: 1px solid #006780; padding: 0px 20px 20px 0; }
  div.menubar .row-2 { border-bottom: 0px solid #006780; border-right: 1px solid #006780; padding: 0px 0px 20px 0; }
  div.menubar .row-3 { padding: 0px 0px 20px 0; } }

/* ---------------------------------------------------------------------------------------------------- PAGINATION*/
/* ---------------------------------------------------------------------------------------------------- CATEGORY View*/
div.header .intro { position: relative; z-index: 2; }
div.header .intro:before { content: ""; height: calc(100% + 80px); top: -40px; position: absolute; width: 100%; left: -50%; background: #eee; display: block; z-index: -1; }
div.header .intro.text-white:before { background: #006780; }
div.header img.picture { position: relative; right: -80px; background: #888; }
div.header img.picture:before { content: ""; display: block; height: 10px; width: 100%; background: #eee; }

/* ---------------------------------------------------------------------------------------------------- CONTENT View*/
div.datacontentimage { width: 100%; background-seze: contain; margin: 0px; height: 100vh; background-repeat: no-repeat; z-index: 8; }
div.datacontentimage img { z-index: 8; }

div.datacontent { margin: 0px; background: #fff; padding: 0px 15px; }
div.datacontent.bg-secondary { background: #001C23; }

@media (min-width: 992px) { div.datacontent { margin: 20px; background: #fff; padding: 0px 80px; } }
.datacontent .block-lightgray { color: #000; background-color: #eee; padding: 40px; }

.datacontent .block-darkgray { color: #eee; background-color: #222; padding: 40px; }

.datacontent .block-primary { color: #fff; background-color: #006780; padding: 40px; }

.datacontent .block-black { color: #eee; background-color: #000; padding: 40px; }

ul.uk-breadcrumb { border-bottom: 1px solid lightgray; border-top: 0px none; border-left: 0px none; background: #fff; min-height: 48px; text-transform: uppercase; padding: 10px 30px; display: inline-block; }
ul.uk-breadcrumb li a { display: inline-block; padding: 0 5px; }
ul.uk-breadcrumb li a span { font-family: Montserrat, verdana, sans-serif; font-size: 11px; font-weight: 500; color: #888; }
ul.uk-breadcrumb li span { font-family: Montserrat, verdana, sans-serif; font-size: 11px; font-weight: 500; color: #eee; }

/* ---------------------------------------------------------------------------- PORTFOLIO */
div.portfolio-blog-item .inside { position: relative; }
div.portfolio-blog-item .inside .intro { padding: 0 15px 15px 15px; }
div.portfolio-blog-item .inside .intro * { line-height: 130%; }
div.portfolio-blog-item .inside .intro em { color: #888; text-transform: uppercase; font-size: 9px; font-style: normal; display: block; margin-top: 10px; line-height: 9px; }
div.portfolio-blog-item .inside .intro em:before { content: ""; display: block; width: 9px; height: 9px; background: #eee; margin: 0 9px 0 0; float: left; }

div.portfoliodescription { margin: 0; padding: 10px 0; }
div.portfoliodescription p { font-size: 14px; line-height: 150%; color: #888; text-align: left; padding: 0; }
div.portfoliodescription ul { margin: 0; padding: 15px 10px 15px 30px; list-style-type: square; }
div.portfoliodescription ul li { font-size: 13px; line-height: 150%; text-align: left; color: #888; }

div.p-navigation { border-bottom: 2px solid #001C23; display: none; }

div.portfoliomobilenav { position: fixed; bottom: 0; left: 0; width: 100%; background: #fff; }
div.portfoliomobilenav .uk-accordion-content { margin-top: 0; }

/*------------------------------------------------------------------ FANCYBOX */
.fancybox__container { /* padding okna z ifrejmem mobile */ /* padding okna z ifrejmem desktop */ }
.fancybox__container .fancybox__backdrop { /*tlo*/ background-color: rgba(0, 26, 33, 0.65) !important; backdrop-filter: blur(8px); }
@media (max-width: 768px) { .fancybox__container .has-iframe { padding: 0px; } }
@media (min-width: 769px) { .fancybox__container .has-iframe { padding: 15px 15px 15px 15px; } }
.fancybox__container .has-iframe { /*wewnetrzne tlo zawartosci na 100% jak backdrop nalozone na niego*/ margin: 0px; width: 100%; /* padding okna z ifrejmem mobile */ /* padding okna z ifrejmem desktop */ }
@media (max-width: 768px) { .fancybox__container .has-iframe .fancybox__content { padding: 10px 0 0 0; } }
@media (min-width: 769px) { .fancybox__container .has-iframe .fancybox__content { padding: 15px 0px; } }
.fancybox__container .has-iframe .fancybox__content { /*wewnetrzne pole z zawartoscia*/ width: 100%; -webkit-border-radius: 10px; border-radius: 10px; background: #001C23; width: 100% !important; max-width: 14500px !important; }
.fancybox__container .has-iframe .fancybox__content .carousel__button.is-close { top: 15px; right: 25px; color: #fff; margin: 15px; width: 48px; height: 48px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.9); box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.9); background: #000; }
.fancybox__container .has-iframe .fancybox__content iframe.fancybox__iframe { /* zawartosc  */ width: 100%; max-width: 14500px; }

aside.red { width: 100%; padding: 50px 0; margin: 50px 0 0 0; background-color: #c00; }
aside.red .cel { padding: 20px 0; }
aside.red p { margin: 0; text-align: center; }
@media (min-width: 768px) { aside.red p.border { border-right: 1px solid #fff; } }

a.buttonblack, button.rsform-submit-button.uk-button.uk-button-primary { background-color: transparent; animation-duration: 4s; display: table; margin: auto; text-align: center; text-decoration: none; outline: 2px solid #000; padding: 15px 30px; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; position: relative; line-height: 120%; text-transform: uppercase; letter-spacing: 1px; }
a.buttonblack:before, button.rsform-submit-button.uk-button.uk-button-primary:before { content: ''; position: absolute; width: calc(100% + 4px); height: calc(100% + 4px); top: calc(2px/-1); left: calc(2px/-1); background: linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to top, #000 50%, transparent 50%), linear-gradient(to top, #000 50%, transparent 50%), linear-gradient(to right, #000 0%, #000 100%), linear-gradient(to left, #000 0%, #000 100%); background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px; background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%; background-repeat: no-repeat, no-repeat; transition: transform 0.1s ease-in-out, background-position 0.1s ease-in-out, background-size 0.1s ease-in-out; transform: scaleX(0) rotate(0deg); transition-delay: 0.2s, 0.1s, 0s; }
a.buttonblack:hover:before, button.rsform-submit-button.uk-button.uk-button-primary:hover:before { background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px; background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%; transform: scaleX(1) rotate(0deg); transition-delay: 0s, 0.1s, 0.2s; }
a.buttonblack:focus:before, button.rsform-submit-button.uk-button.uk-button-primary:focus:before { display: none; }
a.buttonblack:hover, button.rsform-submit-button.uk-button.uk-button-primary:hover { background: #000; color: #fff; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; }
a.buttonblack.buton-center, button.rsform-submit-button.uk-button.uk-button-primary.buton-center { float: none; margin: auto; }
a.buttonblack.noborder, button.rsform-submit-button.uk-button.uk-button-primary.noborder { outline: 0px none; }

a.buttonwhite { display: table; margin: auto; text-align: center; text-decoration: none; outline: 2px solid #fff; padding: 15px 30px; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; position: relative; line-height: 120%; text-transform: uppercase; letter-spacing: 1px; color: #fff; }
a.buttonwhite:before { content: ''; position: absolute; width: calc(100% + 4px); height: calc(100% + 4px); top: calc(2px/-1); left: calc(2px/-1); background: linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to top, #fff 50%, transparent 50%), linear-gradient(to top, #fff 50%, transparent 50%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to left, #fff 0%, #fff 100%); background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px; background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%; background-repeat: no-repeat, no-repeat; transition: transform 0.1s ease-in-out, background-position 0.1s ease-in-out, background-size 0.1s ease-in-out; transform: scaleX(0) rotate(0deg); transition-delay: 0.2s, 0.1s, 0s; }
a.buttonwhite:hover:before { background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px; background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%; transform: scaleX(1) rotate(0deg); transition-delay: 0s, 0.1s, 0.2s; }
a.buttonwhite:focus:before { display: none; }
a.buttonwhite:hover { background: #fff; color: #000; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; }
a.buttonwhite.buton-center { float: none; margin: auto; }
a.buttonwhite.noborder { outline: 0px none; }

@media (min-width: 768px) { .buttonblack.left, .buttonwhite.left { display: inline-block; } }
div.predetails { background-color: #f7f7f7; -webkit-border-radius: 15px; border-radius: 15px; padding: 2px 10px !important; }

div.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.uk-accordion-title p { padding-right: 30px; }

.uk-accordion-title::before { content: ""; width: 1.4em; height: 1.4em; margin-left: 10px; float: right; background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: 50% 50%; }

.uk-open > .uk-accordion-title::before { background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

fieldset.formContainer { border: 0px none; }

a.mobilemenu { display: block; height: 42px; width: 42px; padding: 7px 0 0 0; text-align: center; background: #fff; color: #000; position: fixed; top: 15px; right: 15px; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

ul.mobilemenu { display: block; }
ul.mobilemenu li { text-align: center; border: 0px none !important; }

p.infotext { margin: 10px auto 5px auto; padding: 0; font-size: 8pt; line-height: 8pt; color: #888; text-align: center; max-widtg: 600px; }

section.dlaciebie { background: #f7f7f7; margin: 0; padding: 60px 0 30px 0; float: left; width: 100%; }

div.overlay { position: fixed; background-color: rgba(255, 255, 255, 0.8); width: 100%; height: 100vh; z-index: 9999999; display: block; top: 0; left: 0; }
div.overlay div.popup { width: 90%; max-width: 500px; margin: 10% auto; padding: 40px; background-color: #fff; text-align: center; }
div.overlay div.popup img { max-width: 200px; margin: 0 auto; }
