/*
Theme Name: OS3
Theme URI: mikescf@gmail.com
Description: OS3 Main Page
Version: 1.0
Author URI: mikescf@gmail.com
Author: Michael Fernandes
*/
@font-face {
  font-family: 'GorditaMedium';
  src: url("../os3/fonts/gorditamedium-webfont.woff2") format("woff2"), url("../os3/fonts/gorditamedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GorditaRegular';
  src: url("../os3/fonts/gorditaregular-webfont.woff2") format("woff2"), url("../os3/fonts/gorditaregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.reference {
  opacity: 0;
  height: 1px;
  background-color: #000;
  margin: 0;
  padding: 0; }

html {
  background-color: white;
  max-width: 100vw; }

body {
  background-color: #fff;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  height: auto;
  overflow-y: scroll; }
  body.noScroll {
    height: 100vh;
    overflow: hidden; }

*::-moz-placeholder {
  color: #72777c;
  opacity: 1; }

.nmt {
  position: relative;
  display: block;
  text-align: center;
  clear: both; }
  .nmt .onCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 100; }
    .nmt .onCenter img {
      text-align: center;
      width: 350px;
      margin: 100px auto 0; }
    .nmt .onCenter h1 {
      color: white;
      margin-top: 50px;
      position: relative;
      text-align: center;
      font-size: 36px;
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 600;
      text-transform: uppercase; }
  .nmt img {
    text-align: center;
    width: 350px;
    margin: 100px auto 0; }
  .nmt .vid {
    display: block;
    position: relative;
    width: 100vw; }
    .nmt .vid #myVideo {
      display: block;
      position: relative;
      right: 0;
      bottom: 0;
      max-width: 100vw;
      width: 100%; }

#cookiePopup {
  background: #ebebeb none repeat scroll 0 0;
  bottom: 0;
  color: #4b4b4b;
  font-family: "GorditaRegular";
  font-size: 14px;
  padding: 30px 200px;
  position: fixed;
  width: 100%;
  z-index: 999;
  box-sizing: border-box; }
  #cookiePopup img {
    display: inline-block;
    float: left; }
  #cookiePopup .cookie_container {
    display: inline-block;
    float: right;
    width: calc(100% - 100px); }
  #cookiePopup span {
    display: block; }
    #cookiePopup span a {
      color: #4b4b4b; }
    #cookiePopup span.cookie_header {
      text-transform: uppercase;
      font-family: "GorditaMedium"; }
  #cookiePopup .closeCookie {
    cursor: pointer;
    display: block;
    height: 22px;
    position: absolute;
    right: 176px;
    top: 30px;
    width: 24px; }
    #cookiePopup .closeCookie span {
      background-image: url("img/X.png");
      display: block;
      height: 22px;
      position: relative;
      width: 24px; }

input[type=file] {
  cursor: pointer;
  width: 280px;
  height: 32px;
  overflow: hidden;
  margin: 30px 0 0px; }

.uploadFile {
  border: none;
  color: #7dcdb8;
  font-size: 16px;
  font-family: "GorditaMedium"; }

input[type=file]:before {
  width: 88px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  content: 'Wybierz';
  display: inline-block;
  background: white;
  border: 1px solid #000;
  padding: 0 10px;
  text-align: center;
  font-family: GorditaMedium, Arial, sans-serif; }

input[type=file]::-webkit-file-upload-button {
  visibility: hidden; }

.hgtv {
  display: none; }

#nav-icon3 {
  mix-blend-mode: difference;
  -webkit-mix-blend-mode: difference;
  -moz-mix-blend-mode: difference;
  -o-mix-blend-mode: difference;
  -ms-mix-blend-mode: difference;
  width: 32px;
  height: 30px;
  position: fixed;
  top: 40px;
  right: 40px;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99; }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #nav-icon3 span:nth-child(1) {
      top: 0px; }
    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
      top: 11px; }
    #nav-icon3 span:nth-child(4) {
      top: 22px; }

