/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 25, 2018, 4:39:46 PM
    Author     : tomasz.kostro
*/
html, body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px; }

body {
  position: relative; }

header {
  width: 100%;
  height: 100vh;
  overflow: hidden; }

@media (max-width: 575px) {
  header {
    width: 100%;
    height: 480px; } }
.scene {
  margin-top: -50px; }
  .scene img {
    position: absolute;
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover; }

@media (max-width: 767px) {
  .scene img {
    position: static;
    object-fit: none;
    width: auto;
    height: auto; }
    .scene img:nth-child(2) {
      display: none; } }
.navbar-expand-lg .navbar-nav .nav-link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  color: #000; }
  .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #000;
    background-color: #f36a22; }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.5); }

@media (max-width: 767px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 0;
    margin-right: 0; }

  .fixed-top {
    position: absolute; } }
.navbar {
  padding-top: .25rem;
  padding-bottom: .25rem; }

.navbar-light {
  background-color: #eeeeee; }

.navbar-brand img {
  margin-top: 3px; }

.title {
  width: 1200px;
  max-width: 100%;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 75vh;
  z-index: 99; }
  .title h1 {
    background-color: #f36a22;
    display: inline; }

@media (max-width: 767px) {
  .title {
    top: 120px;
    text-align: center; }
    .title h1 {
      font-size: 26px; } }
h1 {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #000; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 30px; }
  h2.no-margin {
    margin-bottom: 0; }

@media (max-width: 767px) {
  h2 {
    font-size: 1.5rem; } }
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 20px; }

.small {
  font-size: 12px; }

.bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

.margin-default {
  margin-top: 30px; }

section {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }

footer {
  padding-top: 30px;
  padding-bottom: 30px; }

.bg-yellow {
  background-color: #f36a22; }

.section-line {
  height: 2px;
  width: 100%;
  display: block; }
  .section-line .line {
    width: 50%;
    height: 2px;
    background-color: #000;
    margin: 0 auto; }

#DataTypes img {
  width: 70px; }

.form-control, .btn-default {
  border-radius: 0;
  border-color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  padding: 10px;
  background-color: transparent; }

.form-control::-webkit-input-placeholder {
  color: #000; }

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #000; }

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #000; }

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #000; }

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #000; }

/* Microsoft Edge */
.form-alert {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px; }

.btn-default {
  padding: 10px 30px; }
  .btn-default:hover {
    background-color: #000;
    color: #f36a22; }

.form-check-input {
  margin-top: .1rem; }

.form-check-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #000; }

@media (max-width: 767px) {
  #inputName {
    margin-bottom: 1rem; } }
.data-box {
  margin-bottom: 30px; }
  .data-box .small {
    font-size: 14px; }

.data-icon {
  position: relative;
  margin-bottom: 10px; }
  .data-icon .data-icon-icon {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #dcdcdc;
    position: relative;
    margin-left: calc(50% - 52px);
    z-index: 2;
    background-color: #fff; }
    .data-icon .data-icon-icon img {
      position: absolute;
      top: 14px;
      width: 70px;
      left: 14px; }
  .data-icon .data-icon-line {
    position: absolute;
    width: 50%;
    height: 3px;
    background-color: #dcdcdc;
    top: 50px;
    z-index: 1; }
    .data-icon .data-icon-line.to-right {
      right: 0; }
    .data-icon .data-icon-line.to-left {
      left: 0; }

.modal-content {
  border-radius: 0;
  border: 1px solid #000; }

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

.policy-header {
  height: auto;
}

.policy {
  text-align: left;
  margin-top: 20px;
}

.policy h2 {
  text-align: center;
}

.policy ol>li {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.policy ol>li>ol>li {
  font-weight: normal;
  font-size: 16px;
}

.transparency {
  text-align: left;
  margin-top: 50px;
}

.transparency .date {
  text-align: right;
  font-size: 14px;
  margin-bottom: 50px;
}

.transparency .headline {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.transparency img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
}

footer {
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;  
}

footer .logoTitle {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

footer img {
  filter: grayscale(1);
}

@media (max-width: 650px) {
  footer {
    justify-content: center;
  }
  footer .logoTitle {
    margin-top: 30px;
  }
}