@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,900,400italic,700italic,500,300italic,500italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300&subset=latin,latin-ext);
body {
  font-family: 'Roboto', sans-serif;
  /* font-family: 'Oswald', sans-serif; */
  background-color: #fff; }

.navbar {
  padding: 0 20px 15px;
  border: none;
  background-color: #fff; }
  .navbar .navbar-brand {
    padding: 0 15px; }
  .navbar .nav, .navbar #menu-menu {
    padding: 15px 0; }
    .navbar .nav li a, .navbar #menu-menu li a {
      color: #000;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 18px; }
      .navbar .nav li a:hover, .navbar .nav li a:focus, .navbar #menu-menu li a:hover, .navbar #menu-menu li a:focus {
        background-color: transparent; }
  .navbar .navbar-toggle {
    border-color: rgba(130, 130, 130, 0.46); }
    .navbar .navbar-toggle .icon-bar {
      background-color: rgba(0, 0, 0, 0.8); }

.site-logo {
  padding-top: 15px; }
  .site-logo img {
    height: 50px; }

@media (min-width: 768px) {
  body {
    /* padding-top: 100px; */
    /* .navbar-fixed-top */
    position: relative;
    min-height: 100vh;
    padding-bottom: 208px; }

  .reference-grid .grid-item img {
    opacity: .9;
    box-shadow: 0 0 10px #000;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
    .reference-grid .grid-item img:hover {
      opacity: 1;
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

  footer {
    position: absolute;
    bottom: 0;
    width: 100vw; }

  .navbar .nav {
    float: right; }

  .navbar .navbar-brand {
    padding: 15px 0; }

  .navbar-collapse {
    position: absolute;
    right: 0; }

  .navbar-collapse {
    padding-right: 30px !important; } }
/* ACTIVE LINE */
#active-line {
  height: 2px;
  background: #fbe2a6;
  position: absolute;
  top: 60px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

@media (max-width: 768px) {
  body {
    padding-top: 50px; }

  .navbar {
    padding-top: 15px; }

  .navbar-nav {
    border-top: 1px solid #b6b6b6; }

  #active-line {
    left: 21px !important;
    opacity: 1;
    top: 73px; }
    #active-line:hover {
      width: 400px !important; }

  .navbar-toggle {
    position: absolute;
    right: 0; }

  .navbar {
    background: #ffffff !important;
    text-align: center;
    border-bottom: 1px solid rgba(182, 182, 182, 0.42); }
    .navbar .site-logo {
      float: none !important; }

  .navbar-collapse {
    margin: 0 -20px; }

  .navbar-brand > img {
    margin-top: 5px; } }
.home-main-content, .reference-main-content, .page-content {
  color: #cccccc;
  position: relative;
  padding: 100px 0 150px 0; }
  .home-main-content:before, .reference-main-content:before, .page-content:before {
    background: url("../img/BG.jpeg") no-repeat;
    background-size: cover;
    background-position: center center;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1; }

.home-realizacje .home-news {
  list-style: none; }

.grid {
  margin-top: 100px; }
  .grid .grid-item {
    background-color: transparent;
    border: solid 4px #fff; }
    .grid .grid-item a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      overflow: hidden; }
      .grid .grid-item a:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 14;
        opacity: 1;
        opacity: 0;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
      .grid .grid-item a:hover:before {
        opacity: 0; }
    .grid .grid-item .news-thumb {
      height: 100%;
      position: absolute;
      position: absolute;
      left: -400px;
      right: -400px;
      margin: auto; }
    .grid .grid-item .news-header {
      opacity: 0;
      font-size: 18px;
      text-decoration: none;
      text-transform: uppercase;
      position: absolute;
      color: #fff;
      width: 100%;
      height: 100%;
      bottom: 0;
      padding: 5px 10px 5px 10px;
      background-color: rgba(39, 39, 39, 0.89);
      font-family: 'oswald-light', sans-serif;
      z-index: 15;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 15%, rgba(0, 0, 0, 0.98) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 15%, rgba(0, 0, 0, 0.98) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 15%, rgba(0, 0, 0, 0.98) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#fa000000', GradientType=0);
      /* IE6-9 */
      -webkit-transition: bottom 300ms ease-in-out, opacity .5s ease-in-out;
      -moz-transition: bottom 300ms ease-in-out, opacity .5s ease-in-out;
      -ms-transition: bottom 300ms ease-in-out, opacity .5s ease-in-out;
      -o-transition: bottom 300ms ease-in-out, opacity .5s ease-in-out;
      transition: bottom 300ms ease-in-out, opacity .5s ease-in-out; }
      .grid .grid-item .news-header span {
        position: relative;
        margin-bottom: 15px;
        padding-right: 20px;
        margin-left: 10px;
        width: 100%;
        margin-top: 100%;
        display: block; }
        .grid .grid-item .news-header span h4 {
          position: absolute;
          opacity: 0;
          bottom: -60px;
          left: 0;
          -webkit-transition: bottom 300ms ease-in-out 500ms, opacity .2s ease-in-out;
          -moz-transition: bottom 300ms ease-in-out 500ms, opacity .2s ease-in-out;
          -ms-transition: bottom 300ms ease-in-out 500ms, opacity .2s ease-in-out;
          -o-transition: bottom 300ms ease-in-out 500ms, opacity .2s ease-in-out;
          transition: bottom 300ms ease-in-out 500ms, opacity .2s ease-in-out; }

.heading h2 {
  font-size: 48px;
  font-weight: 800;
  color: #878787;
  text-transform: uppercase;
  position: relative;
  padding-top: 130px;
  padding-bottom: 60px; }

.grid-item:hover .news-header {
  bottom: 0;
  opacity: 1; }
  .grid-item:hover .news-header span h4 {
    bottom: 0;
    opacity: 1; }

footer {
  color: #cccccc;
  background-color: #111111;
  background-image: url("../img/textures/dark_brick_wall.png");
  border-top: 1px solid #74c6de; }
  footer .contact-row .contact-phones {
    margin-top: 18px; }
    footer .contact-row .contact-phones .phone-number {
      position: relative; }
      footer .contact-row .contact-phones .phone-number i {
        position: relative; }
      footer .contact-row .contact-phones .phone-number i:before {
        content: "";
        position: absolute;
        left: -24px;
        bottom: 2px;
        background: url("../img/footer_tel.png") no-repeat;
        height: 15px;
        width: 15px; }
      footer .contact-row .contact-phones .phone-number h5 {
        margin-bottom: 0; }
    footer .contact-row .contact-phones .fax-number, footer .contact-row .contact-phones .mobile-number {
      position: relative; }
      footer .contact-row .contact-phones .fax-number h5, footer .contact-row .contact-phones .mobile-number h5 {
        margin-bottom: 0; }
        footer .contact-row .contact-phones .fax-number h5 p, footer .contact-row .contact-phones .mobile-number h5 p {
          display: inline; }
      footer .contact-row .contact-phones .fax-number span, footer .contact-row .contact-phones .mobile-number span {
        position: absolute;
        left: -15px;
        bottom: -3px; }
      footer .contact-row .contact-phones .fax-number.fax-number, footer .contact-row .contact-phones .mobile-number.fax-number {
        text-align: center; }
      footer .contact-row .contact-phones .fax-number.mobile-number, footer .contact-row .contact-phones .mobile-number.mobile-number {
        text-align: right; }
        footer .contact-row .contact-phones .fax-number.mobile-number span, footer .contact-row .contact-phones .mobile-number.mobile-number span {
          left: -23px; }
  footer .contact-row .contact-address {
    margin-top: 15px; }
    footer .contact-row .contact-address .ico {
      position: relative;
      text-align: right;
      overflow: visible;
      width: 100%;
      white-space: nowrap; }
      footer .contact-row .contact-address .ico i {
        position: relative; }
      footer .contact-row .contact-address .ico i:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -20px;
        height: 15px;
        width: 15px;
        background: url("") no-repeat; }
    footer .contact-row .contact-address .address-street .ico i:before {
      background-image: url("../img/footer_adr.png"); }
    footer .contact-row .contact-address .address-email .ico i:before {
      background-image: url("../img/footer_mail.png");
      left: -25px;
      bottom: -2px; }
  footer .banners-row {
    padding: 20px 0; }
  footer .ue-banners img {
    width: 100%; }
  footer .mobile-banners .col-sm-6:first-of-type {
    padding: 0 5px 0; }
  footer .mobile-banners .col-sm-6:last-of-type {
    padding: 0 5px 0 0; }
  footer .mobile-banners img {
    width: 100%;
    max-width: 150px; }

.logo-180 {
  height: 20px; }

.single-main-content {
  padding-top: 100px; }
  .single-main-content .single-title {
    text-align: left;
    margin: 0 20px;
    color: rgba(255, 255, 255, 0.8);
    width: auto;
    display: block;
    background-color: rgba(182, 182, 182, 0.8);
    padding: 0px 30px 0px 40px;
    transform: skew(45deg); }
    .single-main-content .single-title h3 {
      transform: skew(-45deg);
      padding: 5px 0; }
  .single-main-content .gallery-container {
    padding-top: 20px;
    padding-bottom: 40px; }

.single-realization {
  position: relative; }
  .single-realization:before {
    width: 100%;
    height: 100%;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../img/textures/light_grey.png") repeat;
    background-size: contain;
    background-position: center center; }

@media (max-width: 1024px) and (min-width: 768px) {
  .phone-number, .fax-number, .mobile-number {
    padding-left: 0; }
    .phone-number.mobile-number, .fax-number.mobile-number, .mobile-number.mobile-number {
      padding-right: 0; }

  .navbar .nav li a, .navbar #menu-menu li a {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px; } }
.csr-box a {
  color: #D5181F;
  word-wrap: break-word; }

.csr-image {
  display: block;
  width: 100%;
  margin: 0 auto; }
  .csr-image img {
    max-width: 100%; }

@media (max-width: 768px) {
  .csr-image {
    width: 200px; }

  .contact-phones-row .phone-number, .contact-phones-row .fax-number, .contact-phones-row .mobile-number {
    text-align: center !important; }

  .contact-address .address-street, .contact-address .address-email {
    width: 100%; }
    .contact-address .address-street .ico, .contact-address .address-email .ico {
      text-align: center !important; }

  .mobile-banners {
    margin-top: 20px; }
    .mobile-banners .col-xs-offset-4 img {
      float: right; }

  .single-title h3 {
    font-size: 15px; } }
.reference-grid .grid-item img {
  width: 100%;
  height: auto;
  margin-top: 0; }

.shadow-content {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px 40px;
  border-radius: 6px;
  margin-top: 100px;
  position: relative;
  width: 100%;
  float: left; }

#map-container {
  width: 100%;
  height: 100%;
  min-height: 100px; }

.form-column {
  margin-top: 10px;
  color: #444444; }
  .form-column input {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    border-radius: 4px; }
  .form-column textarea {
    width: 100%;
    resize: none;
    border-radius: 4px;
    padding: 5px 5px 5px 10px; }

.single-realization-description {
  margin-bottom: 40px;
  padding: 40px 40px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.4); }

@media (max-width: 768px) {
  .shadow-content {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }

  .contact-row {
    margin: 0; } }

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