.nav-drawer {
  top: 0;
  height: 100vh;
  width: 30%;
  min-width: 230px;
  display: block;
  right: -100%;
  position: relative;
  transition: right 0.6s;
  -webkit-transition: right 0.6s;
  -moz-transition: right 0.6s;
  float: right;
  z-index: 999; }
  .nav-drawer.open {
    transition: right 0.6s;
    -webkit-transition: right 0.6s;
    -moz-transition: right 0.6s;
    right: 0;
    background-color: black; }
    .nav-drawer.open .nav-drawer-container {
      position: relative;
      display: block;
      width: 60%;
      margin: 0 auto; }
  .nav-drawer .nav-drawer-container {
    position: relative;
    top: 100px;
    height: 100%;
    display: none; }
    .nav-drawer .nav-drawer-container .nav-menu {
      height: auto;
      padding: 0;
      list-style: outside none none; }
      .nav-drawer .nav-drawer-container .nav-menu ul {
        padding: 0; }
        .nav-drawer .nav-drawer-container .nav-menu ul li {
          cursor: pointer;
          list-style: outside none none;
          padding: 0;
          font-family: 'Open Sans';
          font-style: normal;
          font-weight: 600;
          letter-spacing: 0.08em;
          position: relative;
          text-align: right;
          text-transform: uppercase;
          margin-bottom: 20px;
          font-size: 18px;
          color: white;
          opacity: .5;
          letter-spacing: 2px; }
          .nav-drawer .nav-drawer-container .nav-menu ul li a {
            text-decoration: none;
            color: white; }
            .nav-drawer .nav-drawer-container .nav-menu ul li a:hover {
              opacity: 1; }
          .nav-drawer .nav-drawer-container .nav-menu ul li span {
            text-transform: none; }
          .nav-drawer .nav-drawer-container .nav-menu ul li:hover {
            opacity: 1;
            letter-spacing: normal; }

nav {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 11;
  height: 20px; }
  nav.open {
    z-index: 900; }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
  mix-blend-mode: difference;
  -webkit-mix-blend-mode: difference;
  -moz-mix-blend-mode: difference;
  -o-mix-blend-mode: difference;
  -ms-mix-blend-mode: difference; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  mix-blend-mode: difference;
  -webkit-mix-blend-mode: difference;
  -moz-mix-blend-mode: difference;
  -o-mix-blend-mode: difference;
  -ms-mix-blend-mode: difference; }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  mix-blend-mode: difference;
  -webkit-mix-blend-mode: difference;
  -moz-mix-blend-mode: difference;
  -o-mix-blend-mode: difference;
  -ms-mix-blend-mode: difference; }

#nav-icon3.open span:nth-child(4) {
  width: 0%;
  left: 50%;
  mix-blend-mode: difference;
  -webkit-mix-blend-mode: difference;
  -moz-mix-blend-mode: difference;
  -o-mix-blend-mode: difference;
  -ms-mix-blend-mode: difference; }

.header {
  position: relative;
  background-color: #000;
  height: 70vh;
  text-align: center; }
  .header .onCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%; }
    .header .onCenter img {
      text-align: center;
      width: 350px;
      margin: 100px auto 0; }
    .header .onCenter h1 {
      color: white;
      margin-top: 50px;
      position: relative;
      text-align: center;
      font-size: 36px;
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 600;
      text-transform: uppercase; }

.btn {
  max-width: 200px;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  transition: 0.5s all;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  margin: 50px auto 70px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600; }
  .btn:hover {
    color: #fff;
    background-color: #000;
    transition: 0.5s all; }

