@import url(http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);
/* Grid System */
body {
  position: relative;
}
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
  display: table;
  content: " ";
  clear: both;
}
.container {
  margin: 0 auto;
}
.row {
  width: 100%;
  position: relative;
  margin: 10px 0;
}
[class*="col"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 32px;
  margin: 0 auto;
  float: left;
  min-height: 1px;
  position: relative;
}
.container {
  width: 1000px;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  color: white;
  background-image: url('../img/bg.jpg');
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #2d2d2d;
  padding-top: 50px;
  font-size: 15px;
  min-width: 1140px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.title {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}
h2 {
  font-weight: 600;
}
h2.title {
  font-size: 27px;
}
h3 {
  font-weight: 600;
}
h3.title {
  font-size: 20px;
}
p {
  text-align: justify;
}
.blue {
  background-color: #0d4f99;
  color: rgba(255, 255, 255, 0.8);
}
.blue .title {
  color: white;
}
.blue .btn-download {
  color: #0d4f99;
  background-color: rgba(255, 255, 255, 0.9);
}
.blue .btn-download:hover {
  background-color: white;
}
.white {
  background-color: white;
  color: rgba(45, 45, 45, 0.7);
}
.white .title {
  color: #0d4f99;
}
span.fa-stack {
  color: #999999;
  font-size: 1em;
  margin-right: 5px;
}
.przyczlapka {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 200px;
  width: 200px;
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
  background-image: url('../img/przyczlapka.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  overflow: hidden;
}
.przyczlapka .text {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  left: -5px;
  bottom: -24px;
  font-weight: 600;
  color: #2d2d2d;
  color: #fff;
  text-transform: uppercase;
}
.przyczlapka2 {
  background-color: red;
  color: white;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 5px;
}
@media (max-width: 1000px) {
  nav {
    position: relative !important;
  }
}
header #logo {
  padding: 22px;
}
header #top-bar {
  background-color: white;
  position: relative;
  color: #999999;
  font-weight: 600;
}
header #top-bar .contact {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  padding: 15px 33px;
  text-align: right;
  letter-spacing: 1px;
}
header #top-bar .contact p {
  display: inline;
  text-transform: uppercase;
}
header #top-bar .contact #address {
  float: right;
}
header #top-bar .contact .block p {
  display: inline-block;
}
header #top-bar h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px 40px;
}
header nav {
  background-color: #2d2d2d;
  position: relative;
  height: 50px;
  width: 100%;
  float: left;
  overflow: hidden;
}
header nav .nav {
  float: left;
  left: 50%;
  position: relative;
}
header nav .nav li {
  float: left;
  right: 50%;
  position: relative;
}
header nav .nav li a {
  padding: 17px 25px;
  display: block;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
}
#baner {
  background-image: url(../img/baner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 457px;
  position: relative;
}
#baner .baner-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#baner .baner-caption .caption {
  line-height: 25px;
  width: 33.333%;
  font-size: 20px;
  font-weight: 600;
  padding: 38px 50px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
#baner .baner-caption .caption.lined:before,
#baner .baner-caption .caption.lined:after {
  content: " ";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 80px;
  width: 1px;
  top: 23px;
}
#baner .baner-caption .caption.lined:before {
  left: 0;
}
#baner .baner-caption .caption.lined:after {
  right: 0;
}
#quote p {
  padding: 42px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  position: relative;
  background-color: #0d4f99;
}
#quote p:before {
  content: url('../img/quote1.jpg');
  position: absolute;
  left: 0;
  top: 0;
}
#quote p:after {
  content: url('../img/quote2.jpg');
  position: absolute;
  right: 0;
  bottom: 0;
}
section {
  margin-top: 30px !important;
}
section .container {
  padding: 25px 0;
}
section .fa-download {
  margin-right: 5px;
}
section .btn-download {
  padding: 10px;
  background-color: #0d4f99;
  color: white;
  display: block;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 20px;
}
section .btn-download.btn-lg {
  font-weight: 600;
  line-height: 60px;
  font-size: 20px;
}
section .btn-download:hover {
  background-color: #1167c8;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
}
section p {
  line-height: 24px;
}
section h3 {
  font-size: 18px;
  margin: 10px 0;
  text-transform: uppercase;
}
section #lang-docs .col-3 {
  padding: 32px;
}
section #lang-docs p {
  margin: 5px 0;
  text-align: center;
}
section #lang-docs .flag-icon {
  margin-right: 7px;
}
#contact iframe {
  margin-top: 10px;
}
#contact .open-time .fa-stack {
  float: left;
}
#contact .open-time .time {
  display: inline-block;
}
#footer {
  text-align: center;
}
#footer .row {
  margin: 10px 0;
}
#footer a {
  color: white;
}
