@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700,400italic,500italic,700italic&subset=latin,latin-ext);
body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  color: #555454; }

iframe {
  display: none; }

section *, div#orderPopup * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.modal-backdrop {
  opacity: 0.9 !important; }

a {
  text-decoration: none; }

a:focus {
  text-decoration: none; }

.imageResponsive {
  max-width: 100%; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 103px; }

div.line {
  border-top: 2px solid #46c3cf;
  width: 45px;
  padding-bottom: 10px; }

.withBorder {
  border: 1px solid #46c3cf;
  border-radius: 10px;
  color: #0c3b59;
  padding: 13px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500; }
  .withBorder:hover {
    text-decoration: none;
    color: #fff;
    background-color: #46c3cf; }

.closeUP {
  position: absolute;
  right: 8%;
  top: 5%;
  z-index: 99999; }

h3#inform {
  color: #8598a4;
  line-height: 32px;
  font-weight: normal;
  padding-bottom: 30px;
  color: #8598a4 !important;
  padding-top: 20%; }

#yes {
  margin-right: 30px;
  color: #8598a4;
  font-size: 30px; }
  #yes:hover {
    text-decoration: none;
    color: #46c3cf; }

#no {
  margin-left: 30px;
  color: #8598a4;
  font-size: 30px; }
  #no:hover {
    text-decoration: none;
    color: #46c3cf; }

div.content {
  padding-top: 7%; }

div#orderPopup, div#allow {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  div#orderPopup div#statusSent, div#allow div#statusSent {
    padding-top: 20%; }
    div#orderPopup div#statusSent h3, div#allow div#statusSent h3 {
      color: #8598a4;
      line-height: 32px;
      font-weight: normal;
      padding-bottom: 30px; }
  div#orderPopup h3, div#allow h3 {
    color: #fff; }
  div#orderPopup textarea, div#allow textarea {
    width: 100%;
    height: 150px;
    background: transparent;
    border: 1px solid #fff;
    margin-top: 60px;
    padding-left: 10px;
    padding-top: 10px;
    color: #fff;
    outline: 0; }
    div#orderPopup textarea:focus, div#allow textarea:focus {
      border: 1px solid #46c3cf; }
  div#orderPopup input[type="text"], div#allow input[type="text"] {
    border: 0;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    display: block;
    width: 70%;
    margin-top: 30px;
    padding-bottom: 10px;
    color: #fff; }
    div#orderPopup input[type="text"]:focus, div#allow input[type="text"]:focus {
      border-bottom: 1px solid #46c3cf;
      outline: none; }
  div#orderPopup div#additional-info, div#allow div#additional-info {
    color: #fff; }
  div#orderPopup input[type="hidden"], div#allow input[type="hidden"] {
    background: transparent; }
  div#orderPopup div#pobranie, div#allow div#pobranie {
    margin-top: 35px;
    margin-bottom: 15px; }
    div#orderPopup div#pobranie.active, div#orderPopup div#pobranie:hover, div#allow div#pobranie.active, div#allow div#pobranie:hover {
      cursor: pointer; }
      div#orderPopup div#pobranie.active span#first, div#orderPopup div#pobranie:hover span#first, div#allow div#pobranie.active span#first, div#allow div#pobranie:hover span#first {
        background-color: #46c3cf; }
  div#orderPopup div#przelew.active, div#orderPopup div#przelew:hover, div#allow div#przelew.active, div#allow div#przelew:hover {
    cursor: pointer; }
    div#orderPopup div#przelew.active span#second, div#orderPopup div#przelew:hover span#second, div#allow div#przelew.active span#second, div#allow div#przelew:hover span#second {
      background-color: #46c3cf; }
  div#orderPopup span#first, div#orderPopup span#second, div#allow span#first, div#allow span#second {
    border-radius: 50%;
    border: 1px solid #46c3cf;
    width: 10px;
    display: inline-block;
    margin-right: 10px;
    height: 10px;
    position: relative;
    top: 1px; }
  div#orderPopup .withBorder, div#allow .withBorder {
    background: transparent;
    color: #fff;
    margin-top: 30px;
    font-size: 13px;
    outline: 0; }
    div#orderPopup .withBorder:hover, div#allow .withBorder:hover {
      text-decoration: none;
      color: #fff;
      background-color: #46c3cf; }
    div#orderPopup .withBorder:focus, div#allow .withBorder:focus {
      outline: 0; }