.caseStudy {
  margin: 50px auto;
  max-width: 1710px;
  padding: 0;
  display: block;
  position: relative;
  width: 100%; }
  .caseStudy h2 {
    font-size: 36px;
    color: #000;
    padding: 30px 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
  .caseStudy .item {
    display: inline-block;
    position: relative;
    height: 32vw;
    width: 29.3%;
    margin: 1.7vw;
    background-size: 110% auto;
    background-position: center;
    transition: 0.5s all;
    filter: grayscale(100%);
    cursor: pointer; }
    .caseStudy .item:hover {
      transition: 0.5s all;
      filter: none;
      background-size: 100% auto; }
    .caseStudy .item.hide {
      display: none; }

.logoW {
  margin-bottom: 40px; }

.people {
  margin: 50px auto;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
  background-color: #1e1e1e; }
  .people h2 {
    font-size: 36px;
    color: white;
    padding: 60px 0 40px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    text-align: center; }
  .people .owl-carousel {
    max-width: 1200px;
    margin: 0px auto;
    padding-bottom: 60px;
    width: 100%; }
    .people .owl-carousel .owl-dots {
      display: none; }
    .people .owl-carousel .owl-prev, .people .owl-carousel .owl-next {
      background-color: transparent !important;
      border: 0;
      cursor: pointer;
      position: absolute;
      top: 38%; }
      .people .owl-carousel .owl-prev:focus, .people .owl-carousel .owl-next:focus {
        border: 0;
        outline-width: 0; }
    .people .owl-carousel .owl-prev {
      left: -100px; }
    .people .owl-carousel .owl-next {
      right: -100px; }
  .people .item {
    cursor: pointer;
    height: 450px;
    background-size: 110% auto;
    transition: 0.5s all; }
    .people .item:hover {
      transition: 0.5s all;
      background-size: 100% auto; }

.masonry {
  /* Masonry container */
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 3em;
  font-size: .85em;
  position: relative;
  display: block;
  clear: both;
  margin: 2em auto;
  padding: 50px 25px;
  max-width: 1300px;
  height: auto;
  overflow: hidden; }
  .masonry .item {
    transition: 0s all;
    background-color: transparent;
    position: relative;
    visibility: hidden;
    padding: 1em;
    padding: 0 0 3em;
    width: 100%;
    -webkit-transition: 1s ease all;
    opacity: 0;
    overflow: hidden;
    z-index: 10; }
    .masonry .item.hide {
      transition: 0s all;
      opacity: 0;
      position: relative;
      height: 0;
      margin: 0;
      padding: 0;
      visibility: hidden;
      overflow: hidden; }
    @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      .masonry .item.show {
        display: -webkit-inline-box;
        -webkit-column-break-inside: avoid;
        -webkit-backface-visibility: hidden; } }
    .masonry .item.show {
      transition: 1s all;
      opacity: 1;
      visibility: visible;
      position: relative;
      height: auto; }
    .masonry .item img {
      cursor: pointer;
      height: auto;
      position: relative;
      max-width: 100%; }
      .masonry .item img.anime {
        display: none; }

.shapes div.a {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 99; }
  .shapes div.a img {
    width: 45px;
    height: auto; }

.shapes div.a:nth-child(1) {
  top: 5%; }

.shapes div.a:nth-child(2) {
  top: 10%;
  left: 100%; }

.shapes div.a:nth-child(3) {
  top: 20%;
  left: 10%; }

.shapes div.a:nth-child(4) {
  top: 30%;
  left: 50%; }

.shapes div.a:nth-child(5) {
  top: 40%;
  left: 20%; }

.shapes div.a:nth-child(6) {
  top: 50%;
  left: 80%; }

.shapes div.a:nth-child(7) {
  top: 60%;
  left: 30%; }

.shapes div.a:nth-child(8) {
  top: 70%;
  left: 70%; }

.shapes div.a:nth-child(9) {
  top: 80%;
  left: 5%; }

.shapes div.a:nth-child(10) {
  top: 90%;
  left: 85%; }

.lot {
  position: relative;
  margin: 30px 0;
  display: block; }
  .lot iframe {
    max-height: 400px !important; }

.InfoBoxes {
  display: none;
  position: fixed;
  height: 100vh;
  max-width: 100vw;
  width: 100%;
  overflow-y: auto;
  z-index: 999;
  background-color: white;
  top: 0; }
  .InfoBoxes .closePop {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 999; }
  .InfoBoxes .indvBox {
    max-width: 1300px;
    margin: 0 auto;
    position: absolute;
    width: 93%;
    left: 50%;
    top: 50%;
    max-height: 90vh;
    transform: translate(-50%, -50%); }
    .InfoBoxes .indvBox .containner {
      display: none;
      position: relative; }
      .InfoBoxes .indvBox .containner.clients {
        overflow: auto; }
        .InfoBoxes .indvBox .containner.clients .client_title {
          font-family: "GorditaMedium";
          font-size: 36px;
          color: #f74754;
          margin-top: 0; }
        .InfoBoxes .indvBox .containner.clients .client_subtitle {
          font-family: "GorditaRegular";
          font-size: 16px;
          color: black;
          line-height: 1.5em;
          font-weight: 400; }
        .InfoBoxes .indvBox .containner.clients .images_container {
          font-size: 0;
          overflow: auto; }
          .InfoBoxes .indvBox .containner.clients .images_container .client_container {
            text-align: center;
            display: inline-block;
            float: left;
            min-width: calc(100% / 6 - 40px);
            min-height: 120px;
            padding: 20px; }
            .InfoBoxes .indvBox .containner.clients .images_container .client_container .client_image {
              max-height: 120px;
              max-width: 120px;
              width: auto; }
      .InfoBoxes .indvBox .containner.nagrody .os3Awards, .InfoBoxes .indvBox .containner.nagrody .peopleAwards {
        position: relative;
        display: block;
        float: left;
        width: 100%; }
        .InfoBoxes .indvBox .containner.nagrody .os3Awards h2, .InfoBoxes .indvBox .containner.nagrody .peopleAwards h2 {
          font-family: GorditaMedium;
          font-size: 18px; }
        .InfoBoxes .indvBox .containner.nagrody .os3Awards .ind, .InfoBoxes .indvBox .containner.nagrody .peopleAwards .ind {
          display: inline-block;
          padding-right: 15px;
          float: left;
          margin-bottom: 30px;
          max-width: calc((100% / 6) - 15px);
          width: 100%; }
          .InfoBoxes .indvBox .containner.nagrody .os3Awards .ind p, .InfoBoxes .indvBox .containner.nagrody .peopleAwards .ind p {
            font-family: GorditaMedium; }
            .InfoBoxes .indvBox .containner.nagrody .os3Awards .ind p.number, .InfoBoxes .indvBox .containner.nagrody .peopleAwards .ind p.number {
              font-size: 60px;
              display: inline-block;
              line-height: 0.8em;
              margin: 0;
              padding: 0; }
            .InfoBoxes .indvBox .containner.nagrody .os3Awards .ind p.image, .InfoBoxes .indvBox .containner.nagrody .peopleAwards .ind p.image {
              display: inline-block;
              margin: 0;
              padding: 0; }
              .InfoBoxes .indvBox .containner.nagrody .os3Awards .ind p.image img, .InfoBoxes .indvBox .containner.nagrody .peopleAwards .ind p.image img {
                display: inline-block;
                max-width: 80px; }
            .InfoBoxes .indvBox .containner.nagrody .os3Awards .ind p.client, .InfoBoxes .indvBox .containner.nagrody .peopleAwards .ind p.client {
              font-size: 16px;
              margin-top: 0;
              padding-top: 0;
              font-family: GorditaRegular; }
      .InfoBoxes .indvBox .containner.nagrody .peopleAwards .ind {
        display: inline-block; }
      .InfoBoxes .indvBox .containner.nagrody .to3column {
        float: left;
        position: relative;
        display: inline-flex; }
        .InfoBoxes .indvBox .containner.nagrody .to3column p:empty {
          display: none; }
        .InfoBoxes .indvBox .containner.nagrody .to3column p {
          float: left;
          position: relative;
          display: inline-flex;
          font-family: GorditaRegular;
          font-size: 18px;
          padding-right: 20px; }
      .InfoBoxes .indvBox .containner.nagrody .divi {
        float: left;
        position: relative;
        height: 2px;
        background-color: grey;
        width: 100%;
        margin: 0 auto 40px; }
      .InfoBoxes .indvBox .containner.textImage {
        position: relative; }
        .InfoBoxes .indvBox .containner.textImage .image {
          float: left;
          display: inline-block;
          max-width: 470px;
          width: 100%; }
          .InfoBoxes .indvBox .containner.textImage .image.right {
            float: right; }
          .InfoBoxes .indvBox .containner.textImage .image img {
            width: 95%; }
        .InfoBoxes .indvBox .containner.textImage .text {
          display: inline-block;
          max-width: calc(100% - 480px);
          width: 100%;
          padding-left: 10px; }
          .InfoBoxes .indvBox .containner.textImage .text .subtitle {
            font-weight: bolder;
            color: black;
            font-family: "GorditaMedium";
            font-size: 20px;
            text-transform: uppercase; }
          .InfoBoxes .indvBox .containner.textImage .text .columns {
            display: inline-block;
            position: relative; }
            .InfoBoxes .indvBox .containner.textImage .text .columns .indC {
              max-width: 47.5%;
              display: inline-block;
              float: left; }
              .InfoBoxes .indvBox .containner.textImage .text .columns .indC p {
                font-family: "GorditaRegular";
                font-size: 16px;
                color: black;
                line-height: 1.5em;
                padding-right: 20px; }
              .InfoBoxes .indvBox .containner.textImage .text .columns .indC:last-child {
                padding-right: 0; }
          .InfoBoxes .indvBox .containner.textImage .text.right {
            padding-right: 10px;
            padding-left: 0; }
          .InfoBoxes .indvBox .containner.textImage .text .form .thanks {
            display: none;
            margin-top: 60px; }
            .InfoBoxes .indvBox .containner.textImage .text .form .thanks p {
              font-family: "GorditaRegular";
              font-size: 18px;
              line-height: 24px; }
          .InfoBoxes .indvBox .containner.textImage .text .form form.sent {
            display: none; }
          .InfoBoxes .indvBox .containner.textImage .text .form form .wpcf7-not-valid-tip {
            font-family: "GorditaRegular";
            font-size: 16px;
            line-height: 24px; }
          .InfoBoxes .indvBox .containner.textImage .text .form form .divisor {
            display: inline-block;
            width: 100%;
            height: 1px; }
          .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements label {
            display: inline-block;
            float: left;
            width: 50%; }
            .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements label span {
              width: 100%;
              display: inline-block; }
          .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements .wpcf7-list-item {
            font-size: 12px;
            font-family: "GorditaRegular";
            color: rgba(0, 0, 0, 0.5);
            margin: 0;
            margin-top: 36px; }
            .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements .wpcf7-list-item input {
              margin-right: 12px; }
          .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements br {
            display: none; }
          .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements .your-name input {
            margin-right: 16px;
            width: calc(100% - 16px); }
          .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements .Firma input {
            margin-left: 16px;
            width: calc(100% - 16px); }
          .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements .your-email input {
            margin-top: 60px;
            margin-right: 16px;
            width: calc(100% - 16px); }
          .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements .tel input {
            margin-top: 60px;
            margin-left: 16px;
            width: calc(100% - 16px); }
          .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements input, .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements textarea {
            font-family: "GorditaRegular";
            font-size: 16px;
            line-height: 24px;
            color: #000;
            margin: 0;
            padding: 0;
            border: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
          .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements textarea {
            width: 100%;
            min-height: 24px;
            margin-top: 60px; }
          .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements ::placeholder {
            color: rgba(0, 0, 0, 0.5);
            opacity: 1; }
          .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements :-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.5); }
          .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements ::-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.5); }
          .InfoBoxes .indvBox .containner.textImage .text .form form .wpcf7-response-output {
            display: none !important; }
          .InfoBoxes .indvBox .containner.textImage .text .form form .form-submit {
            overflow: auto; }
            .InfoBoxes .indvBox .containner.textImage .text .form form .form-submit .wpcf7-submit {
              background-color: #7dcdb8;
              border: none;
              color: white;
              padding: 15px 40px;
              text-decoration: none;
              display: inline-block;
              font-size: 16px;
              font-family: "GorditaMedium";
              float: right; }
          .InfoBoxes .indvBox .containner.textImage .text .form form .ajax-loader {
            display: none; }
          .InfoBoxes .indvBox .containner.textImage .text .brand {
            width: 100%;
            display: block;
            position: relative;
            margin-top: 0;
            font-size: 36px;
            font-family: 'Open Sans';
            font-style: normal;
            font-weight: 600; }
            .InfoBoxes .indvBox .containner.textImage .text .brand.kontakt_title {
              text-transform: uppercase;
              color: #7dcdb8;
              line-height: 1;
              margin-bottom: 36px; }
            .InfoBoxes .indvBox .containner.textImage .text .brand.form_title {
              text-transform: uppercase;
              line-height: 1;
              margin-top: 60px;
              margin-bottom: 36px;
              font-size: 30px;
              color: #ad9ec8; }
            .InfoBoxes .indvBox .containner.textImage .text .brand.name, .InfoBoxes .indvBox .containner.textImage .text .brand.phone, .InfoBoxes .indvBox .containner.textImage .text .brand.email {
              font-family: "GorditaRegular";
              font-size: 18px;
              line-height: 24px;
              margin: 0; }
              .InfoBoxes .indvBox .containner.textImage .text .brand.name a, .InfoBoxes .indvBox .containner.textImage .text .brand.phone a, .InfoBoxes .indvBox .containner.textImage .text .brand.email a {
                text-decoration: none;
                color: black; }
          .InfoBoxes .indvBox .containner.textImage .text .randomText.two p {
            -webkit-column-count: 2;
            /* Chrome, Safari, Opera */
            -moz-column-count: 2;
            /* Firefox */
            column-count: 2;
            float: left; }
          .InfoBoxes .indvBox .containner.textImage .text .randomText p {
            font-family: 'Open Sans';
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            color: black;
            line-height: 1.5em; }
          .InfoBoxes .indvBox .containner.textImage .text .randomText h2 {
            font-family: 'Open Sans';
            font-style: normal;
            font-weight: 600;
            text-transform: uppercase; }
          .InfoBoxes .indvBox .containner.textImage .text .number {
            position: relative;
            display: block;
            padding: 15px 0;
            float: left;
            width: 100%;
            clear: both; }
            .InfoBoxes .indvBox .containner.textImage .text .number .indvNumber {
              display: table;
              float: left;
              width: auto;
              max-width: 49%;
              position: relative;
              height: 29px;
              padding-right: 20px;
              padding-bottom: 40px; }
              .InfoBoxes .indvBox .containner.textImage .text .number .indvNumber .digit {
                font-size: 29px;
                font-family: "GorditaMedium";
                margin: 0;
                line-height: 0.8em;
                padding-right: 5px; }
              .InfoBoxes .indvBox .containner.textImage .text .number .indvNumber .numberText {
                font-family: "GorditaRegular";
                font-size: 16px;
                color: black;
                display: table-cell;
                vertical-align: bottom; }
      .InfoBoxes .indvBox .containner.youtube {
        position: relative; }
        .InfoBoxes .indvBox .containner.youtube .image {
          float: left;
          display: inline-block;
          max-width: 69%;
          width: 100%;
          width: 100%; }
          .InfoBoxes .indvBox .containner.youtube .image iframe {
            width: 95%;
            height: 50vh; }
        .InfoBoxes .indvBox .containner.youtube .brand {
          width: 100%;
          display: block;
          position: relative;
          margin-top: 0;
          font-size: 36px;
          font-family: 'Open Sans';
          font-style: normal;
          font-weight: 600; }
        .InfoBoxes .indvBox .containner.youtube .text {
          display: inline-block;
          max-width: 29%;
          width: 100%;
          padding-left: 10px; }
          .InfoBoxes .indvBox .containner.youtube .text .subtitle {
            font-weight: bolder;
            color: black;
            font-family: "GorditaMedium";
            font-size: 20px;
            text-transform: uppercase; }
          .InfoBoxes .indvBox .containner.youtube .text .brand {
            width: 100%;
            display: block;
            position: relative;
            margin-top: 0;
            font-size: 36px;
            font-family: 'Open Sans';
            font-style: normal;
            font-weight: 600; }
          .InfoBoxes .indvBox .containner.youtube .text .randomText.two p {
            -webkit-column-count: 2;
            /* Chrome, Safari, Opera */
            -moz-column-count: 2;
            /* Firefox */
            column-count: 2;
            float: left; }
          .InfoBoxes .indvBox .containner.youtube .text .randomText p {
            font-family: 'Open Sans';
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            color: black;
            line-height: 1.5em; }
          .InfoBoxes .indvBox .containner.youtube .text .number {
            position: relative;
            display: block;
            padding: 15px 0;
            float: left;
            width: 100%;
            clear: both; }
            .InfoBoxes .indvBox .containner.youtube .text .number .indvNumber {
              display: table;
              float: left;
              width: auto;
              max-width: 49%;
              position: relative;
              height: 29px;
              padding-right: 20px;
              padding-bottom: 40px; }
              .InfoBoxes .indvBox .containner.youtube .text .number .indvNumber .digit {
                font-size: 29px;
                font-family: "GorditaMedium";
                margin: 0;
                line-height: 0.8em;
                padding-right: 5px; }
              .InfoBoxes .indvBox .containner.youtube .text .number .indvNumber .numberText {
                font-family: "GorditaRegular";
                font-size: 16px;
                color: black;
                display: table-cell;
                vertical-align: bottom; }
      .InfoBoxes .indvBox .containner.video {
        position: relative; }
        .InfoBoxes .indvBox .containner.video video {
          max-width: 100%; }
        .InfoBoxes .indvBox .containner.video img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          cursor: pointer;
          width: 55px;
          z-index: 999;
          height: auto; }
          .InfoBoxes .indvBox .containner.video img.pause {
            display: none; }

