/* Scss Document */
body {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "roboto",sans-serif;
  font-size: 15px; }

.hide {
  display: none; }

#mobile {
  overflow: hidden;
  display: none;
  position: absolute;
  right: 0;
  width: 10%;
  top: 0; }

#menu_link {
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 14px;
  top: 10px;
  z-index: 5;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  cursor: pointer; }

#menu_link span:first-child {
  margin-top: 13px; }

#menu_link span {
  display: block;
  height: 2px;
  width: 22px;
  background-color: #000;
  margin: 4px auto 3px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }

#cookies-message p {
  font-family: "roboto",sans-serif;
  font-size: 16px;
  color: #fff; }

#email-error {
  font-family: "roboto",sans-serif; }

.cookie-read-more {
  color: #eee; }
  .cookie-read-more:hover {
    color: #ccc;
    text-decoration: underline; }

#accept-cookies-checkbox {
  font-family: "roboto",sans-serif;
  font-size: 14px;
  color: #3b3d40;
  background: #fff;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }
  #accept-cookies-checkbox:hover {
    background: #ccc;
    color: #fff; }

.side-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative; }

#top {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.9); }
  #top .side-wrapper {
    position: relative; }
  #top h1 {
    position: absolute;
    left: 10px;
    top: 13px; }
    #top h1 a {
      display: inline-block;
      text-indent: -999em;
      background: url(../img/logo.jpg) no-repeat;
      width: 138px;
      height: 74px; }
  #top #menu {
    float: right; }
    #top #menu ul {
      width: 100%;
      overflow: hidden; }
      #top #menu ul .lang {
        height: 100px;
        width: auto;
        margin-left: 30px; }
        #top #menu ul .lang ul {
          margin: 20px 0; }
          #top #menu ul .lang ul li {
            width: 60px;
            height: 30px;
            background-repeat: no-repeat;
            background-size: 30px 15px;
            background-position: center;
            cursor: pointer;
            float: none;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear; }
            #top #menu ul .lang ul li a {
              height: 100%; }
      #top #menu ul .pl.active {
        opacity: 1; }
      #top #menu ul .en.active {
        opacity: 1; }
      #top #menu ul .pl {
        background-image: url(../img/polish-flag.png);
        opacity: .5;
        cursor: pointer; }
        #top #menu ul .pl:hover {
          opacity: 1; }
      #top #menu ul .en {
        background-image: url(../img/english-flag.png);
        opacity: .5;
        cursor: pointer; }
        #top #menu ul .en:hover {
          opacity: 1; }
      #top #menu ul li {
        display: block;
        width: 100px;
        float: left; }
        #top #menu ul li a {
          display: block;
          width: 100%;
          font-family: "Bangers", cursive;
          line-height: 100px;
          font-size: 18px;
          color: #505050;
          text-align: center; }
        #top #menu ul li:hover a {
          font-size: 20px; }

#header {
  background: url(../img/header-bg.jpg) repeat-x;
  max-width: 1920px;
  margin: 0 auto;
  height: 681px;
  border-bottom: 5px solid #000; }
  #header .image-wrapper {
    left: 10%;
    top: 100px;
    position: absolute; }
    #header .image-wrapper img, #header .image-wrapper a {
      display: block;
      margin: 30px auto; }
    #header .image-wrapper a :hover {
      margin-top: 40px; }
  #header #fireman {
    position: absolute;
    right: 10px;
    bottom: 0;
    max-width: 50%; }

#about {
  background: url(../img/about-bg.jpg) no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 5px solid #000;
  overflow: hidden; }
  #about img {
    position: absolute;
    top: -50px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-height: 90%;
    z-index: 1;
    width: 90%; }
  #about .content-wrapper {
    width: 90%;
    max-width: 620px;
    border: 5px solid #000;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 20px 5% 50px 5%;
    margin: 100px auto;
    position: relative;
    z-index: 2; }
    #about .content-wrapper h2 {
      font-family: "Bangers", cursive;
      text-align: center;
      color: #3b3d40;
      font-size: 52px;
      margin: 45px 0; }
    #about .content-wrapper h3 {
      font-family: "Roboto", sans-serif;
      color: #666;
      font-size: 25px;
      margin-bottom: 52px;
      font-weight: 700; }
    #about .content-wrapper p {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #656b6f;
      margin-bottom: 25px; }