header {
  padding: 15px 0;
  height: 113px;
  position: relative;
  z-index: 9; }
  header nav {
    margin: 25px 0 0 0;
    height: 67px;
    position: absolute;
    right: 250px; }
    header nav ul li.current a {
      color: #3C85C7; }
    header nav ul li {
      display: inline-block;
      margin: 0 20px; }
      header nav ul li:last-child {
        padding-right: 0; }
      header nav ul li a {
        font-size: 14px;
        color: #5d6566;
        display: block;
        padding-bottom: 41px; }
        header nav ul li a:hover {
          color: #0c3b59;
          border-bottom: 2px solid #46c3cf;
          text-decoration: none; }
  header div#logo {
    position: relative;
    z-index: 10; }
  header .absolute {
    position: absolute;
    right: 0;
    top: 0; }
  header div.fastContact {
    background-color: #0c3b59;
    color: #fff;
    font-size: 16px;
    padding: 18px 50px 21px 50px; }
    header div.fastContact span {
      color: #46c3cf;
      display: block;
      font-size: 14px; }

section.slide {
  background-image: url("../images/slide1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 660px;
  margin-top: -10px;
  padding-top: 86px; }
  section.slide div#sliderContent {
    margin-top: 150px; }
  section.slide h3 {
    color: #0c3b59;
    font-size: 36px;
    padding-bottom: 15px; }
  section.slide p {
    color: #737373;
    line-height: 23px;
    padding-bottom: 25px; }

section.bluebar {
  background-color: #0c3b59;
  text-align: center;
  padding: 30px 0 50px; }
  section.bluebar span {
    color: #fff;
    font-size: 16px; }

.row-fluid {
  clear: both; }

section.protection {
  padding-top: 100px; }
  section.protection h3 {
    color: #0c3b59;
    font-size: 28px; }
  section.protection ul {
    margin: 20px 0 40px; }
    section.protection ul li {
      list-style-image: url("../images/list_image.png");
      color: #737373;
      margin-bottom: 20px;
      padding-left: 10px;
      font-size: 16px; }
  section.protection .container-fluid {
    padding-right: 15px !important;
    padding-left: 0 !important; }
  section.protection div#products {
    border-top: 1px solid #f3f4f6;
    margin-top: 100px; }
    section.protection div#products .grey {
      background-color: #f5f5f5;
      background-image: url("../images/nowosc.png");
      background-repeat: no-repeat;
      background-position: top right; }
    section.protection div#products .product {
      padding: 100px; }
      section.protection div#products .product:nth-child(2n) {
        border-left: 1px solid #f3f4f6;
        border-right: 1px solid #f3f4f6;
        padding-left: 100px; }
      section.protection div#products .product h3 {
        font-size: 29px;
        font-weight: 500;
        padding: 20px 0 0; }
      section.protection div#products .product span.small {
        color: #000;
        position: relative;
        top: -10px;
        font-size: 14px;
        font-weight: bold; }
      section.protection div#products .product .desc {
        margin-bottom: 5px; }
        section.protection div#products .product .desc span {
          font-weight: bold;
          display: block;
          line-height: 23px; }
      section.protection div#products .product .price {
        margin-top: 15px;
        margin-bottom: 25px; }
        section.protection div#products .product .price span.bigger {
          color: #469acf;
          font-size: 30px;
          font-weight: 300; }
    section.protection div#products div#gallery {
      border-bottom: 1px solid #f3f4f6; }
      section.protection div#products div#gallery #mainphoto {
        height: 480px; }
      section.protection div#products div#gallery div#paginator img {
        display: block;
        border: 1px solid #f5f5f5;
        border-top: none;
        cursor: pointer;
        border-right: none;
        width: 281px;
        height: 240px; }
      section.protection div#products div#gallery div#paginator .active {
        border: 1px solid #46c3cf !important; }
      section.protection div#products div#gallery div#paginator div.row:nth-child(2) img {
        border-bottom: 0; }