.youtube .video {
  position: relative; }
  .youtube .video video {
    max-width: 95%; }
  .youtube .video img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 55px;
    z-index: 999;
    height: auto; }
    .youtube .video img.pause {
      display: none; }

.footer {
  position: relative;
  display: table-cell;
  max-width: 100vw;
  width: 100vw;
  text-align: center;
  padding: 30px;
  background-color: #1e1e1e; }
  .footer .logoW {
    margin-bottom: 30px; }
  .footer p {
    font-size: 16px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    color: #777;
    padding: 20px 0;
    margin: 0; }
  .footer ul {
    padding: 0;
    margin: 0;
    position: relative;
    display: block; }
    .footer ul li {
      cursor: pointer;
      display: inline-block;
      padding: 0 10px;
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 600;
      font-size: 23px;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 2px; }
      .footer ul li span {
        text-transform: none; }
    .footer ul.socials li {
      width: 20px;
      height: auto; }
      .footer ul.socials li img {
        width: 100%; }

.scrolled {
  position: fixed;
  height: 60px;
  transition: 0.5s all;
  z-index: 999;
  width: 100vw; }
  .scrolled a {
    max-width: 100px; }
    .scrolled a img {
      display: none;
      max-width: 60px;
      margin: 9px 0 0 20px; }
  .scrolled.scrol {
    transition: 0.5s all;
    z-index: 999;
    background-color: black; }
    .scrolled.scrol img {
      display: block; }
    .scrolled.scrol #nav-icon3 {
      top: 17px;
      right: 20px; }

