@charset "utf-8";
/* LESS Document */
/*
 

Theme Name: MOAI def
Theme URI: http://www.moai.pl/
Description: Strona firmowa
Version: 1
Author: Daniel Różynek
Author URI: http://www.moai.pl/
 
*/
@font-face {
  font-family: 'K2D';
  src: url('fonts/K2D-Light.eot');
  src: local('☺'), url('fonts/K2D-Light.woff') format('woff'), url('fonts/K2D-Light.ttf') format('truetype'), url('fonts/K2D-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'K2D';
  src: url('fonts/K2D-SemiBold.eot');
  src: local('☺'), url('fonts/K2D-SemiBold.woff') format('woff'), url('fonts/K2D-SemiBold.ttf') format('truetype'), url('fonts/K2D-SemiBold.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'K2D';
  src: url('fonts/K2D-Regular.eot');
  src: local('☺'), url('fonts/K2D-Regular.woff') format('woff'), url('fonts/K2D-Regular.ttf') format('truetype'), url('fonts/K2D-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'K2D';
  src: url('fonts/K2D-ExtraBold.eot');
  src: local('☺'), url('fonts/K2D-ExtraBold.woff') format('woff'), url('fonts/K2D-ExtraBold.ttf') format('truetype'), url('fonts/K2D-ExtraBold.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'K2D';
  src: url('fonts/K2D-Bold.eot');
  src: local('☺'), url('fonts/K2D-Bold.woff') format('woff'), url('fonts/K2D-Bold.ttf') format('truetype'), url('fonts/K2D-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'K2D';
  src: url('fonts/K2D-Thin.eot');
  src: local('☺'), url('fonts/K2D-Thin.woff') format('woff'), url('fonts/K2D-Thin.ttf') format('truetype'), url('fonts/K2D-Thin.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}
/* ----------------BASICS---------------- */
.under {
  padding: 2vw;
  margin: 0;
  background-image: url("images/zajawka-back.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
}
.under a {
  display: block;
  width: 95vw;
  height: 96vh;
  background-image: url("images/zajawka2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body,
td,
th,
input,
textarea {
  font-family: 'K2D', sans-serif;
  color: #3f4d6c;
  font-weight: 100;
  font-size: 26px;
  line-height: 44px;
}
.light {
  font-weight: 300;
}
body {
  background-color: #fff;
  margin: 0px;
  overflow-x: hidden;
}
img {
  border: none;
}
input,
textarea {
  background-color: #ece9e3;
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding-left: 8px;
  padding-right: 8px;
  outline: none;
  margin-bottom: 6px;
}
textarea {
  height: 200px;
}
.wpcf7-submit {
  color: #fff;
  background-color: #0769b2;
  transition: ease-in-out all 0.3s;
}
.wpcf7-submit:hover {
  background-color: #e6007e;
}
a {
  color: #009FDB;
}
a:hover {
  color: #090303;
  text-decoration: none;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.small {
  font-size: 10px;
}
.picfull {
  width: 100%;
  height: auto;
}
.res {
  max-width: 1178px;
  padding-left: 3vw;
  padding-right: 3vw;
  margin-left: auto;
  margin-right: auto;
}
.under {
  text-align: center;
  background-color: #fff;
}
.white {
  background-color: #fff;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.fleft {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-right: 40px;
}
.fright {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-left: 40px;
}
.vcenter {
  display: flex;
  align-items: center;
}
.vcenter .vcontent {
  width: 100%;
}
.padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding_bottom,
.paddingin_bottom {
  padding-bottom: 60px;
}
.padding_top,
.paddingin_top {
  padding-top: 60px;
}
.paddingin_left {
  padding-left: 60px;
}
.paddingin_right {
  padding-right: 60px;
}
.body-top {
  padding-top: 130px;
}
.wp-block-image img {
  height: auto;
}
figure {
  margin-left: 0;
  margin-top: 0;
}
.pink {
  color: #e6007e;
}
.blue {
  color: #0769b2;
}
.cyan {
  color: #00abd7;
}
.purple {
  color: #951b81;
}
.textsmall {
  font-size: 18px;
  line-height: 26px;
}
.ul {
  list-style: none;
}
.ul li {
  position: relative;
}
.ul li:before {
  position: absolute;
  content: '•';
  display: block;
  left: -20px;
  font-weight: bold;
  color: #e6007e;
}
/* ----------------MENU---------------- */
.primary-navigation {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  flex: inherit;
}
.primary-navigation ul {
  list-style: none;
  margin: 0;
}
.primary-navigation ul li {
  padding-left: 30px;
  border: 0;
  display: inline-block;
  position: relative;
}
.primary-navigation ul li a {
  font-weight: 900;
  position: relative;
  transition: all ease-in-out 0.5s;
  line-height: 32px;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  padding-bottom: 4px;
  padding-top: 4px;
}
.primary-navigation ul li a:hover {
  color: #000;
  transition: all ease-in-out 0.25s;
}
.primary-navigation ul li ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
  background-color: #ffffff;
  padding: 20px 0 0 0;
  float: 0;
  margin: 0;
  position: absolute;
  top: 24px;
  left: -999em;
  z-index: 99999;
}
.primary-navigation ul li ul .menu-item-has-children {
  padding-right: 11px;
  position: relative;
  margin-right: 10px;
}
.primary-navigation ul li ul .menu-item-has-children:after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: '';
  background-color: #e6007e;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  transform: rotate(90deg);
}
.primary-navigation ul li ul ul {
  padding: 0;
  left: -999em;
  top: 0;
}
.primary-navigation .current_page_item > a,
.primary-navigation .current_page_ancestor > a,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a,
.primary-navigation .mPS2id-highlight {
  color: #000;
}
.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
  left: 0;
  opacity: 1;
}
.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
  left: 100%;
}
/* ----------------GENERAL---------------- */
.acf-map {
  width: 100%;
  height: 500px;
  border: none;
  margin: 0;
}
.acf-map img {
  max-width: inherit !important;
}
.fullheight {
  min-height: 100vh;
  box-sizing: border-box;
}
h1,
h2 {
  font-size: 60px;
  line-height: 60px;
  margin-top: 0px;
}
h3 {
  font-size: 40px;
  line-height: 56px;
}
h4 {
  font-size: 32px;
  line-height: 32px;
  color: #0769b2;
}
h5 {
  font-size: 24px;
  line-height: 30px;
  color: #0769b2;
  text-transform: uppercase;
}
h6 {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 30px;
  padding-top: 0;
  margin-top: 0;
  font-weight: 400;
}
.dwiekolumny {
  column-count: 2;
  column-gap: 100px;
}
.trzykolumny {
  column-count: 3;
  column-gap: 100px;
}
.wiecej {
  margin-right: 14px;
  background-color: #fff;
  color: #333;
  display: inline-block;
  padding: 20px 50px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  transition: ease-in-out all 0.25s;
}
.wiecej:hover {
  padding-left: 70px;
  padding-right: 70px;
  color: #0769b2;
  transition: cubic-bezier(0.25, 3, 0.25, 0) all 0.5s;
}
.videoitem {
  position: absolute;
  padding-bottom: 56.25%;
  padding-top: 25px;
  width: 100%;
  height: 0;
  z-index: 0 !important;
}
.videoitem iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 62%;
}
.videoitem .video-text {
  width: 30%;
  position: absolute;
  right: 3%;
}
.navitem {
  position: absolute;
  bottom: 0;
  text-align: center;
  display: block;
  z-index: 3;
}
.navitem ul li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 6px;
  padding: 0;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #dbdbdb;
  outline: none;
  transition: ease-in-out all 0.25s;
}
.navitem ul li:hover {
  background-color: transparent;
  outline: none;
  border: 3px solid #dbdbdb;
  padding: 2px;
}
.navitem ul .active {
  background-color: transparent;
  outline: none;
  border: 3px solid #0769b2;
}
/* ----------------HEADER---------------- */
#header {
  background-image: url("images/top.jpg");
  background-size: 100% 100%;
  background-position: center;
  z-index: 100;
  transition: all ease-in-out 0.5s;
  width: 100%;
  position: fixed;
  top: 0;
}
#header .headwrap {
  justify-content: space-between;
}
#header #logo {
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  flex: 0 0 80px;
  box-sizing: border-box;
  text-align: center;
  transition: ease-in-out all 0.5s;
}
#header #logo img {
  display: block;
  width: 100%;
  height: auto;
}
#header #socials a {
  margin-left: 6px;
  display: inline-block;
}
#header #socials a img {
  width: 30px;
  height: auto;
}
.text-row {
  width: 100%;
  display: flex;
}
.text-row .text {
  min-height: 0;
  min-width: 0;
  flex: 1;
}
/* ----------------FRONT---------------- */
.slider-wrap {
  height: 100%;
}
.slider-wrap .slick-list {
  height: 100%;
}
.slider-wrap .slick-list .slick-track {
  height: 100%;
}
.slider-wrap .slick-list .slick-track .slide {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  display: flex !important;
}
.slider-wrap .slick-list .slick-track .slide .slide-text,
.slider-wrap .slick-list .slick-track .slide .slide-img {
  flex: 0 0 50%;
  box-sizing: border-box;
}
.slider-wrap .slick-list .slick-track .slide .slide-text {
  display: flex;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #e6007e;
  color: #fff;
}
.slider-wrap .slick-list .slick-track .slide .slide-img img {
  width: 100%;
  height: auto;
}
/* ----------------CONTENT---------------- */
.resin {
  padding-left: 15vw;
  padding-right: 15vw;
}
#ncb {
  display: flex;
  align-items: center;
}
#ncb ul {
  list-style: none;
}
#ncb ul li:before {
  content: '•';
  display: inline-block;
  padding-right: 10px;
}
#agencja .new-row,
#digital .new-row,
#specjalizacja .new-row {
  box-sizing: border-box;
  padding-left: 5vw;
  padding-right: 5vw;
}
#digital .new-row {
  flex-wrap: wrap;
}
#digital .new-row .text {
  flex: 0 0 20%;
}
#digital .new-row .blockpadleft {
  padding-left: 20%;
}
#digital .new-row .blockpadright {
  padding-right: 20%;
}
#specjalizacja .lineheight {
  font-size: 21px;
  line-height: 28px;
}
#specjalizacja a {
  text-decoration: none;
  color: #00abd7;
}
#akcelerator img {
  margin: 0 2vw;
}
.ncbstart em strong {
  font-size: 48px;
  line-height: 57px;
  font-weight: 900;
}
.ncbstart em {
  font-style: normal;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}
