@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100&subset=latin-ext);
@import url("https://fonts.googleapis.com/css?family=Rubik:400,700");
.col-xs-1 .demo-grid, .col-sm-1 .demo-grid, .col-md-1 .demo-grid, .col-lg-1 .demo-grid, .col-xs-2 .demo-grid, .col-sm-2 .demo-grid, .col-md-2 .demo-grid, .col-lg-2 .demo-grid, .col-xs-3 .demo-grid, .col-sm-3 .demo-grid, .col-md-3 .demo-grid, .col-lg-3 .demo-grid, .col-xs-4 .demo-grid, .col-sm-4 .demo-grid, .col-md-4 .demo-grid, .col-lg-4 .demo-grid, .col-xs-5 .demo-grid, .col-sm-5 .demo-grid, .col-md-5 .demo-grid, .col-lg-5 .demo-grid, .col-xs-6 .demo-grid, .col-sm-6 .demo-grid, .col-md-6 .demo-grid, .col-lg-6 .demo-grid, .col-xs-7 .demo-grid, .col-sm-7 .demo-grid, .col-md-7 .demo-grid, .col-lg-7 .demo-grid, .col-xs-8 .demo-grid, .col-sm-8 .demo-grid, .col-md-8 .demo-grid, .col-lg-8 .demo-grid, .col-xs-9 .demo-grid, .col-sm-9 .demo-grid, .col-md-9 .demo-grid, .col-lg-9 .demo-grid, .col-xs-10 .demo-grid, .col-sm-10 .demo-grid, .col-md-10 .demo-grid, .col-lg-10 .demo-grid, .col-xs-11 .demo-grid, .col-sm-11 .demo-grid, .col-md-11 .demo-grid, .col-lg-11 .demo-grid, .col-xs-12 .demo-grid, .col-sm-12 .demo-grid, .col-md-12 .demo-grid, .col-lg-12 .demo-grid {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #FFA64D; }

body {
  font-family: 'Rubik', sans-serif;
  font-size: 15px; }

h1, h2, h3, h4 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  color: #F13926; }

hr {
  border-top: 2px solid #ececec;
  margin: 40px 0 30px 0; }

.small-text {
  color: #939393;
  font-size: 12px; }

.italic_12 {
  font-style: italic;
  color: #797979; }

.img-responsive-full {
  width: 100%; }

.site-logo {
  height: 50px; }

.buffer-top-sm {
  margin-top: 7.5px; }

.buffer-top-md {
  margin-top: 15px; }

.buffer-top-lg {
  margin-top: 30px; }

.buffer-top-xl {
  margin-top: 45px; }

.buffer-bottom-sm {
  margin-bottom: 7.5px; }

.buffer-bottom-md {
  margin-bottom: 15px; }

.buffer-bottom-lg {
  margin-bottom: 30px; }

.buffer-bottom-xl {
  margin-bottom: 45px; }

.navbar-wrapper .navbar {
  margin: 0;
  min-height: 70px;
  margin-top: 0 !important;
  background: #FFFFFF; }
  .navbar-wrapper .navbar .navbar-header .navbar-toggle {
    background: #ececec;
    margin-top: 14px;
    height: 44px; }
  .navbar-wrapper .navbar .navbar-header .navbar-brand img {
    max-width: 200px;
    max-height: 50px; }
  .navbar-wrapper .navbar .navbar-nav {
    float: right;
    margin: 10px 15px 10px 0; }
  .navbar-wrapper .navbar button {
    float: right; }

.navbar-top {
  margin-top: 10px;
  text-align: right; }
  .navbar-top .lang-select {
    float: right; }
    .navbar-top .lang-select .dropdown-menu {
      z-index: 10000; }
  .navbar-top .top-contacts {
    display: inline; }
    .navbar-top .top-contacts span {
      font-size: 14px;
      line-height: 34px;
      margin-right: 20px; }

@media (max-width: 991px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar .btn {
    position: absolute;
    bottom: 0; } }
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000; }
  header .container {
    background-color: white;
    -webkit-box-shadow: inset 0px 0px 30px 2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: inset 0px 0px 30px 2px rgba(0, 0, 0, 0.23);
    box-shadow: inset 0px 0px 30px 2px rgba(0, 0, 0, 0.23);
    border-top: none;
    border-bottom: 1px solid white; }
    header .container .logo {
      margin: 15px auto 10px auto;
      text-align: center;
      max-width: 240px; }
    header .container .kontakti {
      margin: 10px 0 5px 0px;
      color: #063c66;
      font-size: 14px;
      text-align: center; }
      header .container .kontakti p {
        margin: 0;
        line-height: 17px; }
        header .container .kontakti p span {
          color: #F13926;
          font-weight: 700;
          font-size: 17px; }
          header .container .kontakti p span a {
            color: #F13926;
            text-decoration: none; }
            header .container .kontakti p span a:hover {
              color: #F13926;
              text-decoration: underline; }

footer {
  background-color: #0F4F81;
  margin-top: 60px;
  text-align: center;
  padding-top: 30px; }
  footer .bottom-line {
    background-color: #21669B;
    height: 10px;
    margin-top: 20px; }
  footer p {
    color: #FFFFFF; }
    footer p a {
      color: white;
      text-decoration: none; }
      footer p a:hover {
        color: #ffffff;
        text-decoration: underline; }

.btn {
  background-color: #F13926;
  border: none;
  line-height: 24px;
  font-weight: 700;
  color: #FFFFFF; }
  .btn:hover {
    background-color: #f35848;
    color: #FFFFFF; }

.btn-forma {
  float: right;
  width: 180px !important;
  height: 45px !important; }

.section-forma {
  text-align: center; }
  .section-forma p {
    font-size: 17px;
    margin-bottom: 30px; }
  .section-forma .form-control {
    height: 40px; }
  .section-forma textarea {
    height: 120px !important; }
  .section-forma label {
    float: left; }

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?4wxqct");
  src: url("../../fonts/icomoon.eot?4wxqct#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?4wxqct") format("truetype"), url("../../fonts/icomoon.woff?4wxqct") format("woff"), url("../../fonts/icomoon.svg?4wxqct#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-envelope:before {
  content: "\e696"; }

.icon-telephone:before {
  content: "\e76a"; }

.icon-map-marker:before {
  content: "\e77a"; }

.icon-rocket:before {
  content: "\e837"; }

.icon-car:before {
  content: "\e84a"; }

.icon-boat:before {
  content: "\e85e"; }

.carousel {
  margin-top: 140px;
  width: 100%; }
  .carousel img {
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.23);
    border-bottom: 2px solid white;
    border-top: none; }
  .carousel .caption-wrapper {
    position: absolute;
    bottom: 5%;
    text-align: center;
    width: 100%; }
  .carousel .caption {
    margin: 0 auto;
    width: 200px;
    padding: 10px 0 10px 0;
    background-color: #063c66;
    background-color: rgba(6, 60, 102, 0.85);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px; }

.multi-column {
  text-align: center;
  margin-top: 15px; }
  .multi-column i img {
    margin: 0 auto; }
  .multi-column h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 30px; }
  .multi-column p {
    font-size: 17px; }

.o-nama-wrapper {
  margin-top: 25px; }
  .o-nama-wrapper .o-nama h1 {
    margin: 0 0 5px 0;
    font-size: 30px;
    text-align: center;
    margin-top: 20px; }
  .o-nama-wrapper .o-nama h4 {
    margin: 0;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #0F4F81;
    text-align: justify; }
  .o-nama-wrapper .o-nama p {
    text-align: justify;
    margin-bottom: 30px; }
  .o-nama-wrapper .o-nama span {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: block; }
  .o-nama-wrapper hr {
    margin-top: 60px; }

audio {
  display: none; }

@media (min-width: 550px) {
  .carousel .caption {
    width: 260px;
    font-size: 21px;
    line-height: 23px; } }
@media (min-width: 768px) {
  .carousel {
    margin-top: 0px; }
    .carousel img {
      border: 2px solid white;
      border-top: none; }

  header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000; }
    header .container {
      background-color: white;
      -webkit-box-shadow: inset 0px 0px 40px 2px rgba(0, 0, 0, 0.13);
      -moz-box-shadow: inset 0px 0px 40px 2px rgba(0, 0, 0, 0.13);
      box-shadow: inset 0px 0px 40px 2px rgba(0, 0, 0, 0.13);
      border-top: none;
      border: 2px solid white;
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px;
      border-top: none; }
      header .container .logo {
        margin: 15px 0 10px 0;
        float: left; }
      header .container .kontakti {
        margin: 18px 0 5px 0px;
        color: #063c66;
        font-size: 14px;
        text-align: right; }
        header .container .kontakti p {
          margin: 0;
          line-height: 17px; }
          header .container .kontakti p span {
            color: #F13926;
            font-weight: 700; }

  .multi-column h2 {
    font-size: 24px; } }
@media (min-width: 992px) {
  .carousel .caption {
    width: 280px;
    font-size: 24px;
    line-height: 28px; }

  .multi-column h2 {
    font-size: 30px; }

  .o-nama-wrapper {
    margin-top: 25px; }
    .o-nama-wrapper .o-nama h1 {
      margin: 0 0 5px 0;
      text-align: left; }
    .o-nama-wrapper .o-nama h4 {
      margin: 0;
      font-size: 20px;
      line-height: 26px;
      font-weight: 400;
      margin-bottom: 5px;
      color: #0F4F81; }
    .o-nama-wrapper .o-nama p {
      text-align: justify;
      margin-bottom: 30px;
      font-size: 16px;
      line-height: 22px; }
    .o-nama-wrapper .o-nama span {
      font-size: 24px;
      font-weight: 700;
      text-align: center;
      display: block; } }
@media (min-width: 1200px) {
  .carousel .caption {
    width: 400px;
    font-size: 34px;
    line-height: 40px;
    padding: 30px; }

  .btn {
    width: 210px;
    height: 50px;
    font-size: 18px;
    line-height: 38px; } }

/*# sourceMappingURL=style.css.map */