.goUp {
  position: fixed;
  bottom: 10vh;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  mix-blend-mode: difference;
  -webkit-mix-blend-mode: difference;
  -moz-mix-blend-mode: difference;
  -o-mix-blend-mode: difference;
  -ms-mix-blend-mode: difference; }
  .goUp img {
    max-width: 50px; }

.op {
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3); }

.containernew {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  font-size: 0;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 30px;
  box-sizing: border-box;
  display: none; }
  .containernew#contactcontainer, .containernew#prizecontainer {
    max-width: 1710px;
    display: block; }
  .containernew h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.23); }
  .containernew .one {
    overflow: hidden; }
    .containernew .one hr {
      float: left;
      width: 100%;
      opacity: 0; }
    .containernew .one .point {
      display: table;
      width: 50%;
      float: left;
      margin-bottom: 30px; }
      .containernew .one .point img {
        float: left; }
      .containernew .one .point p {
        font-size: 18px;
        line-height: 28px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding-left: 40px;
        float: left;
        margin: 0; }
        .containernew .one .point p span {
          text-transform: uppercase;
          font-size: 23px; }
  .containernew .parent {
    display: table; }
    .containernew .parent .map {
      display: table-cell;
      vertical-align: top;
      width: 70%; }
      .containernew .parent .map img {
        width: 100%; }
    .containernew .parent .addresses {
      display: table-cell;
      vertical-align: top;
      padding-left: 120px; }
      .containernew .parent .addresses h2 {
        font-size: 36px;
        color: #7dcdb8;
        text-align: left;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        margin-top: 50px;
        margin-bottom: 20px; }
      .containernew .parent .addresses p {
        font-size: 18px;
        line-height: 27px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300; }
        .containernew .parent .addresses p b {
          font-weight: 600; }
        .containernew .parent .addresses p a {
          color: #000; }
  .containernew h2 {
    margin-bottom: 80px;
    text-align: center;
    font-size: 36px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600; }
  .containernew .left {
    width: 465px;
    padding-right: 45px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle; }
    .containernew .left p {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 300;
      text-align: justify;
      font-size: 18px;
      line-height: 28px; }
      .containernew .left p b {
        font-weight: 600; }
      .containernew .left p i {
        font-style: italic; }
  .containernew .right {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .containernew .right img {
      max-width: 175px;
      max-height: 110px;
      padding: 45px; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

@media only screen and (max-width: 5000px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }

@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }

@media only screen and (max-width: 1200px) {
  .nmt .onCenter img {
    max-width: 230px;
    margin: 40px auto 0; }
  .nmt .onCenter h1 {
    font-size: 28px; } }

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; }
  .InfoBoxes .indvBox .containner.nagrody .os3Awards .ind p.number, .InfoBoxes .indvBox .containner.nagrody .peopleAwards .ind p.number {
    font-size: 50px; }
  .InfoBoxes .indvBox .containner.nagrody .os3Awards .ind p.image img, .InfoBoxes .indvBox .containner.nagrody .peopleAwards .ind p.image img {
    max-width: 60px; } }