.kontaktform p {
  padding: 0;
  margin: 0;
}
.blokcenter {
  text-align: center;
}
.blokleft h4 {
  text-transform: uppercase;
  color: #e6007e;
}
.blokcenter,
.blokleft {
  margin-top: 20px;
  position: relative;
}
.blokcenter:before,
.blokleft:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #f2eee7;
  width: 50%;
  left: 25%;
  height: 3px;
}
section {
  background-repeat: no-repeat !important;
  position: relative;
}
section .zdjecie-back {
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: calc(100% + 200px);
  bottom: 0;
  left: 0;
}
.tabele {
  display: flex;
}
.tabele .tabela {
  box-sizing: border-box;
  padding: 4% 5%;
  flex: 1;
}
.tabele .tabela table {
  padding-top: 60px;
  left: 0;
  width: 100%;
  position: relative;
}
.tabele .tabela table:before,
.tabele .tabela table:after {
  top: 20px;
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 3px;
  background-color: #e6007e;
}
.tabele .tabela table:after {
  left: 8px;
  width: 60px;
}
.tabele .tabela table td,
.tabele .tabela table th {
  vertical-align: baseline;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 6px;
}
.tabele .tabela h3 {
  text-transform: uppercase;
}
.grid a {
  margin-bottom: 1px;
  margin-right: 1px;
  display: block;
}
.grid img {
  width: 100%;
  height: auto;
  display: block;
}
.grid-item,
.grid-sizer {
  display: block;
  width: 33%;
  margin-bottom: 1px;
}
#archive {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#archive .post-excerpt {
  flex: 0 0 48%;
  color: #3f4d6c;
  text-decoration: none;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 60px;
}
#archive .post-excerpt:hover {
  color: #0769b2;
}
#archive .post-excerpt h2 {
  font-size: 40px;
  line-height: 50px;
  color: #0769b2;
}
#archive .post-excerpt img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 6px;
}
#post .size-full {
  width: 100%;
  height: auto;
}
.date {
  font-size: 14px;
}
#ncb {
  align-items: flex-end;
}
#ncb .text {
  flex: inherit;
}
#ncb .text-row {
  padding-bottom: 6vh;
  justify-content: space-around;
}
/* ----------------FOOTER---------------- */
footer {
  text-transform: uppercase;
  background-color: #e6007e;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}
footer h5 {
  color: #0769b2;
  font-size: 16px;
  line-height: 22px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer strong {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
footer ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul li {
  flex: 1;
}
/* ----------------ANIMATIONS---------------- */
.anim {
  transition: ease-out all 0.5s;
}
.afade {
  opacity: 0;
}
.aleft {
  transform: translateX(-50px);
  opacity: 0;
}
.aright {
  transform: translateX(50px);
  opacity: 0;
}
.abottom {
  transform: translateY(50px);
  opacity: 0;
}
.visible {
  transition-delay: 0.5s;
  transform: translateX(0);
  opacity: 1;
  transform: translateY(0);
}
.adelay1 {
  transition-delay: 0.6s !important;
}
.adelay2 {
  transition-delay: 0.7s !important;
}
.adelay3 {
  transition-delay: 0.8s !important;
}
.adelay4 {
  transition-delay: 0.9s !important;
}
.adelay5 {
  transition-delay: 1s !important;
}
#responsive-menu-pro-container {
  top: 70px !important;
  font-weight: bold;
  align-items: center;
}
#responsive-menu-pro-container #responsive-menu-pro-wrapper {
  width: 100%;
}
#responsive-menu-pro-container.slide-left {
  display: flex !important;
}
/* ----------------RESPONSIVE---------------- */
@media handheld and (max-width: 1800px), screen and (max-width: 1800px) {
  #agencja img,
  #akcelerator img {
    height: 200px;
    width: auto;
  }
  .przyklady {
    font-size: 20px;
    line-height: 30px;
  }
}
@media handheld and (max-width: 1366px), screen and (max-width: 1366px) {
  body {
    padding-top: 70px;
  }
  .fullheight {
    min-height: calc(100vh - 80px);
  }
  #header #logo {
    margin-bottom: 10px;
    margin-top: 10px;
    flex: 0 0 50px;
  }
  .primary-navigation ul li a {
    font-size: 20px;
  }
  .res {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
  #agencja img,
  #specjalizacja img,
  #akcelerator img,
  .przyklady img {
    height: 200px;
    width: auto;
  }
  #digital img {
    width: 200px;
  }
}
@media handheld and (max-width: 1024px), screen and (max-width: 1024px) {
  .resin {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media handheld and (max-width: 800px), screen and (max-width: 800px) {
  body,
  td,
  th,
  input,
  textarea {
    font-size: 20px;
    line-height: 36px;
  }
  .ncbstart em {
    font-size: 26px;
    line-height: 32px;
  }
  .ncbstart em strong {
    font-size: 40px;
    line-height: 50px;
  }
  #agencja .new-row {
    display: block;
  }
  #digital .new-row img {
    width: 160px;
  }
  #digital .new-row .text {
    flex: 0 0 25%;
  }
  #digital .new-row .blockpadleft {
    padding-left: 0;
  }
  #digital .new-row .blockpadright {
    padding-right: 0;
  }
  #specjalizacja .new-row {
    flex-wrap: wrap;
  }
  #specjalizacja .new-row .text {
    flex: 0 0 50%;
  }
  .przyklady .text-row {
    flex-direction: column;
  }
  .przyklady .text-row .text {
    min-height: 70vw;
  }
}
@media handheld and (max-width: 640px), screen and (max-width: 640px) {
  #ncb {
    text-align: center;
  }
  #ncb ul {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #digital .new-row {
    display: flex;
    flex-wrap: wrap;
  }
  #digital .new-row .text {
    flex: 0 0 50%;
  }
  body,
  td,
  th,
  input,
  textarea {
    font-size: 16px;
    line-height: 24px;
  }
  #akcelerator img,
  .przyklady img {
    height: 38vw;
    width: auto;
  }
  .text-row {
    display: block;
  }
  #ncb {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  #ncb .text-row {
    padding-bottom: 0;
  }
  .ncbstart em {
    font-size: 20px;
    line-height: 28px;
  }
  .ncbstart em strong {
    font-size: 30px;
    line-height: 40px;
  }
  #agencja img {
    width: 100%;
    height: auto;
  }
  #specjalizacja img,
  #akcelerator img,
  .przyklady img {
    height: 150px;
    width: auto;
  }
  #specjalizacja .lineheight {
    font-size: 16px;
    line-height: 22px;
  }
  .paddingin_right {
    padding-right: 20px;
  }
  .paddingin_left {
    padding-left: 20px;
  }
  .przyklady {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .przyklady .text-row .text {
    min-height: 100vw;
  }
  .przyklady ul {
    text-align: left;
  }
  .slide {
    height: 100vw !important;
  }
  #kontakt {
    text-align: center;
  }
  #kontakt .adelay0 {
    height: 100vw;
  }
  #ethos .text-row,
  #fabula .text-row {
    display: flex;
  }
  #ethos .text-row .adelay0,
  #fabula .text-row .adelay0 {
    order: 2;
  }
  #ethos .text-row .adelay1,
  #fabula .text-row .adelay1 {
    order: 1;
  }
}
