/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html, body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

div, span, object, iframe, img, table, caption, thead, tbody,
tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu,
nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code,
del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, dl, dt, dd,
ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block; }

table {
  border-collapse: separate;
  border-spacing: 0; }
  table caption, table th, table td {
    text-align: left;
    vertical-align: middle; }

a img {
  border: 0; }

:focus {
  outline: 0; }

@font-face {
  font-family: 'Gotham-Medium';
  src: local("Gotham-Medium"), url("../../fonts/Gotham-Medium.ttf") format("truetype"), url("../../fonts/Gotham-Medium.oet");
  font-style: normal; }
@font-face {
  font-family: 'Gotham-Thin';
  src: local("Gotham-Thin"), url("../../fonts/Gotham-Thin.ttf") format("truetype"), url("../../fonts/Gotham-Thin.woft") format("woft"), url("../../fonts/Gotham-Thin.svg") format("svg"), url("../../fonts/Gotham-Thin.oet");
  font-style: normal; }
@font-face {
  font-family: 'Gotham-Book';
  src: local("Gotham-Book"), url("../../fonts/Gotham-Book.ttf") format("truetype"), url("../../fonts/Gotham-Book.woft") format("woft"), url("../../fonts/Gotham-Book.svg") format("svg"), url("../../fonts/Gotham-Book.ttf");
  font-style: normal; }
@font-face {
  font-family: 'Gotham-Bold';
  src: local("Gotham-Bold"), url("../../fonts/Gotham-Bold.ttf") format("truetype"), url("../../fonts/Gotham-Bold.woft") format("woft"), url("../../fonts/Gotham-Bold.svg") format("svg"), url("../../fonts/Gotham-Bold.ttf");
  font-style: normal; }
@font-face {
  font-family: 'Lato-Light';
  src: local("Lato-Light"), url("../../fonts/Lato-Light.ttf") format("truetype"), url("../../fonts/Lato-Light.woft") format("woft"), url("../../fonts/Lato-Light.svg") format("svg"), url("../../fonts/Lato-Light.ttf");
  font-style: normal; }
@font-face {
  font-family: 'Lato-Black';
  src: local("Lato-Black"), url("../../fonts/Lato-Black.ttf") format("truetype"), url("../../fonts/Lato-Black.woft") format("woft"), url("../../fonts/Lato-Black.svg") format("svg"), url("../../fonts/Lato-Black.ttf");
  font-style: normal; }