@media only screen and (max-width: 1366px) {
  .people .owl-carousel {
    width: 80%; }
  .containernew .parent .addresses {
    padding-left: 60px; }
    .containernew .parent .addresses p {
      font-size: 16px;
      line-height: 26px; }
    .containernew .parent .addresses h2 {
      font-size: 32px; }
  .containernew .one .point p {
    font-size: 16px;
    line-height: 26px;
    padding-left: 20px; }
  .containernew .left p {
    font-size: 16px;
    line-height: 26px; } }

@media only screen and (max-width: 1050px) {
  .nmt .onCenter img {
    max-width: 180px;
    margin: 0 auto; }
  .containernew {
    margin-top: 112px;
    margin-bottom: 112px; }
    .containernew .right img {
      max-width: 131.25px;
      max-height: 82.5px;
      padding: 33.75px; }
    .containernew .one .point {
      text-align: center; }
      .containernew .one .point p {
        padding: 0;
        display: block;
        float: unset;
        text-align: center; }
      .containernew .one .point img {
        float: unset; }
    .containernew .parent {
      width: 100%; }
      .containernew .parent .map {
        display: block;
        height: 50vh;
        width: 100%;
        margin-bottom: 40px; }
      .containernew .parent .addresses {
        display: block;
        padding: 0; }
  .InfoBoxes .indvBox {
    position: relative;
    transform: none;
    left: auto;
    top: 50px; }
    .InfoBoxes .indvBox .containner.clients .images_container .client_container {
      min-width: calc(100% / 3 - 20px);
      padding: 10px; }
      .InfoBoxes .indvBox .containner.clients .images_container .client_container .client_image {
        max-width: 90px; }
    .InfoBoxes .indvBox .containner.nagrody .os3Awards .ind, .InfoBoxes .indvBox .containner.nagrody .peopleAwards .ind {
      max-width: calc((100% / 3) - 15px); }
    .InfoBoxes .indvBox .containner.textImage {
      max-width: 85%;
      margin: 0 auto; }
      .InfoBoxes .indvBox .containner.textImage .image {
        max-width: 100%;
        text-align: center; }
        .InfoBoxes .indvBox .containner.textImage .image img {
          max-width: 240px;
          width: 100%; }
      .InfoBoxes .indvBox .containner.textImage .text {
        max-width: 100%;
        margin-top: 40px;
        padding: 0;
        padding-bottom: 60px; }
        .InfoBoxes .indvBox .containner.textImage .text.right {
          padding-right: 0; }
        .InfoBoxes .indvBox .containner.textImage .text .columns {
          padding-bottom: 30px; }
          .InfoBoxes .indvBox .containner.textImage .text .columns .indC {
            max-width: 100%;
            width: 100%; }
        .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements label {
          width: 100%; }
          .InfoBoxes .indvBox .containner.textImage .text .form form .form-elements label input {
            margin: 60px 0 0 !important;
            width: 100% !important; }
  #cookiePopup {
    padding: 30px 40px; }
    #cookiePopup .closeCookie {
      right: 16px; } }

