@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');
@media (min-width: 1560px) {
  .container {
    width: 1560px;
  }
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #0e72a5;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
}
#main p,
#main ul {
  color: #5d5d5d;
}
ul {
  padding-left: 60px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 20px;
}
p {
  margin-bottom: 40px;
}
ul {
  margin-bottom: 40px;
}
#hamb {
  display: none;
}
#logo {
  display: inline-block;
}
#logo img {
  height: 110px;
  padding: 30px 0;
}
#top .top {
  background: url('../gfx/top-bg.png') no-repeat bottom right;
}
#top-contact {
  top: 30px;
  position: absolute;
  right: 0;
  font-size: 17px;
  text-align: right;
}
#top-contact span.email a {
  color: #3bade1;
}
#top-contact span.tel,
#top-contact span.email {
  display: block;
}
.carousel {
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.carousel-inner .item {
  margin-bottom: 0;
}
#menu {
  background: #0d4261 url('../gfx/shadow-menu.png') no-repeat right bottom;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
#menu ul {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-shadow: 1px 1px 1px #4e4e4e;
}
#menu ul li {
  display: inline-block;
}
#menu ul li a {
  -o-transition: background .3s;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
  color: #fff;
  padding: 15px 32px;
  display: inline-block;
}
#menu ul li:hover a,
#menu ul li.active a {
  text-decoration: none;
  background: #3bade1;
  margin-top: -5px;
}
h1 {
  border-bottom: 3px solid #0e72a5;
  color: #0e72a5;
  margin-bottom: 50px;
}
h1 span {
  background: #fff;
  top: 17px;
  left: -21px;
  position: relative;
  padding: 0 18px;
}
#page #banner {
  max-height: 400px;
}
#page #banner .carousel-caption {
  top: 25%;
}
#contact #map {
  background: #3bade1;
}
#banner {
  max-height: 650px;
  overflow: hidden;
  text-transform: uppercase;
}
#banner img {
  height: 650px;
  width: 100%;
}
#banner h3 {
  font-size: 60px;
  font-weight: 700;
  margin-top: 0;
}
#banner p {
  font-size: 31px;
  line-height: 33px;
  font-weight: 300;
}
#banner .carousel-caption {
  text-align: left;
  left: 0;
  right: 0;
  top: 30%;
  width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}