section.query {
  background-color: #0c3b59;
  text-align: center;
  padding: 100px 0 100px; }
  section.query h3 {
    color: #fff; }
  section.query p {
    color: #b2b2b2;
    margin-bottom: 50px; }
  section.query a.withBorder {
    color: #fff; }

section.certs {
  padding: 100px 0 100px; }
  section.certs h3 {
    color: #0c3b59;
    font-size: 28px;
    margin-bottom: 20px; }
  section.certs p {
    color: #737373;
    line-height: 23px; }
  section.certs div#logos {
    margin: 60px 0 0 0;
    overflow: hidden; }

section.news {
  background-color: #f0efef;
  padding: 40px 0 60px 0; }
  section.news h3 {
    color: #0c3b59;
    font-size: 32px;
    font-weight: 300; }
  section.news .line {
    margin: 15px 0 15px 0; }
  section.news time {
    color: #999999; }
  section.news .newscol h3 {
    font-size: 18px;
    font-weight: bold; }
  section.news .newscol p {
    color: #999999; }
  section.news .newscol a.readmore {
    color: #0c3b59;
    font-weight: bold;
    background-image: url("../images/readmore.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: center left;
    cursor: pointer; }

section.footer {
  background-color: #0c3b59;
  padding: 50px 0; }
  section.footer h3 {
    color: #46c3cf;
    font-weight: 500; }
  section.footer p {
    color: #fff;
    font-size: 15px;
    margin-top: 25px; }
  section.footer button {
    background-color: transparent;
    color: #fff; }
  section.footer form .margin {
    width: 47%; }
  section.footer form .margin2 {
    width: 47%;
    margin-left: 6%; }
  section.footer form button.withBorder {
    margin-top: 35px; }
  section.footer form input, section.footer form textarea {
    background-color: transparent;
    border: 0;
    resize: none;
    border-bottom: 1px solid #fff;
    color: #8598a4;
    margin-top: 25px;
    padding-left: 0; }
    section.footer form input:focus, section.footer form textarea:focus {
      outline: 0;
      border-bottom: 1px solid #46c3cf; }
  section.footer form input {
    padding-bottom: 10px; }
  section.footer form textarea {
    height: 100px; }

footer {
  background-color: #17374b;
  padding: 20px 0;
  color: #8598a4; }

@media screen and (max-width: 991px) {
  .imageResponsive {
    margin-top: 80px; }

  .navbar-header {
    float: right;
    margin-top: 12px; }

  .navbar-toggle {
    display: block; }

  section.protection div#products .product {
    text-align: center; }
    section.protection div#products .product:nth-child(2n) {
      padding-left: 0;
      border-left: 0; }

  section.certs div#logos {
    text-align: center; }

  section.footer .pull-right {
    float: none !important; }

  section.news h3 {
    margin: 0; }
  section.news time {
    padding-top: 20px;
    display: block;
    padding-bottom: 5px; }

  header .icon-bar {
    background-color: #ccc; }
  header nav {
    width: 100%;
    right: auto;
    margin-top: 88px; }
    header nav ul {
      background: #fff;
      position: relative;
      z-index: 9;
      display: none;
      margin-left: -30px; }
      header nav ul li {
        display: block;
        margin: 0;
        text-align: center;
        padding-right: 30px; }
        header nav ul li:last-child {
          padding-right: 30px; }
        header nav ul li a {
          padding-bottom: 15px;
          padding-top: 15px; }
          header nav ul li a:hover {
            border: 0; }
  header div.fastContact {
    display: none; }
  header div.container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px; }

  section.bluebar img {
    display: block;
    text-align: center;
    margin: 0 auto; }

  div#orderPopup input[type="text"],
  div#allow input[type="text"] {
    margin-top: 10px; }

  div#orderPopup h3, div#allow h3 {
    font-size: 15px; }

  div#orderPopup div#pobranie,
  div#allow div#pobranie {
    margin-top: 5px;
    margin-bottom: 5px; }

  div#orderPopup textarea, div#allow textarea {
    height: 40px;
    margin-top: 10px; }

  div#orderPopup .withBorder, div#allow .withBorder {
    margin-top: 10px; } }
@media screen and (max-width: 991px) {
  #mainphoto {
    height: auto !important;
    max-width: 100% !important; }

  div#paginator {
    left: 0 !important; }

  div#gallery .pull-right {
    float: none !important; }
  div#gallery .pull-left {
    float: none !important; }

  section.protection div#products div#gallery div#paginator img {
    text-align: center;
    margin: 0 auto;
    float: none !important;
    max-width: 100%;
    margin-bottom: 30px; }

  section.protection div#products .product:nth-child(2n) {
    padding-left: 100px !important; }

  section.protection div#products .product {
    padding-top: 10px; } }
@media screen and (max-width: 1450px) {
  section.protection div#products div#gallery #mainphoto {
    height: 350px; }

  section.protection div#products div#gallery div#paginator img {
    width: 230px;
    height: 175px; } }

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