@font-face {
  font-family: 'Lato-Regular';
  src: local("Lato-Regular"), url("../../fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal; }
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

main {
  margin-left: 20%;
  width: 80%;
  overflow-x: hidden; }
  @media only screen and (max-width: 1199px) {
    main {
      margin-left: 240px;
      width: calc(100% - 240px); } }
  @media only screen and (max-width: 991px) {
    main {
      margin-left: 0;
      width: 100%; } }

h2 {
  font-family: 'Gotham-Medium';
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.8rem;
  color: #453e3c;
  margin: 50px 0; }
  h2.white {
    color: #fefefe; }
  h2.center {
    text-align: center; }

h3 {
  font-family: 'Gotham-Medium';
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.8rem;
  color: #453e3c;
  margin: 50px 0;
  text-align: center; }

p {
  font-family: 'Gotham-Medium';
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 2.2rem;
  letter-spacing: 0.1rem;
  margin-bottom: 35px; }

sup {
  vertical-align: super;
  font-size: 0.6vw; }
  @media only screen and (max-width: 991px) {
    sup {
      font-size: 0.7em; } }

.navbar {
  position: fixed;
  top: 0;
  width: 20%;
  height: 100vh;
  background: #e3e3e3;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3; }
  @media only screen and (max-width: 1199px) {
    .navbar {
      width: 240px; } }
  @media only screen and (max-width: 991px) {
    .navbar {
      width: 100%;
      height: 80px;
      padding: 0 3%;
      flex-direction: row; } }
  @media only screen and (max-width: 639px) {
    .navbar {
      justify-content: space-between;
      padding: 0 15px; } }
  .navbar h1 {
    margin-top: 135px;
    margin-bottom: 55px; }
    @media only screen and (max-width: 991px) {
      .navbar h1 {
        margin: 0;
        display: flex;
        align-items: center; } }
    .navbar h1 img {
      width: 173px;
      height: 110px; }
      @media only screen and (max-width: 991px) {
        .navbar h1 img {
          width: 86px;
          height: 55px; } }
  .navbar .nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    @media only screen and (max-width: 991px) {
      .navbar .nav {
        height: 100%;
        width: 100%;
        flex-direction: row;
        align-items: center; } }
    @media only screen and (max-width: 639px) {
      .navbar .nav {
        flex-direction: column;
        position: absolute;
        height: calc(100vh - 80px);
        top: 80px;
        left: 0;
        padding: 20px 0;
        background: #e3e3e3;
        text-align: center;
        display: none; } }
    @media only screen and (max-height: 379px) {
      .navbar .nav {
        padding: 10px 0; } }
    @media only screen and (max-width: 991px) {
      .navbar .nav__top {
        display: flex;
        align-items: center; } }
    @media only screen and (max-width: 639px) {
      .navbar .nav__top {
        flex-direction: column; } }
    @media only screen and (max-width: 991px) {
      .navbar .nav__top li {
        margin: 0 7px; } }
    @media only screen and (max-width: 639px) {
      .navbar .nav__top li {
        margin: 7px 0;
        width: 180px; } }
    @media only screen and (max-height: 379px) {
      .navbar .nav__top li {
        margin: 5px 0; } }
    .navbar .nav__top li a {
      font-size: 1rem;
      font-family: 'Gotham-Medium';
      text-transform: uppercase;
      color: #2a2a2a;
      padding-left: 5px;
      transition: 0.3s; }
      @media only screen and (max-width: 991px) {
        .navbar .nav__top li a {
          padding-left: 0; } }
      .navbar .nav__top li a::after {
        content: '';
        display: block;
        border-bottom: 1px solid #2a2a2a;
        padding-top: 6px;
        width: 192px; }
        @media only screen and (max-width: 991px) {
          .navbar .nav__top li a::after {
            width: auto; } }
      .navbar .nav__top li a:hover, .navbar .nav__top li a.active {
        color: #af920c; }
    .navbar .nav__bottom {
      width: 192px; }
      @media only screen and (max-width: 991px) {
        .navbar .nav__bottom {
          width: auto; } }
      .navbar .nav__bottom li {
        font-size: 1rem;
        font-family: 'Gotham-Medium';
        text-transform: uppercase;
        color: #2a2a2a;
        margin-bottom: 22px; }
        @media only screen and (max-width: 991px) {
          .navbar .nav__bottom li {
            margin: 10px 0; } }
        .navbar .nav__bottom li a {
          font-size: 1rem;
          font-family: 'Gotham-Medium';
          text-transform: uppercase;
          color: #2a2a2a;
          transition: 0.3s; }
          .navbar .nav__bottom li a:hover {
            color: #af920c; }
  .navbar .nav__mobile {
    display: none; }
    @media only screen and (max-width: 639px) {
      .navbar .nav__mobile {
        display: flex; } }
    .navbar .nav__mobile .btn-mobile {
      position: relative;
      width: 40px;
      height: 35px;
      border: 0;
      border-top: 5px solid #000;
      background-color: transparent;
      transition: 0.4s;
      cursor: pointer;
      outline: none; }
      .navbar .nav__mobile .btn-mobile:before, .navbar .nav__mobile .btn-mobile:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-top: 5px solid #000;
        transform: translateY(10px); }
      .navbar .nav__mobile .btn-mobile:after {
        transform: translateY(25px);
        transition: 0.4s transform linear; }
      .navbar .nav__mobile .btn-mobile--open {
        transform: rotate(45deg) translateY(5px);
        border: none; }
        .navbar .nav__mobile .btn-mobile--open::after {
          transform: rotate(-90deg) translateX(-10px); }

.banner {
  height: 100vh; }
  @media only screen and (max-width: 991px) {
    .banner {
      margin-top: 80px;
      height: calc(100vh - 80px); } }
  .banner--view1 {
    background: url("../../img/banner1.jpg") no-repeat center right/cover;
    height: 100vh; }
    @media only screen and (max-width: 991px) {
      .banner--view1 {
        height: calc(100vh - 80px); } }
  .banner--view2 {
    background: url("../../img/banner2.jpg") no-repeat center right/cover;
    height: 100vh; }
    @media only screen and (max-width: 991px) {
      .banner--view2 {
        height: calc(100vh - 80px); } }
  .banner--view3 {
    background: url("../../img/banner3.jpg") no-repeat center right/cover;
    height: 100vh; }
    @media only screen and (max-width: 991px) {
      .banner--view3 {
        height: calc(100vh - 80px); } }
  .banner__content {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 80%;
    text-align: center;
    font-family: 'Gotham-Medium';
    text-transform: uppercase;
    color: #fefefe;
    height: 100vh;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1199px) {
      .banner__content {
        width: calc(100% - 240px); } }
    @media only screen and (max-width: 991px) {
      .banner__content {
        width: 100%;
        height: calc(100vh - 80px);
        margin-top: 80px; } }
    .banner__content h2 {
      font-size: 1.6vw;
      letter-spacing: 1.2rem;
      margin-bottom: 35px; }
      @media only screen and (max-width: 1199px) {
        .banner__content h2 {
          font-size: 1.8rem; } }
    .banner__content p {
      font-size: 0.6vw;
      letter-spacing: 0.6rem; }
      @media only screen and (max-width: 1199px) {
        .banner__content p {
          font-size: 0.9rem; } }

.aboutCompany {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .aboutCompany {
      flex-direction: column-reverse; } }
  .aboutCompany__left {
    width: 33.33%;
    background: url("../../img/o-firmie.png") no-repeat center/cover; }
    @media only screen and (max-width: 1199px) {
      .aboutCompany__left {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .aboutCompany__left {
        width: 100%;
        height: 380px; } }
  .aboutCompany__right {
    width: 66.66%;
    background: #af920c; }
    @media only screen and (max-width: 1199px) {
      .aboutCompany__right {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .aboutCompany__right {
        width: 100%; } }
  .aboutCompany__text {
    padding: 0 190px 30px 60px; }
    @media only screen and (max-width: 1399px) {
      .aboutCompany__text {
        padding: 0 120px 30px 60px; } }
    @media only screen and (max-width: 1199px) {
      .aboutCompany__text {
        padding: 0 60px 30px 60px; } }
    @media only screen and (max-width: 559px) {
      .aboutCompany__text {
        padding: 0 20px 30px 20px; } }
    .aboutCompany__text p {
      color: #fefefe; }

.offer {
  display: flex;
  flex-wrap: wrap; }
  .offer__left {
    width: 33.33%;
    padding: 0 60px; }
    @media only screen and (max-width: 1199px) {
      .offer__left {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .offer__left {
        width: 100%; } }
    @media only screen and (max-width: 559px) {
      .offer__left {
        padding: 0 20px; } }
  .offer__right {
    width: 66.66%;
    background: url("../../img/oferta.png") no-repeat center/cover; }
    @media only screen and (max-width: 1199px) {
      .offer__right {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .offer__right {
        width: 100%;
        height: 380px; } }

.portfolio {
  padding-top: 50px; }
  .portfolio h3 {
    margin-top: 0; }
  .portfolio__content {
    display: flex;
    flex-wrap: wrap; }
    .portfolio__content a {
      width: 33.33%; }
      @media only screen and (max-width: 767px) {
        .portfolio__content a {
          width: 50%; } }
      @media only screen and (max-width: 499px) {
        .portfolio__content a {
          width: 100%; } }

.box {
  position: relative;
  overflow: hidden; }
  .box__content {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(39, 39, 39, 0.72);
    cursor: pointer; }
    .box__content--image {
      opacity: 1;
      display: block;
      width: 100%;
      transition: .5s ease;
      backface-visibility: hidden;
      height: 400px; }
      @media only screen and (max-width: 1599px) {
        .box__content--image {
          height: 320px; } }
      @media only screen and (max-width: 1199px) {
        .box__content--image {
          height: 260px; } }
    .box__content--text {
      background-color: transparent;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%;
      text-align: left;
      padding: 0 80px 80px 80px; }
      .box__content--text .plus {
        font-size: 16rem;
        line-height: 16rem;
        position: absolute;
        bottom: 80px;
        left: 20px;
        font-family: 'Gotham-Thin'; }
      .box__content--text h4 {
        font-size: 1vw;
        text-transform: uppercase;
        font-family: 'Gotham-Thin'; }
        .box__content--text h4 span {
          display: block; }
        @media only screen and (max-width: 991px) {
          .box__content--text h4 {
            font-size: 1.1em; } }
      .box__content--text .moreInfo {
        font-size: 1.1rem;
        font-family: 'Gotham-Thin';
        color: #fefefe; }
  .box:hover .box__content {
    opacity: 1; }
    .box:hover .box__content--image {
      opacity: 0.6;
      transform: scale(1.1); }

.projectsInfo {
  background: url(../../img/projekty-bg.jpg) no-repeat center/cover;
  height: 340px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .projectsInfo {
      height: 520px; } }
  .projectsInfo .container,
  .projectsInfo .row {
    height: 100%; }
  .projectsInfo__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    height: 100%; }
  .projectsInfo__box {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media only screen and (max-width: 1099px) {
      .projectsInfo__box {
        padding: 0 10px; } }
    @media only screen and (max-width: 767px) {
      .projectsInfo__box {
        width: 50%; } }
    .projectsInfo__box .plus {
      color: #fefefe;
      font-size: 6rem;
      font-family: 'Gotham-Thin';
      line-height: 2rem;
      position: absolute;
      right: -12px;
      top: 0; }
    .projectsInfo__box .number {
      display: block;
      width: 155px;
      height: 155px;
      border: 2px solid #fefefe;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Lato-Light';
      font-size: 5.2rem;
      color: #fefefe;
      letter-spacing: -0.3rem;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .projectsInfo__box .number {
          width: 110px;
          height: 110px;
          font-size: 4.2rem; } }
    .projectsInfo__box h4 {
      font-family: 'Lato-Black';
      font-size: 1rem;
      text-transform: uppercase;
      color: #fefefe;
      line-height: 2.4rem;
      letter-spacing: 0.1rem;
      margin-top: 20px;
      min-height: 74px; }
      @media only screen and (max-width: 339px) {
        .projectsInfo__box h4 {
          min-height: 96px; } }
      @media only screen and (max-width: 1099px) {
        .projectsInfo__box h4 br {
          display: none; } }

.contact {
  background: #a8a7a7;
  padding: 50px 0; }
  .contact__info {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .contact__info {
        margin-bottom: 40px; } }
    .contact__info ul {
      margin-top: 55px;
      width: 100%; }
      .contact__info ul li {
        text-transform: uppercase;
        color: #e3e3e3;
        font-size: 1.1rem;
        margin-bottom: 10px;
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 6px;
        padding-left: 5px;
        font-family: 'Lato-Black'; }
        .contact__info ul li:first-child {
          border-top: 1px solid #e3e3e3;
          padding-top: 6px; }
        .contact__info ul li a {
          color: #e3e3e3; }
  .contact__form {
    display: flex;
    flex-direction: column; }
    .contact__form input,
    .contact__form textarea {
      width: 100%;
      margin-bottom: 5px;
      background: transparent;
      border: none;
      border-bottom: 2px solid #fefefe;
      padding: 10px 5px;
      color: #fefefe;
      text-transform: uppercase;
      font-family: 'Lato-Regular';
      font-size: 1.2rem; }
      .contact__form input::-webkit-input-placeholder,
      .contact__form textarea::-webkit-input-placeholder {
        color: #fefefe;
        text-transform: uppercase;
        font-family: 'Lato-Regular';
        font-size: 1.2rem; }
      .contact__form input::-moz-placeholder,
      .contact__form textarea::-moz-placeholder {
        color: #fefefe;
        text-transform: uppercase;
        font-family: 'Lato-Regular';
        font-size: 1.2rem; }
      .contact__form input:-ms-input-placeholder,
      .contact__form textarea:-ms-input-placeholder {
        color: #fefefe;
        text-transform: uppercase;
        font-family: 'Lato-Regular';
        font-size: 1.2rem; }
      .contact__form input:-moz-placeholder,
      .contact__form textarea:-moz-placeholder {
        color: #fefefe;
        text-transform: uppercase;
        font-family: 'Lato-Regular';
        font-size: 1.2rem; }
    .contact__form textarea {
      height: 120px; }
    .contact__form input[type="submit"] {
      border: 1px solid #fefefe;
      font-size: 1rem;
      font-family: Lato-Black;
      text-transform: uppercase;
      letter-spacing: 0.4rem;
      color: #fefefe;
      width: auto;
      padding: 10px 15px;
      float: right;
      transition: 0.4s;
      cursor: pointer; }
      .contact__form input[type="submit"]:hover {
        background: #fefefe;
        color: #a8a7a7; }
    .contact__form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
    .contact__form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
      color: #721c24;
      background: #f8d7da;
      border: 1px solid #f5c6cb;
      padding: 10px;
      margin: 15px 0;
      font-size: 1rem; }
    .contact__form span.wpcf7-not-valid-tip {
      font-size: 0.8rem !important;
      margin-bottom: -20px !important;
      background: #f8d7da;
      border: 1px solid #f5c6cb;
      color: #721c24;
      padding: 6px;
      margin: 15px 0; }

.gallery {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1199px) {
    .gallery {
      flex-direction: column-reverse; } }
  .gallery__left {
    width: 40%;
    padding: 60px 120px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 1499px) {
      .gallery__left {
        padding: 60px 60px 0 60px; } }
    @media only screen and (max-width: 1199px) {
      .gallery__left {
        width: 100%;
        padding: 60px; } }
    @media only screen and (max-width: 399px) {
      .gallery__left {
        padding: 40px 20px; } }
    .gallery__left h4 {
      font-size: 1.4rem;
      font-family: 'Gotham-Bold';
      line-height: 2.4rem;
      letter-spacing: 0.2rem;
      margin-bottom: 35px;
      text-transform: uppercase; }
      .gallery__left h4 span {
        font-family: 'Gotham-Book';
        display: block;
        width: 70%; }
        .gallery__left h4 span:first-child {
          border-bottom: 1px solid #000;
          padding-bottom: 10px;
          margin: 10px 0; }
        .gallery__left h4 span sup {
          vertical-align: super;
          font-size: 1rem; }
          @media only screen and (max-width: 991px) {
            .gallery__left h4 span sup {
              font-size: 0.7em; } }
  .gallery__right {
    width: 60%; }
    @media only screen and (max-width: 1199px) {
      .gallery__right {
        width: 100%; } }
    @media only screen and (max-width: 991px) {
      .gallery__right {
        padding-top: 80px; } }
  .gallery__carousel {
    position: relative; }
    .gallery__carousel .owl-next {
      display: block;
      height: 68px;
      width: 68px;
      background: rgba(39, 39, 39, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 8px;
      transition: 0.3s; }
      .gallery__carousel .owl-next:hover {
        padding-left: 10px; }
    .gallery__carouselImg {
      height: 580px; }
      @media only screen and (max-width: 1399px) {
        .gallery__carouselImg {
          height: 480px; } }

/*# sourceMappingURL=main.css.map */