@media only screen and (max-width: 991px) {
  .people .owl-carousel {
    width: 70%; }
    .people .owl-carousel .item {
      height: 350px; }
    .people .owl-carousel .owl-prev, .people .owl-carousel .owl-next {
      top: 35%; }
      .people .owl-carousel .owl-prev img, .people .owl-carousel .owl-next img {
        width: 20px; }
    .people .owl-carousel .owl-prev {
      left: -50px; }
    .people .owl-carousel .owl-next {
      right: -50px; } }

@media only screen and (max-width: 768px) {
  .caseStudy .item {
    height: 50vw;
    width: 46%; }
  .containernew .left {
    padding: 0;
    display: block;
    width: 100%; }
  .containernew .right {
    display: block;
    width: 100%; }
  .containernew .one .point {
    width: 100%; }
  .InfoBoxes .closePop {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 30px; }
  .InfoBoxes .indvBox .containner.youtube .text {
    max-width: 100%; }
  .InfoBoxes .indvBox .containner.youtube .image {
    max-width: 100%; }
    .InfoBoxes .indvBox .containner.youtube .image iframe {
      width: 100%; }
  .InfoBoxes .indvBox .containner.nagrody .to3column {
    margin: 20px auto;
    display: block; }
    .InfoBoxes .indvBox .containner.nagrody .to3column .onlyText {
      padding: 0;
      margin: 0;
      display: block; } }

