body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans";
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  -webkit-font-smoothing: antialiased;
}
body,
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.text-btn {
  font-family: "Open Sans";
  font-weight: 700;
  color: #fff;
  border-bottom: 3px solid #fff;
  padding-bottom: 4px;
  background: transparent;
  transition: all 100ms ease-in;
}
.text-btn:hover,
.text-btn:visited {
  color: #fff;
  text-decoration: none;
}
.text-btn:hover {
  background: #fff;
  color: #1f66a5;
}
.section-bright .text-btn {
  color: #1f66a5;
  border-bottom-color: #1f66a5;
}
.section-bright .text-btn:hover,
.section-bright .text-btn:visited {
  color: #1f66a5;
}
.section-bright .text-btn:hover {
  background: #1f66a5;
  color: #fff;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.topbg,
.section-cta {
  background: url(../img/topbg2.jpg) no-repeat top left fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-attachment: scroll;
}

.topbg:before,
.section-cta:before {
  width: 100%;
  height: 100%;
  background: rgba(7, 34, 57, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: " ";
  z-index: 1;
  animation: fadein 2s ease-in;
}
.topbg .container,
.section-cta .container {
  position: relative;
  z-index: 1;
}
.btn.btn-bright {
  border-width: 5px;
  border-color: #ffffff;
  border-style: solid;
  background: transparent;
  color: #fff;
  border-radius: 0;
  font-family: "Open Sans";
  color: #ffffff;
  font-size: 14px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 600;
  text-transform: uppercase;
  transition: all 200ms ease-in;
}
.btn.btn-bright:hover {
  background-color: #fff;
  color: #303030;
}
.back-to-top,
.scroll-down {
  cursor: pointer;
}
header {
  padding-bottom: 120px;
  padding-top: 30px;
  overflow: hidden;
}
header .btn.btn-bright {
  margin-top: 15px;
}
header nav.navbar.navbar-default {
  background: transparent;
  border: none;
  height: 80px;
  padding-top: 20px;
  transition: all 200ms ease-in-out;
}
header nav.navbar.navbar-default .navbar-brand {
  transition: all 200ms ease-in-out;
}
header nav.navbar.navbar-default.fixed {
  background: #0E2438;
  padding-top: 0px;
}
header nav.navbar.navbar-default.fixed .nav {
  margin-top: 11px;
}
header nav.navbar.navbar-default.fixed .navbar-brand {
  width: 129px;
}
header nav.navbar.navbar-default ul.nav li a {
  font-family: "Open Sans";
  font-size: 16px;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 200ms ease-in;
}
header nav.navbar.navbar-default ul.nav li a:hover {
  background: #fff;
  color: #333;
}
header nav.navbar.navbar-default ul.nav li.current a:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 90%;
  height: 3px;
  background: #fff;
  bottom: 0px;
  left: 5%;
}
header .header-content .icon.arr-down {
  position: absolute;
  bottom: -40px;
}
header .header-content h1 {
  font-family: "Georgia";
  color: #ffffff;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  margin-top: 178px;
  margin-bottom: 20px;
}
header .header-content p {
  font-family: "Open Sans";
  color: #ffffff;
  font-size: 14px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400;
  line-height: 24px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  text-align: justify;
  max-width: 644px;
}
header .header-contact {
  width: 100%;
  margin: 10px 0;
}
header .header-contact .contact-box {
  margin-bottom: 15px;
}
header .header-contact .contact-box .icon {
  margin-left: 10px;
}
.contact-box {
  font-family: "Open Sans";
  color: #ffffff;
  font-size: 17px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 700;
  line-height: 44px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  text-align: right;
}
.contact-box a {
  color: #fff;
}
.contact-box a:hover {
  text-decoration: none;
}
section.offer-section {
  padding: 80px 0;
  background: #ffffff url(../img/bg_outdoor.png) left top no-repeat;
  /* Small Devices, Tablets */
  /* Extra Small Devices, Phones */
  /* Custom, iPhone Retina */
}
section.offer-section h2 {
  text-transform: uppercase;
  line-height: 40px;
  margin: 15px 0;
  font-weight: 700 !important;
}
section.offer-section p {
  font-family: "Open Sans";
  font-size: 14px;
  padding-right: 20px;
  line-height: 25px;
}
section.offer-section p + .text-btn {
  margin-top: 30px;
}
@media only screen and (min-width: 1500px) {
  section.offer-section {
    background-position-x: 150px !important;
  }
}
section.offer-section.section-dark {
  background: #1f66a5 url(../img/bg_marketing.png) left top no-repeat;
  color: #fff;
}
section.offer-section.section-dark h2 {
  color: #fff;
}
section.offer-section.section-dark p {
  color: #d4d3d3;
}
@media only screen and (max-width: 1015px) {
  section.offer-section .vertical-align {
    display: block;
  }
  section.offer-section .vertical-align > div:first-child {
    margin-bottom: 35px;
  }
  section.offer-section .service-box {
    float: left;
  }
}
@media only screen and (max-width: 760px) {
  .navbar-collapse {
    background: #0E2438 !important;
    border-color: #0E2438 !important;
  }
}
.text-left {
  text-align: left;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
section.section-cta {
  padding: 100px 0;
}
section.section-cta h2 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 42px;
  font-weight: 700;
}
.service-box {
  margin-bottom: 30px;
  min-height: 71px;
  font-family: "Open Sans";
  font-size: 11px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 500;
  line-height: 16px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  text-align: center;
}
.service-box .icon {
  margin: 0 auto;
  margin-bottom: 5px;
}
.icon {
  display: block;
}
.icon.icon-adwords {
  width: 34px;
  height: 34px;
  background: url(../img/adwords_marketingroup.png);
  background-size: 100% 100%;
}
.logos {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.logos:after {
  content: " ";
  display: block;
  clear: both;
}
.logos li {
  text-align: center;
  height: 200px;
  border-left: 1px solid #efefef;
  line-height: 200px;
}
.logos li img {
  max-width: 80%;
}
.vertical-align {
  display: flex;
  align-items: center;
}
footer {
  background: #1f66a5;
  color: #fff;
  padding: 40px 0;
}
footer .nav-header {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}
footer .footer-btm-btns {
  margin-top: 35px;
}
footer .footer-nav {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
}
footer .footer-nav li a {
  color: #d4d3d3;
  font-size: 12px;
  font-weight: 400;
}
.footer-brand {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.footer-address {
  color: #d4d3d3;
  font-size: 13px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400;
  line-height: 19px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer-contact .contact-box {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 14px;
}

.footer-contact a {
  color:#fff;
}
.footer-contact .contact-box .icon {
  margin-right: 10px;
  width: 35px;
  height: 35px;
}
.section-header {
  padding: 50px 0;
}
.navbar-brand {
  text-indent: -9999pt;
  overflow: hidden;
  background: url(../img/logo.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
  width: 200px;
  height: 64px;
  display: inline-block;
  margin-top: 5px;
}
.icon.arr-down {
  width: 51px;
  height: 51px;
  background-image: url(../img/arr_down2x.png);
  background-position: center center;
  background-size: 100% 100%;
}
.icon.arr-up {
  width: 51px;
  height: 51px;
  background-image: url(../img/arr_up2x.png);
  background-position: center center;
  background-size: 100% 100%;
}
.icon.arr-left {
  width: 51px;
  height: 51px;
  background-image: url(../img/arr_left2x.png);
  background-position: center center;
  background-size: 100% 100%;
  margin-right: 25px;
  margin-top: 25px;
}
.icon.icon-phone,
.icon.icon-mail {
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-phone {
  width: 50px;
  height: 50px;
  background-image: url(../img/phone_icon2x.png);
  background-position: center center;
  background-size: 100% 100%;
}
.icon.icon-mail {
  width: 50px;
  height: 50px;
  background-image: url(../img/mail_icon2x.png);
  background-position: center center;
  background-size: 100% 100%;
}
.contact-form-modal {
  background: #1f66a5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 30px 0;
  display: none;
}
.contact-form-modal.visible {
  display: block;
}
.contact-form-modal h1 {
  font-family: Georgia;
  font-size: 50px;
  color: #fff;
  margin-bottom: 100px;
}
@media (max-width:480px) {
  .contact-form-modal h1 {
    font-size: 30px;
  }
}

.contact-form-modal .modal-close-btn {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #226fb3 url(../img/cross2x.png) center center no-repeat;
  background-size: 35px 35px;
  cursor: pointer;
}
.contact-form-modal .modal-close-btn:hover {
  background-color: transparent;
}
.icon.chevron-right {
  width: 10px;
  height: 10px;
  background: url(../img/chevron-right.png) center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin-left: 5px;
}
#parallax_move {
  position: absolute;
}
#parallax_move .layer {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: top center;
}
@media screen and (min-width: 960px) {
  .service-boxes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-boxes .service-box {
    padding: 0;
  }
}
.section-projects {
  flex-wrap: wrap;
  overflow: hidden;
}
.section-projects .col-md-6 {
  overflow: hidden;
}
.section-projects .col-md-6 img {
  transition: all 500ms ease-in-out;
}
.section-projects .col-md-6 img:hover {
  transform: scale(1.05);
}
.thankspage {
  background: #1f66a5;
  color: #fff;
}
.thankspage a.form-close {
  font-family: Georgia;
  font-size: 24px;
  color: #fff;
  line-height: 45px;
  padding-top: 15px;
  display: block;
  margin-bottom: 40px;
}
.thankspage a.form-close span.icon.arr-left {
  margin-top: 0;
}
.thankspage .thanks-content {
  clear: both;
}
.thankspage .thanks-content img {
  width: 180px;
  margin-bottom: 10px;
  display: inline-block;
}
.thankspage .thanks-content h2 {
  font-family: "Georgia";
  color: #ffffff;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 30px;
}
.thankspage .thanks-content p {
  font-family: "Open Sans";
  color: #ffffff;
  font-size: 14px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400;
  line-height: 24px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  text-align: center;
}

.collapse.collapse-inline.in {
  display: inline !important;
}

.collapse.in + .collapse-button-hide-on-open {
  display:none;
}

.rodomodal .modal-content {
  padding: 10px;
}

.rodomodal .modal-content .btn-x {
  position: absolute;
  right: 5px;
  top:5px;
  font-size: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-weight: 700;
}

.form-group label {
  color: #fff;
  font-weight: 400;
}

.form-group a {
  color: #fff !important;
  text-decoration: underline;
}

.rodo-info {
  margin-top: -20px;
  color: rgba(255,255,255,0.7);
}

.popover p {
  color: #303030;
}