#box-1 {
  background: url(../img/box-1-bg.jpg) no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  max-width: 1920px;
  margin: auto;
  border-bottom: 5px solid #000;
  overflow: hidden;
  padding-top: 100px; }
  #box-1 .content-wrapper {
    width: 90%;
    max-width: 560px;
    border: 5px solid #000;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: -200px;
    box-sizing: border-box; }
    #box-1 .content-wrapper h2 {
      font-family: "Bangers", cursive;
      text-align: center;
      color: #3b3d40;
      font-size: 52px;
      margin: 45px 0; }
    #box-1 .content-wrapper p {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 18px;
      line-height: 27px;
      color: #656b6f;
      margin-bottom: 30px;
      max-width: 500px; }
      #box-1 .content-wrapper p span {
        font-size: 22px; }
    #box-1 .content-wrapper a {
      display: inline-block;
      height: 44px;
      border-radius: 10px;
      background: #2e71f2;
      padding: 0 30px;
      color: #fff;
      font-size: 16px;
      line-height: 44px;
      margin: 25px 0 15px; }
  #box-1 img {
    display: block;
    margin: 200px auto 0 -200px; }

#box-2.en {
  padding: 320px 0 0; }
  #box-2.en .content-wrapper {
    top: -300px; }

#box-2 {
  background: url(../img/box-2-bg.jpg) no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 5px solid #000;
  overflow: hidden;
  padding: 200px 0 0; }
  #box-2 .content-wrapper {
    width: 90%;
    max-width: 560px;
    border: 5px solid #000;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -100px;
    box-sizing: border-box; }
    #box-2 .content-wrapper h2 {
      font-family: "Bangers", cursive;
      text-align: center;
      color: #3b3d40;
      font-size: 52px;
      margin: 45px 0; }
    #box-2 .content-wrapper p {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 18px;
      line-height: 27px;
      color: #656b6f;
      margin-bottom: 30px;
      max-width: 500px; }
  #box-2 img {
    display: block;
    margin: 0 0 0 auto; }

#box-3 {
  background: url(../img/box-3-bg.jpg) no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 5px solid #000;
  overflow: hidden;
  padding: 200px 0 0; }
  #box-3 .content-wrapper {
    width: 90%;
    max-width: 560px;
    border: 5px solid #000;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 0px auto;
    position: absolute;
    z-index: 2;
    right: 0;
    top: -100px;
    box-sizing: border-box; }
    #box-3 .content-wrapper h2 {
      font-family: "Bangers", cursive;
      text-align: center;
      color: #3b3d40;
      font-size: 52px;
      margin: 45px 0; }
    #box-3 .content-wrapper p {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 18px;
      line-height: 27px;
      color: #656b6f;
      margin-bottom: 30px;
      max-width: 500px; }
  #box-3 img {
    display: block;
    margin: 0 auto 0 0; }

#portfolio {
  background: #13b190;
  border-bottom: 5px solid #000;
  overflow: hidden;
  padding-bottom: 100px; }
  #portfolio h2 {
    font-family: "Bangers", cursive;
    text-align: center;
    color: #3b3d40;
    font-size: 52px;
    margin: 45px 0; }
  #portfolio #portfolio-slider {
    border: 5px solid #000;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    position: relative;
    margin-top: 100px; }
    #portfolio #portfolio-slider .owl-prev, #portfolio #portfolio-slider .owl-next {
      top: 130px;
      position: absolute; }
    #portfolio #portfolio-slider .owl-prev {
      left: 10px; }
    #portfolio #portfolio-slider .owl-next {
      right: 10px; }
    #portfolio #portfolio-slider .item {
      height: 280px;
      overflow: hidden; }
    #portfolio #portfolio-slider img {
      display: block;
      max-width: 80%;
      height: auto;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
    #portfolio #portfolio-slider img.height {
      max-height: 180px;
      width: auto; }
    #portfolio #portfolio-slider img.height-110 {
      max-height: 110px;
      width: auto; }
    #portfolio #portfolio-slider img.height-130 {
      max-height: 130px;
      width: auto; }