@media only screen and (max-width: 600px) {
  .nmt .vid #myVideo {
    width: 600px;
    min-height: 230px;
    right: calc(600px - 100vw);
    max-width: unset; }
  .nmt .onCenter {
    padding: 40px 0;
    position: relative;
    transform: none;
    width: 100%;
    background-color: #000;
    left: 0;
    top: 0; }
    .nmt .onCenter img {
      max-width: 100px; }
    .nmt .onCenter h1 {
      font-size: 4.5vw;
      margin-top: 30px; }
  .InfoBoxes .indvBox .containner.nagrody .to3column .onlyText {
    font-size: 14px;
    line-height: 1.1em; }
  .InfoBoxes .indvBox .containner.nagrody .peopleAwards h2, .InfoBoxes .indvBox .containner.nagrody .os3Awards h2 {
    font-size: 14px; }
  .InfoBoxes .indvBox .containner.nagrody .peopleAwards .ind p.number, .InfoBoxes .indvBox .containner.nagrody .os3Awards .ind p.number {
    font-size: 42px; }
  .InfoBoxes .indvBox .containner.nagrody .peopleAwards .ind p.image img, .InfoBoxes .indvBox .containner.nagrody .os3Awards .ind p.image img {
    max-width: 60px; }
  .InfoBoxes .indvBox .containner.nagrody .peopleAwards .ind p.client, .InfoBoxes .indvBox .containner.nagrody .os3Awards .ind p.client {
    font-size: 12px; }
  .InfoBoxes .indvBox .containner.nagrody .os3Awards .ind, .InfoBoxes .indvBox .containner.nagrody .peopleAwards .ind {
    max-width: calc((100% / 2) - 15px); }
  .InfoBoxes .indvBox .containner.textImage .text .number .indvNumber {
    max-width: 100%; }
  .InfoBoxes .indvBox .containner.textImage .text {
    max-width: 100%; }
    .InfoBoxes .indvBox .containner.textImage .text .brand {
      font-size: 28px; }
    .InfoBoxes .indvBox .containner.textImage .text .subtitle {
      font-size: 16px; }
    .InfoBoxes .indvBox .containner.textImage .text .form form .divisor {
      display: none; }
  .InfoBoxes .closePop {
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    z-index: 999;
    right: 5px; } }

@media only screen and (max-width: 500px) {
  .caseStudy .item {
    height: 100vw;
    width: 96%; }
  .nav-drawer .nav-drawer-container .nav-menu ul li {
    font-size: 25px; } }

@media only screen and (max-width: 500px) {
  .nmt .vid #myVideo {
    right: calc(500px - 80vw); } }

@media only screen and (min-width: 500px) and (max-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