#banner .carousel-indicators {
  bottom: 110px;
  padding: 40px;
  text-align: left;
}
#banner .carousel-indicators li {
  width: 22px;
  height: 22px;
}
#banner .carousel-indicators li.active {
  width: 22px;
  height: 22px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  margin-right: 7px;
}
.more {
  margin-left: 20px;
}
.more .glyphicon {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-right: 10px;
}
.more:hover {
  text-decoration: none;
}
.item {
  margin-bottom: 30px;
}
#main .image-caption p {
  color: #fff;
}
.realizacje .item {
  margin-bottom: 30px;
  position: relative;
}
.realizacje .item .image-caption {
  line-height: 1.3;
  position: absolute;
  bottom: 0px;
  background: rgba(14, 114, 165, 0.74);
  color: #fff;
  padding: 40px 20px 0 20px;
  height: 100%;
  text-align: center;
  width: 100%;
  opacity: 0;
  -o-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
}
.realizacje .item .image-caption span {
  color: #3bade1;
}
.realizacje .item .image-caption h3 {
  margin-top: 0;
}
.realizacje .item:hover .image-caption {
  opacity: 1;
}
#main {
  background: url('../gfx/main-bg.png') no-repeat bottom right;
  padding-bottom: 70px;
}
#main ul {
  padding-left: 27px;
  list-style: none;
}
#main ul li {
  background: url('../gfx/icon-arrow.png') no-repeat 0px 9px;
  padding-left: 20px;
}
#main .glyphicon {
  background: #ccc;
  color: #3bade1;
  border-radius: 30px;
  background: #ececec;
  padding: 9px;
  margin-bottom: 10px;
  margin-right: 7px;
  text-align: center;
}
#main .image {
  display: block;
  margin-top: -100px;
}
#main .image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#main .image img {
  border-radius: 10px;
  -o-transition: transform .2s;
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  transition: transform .2s;
  width: 100%;
  height: 230px;
  border: 20px solid #f3f3f3;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#map {
  background: #0d4261;
  color: #fff;
}
#map .localization {
  background: url('../gfx/icon-localization.png') no-repeat 0 -3px;
}
#map h3 {
  margin: 40px 0 0 0;
  padding: 0 0 0 100px;
  letter-spacing: 2px;
  line-height: 30px;
  font-size: 22px;
}
#map p {
  padding: 0 0 0 100px;
}
#map #map-inner {
  display: block;
  width: 100%;
  height: 650px;
}
#boxCarousel-,
.boxCarousel {
  background: #f3f3f3;
  padding: 30px;
  margin-top: 40px;
}
.tuvsud {
  max-width: 241px;
}
#kategorie {
  background: #f7f7f7;
}
#kategorie .image-caption p {
  color: #0d4261;
}
ul.breadcrumb {
  background: #f7f7f7;
  font-size: 13px;
  border-radius: 0;
  padding: 2px 9px;
  margin-bottom: 0;
}
.logos {
  margin-bottom: 100px;
  padding: 20px;
}
.box-info {
  background: #3bade1;
  color: #fff;
  padding: 30px;
  margin: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 0px #0d4261;
  -moz-box-shadow: 10px 10px 0px #0d4261;
  box-shadow: 10px 10px 0px #0d4261;
  margin-bottom: 40px;
  text-shadow: 1px 1px 1px #4e4e4e;
}
.box-info h3 {
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  font-weight: 600;
}
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li {
  border-color: #3bade1;
  background-color: #3bade1;
  border-width: 3px;
}
.carousel-indicators .active {
  background-color: #fff;
}
#copy {
  background: #0d4261;
  color: #fff;
  font-size: 12px;
  padding: 50px 0;
}
#copy .author {
  opacity: .4;
}
#copy .author a {
  color: #3bade1;
}
#copy .author a:hover {
  color: #fff;
}
.box-style {
  background: #0d4160;
  padding-bottom: 30px;
  padding-top: 30px;
  top: 138px;
  border-radius: 10px;
  position: relative;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.box-style h2 a,
.box-style p,
#main .box-style ul {
  color: #fff;
}
.box-style h2 {
  margin-top: 0;
}
#top .top {
  background: url('../gfx/main-bg.png') no-repeat bottom right;
  position: relative;
}
#menu {
  font-size: 12px;
}
#menu ul li a {
  padding: 10px 32px;
}
@media (max-width: 1200px) {
  #menu ul li a {
    padding: 10px 22px;
  }
}
#top-contact {
  text-align: left;
}
.box-image {
  position: relative;
  margin-bottom: 30px;
}
.box-image h2 {
  position: absolute;
  bottom: 0;
  padding: 20px 40px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-weight: 700;
  /* background:#ccc; */
}
.content1 {
  margin-bottom: 70px;
}
.content2 {
  background: #f7f7f7;
  padding: 30px 0 80px 0;
}
.content3 {
  margin-top: 100px;
}
.box-info {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  background: #246183;
}
.box-info h3 {
  font-size: 30px;
  font-weight: 700;
}
#top-contact {
  top: 30px;
}
#lang {
  margin-bottom: 7px;
  text-transform: lowercase;
  display: none;
}
#lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
#lang ul li {
  display: inline-block;
}
#lang ul li a:hover,
#lang ul li.active a {
  text-decoration: none;
  background: rgba(13, 66, 97, 0.51);
  color: #fff;
  border-radius: 50px;
}
#lang ul li a {
  color: #3bade1;
  width: 25px;
  text-align: center;
  font-size: 14px;
  display: block;
  height: 25px;
}
#lang ul li {
  border-right: 1px solid #3bade1;
  padding-right: 8px;
  margin-right: 4px;
}
#lang ul li:last-child {
  border-right: none;
}
.container {
  clear: both;
}
.emtel .glyphicon {
  margin-right: 9px;
}
#menu ul li:hover a,
#menu ul li.active a {
  background: rgba(59, 173, 225, 0.63);
}
#banner img {
  height: auto;
  width: auto;
}
#page #banner h3 {
  font-size: 40px;
}
#page #banner p {
  font-size: 21px;
  line-height: 20px;
}
#contact #map {
  background: #2a85b1;
}
.fixed-image {
  background: url('http://inverco.pl/assets/media/zdjecia/foto_4.jpg') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
.fixed-image-2 {
  background: url('http://inverco.pl/assets/media/zdjecia/foto_3.jpg') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
#main .fixed-image p,
.fixed-image h3 {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.fixed-image h3 {
  font-weight: 700;
}
.fixed-image-inner {
  background: rgba(13, 65, 96, 0.55);
  height: 100%;
  padding-top: 100px;
  padding-bottom: 130px;
}
.mapa-icongraph {
  background: url('../gfx/mapa-icongraph.png') no-repeat center top;
}
.mapa-icongraph .container {
  position: relative;
}
.icongraph {
  background: url('../gfx/icongraph.png') no-repeat center top;
  min-height: 800px;
}
.nr1 h4,
.nr2 h4,
.nr3 h4,
.nr4 h4,
.nr5 h4 {
  font-size: 25px;
  color: #0e72a5;
  font-weight: 600;
}
.nr1 p,
.nr2 p,
.nr3 p,
.nr4 p,
.nr5 p {
  font-size: 14px;
  line-height: 20px;
  color: #0e72a5;
}
.nr1 {
  width: 300px;
  position: absolute;
  left: 30px;
  text-align: right;
}
.nr2 {
  width: 437px;
  position: absolute;
  right: 0px;
  top: 80px;
}
.nr3 {
  width: 400px;
  position: absolute;
  left: 30px;
  top: 300px;
  text-align: right;
}
.nr4 {
  width: 300px;
  position: absolute;
  right: 30px;
  top: 300px;
}
.nr5 {
  width: 510px;
  position: absolute;
  left: 30px;
  top: 540px;
  text-align: right;
}
.cert {
  background: #fafafa;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.image-caption .glyphicon-zoom-in {
  position: absolute;
  top: 45%;
}
@media (max-width: 992px) {
  .nr1,
  .nr2,
  .nr3,
  .nr4,
  .nr5 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px 20px;
  }
  #menu,
  #top-contact {
    display: none;
  }
  #main .image {
    margin-top: 40px;
  }
  #banner h3 {
    font-size: 20px;
  }
  #banner p {
    font-size: 15px;
    line-height: 16px;
  }
  #page #banner h3 {
    font-size: 20px;
  }
  #page #banner p {
    font-size: 15px;
    line-height: 16px;
  }
  .box-style {
    top: 0;
  }
  .box-info h3 {
    font-size: 22px;
  }
  #copy .author {
    text-align: left;
  }
  .box-image h2 {
    font-size: 24px;
  }
  #top .top {
    background: none;
  }
  #hamb {
    border-color: #26ace2;
    display: block;
    position: absolute;
    top: 40px;
    right: 20px;
  }
  #menu {
    padding-bottom: 20px;
  }
  #menu ul li {
    display: block;
    text-align: center;
    margin-top: 5px;
  }
}
@media (min-width: 1560px) {
  #banner .carousel-indicators {
    bottom: 370px;
  }
  .nr1 {
    width: 470px;
  }
  .nr2 {
    width: 617px;
  }
  .nr3 {
    width: 581px;
  }
  .nr4 {
    width: 478px;
  }
  .nr5 {
    width: 688px;
  }
}
