@charset "UTF-8";
/* Poppins 400 800 */
/* Rokkitt normal 700 900 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;800&family=Rokkitt:wght@700;900&display=swap");
/*
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff'),
        url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('fonts/Outfit-SemiBold.woff') format('woff'),
        url('fonts/Outfit-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('fonts/Outfit-ExtraBold.woff') format('woff'),
        url('fonts/Outfit-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/Outfit-ExtraLight.woff2') format('woff2'),
        url('fonts/Outfit-ExtraLight.woff') format('woff'),
        url('fonts/Outfit-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/
body {
  opacity: 1;
  transition: opacity 1s; }

body.fade-out {
  opacity: 0;
  transition: opacity 0.5s; }

html, body {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', tahoma, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 24px;
  text-align: left;
  background: #FAFAFC; }
  html strong, html .strong, body strong, body .strong {
    font-weight: 800; }

.uk-offcanvas-overlay * {
  color: #262626; }

p, *.p {
  font-family: 'Poppins', tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  line-height: 32px;
  margin: 0 0 1em 0; }
  p strong, *.p strong {
    font-weight: 600; }

p.large, .text-large {
  font-size: 18px;
  line-height: 166%; }

p.small, p.text-label, .text-small {
  font-size: 14px;
  font-weight: normal;
  line-height: 125%; }

p.mini, .text-mini {
  font-family: 'Poppins', tahoma, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #262626;
  line-height: 110%;
  letter-spacing: 1px; }
  p.mini strong, .text-mini strong {
    font-weight: bold; }

.headings-margin, .h1, .h2, .h3, .h4, .h5, ul.mainmenu li a, .h6, a.ebutton {
  margin: 1em 0 0.5em 0; }

h1, .h1 {
  font-family: 'Rokkitt', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  line-height: 100%; }

h2, .h2 {
  font-family: 'Rokkitt', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #000;
  line-height: 100%; }

h3, .h3 {
  font-family: 'Rokkitt', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  line-height: 125%; }

h4, .h4 {
  font-family: 'Rokkitt', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  line-height: 125%; }

h5, .h5, ul.mainmenu li a {
  font-family: 'Poppins', tahoma, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  line-height: 125%; }

h6, .h6, a.ebutton, .cta {
  font-family: 'Poppins', tahoma, sans-serif;
  font-size: 0.888rem;
  font-weight: 400;
  color: #000;
  line-height: 125%;
  letter-spacing: 1px; }

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 4rem; }

  h2, .h2 {
    font-size: 3rem; }

  h3, .h3 {
    font-size: 2rem; } }
@media (min-width: 1400px) {
  h1, .h1 {
    font-size: 5rem; }

  h2, .h2 {
    font-size: 4rem; }

  h3, .h3 {
    font-size: 2.5rem; } }
h1 {
  text-align: left; }
  h1 strong, h1 .strong, h1.strong {
    font-weight: 900; }

h2 {
  text-align: left; }
  h2 strong, h2 .strong, h2.strong {
    font-weight: 900; }

h3 {
  text-align: left; }
  h3 strong, h3 .strong, h3.strong {
    font-weight: 900; }

h4 {
  text-align: left; }
  h4 strong, h4 .strong, h4.strong {
    font-weight: 900; }

h5 {
  text-align: left; }
  h5 strong, h5 .strong, h5.strong {
    font-weight: 900; }

h6 {
  text-align: left; }
  h6 strong, h6 .strong, h6.strong {
    font-weight: 900; }

.lh100 {
  line-height: 100% !important;
  margin: 0;
  padding: 0; }

.lh150 {
  line-height: 150% !important; }

.lh200 {
  line-height: 200% !important; }

.clr {
  width: 100%;
  clear: both; }

.row.fullwidth {
  width: 100%;
  height: auto; }

.row.fluid {
  width: calc(100% - 24px);
  margin: auto;
  height: auto;
  min-width: 240px; }

.row.maxwidth {
  width: 100%;
  margin: 0 auto;
  height: auto;
  max-width: 1600px; }

.boxshadow, .boxshadowhover:hover, a.icon:hover, a.ebutton:hover, a.ebutton.transparent-primary-border:hover, a.ebutton.transparent-gray-border:hover, a.ebutton.ebuttonwhite:hover, a.ebutton.ebuttonblack:hover, a.ebutton.ebuttonprimary:hover {
  -webkit-box-shadow: -8px 8px 0 0 black;
  box-shadow: -8px 8px 0 0 black; }

img.full {
  width: 100%;
  height: auto; }

img.gbox {
  cursor: pointer; }

.boxshadowhover {
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  position: relative;
  top: 0; }
  .boxshadowhover:hover {
    top: -10px; }

div.divider-vertical {
  height: calc(100% + 40px);
  width: 1px;
  position: relative;
  background-color: #dadade;
  margin: 0 auto; }

.text-label {
  display: inline-block;
  padding: 3px 8px;
  color: #ffffff;
  background: #000000; }

a:link {
  text-decoration: none;
  outline: none; }

a:focus.outlinewhite, a:link:focus.outlinewhite, a:visited:focus.outlinewhite {
  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: #262626;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.3);
  text-decoration-thickness: .225em;
  text-underline-offset: 1.5px;
  text-decoration-skip-ink: auto; }

a.icon {
  -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;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 10px;
  text-align: center;
  outline: 1px solid #dadade; }
  a.icon span, a.icon:hover span {
    color: #262626; }
  a.icon:focus {
    outline: 2px solid #000000; }
  a.icon img {
    width: 24px;
    height: 24px; }
  a.icon.noborder {
    outline: none; }

a.ebutton {
  display: table;
  text-align: center;
  text-decoration: none;
  border: 2px solid #000000;
  padding: 15px 30px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  line-height: 170% !important;
  text-transform: uppercase;
  letter-spacing: 1px; }
  a.ebutton.corner {
    -webkit-border-radius: 8px;
    border-radius: 8px; }
  a.ebutton:hover {
    background: #000000;
    color: #ffffff;
    -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.ebutton.transparent-primary-border {
    outline: 1px solid #262626;
    color: #262626;
    min-width: 170px;
    background-color: transparent; }
    a.ebutton.transparent-primary-border:hover {
      background: #000000;
      color: #ffffff; }
  a.ebutton.transparent-gray-border {
    outline: 1px solid #989898;
    color: #F1F1F5; }
    a.ebutton.transparent-gray-border:hover {
      background: #000000;
      color: #ffffff; }
  a.ebutton.buton-center {
    float: none;
    margin: auto; }
  a.ebutton.noborder {
    outline: 0px none; }
  a.ebutton.ebuttonwhite {
    background: #F1F1F5;
    color: #000000; }
    a.ebutton.ebuttonwhite:hover {
      background: #ffffff;
      color: #000000; }
  a.ebutton.ebuttonblack {
    background: #262626;
    color: #FAFAFC;
    min-width: 170px;
    margin: 1px; }
    a.ebutton.ebuttonblack:hover {
      background: #000000;
      color: #ffffff; }
  a.ebutton.ebuttonprimary {
    background: #262626;
    color: #F1F1F5;
    border: 0;
    min-width: 170px;
    margin: 1px; }
    a.ebutton.ebuttonprimary:hover {
      background: #000000;
      color: #ffffff; }

a.global {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.text-primary {
  color: #262626 !important; }

.text-secondary {
  color: #262626; }

.text-lightgray {
  color: #F1F1F5; }

.text-mediumgray {
  color: #dadade; }

.text-gray {
  color: #989898; }

.text-darkgray {
  color: #535353; }

.text-white {
  color: #ffffff !important; }

.text-black {
  color: #000000; }

.bg-primary {
  background-color: #262626; }

.bg-secondary {
  background-color: #262626; }

.bg-lightgray {
  background-color: #F1F1F5; }

.bg-mediumgray {
  background-color: #dadade; }

.bg-gray {
  background-color: #989898; }

.bg-darkgray {
  background-color: #535353; }

.bg-white {
  background-color: #ffffff; }

.bg-black {
  background-color: #000000; }

.hr-black {
  border-top: 1px solid #000000;
  border-color: #000000 !important; }

.hr-gray {
  border-top: 1px solid #989898; }

.hr-primary {
  border-top: 1px solid #262626; }

.hr-thick-black {
  border-top: 6px solid #262626 !important;
  max-width: 138px;
  margin-left: -10px; }

.hr-thick-gray {
  border-top: 6px solid #989898;
  max-width: 138px;
  margin-left: -10px; }

.hr-thick-primary {
  border-top: 6px solid #262626;
  max-width: 138px;
  margin-left: -10px; }

.hr-small {
  max-width: 120px; }

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; }

/* START MARGINS */
.m-auto {
  margin-left: auto;
  margin-right: auto; }