#social {
  background: #008eb2;
  border-bottom: 5px solid #000;
  padding: 75px 0;
  text-align: center; }
  #social a {
    display: inline-block;
    cursor: pointer;
    width: 133px;
    height: 134px;
    margin: 20px; }
    #social a:hover {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1); }
  #social img {
    display: block; }

#footer {
  background: #3b3d40;
  overflow: hidden; }
  #footer h2 {
    font-family: "Bangers", cursive;
    text-align: left;
    color: #fff;
    font-size: 52px;
    margin: 45px 0; }
  #footer address {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    margin: 0 0 50px;
    float: left; }
    #footer address a {
      color: #fff; }
  #footer .contact-wrapper {
    float: right; }
    #footer .contact-wrapper a {
      color: #fff;
      text-align: center; }
    #footer .contact-wrapper .phone {
      font-size: 45px; }
    #footer .contact-wrapper .mail {
      font-size: 25px; }
  #footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 20px 0;
    clear: both; }
    #footer .copyright a {
      color: #fff; }
      #footer .copyright a:hover {
        text-decoration: underline; }

@media all and (max-width: 1100px) {
  #header #fireman {
    right: 0;
    width: 500px;
    max-width: 100%; }

  #header .image-wrapper {
    left: 0; } }
@media all and (max-width: 900px) {
  #header {
    height: 581px; }

  #header #fireman {
    right: 0;
    width: 450px; }

  #about .content-wrapper {
    width: auto; }

  #top {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff; }

  #top h1 a {
    height: 45px;
    background-size: contain; }

  #top #menu {
    display: none;
    background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 70px;
    z-index: 1000;
    height: 80%;
    overflow: auto; }
    #top #menu ul li {
      float: none;
      text-align: center;
      width: 100%; }
      #top #menu ul li a {
        line-height: 80px; }

  #top #menu ul .lang {
    margin: 0 auto; }
    #top #menu ul .lang ul li {
      margin: 10px auto; }

  #mobile {
    display: block; }

  #box-1 img {
    width: 600px; }

  #box-2.en img {
    width: 350px; }

  #box-2 img {
    width: 300px; }

  #box-3 img {
    padding-top: 200px; } }
@media all and (max-width: 780px) {
  #box-1, #box-2, #box-3 {
    padding-top: 100px; }
    #box-1 img, #box-2 img, #box-3 img {
      margin-top: 50px;
      padding: 0; }

  #box-1 .content-wrapper, #box-2 .content-wrapper, #box-3 .content-wrapper {
    position: static;
    margin: 0 auto;
    width: auto; }

  #portfolio #portfolio-slider {
    width: auto; } }
@media all and (max-width: 700px) {
  #footer address {
    float: none; }

  #footer .contact-wrapper {
    float: none;
    margin: 70px 0;
    text-align: center; }

  #header {
    height: 550px; }

  #header #fireman {
    display: none; }

  #header .image-wrapper {
    position: static;
    padding-top: 80px; }

  #box-2.en {
    padding-top: 150px; }

  #box-1 .content-wrapper p, #box-2 .content-wrapper p, #box-3 .content-wrapper p {
    font-size: 16px; }

  #box-1 .content-wrapper h2, #box-2 .content-wrapper h2, #box-3 .content-wrapper h2, #portfolio h2, #footer h2 {
    font-size: 36px; } }
@media all and (max-width: 400px) {
  #footer .contact-wrapper .phone {
    font-size: 36px; }
  #footer .contact-wrapper .mail {
    font-size: 20px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1025px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1025px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 1025px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1025px) {
  #about, #box-1, #box-2, #box-3 {
    background-attachment: inherit; } }