.m-0 {
  margin: 0rem; }

.mt-0 {
  margin-top: 0rem; }

.mb-0 {
  margin-bottom: 0rem; }

.ms-0 {
  margin-left: 0rem; }

.me-0 {
  margin-right: 0rem; }

.m-1 {
  margin: 0.25rem; }

.mt-1 {
  margin-top: 0.25rem; }

.mb-1 {
  margin-bottom: 0.25rem; }

.ms-1 {
  margin-left: 0.25rem; }

.me-1 {
  margin-right: 0.25rem; }

.m-2 {
  margin: 0.5rem; }

.mt-2 {
  margin-top: 0.5rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.ms-2 {
  margin-left: 0.5rem; }

.me-2 {
  margin-right: 0.5rem; }

.m-3 {
  margin: 1rem; }

.mt-3 {
  margin-top: 1rem; }

.mb-3 {
  margin-bottom: 1rem; }

.ms-3 {
  margin-left: 1rem; }

.me-3 {
  margin-right: 1rem; }

.m-4 {
  margin: 2rem; }

.mt-4 {
  margin-top: 2rem; }

.mb-4 {
  margin-bottom: 2rem; }

.ms-4 {
  margin-left: 2rem; }

.me-4 {
  margin-right: 2rem; }

.m-5 {
  margin: 3rem; }

.mt-5 {
  margin-top: 3rem; }

.mb-5 {
  margin-bottom: 3rem; }

.ms-5 {
  margin-left: 3rem; }

.me-5 {
  margin-right: 3rem; }

.m-6 {
  margin: 4rem; }

.mt-6 {
  margin-top: 4rem; }

.mb-6 {
  margin-bottom: 4rem; }

.ms-6 {
  margin-left: 4rem; }

.me-6 {
  margin-right: 4rem; }

.p-1 {
  padding: 0.25rem; }

.pt-1 {
  padding-top: 0.25rem; }

.pb-1 {
  padding-bottom: 0.25rem; }

.ps-1 {
  padding-left: 0.25rem; }

.pe-1 {
  padding-right: 0.25rem; }

.p-2 {
  padding: 0.5rem; }

.pt-2 {
  padding-top: 0.5rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.ps-2 {
  padding-left: 0.5rem; }

.pe-2 {
  padding-right: 0.5rem; }

.p-3 {
  padding: 1rem; }

.pt-3 {
  padding-top: 1rem; }

.pb-3 {
  padding-bottom: 1rem; }

.ps-3 {
  padding-left: 1rem; }

.pe-3 {
  padding-right: 1rem; }

.p-4 {
  padding: 2rem; }

.pt-4 {
  padding-top: 2rem; }

.pb-4 {
  padding-bottom: 2rem; }

.ps-4 {
  padding-left: 2rem; }

.pe-4 {
  padding-right: 2rem; }

.p-5 {
  padding: 3rem; }

.pt-5 {
  padding-top: 3rem; }

.pb-5 {
  padding-bottom: 3rem; }

.ps-5 {
  padding-left: 3rem; }

.pe-5 {
  padding-right: 3rem; }

.p-6 {
  padding: 4rem; }

.pt-6 {
  padding-top: 4rem; }

.pb-6 {
  padding-bottom: 4rem; }

.ps-6 {
  padding-left: 4rem; }

.pe-6 {
  padding-right: 4rem; }

@media (max-width: 768px) {
  .p-0m {
    padding: 0; }

  .ps-0m {
    padding-left: 0; }

  .pt-0m {
    padding-top: 0; }

  .pe-0m {
    padding-right: 0; }

  .pb-0m {
    padding-bottom: 0; }

  .m-0m {
    margin: 0; }

  .ms-0m {
    margin-left: 0; }

  .mt-0m {
    margin-top: 0; }

  .me-0m {
    margin-right: 0; }

  .mb-0m {
    margin-bottom: 0; } }
header {
  width: 100%;
  padding: 40px 0 24px 0; }
  header img.logo {
    max-width: 180px;
    height: auto;
    margin-left: 10px;
    width: 48px;
    height: 48px; }
  @media (min-width: 768px) {
    header img.logo {
      max-width: 200px;
      height: auto; } }
  header.uk-active {
    margin: 5px 0 0 0;
    padding: 10px 0 10px 0;
    z-index: 990; }
    header.uk-active img.logo {
      max-width: 180px;
      margin-top: 10px; }

h1.logo, p.h5.logo {
  font-family: 'Rokkitt', sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: #262626;
  line-height: 100%; }

@media (max-width: 768px) {
  header {
    margin: 5px 0 00px 0;
    padding: 10px 0 24px 0; }

  header.homepage {
    width: 100%;
    z-index: 999;
    margin-top: 8px;
    top: 0px;
    padding: 10px 0 24px 0; }

  .removemargintopmobile {
    margin-top: 0; } }
/* ----------------------------------------------------------------------------------------------------MENU */
div#menubar div.row.fullwidth {
  max-width: 992px;
  min-width: 240px; }

ul.mainmenu {
  margin: 0px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 56px; }
  ul.mainmenu li a {
    padding: 20px 10px;
    text-decoration: none;
    color: #262626;
    font-weight: 600;
    color: #262626;
    text-decoration: none;
    text-decoration-color: rgba(0, 0, 0, 0.2);
    text-decoration-thickness: .225em;
    text-underline-offset: 1.5px;
    text-decoration-skip-ink: auto; }
    ul.mainmenu li a:hover {
      color: #262626;
      text-decoration: underline;
      text-decoration-color: rgba(0, 0, 0, 0.2);
      text-decoration-thickness: .225em;
      text-underline-offset: 1.5px;
      text-decoration-skip-ink: auto; }
  ul.mainmenu li.active a {
    color: #262626;
    padding: 20px 20px; }

nav.offcanvas ul.mainmenu {
  align-items: left;
  display: block; }
  nav.offcanvas ul.mainmenu li {
    display: block;
    width: 100%; }
    nav.offcanvas ul.mainmenu li a {
      display: block;
      padding: 8px 0; }
    nav.offcanvas ul.mainmenu li.active a {
      padding: 8px 0;
      text-decoration: underline;
      text-decoration-color: rgba(0, 0, 0, 0.2);
      text-decoration-thickness: .225em;
      text-underline-offset: 1.5px;
      text-decoration-skip-ink: auto; }

/* ----------------------------------------------------------------------------------------------------HOME SEKCJE*/
@media (min-width: 768px) {
  section.about {
    margin-top: 180px !important;
    width: 100%; } }
section.about .splash {
  z-index: 1;
  top: 20vh; }
section.about .h1, section.about .h2, section.about .h3, section.about .h4, section.about .h5, section.about ul.mainmenu li a, ul.mainmenu li section.about a, section.about p, section.about hr {
  z-index: 2;
  position: relative; }

.splash {
  z-index: -1;
  top: 20vh; }

h1.homeheader {
  line-height: 80% !important; }

@media (max-width: 768px) {
  p.imgfreelance {
    display: inline-block;
    color: #F1F1F5 !important;
    padding: 10px 20px;
    margin: 0px auto;
    background: #262626; } }
section.looking .splash {
  z-index: 1;
  top: 30vh;
  min-height: 500px; }
section.looking .h1, section.looking .h4, section.looking p, section.looking hr, section.looking a.ebutton, section.looking div.text {
  z-index: 2;
  position: relative; }

section.looking {
  padding: 50px 0; }

section.offerlist {
  background-color: #262626; }
  section.offerlist div, section.offerlist p, section.offerlist * {
    color: #FAFAFC; }
  section.offerlist hr {
    border-color: #FAFAFC; }
  section.offerlist img {
    border-bottom: 1px dashed #FAFAFC; }

div.helpfor {
  padding: 50px 0 30px 0; }

@media (min-width: 768px) {
  section.looking {
    padding: 150px 0; } }
/* ----------------------------------------------------------------------------------------------------ASIDE FOOTER & FOOTER */
footer {
  background: #FAFAFC;
  border-top: 4px solid #262626; }
  footer a:link, footer a:visited {
    color: #dadade; }
  footer .e-icon {
    max-width: 75px;
    margin: 0 auto; }

div.foot {
  padding: 40px 0 0 0; }
  div.foot .footerdata * {
    color: #989898 !important;
    text-align: justify; }
  div.foot a:link, div.foot a:visited {
    text-decoration: none; }

/* ----------------------------------------------------------------------------------------------------UIKIT Slider*/
.uk-dotnav {
  margin-left: 0px !important; }

.uk-dotnav > * {
  padding: 0px 1px; }

.uk-dotnav > * > * {
  border-radius: 2px;
  border: 1px solid #989898;
  width: 25px;
  height: 5px;
  padding: 0 2px;
  background-color: #ffffff; }

.uk-dotnav > .uk-active > * {
  border-radius: 2px;
  border: 0px solid #000000;
  width: 25px;
  height: 5px;
  background-color: #000000; }

/* ----------------------------------------------------------------------------------------------------UIKIT*/
.uk-list-square > * {
  padding-left: 15px; }

.uk-parent > a::after {
  margin-right: 20px; }

p.uk-accordion-title {
  cursor: pointer; }

/* ----------------------------------------------------------------------------------------------------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(2px); }

.uk-offcanvas-overlay::before {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px); }

.uk-offcanvas-bar {
  background: #ffffff;
  width: 80vw;
  right: -80vw;
  -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;
  -webkit-box-shadow: 0 0 30px 0 rgba(100, 100, 100, 0.2);
  box-shadow: 0 0 30px 0 rgba(100, 100, 100, 0.2); }
  .uk-offcanvas-bar a:link, .uk-offcanvas-bar a:hover {
    color: #000000;
    text-decoration: none; }

.uk-offcanvas-flip .uk-offcanvas-bar {
  right: -80vw;
  -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 {
  min-width: 250px !important; }

/* ---------------------------------------------------------------------------------------------------- PAGINATION*/
.paginationnav {
  position: fixed;
  bottom: 0;
  z-index: 99;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 10px auto;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  width: 80%;
  padding: 10px 0;
  max-width: 400px; }
  .paginationnav > div {
    float: right;
    margin: auto;
    border: 1px solid redl; }

/* ---------------------------------------------------------------------------------------------------- CATEGORY View*/
/* ---------------------------------------------------------------------------------------------------- CONTENT View*/
main.content {
  margin: 0px 0px; }
  main.content.homepage {
    margin: 60px 0px; }

div.datacontentimage {
  width: 100%;
  margin: 120px 0px;
  z-index: 0; }

div.datacontent {
  margin: 0px;
  /*padding:0px 15px;*/ }
  div.datacontent.bg-secondary {
    background: #262626; }

@media (min-width: 992px) {
  div.datacontent {
    margin: 48px 0 48px 0;
    /*padding:0px 80px;*/ } }
/* ---------------------------------------------------------------------------- PORTFOLIO */
section.work section.bgsecondary p {
  margin: 0 0 0 0; }

div.portfolio-blog-item .inside {
  position: relative; }
  div.portfolio-blog-item .inside .intro * {
    line-height: 130%; }
  div.portfolio-blog-item .inside .intro em {
    color: #989898;
    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: #F1F1F5;
      margin: 0 9px 0 0;
      float: left; }

img.bordergallery13 {
  /* obrazki w archiwum */
  outline: 1px solid #585858; }

div.portfoliodescription {
  margin: 0;
  padding: 10px 0; }
  div.portfoliodescription p {
    font-size: 14px;
    line-height: 150%;
    color: #F1F1F5;
    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: #989898; }

div.p-navigation {
  border-bottom: 2px solid #262626;
  display: none; }

div.portfoliomobilenav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff; }
  div.portfoliomobilenav .uk-accordion-content {
    margin-top: 0; }

/*------------------------------------------------------------------ GLIGHTBOX */
/*---------------------------------------------------- INVERSION */
body {
  background-color: #FAFAFC;
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out; }
  body header a.mobmenu {
    margin: 0 0 0 auto; }
  body header a.logo img, body header a.mobmenu img {
    filter: none;
    -webkit-transition: filter 500ms ease-out;
    -moz-transition: filter 500ms ease-out;
    -o-transition: filter 500ms ease-out;
    transition: filter 500ms ease-out; }
  body header a.mobmenu {
    margin-left: 10px; }
  body header a.languageswitchlink {
    display: inline-block;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px !important; }
  body p, body .h1, body .h2, body .h3 {
    color: inherit;
    -webkit-transition: color 500ms ease-out;
    -moz-transition: color 500ms ease-out;
    -o-transition: color 500ms ease-out;
    transition: color 500ms ease-out; }
  body hr.hr-thick-black {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }

body.grayed {
  background-color: #dadade; }

body.inverted {
  background-color: #262626;
  /* https://isotropic.co/tool/hex-color-to-css-filter/ */
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  body.inverted header a.logo img, body.inverted header a.mobmenu img {
    filter: invert(100%) sepia(21%) saturate(39%) hue-rotate(334deg) brightness(113%) contrast(94%);
    -webkit-transition: filter 500ms ease-out;
    -moz-transition: filter 500ms ease-out;
    -o-transition: filter 500ms ease-out;
    transition: filter 500ms ease-out; }
  body.inverted p, body.inverted .h1, body.inverted .h2, body.inverted .h3, body.inverted .h4, body.inverted ul, body.inverted li {
    color: #dadade;
    -webkit-transition: color 500ms ease-out;
    -moz-transition: color 500ms ease-out;
    -o-transition: color 500ms ease-out;
    transition: color 500ms ease-out; }
  body.inverted hr.hr-thick-black {
    border-color: #dadade !important;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
  body.inverted .uk-offcanvas p, body.inverted div.menubar p {
    color: #262626; }

/*---------------------------------------------------- END INVERSION */
div#menubar {
  /* menu mobilne by AIMY optymalizacja nie ładowała go przy załadowaniu strony w widok */
  display: none; }

/*---------------------------------------------------- WORKS */
@media screen and (max-width: 767px) {
  section.work > .row {
    width: calc(100% - 0px); } }
/* INTRA */
div.videohero {
  height: 300px !important; }
  div.videohero video {
    height: 300px !important; }
  div.videohero img {
    height: 300px !important;
    width: auto !important; }

@media (min-width: 640px) {
  div.videohero {
    height: 350px !important; }
    div.videohero video {
      height: 350px !important; }
    div.videohero img {
      height: 350px !important; } }
@media (min-width: 960px) {
  div.videohero {
    height: 400px !important; }
    div.videohero video {
      height: 400px !important; }
    div.videohero img {
      height: 400px !important; } }
@media (min-width: 1200px) {
  div.videohero {
    height: 450px !important; }
    div.videohero video {
      height: 450px !important; }
    div.videohero img {
      height: 450px !important; } }

/*# sourceMappingURL=style.css.map */
